01K9T8KQ5V74S3KENMTDPDBWX7: 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: 01K9T8M14YKCP079WPG0JCQ6AA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-11-11T20:09:53.780Zjob assigned to worker 01K9T8JWZ743CNR1XVTXH808BJ [factory gimlet-EVT22200007-propolis, EVT22200007/48062] (queued for 0 s)
 
22025-11-11T20:09:54.180Zstarting task 0: "setup"
32025-11-11T20:09:54.212Z++ uname -s
42025-11-11T20:09:54.212Z+ kern=SunOS
52025-11-11T20:09:54.212Z+ build_user=build
62025-11-11T20:09:54.212Z+ build_uid=12345
72025-11-11T20:09:54.212Z+ work_dir=/work
82025-11-11T20:09:54.212Z+ input_dir=/input
92025-11-11T20:09:54.212Z+ [[ 0 == 12345 ]]
102025-11-11T20:09:54.212Z+ case "$kern" in
112025-11-11T20:09:54.212Z+ groupadd -g 12345 build
122025-11-11T20:09:54.212Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-11-11T20:09:56.209Z+ zfs create -o mountpoint=/work rpool/work
142025-11-11T20:09:56.249Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-11-11T20:09:56.274Z+ home_fs=zfs
162025-11-11T20:09:56.275Z+ [[ zfs == autofs ]]
172025-11-11T20:09:56.275Z+ mkdir -p /home/build
182025-11-11T20:09:56.275Z+ chown build:build /home/build /work
192025-11-11T20:09:58.260Z+ chmod 0700 /home/build /work
202025-11-11T20:09:58.285Zprocess exited: duration 4084 ms, exit code 0
 
212025-11-11T20:09:58.339Zstarting task 1: "rust-toolchain"
222025-11-11T20:09:58.364Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-11-11T20:09:58.364Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-11-11T20:09:58.364Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-11-11T20:09:58.364Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-11-11T20:09:58.364Z * rust toolchain channel = "1.89.0"
272025-11-11T20:09:58.364Z * rust toolchain profile = "default"
282025-11-11T20:09:58.364Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-11-11T20:09:58.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-11-11T20:09:58.486Zinfo: downloading installer
312025-11-11T20:09:58.980Zwarn: It looks like you have an existing installation of Rust at:
322025-11-11T20:09:58.980Zwarn: /opt/ooce/bin
332025-11-11T20:09:58.980Zwarn: It is recommended that rustup be the primary Rust installation.
342025-11-11T20:09:58.980Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-11-11T20:09:58.980Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-11-11T20:09:58.980Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-11-11T20:09:58.980Zwarn: or pass `-y' to ignore all ignorable checks.
382025-11-11T20:09:58.980Zerror: cannot install while Rust is installed
392025-11-11T20:09:58.980Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-11-11T20:09:59.005Zinfo: profile set to 'default'
412025-11-11T20:09:59.005Zinfo: default host triple is x86_64-unknown-illumos
422025-11-11T20:09:59.005Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-11-11T20:09:59.133Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-11-11T20:09:59.133Zinfo: downloading component 'cargo'
452025-11-11T20:09:59.300Zinfo: downloading component 'clippy'
462025-11-11T20:09:59.372Zinfo: downloading component 'rust-docs'
472025-11-11T20:09:59.585Zinfo: downloading component 'rust-std'
482025-11-11T20:09:59.960Zinfo: downloading component 'rustc'
492025-11-11T20:10:02.494Zinfo: downloading component 'rustfmt'
502025-11-11T20:10:02.585Zinfo: installing component 'cargo'
512025-11-11T20:10:03.860Zinfo: installing component 'clippy'
522025-11-11T20:10:04.340Zinfo: installing component 'rust-docs'
532025-11-11T20:10:07.624Zinfo: installing component 'rust-std'
542025-11-11T20:10:09.925Zinfo: installing component 'rustc'
552025-11-11T20:10:18.304Zinfo: installing component 'rustfmt'
562025-11-11T20:10:18.717Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-11-11T20:10:18.717Z
582025-11-11T20:10:18.903Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-11-11T20:10:18.903Z
602025-11-11T20:10:18.903Z
612025-11-11T20:10:18.903ZRust is installed now. Great!
622025-11-11T20:10:18.903Z
632025-11-11T20:10:18.903ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-11-11T20:10:18.903Zenvironment variable. This has not been done automatically.
652025-11-11T20:10:18.903Z
662025-11-11T20:10:18.903ZTo configure your current shell, you need to source
672025-11-11T20:10:18.903Zthe corresponding env file under $HOME/.cargo.
682025-11-11T20:10:18.903Z
692025-11-11T20:10:18.903ZThis is usually done by running one of the following (note the leading DOT):
702025-11-11T20:10:18.903Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-11-11T20:10:18.903Zsource "$HOME/.cargo/env.fish" # For fish
722025-11-11T20:10:18.903Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-11-11T20:10:19.025Z+ rustup --version
742025-11-11T20:10:19.050Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-11-11T20:10:19.050Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-11-11T20:10:19.169Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-11-11T20:10:19.220Z+ cargo --version
782025-11-11T20:10:19.266Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-11-11T20:10:19.290Z+ rustc --version
802025-11-11T20:10:19.383Zrustc 1.89.0 (29483883e 2025-08-04)
812025-11-11T20:10:19.408Zprocess exited: duration 21054 ms, exit code 0
 
822025-11-11T20:10:19.458Zstarting task 2: "authentication"
832025-11-11T20:10:19.515Zprocess exited: duration 56 ms, exit code 0
 
842025-11-11T20:10:19.566Zstarting task 3: "clone repository"
852025-11-11T20:10:19.591Z+ mkdir -p /work/oxidecomputer/omicron
862025-11-11T20:10:19.591Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-11-11T20:10:19.615ZCloning into '/work/oxidecomputer/omicron'...
882025-11-11T20:10:34.034Z+ cd /work/oxidecomputer/omicron
892025-11-11T20:10:34.034Z+ git fetch origin e63468db4286b00fbd6f2809b8b2179920dbb20b
902025-11-11T20:10:34.514ZFrom https://github.com/oxidecomputer/omicron
912025-11-11T20:10:34.514Z * branch e63468db4286b00fbd6f2809b8b2179920dbb20b -> FETCH_HEAD
922025-11-11T20:10:34.539Z+ [[ -n ixi/max_vcpu_crank_turn ]]
932025-11-11T20:10:34.539Z++ git branch --show-current
942025-11-11T20:10:34.539Z+ current=main
952025-11-11T20:10:34.539Z+ [[ main != ixi/max_vcpu_crank_turn ]]
962025-11-11T20:10:34.539Z+ git branch -f ixi/max_vcpu_crank_turn e63468db4286b00fbd6f2809b8b2179920dbb20b
972025-11-11T20:10:34.564Z+ git checkout -f ixi/max_vcpu_crank_turn
982025-11-11T20:10:34.617ZSwitched to branch 'ixi/max_vcpu_crank_turn'
992025-11-11T20:10:34.642Z+ git reset --hard e63468db4286b00fbd6f2809b8b2179920dbb20b
1002025-11-11T20:10:34.699ZHEAD is now at e63468db4 Allow up to 254 vCPUs to a VM
1012025-11-11T20:10:34.724Zprocess exited: duration 15136 ms, exit code 0
 
1022025-11-11T20:10:34.774Zstarting task 4: "build"
1032025-11-11T20:10:34.799Z+ source ./env.sh
1042025-11-11T20:10:34.799Z++ OLD_SHELL_OPTS=ehxB
1052025-11-11T20:10:34.799Z++ set -o xtrace
1062025-11-11T20:10:34.799Z++++ dirname ./env.sh
1072025-11-11T20:10:34.799Z+++ readlink -f .
1082025-11-11T20:10:34.799Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-11-11T20:10:34.799Z++ 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-11-11T20:10:34.799Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-11-11T20:10:34.799Z++ 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-11-11T20:10:34.799Z++ 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-11-11T20:10:34.800Z++ 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-11-11T20:10:34.800Z++ 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-11-11T20:10:34.800Z++ 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-11-11T20:10:34.800Z++ 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-11-11T20:10:34.800Z++ case $OLD_SHELL_OPTS in
1182025-11-11T20:10:34.800Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-11-11T20:10:34.800Z+ source .github/buildomat/ci-env.sh
1202025-11-11T20:10:34.800Z++ export CARGO_TERM_COLOR=always
1212025-11-11T20:10:34.800Z++ CARGO_TERM_COLOR=always
1222025-11-11T20:10:34.800Z+ target_os=illumos
1232025-11-11T20:10:34.800Z+ NEXTEST_VERSION=0.9.110
1242025-11-11T20:10:34.800Z+ cargo --version
1252025-11-11T20:10:34.892Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-11-11T20:10:34.917Z+ rustc --version
1272025-11-11T20:10:34.997Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-11-11T20:10:35.022Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.110/illumos
1292025-11-11T20:10:35.022Z+ gunzip
1302025-11-11T20:10:35.022Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-11-11T20:10:36.009Zx cargo-nextest, 19358360 bytes, 37810 tape blocks
1322025-11-11T20:10:36.034Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-11-11T20:10:36.034Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-11-11T20:10:36.034Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-11-11T20:10:36.034Z+ mkdir /var/tmp/omicron_tmp
1362025-11-11T20:10:36.034Z+ OUTPUT_DIR=/work
1372025-11-11T20:10:36.034Z+ echo 'tests will store non-ephemeral output in /work'
1382025-11-11T20:10:36.034Ztests will store non-ephemeral output in /work
1392025-11-11T20:10:36.034Z+ mkdir -p /work
1402025-11-11T20:10:36.034Z+ banner prerequisites
1412025-11-11T20:10:36.034Z
1422025-11-11T20:10:36.034Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-11-11T20:10:36.034Z # # # # # # # # # # # # # # #
1442025-11-11T20:10:36.034Z # # # # ##### # # ##### # # # # # #### #
1452025-11-11T20:10:36.034Z ##### ##### # ##### # # # # # # # # #
1462025-11-11T20:10:36.034Z # # # # # # # # # # # # # # #
1472025-11-11T20:10:36.035Z # # # ###### # # ###### ### # #### # #### #
1482025-11-11T20:10:36.035Z
1492025-11-11T20:10:36.035Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-11-11T20:10:53.131Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-11-11T20:11:03.742Z Startup: Caching catalogs ... Done
1522025-11-11T20:11:20.915ZPlanning: Solver setup ... Done (15.209s)
1532025-11-11T20:11:21.043ZPlanning: Running solver ... Done (0.128s)
1542025-11-11T20:11:21.167ZPlanning: Finding local manifests ... Done (0.002s)
1552025-11-11T20:11:21.250ZPlanning: Fetching manifests: 0/4 0% complete
1562025-11-11T20:11:21.865ZPlanning: Fetching manifests: 4/4 100% complete
1572025-11-11T20:11:21.936ZPlanning: Package planning ... Done (0.071s)
1582025-11-11T20:11:21.998ZPlanning: Merging actions ... Done (0.062s)
1592025-11-11T20:11:22.339ZPlanning: Checking for conflicting actions ... Done (0.341s)
1602025-11-11T20:11:22.363ZPlanning: Consolidating action changes ... Done (0.014s)
1612025-11-11T20:11:23.075ZPlanning: Evaluating mediators ... Done (0.721s)
1622025-11-11T20:11:23.100ZPlanning: Planning completed in 19.23 seconds
1632025-11-11T20:11:23.125Z Packages to install: 4
1642025-11-11T20:11:23.125Z Mediators to change: 2
1652025-11-11T20:11:23.125Z Services to change: 1
1662025-11-11T20:11:23.125Z Estimated space available: 154.97 GB
1672025-11-11T20:11:23.125ZEstimated space to be consumed: 1.76 GB
1682025-11-11T20:11:23.126Z Create boot environment: No
1692025-11-11T20:11:23.126ZCreate backup boot environment: No
1702025-11-11T20:11:23.126Z Rebuild boot archive: No
1712025-11-11T20:11:23.126Z
1722025-11-11T20:11:23.126ZChanged mediators:
1732025-11-11T20:11:23.126Z mediator clang:
1742025-11-11T20:11:23.126Z version: None -> 15 (system default)
1752025-11-11T20:11:23.126Z
1762025-11-11T20:11:23.126Z mediator llvm:
1772025-11-11T20:11:23.126Z version: 14 (system default) -> 15 (system default)
1782025-11-11T20:11:23.126Z
1792025-11-11T20:11:23.126ZChanged packages:
1802025-11-11T20:11:23.126Zhelios-dev
1812025-11-11T20:11:23.126Z developer/build-essential
1822025-11-11T20:11:23.126Z None -> 11-2.0
1832025-11-11T20:11:23.126Z library/libxmlsec1
1842025-11-11T20:11:23.126Z None -> 1.2.35-2.0
1852025-11-11T20:11:23.126Z ooce/developer/clang-15
1862025-11-11T20:11:23.126Z None -> 15.0.7-2.0
1872025-11-11T20:11:23.126Z ooce/developer/llvm-15
1882025-11-11T20:11:23.126Z None -> 15.0.7-2.0
1892025-11-11T20:11:23.126Z
1902025-11-11T20:11:23.126ZServices:
1912025-11-11T20:11:23.126Z restart_fmri:
1922025-11-11T20:11:23.126Z svc:/system/update-man-index:default
1932025-11-11T20:11:23.179Z
1942025-11-11T20:11:23.179ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-11-11T20:11:28.182ZDownload: 1197/3290 items 79.5/212.6MB 37% complete (16.0M/s)
1962025-11-11T20:11:33.191ZDownload: 2392/3290 items 119.8/212.6MB 56% complete (12.3M/s)
1972025-11-11T20:11:38.196ZDownload: 3244/3290 items 190.2/212.6MB 89% complete (11.0M/s)
1982025-11-11T20:11:41.282ZDownload: Completed 212.60 MB in 18.10 seconds (11.8M/s)
1992025-11-11T20:11:41.499Z Actions: 1/3689 actions (Installing new actions)
2002025-11-11T20:11:47.007Z Actions: 2835/3689 actions (Installing new actions)
2012025-11-11T20:11:47.509Z Actions: Completed 3689 actions in 6.01 seconds.
2022025-11-11T20:11:48.165Z Done (0.650s)
2032025-11-11T20:11:48.165Z Done (0.000s)
2042025-11-11T20:11:49.319Z Done (1.154s)
2052025-11-11T20:11:55.110Z Done (5.515s)
2062025-11-11T20:11:55.215Z Done (0.018s)
2072025-11-11T20:11:55.240Z Done (0.000s)
2082025-11-11T20:11:55.397Z Done (0.000s)
2092025-11-11T20:11:56.502ZPlanning: Evaluating mediator changes ... Done
2102025-11-11T20:11:56.793ZPlanning: Checking for conflicting actions ... Done
2112025-11-11T20:11:56.818ZPlanning: Consolidating action changes ... Done
2122025-11-11T20:11:57.157ZPlanning: Evaluating mediators ... Done
2132025-11-11T20:11:57.182ZPlanning: Planning completed in 0.66 seconds
2142025-11-11T20:11:57.207Z Mediators to change: 2
2152025-11-11T20:11:57.207Z Create boot environment: No
2162025-11-11T20:11:57.207ZCreate backup boot environment: No
2172025-11-11T20:11:57.267Z Done
2182025-11-11T20:11:57.267Z Done
2192025-11-11T20:11:58.230Z Done
2202025-11-11T20:12:03.372Z Done
2212025-11-11T20:12:03.480Z Done
2222025-11-11T20:12:03.505Z Done
2232025-11-11T20:12:03.545Z Done
2242025-11-11T20:12:04.357ZPlanning: Evaluating mediator changes ... Done
2252025-11-11T20:12:04.382ZPlanning: Merging actions ... Done
2262025-11-11T20:12:04.610ZPlanning: Checking for conflicting actions ... Done
2272025-11-11T20:12:04.635ZPlanning: Consolidating action changes ... Done
2282025-11-11T20:12:04.946ZPlanning: Evaluating mediators ... Done
2292025-11-11T20:12:05.017ZPlanning: Planning completed in 0.98 seconds
2302025-11-11T20:12:05.061Z Packages to change: 1
2312025-11-11T20:12:05.061Z Mediators to change: 1
2322025-11-11T20:12:05.061Z Services to change: 1
2332025-11-11T20:12:05.061Z Create boot environment: No
2342025-11-11T20:12:05.061ZCreate backup boot environment: Yes
2352025-11-11T20:12:07.129Z Actions: 1/6 actions (Updating modified actions)
2362025-11-11T20:12:07.154Z Actions: Completed 6 actions in 0.00 seconds.
2372025-11-11T20:12:07.154Z Done
2382025-11-11T20:12:07.154Z Done
2392025-11-11T20:12:07.364Z Done
2402025-11-11T20:12:12.316Z Done
2412025-11-11T20:12:12.424Z Done
2422025-11-11T20:12:12.449Z Done
2432025-11-11T20:12:12.474Z Done
2442025-11-11T20:12:13.046ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452025-11-11T20:12:13.046Zclang system 15 system
2462025-11-11T20:12:13.046Zcsh system system illumos
2472025-11-11T20:12:13.046Zctags system system illumos
2482025-11-11T20:12:13.046Zfile system system illumos
2492025-11-11T20:12:13.046Zgcc vendor 12 vendor
2502025-11-11T20:12:13.046Zgcc system 10 system
2512025-11-11T20:12:13.046Zgcc system 7 system
2522025-11-11T20:12:13.046Zgo system 1.20 system
2532025-11-11T20:12:13.046Zgo system 1.19 system
2542025-11-11T20:12:13.046Zllvm system 15 system
2552025-11-11T20:12:13.046Zllvm system 14 system
2562025-11-11T20:12:13.047Zmariadb system 10.6 system
2572025-11-11T20:12:13.047Zmta vendor vendor dma
2582025-11-11T20:12:13.047Zopenjdk system 17 system
2592025-11-11T20:12:13.047Zopenjdk system 11 system
2602025-11-11T20:12:13.047Zopenjdk system 1.8 system
2612025-11-11T20:12:13.047Zopenssl vendor 3 vendor
2622025-11-11T20:12:13.047Zperl system 5.36 system
2632025-11-11T20:12:13.047Zpostgresql system 15 system
2642025-11-11T20:12:13.072Zpostgresql system 13 system
2652025-11-11T20:12:13.072Zpython vendor 3 vendor
2662025-11-11T20:12:13.072Zpython system 2 system
2672025-11-11T20:12:13.072Zpython3 system 3.11 system
2682025-11-11T20:12:13.072Zruby system 3.0 system
2692025-11-11T20:12:13.072Zwords vendor vendor american-english
2702025-11-11T20:12:13.072Zwords system system australian-english
2712025-11-11T20:12:13.072Zwords system system british-english
2722025-11-11T20:12:13.072Zwords system system canadian-english
2732025-11-11T20:12:13.072Zwords system system french
2742025-11-11T20:12:13.072Zwords system system italian
2752025-11-11T20:12:13.072Zwords system system ngerman
2762025-11-11T20:12:13.072Zwords system system ogerman
2772025-11-11T20:12:13.072Zwords system system spanish
2782025-11-11T20:12:13.493ZPUBLISHER TYPE STATUS P LOCATION
2792025-11-11T20:12:13.493Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802025-11-11T20:12:20.465ZFMRI IFO
2812025-11-11T20:12:20.465Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822025-11-11T20:12:20.465Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832025-11-11T20:12:20.465Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842025-11-11T20:12:20.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852025-11-11T20:12:20.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862025-11-11T20:12:20.465Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2872025-11-11T20:12:20.465Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882025-11-11T20:12:20.465Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2892025-11-11T20:12:20.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902025-11-11T20:12:20.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912025-11-11T20:12:20.465Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2922025-11-11T20:12:20.465Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2932025-11-11T20:12:20.465Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942025-11-11T20:12:20.465Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2952025-11-11T20:12:20.465Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2962025-11-11T20:12:20.465Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972025-11-11T20:12:21.789Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982025-11-11T20:12:22.251Z Updating crates.io index
2992025-11-11T20:12:22.307Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-11-11T20:12:22.800Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3012025-11-11T20:12:23.659Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022025-11-11T20:12:24.039Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032025-11-11T20:12:24.375Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042025-11-11T20:12:24.841Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052025-11-11T20:12:26.354Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062025-11-11T20:12:28.857Z Updating git repository `https://github.com/oxidecomputer/opte`
3072025-11-11T20:12:30.106Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082025-11-11T20:12:30.945Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3092025-11-11T20:12:31.579Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102025-11-11T20:12:31.970Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112025-11-11T20:12:32.453Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122025-11-11T20:12:33.309Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-11-11T20:12:33.956Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142025-11-11T20:12:34.376Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152025-11-11T20:12:34.903Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3162025-11-11T20:12:35.431Z Updating git repository `https://github.com/oxidecomputer/tofino`
3172025-11-11T20:12:35.804Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3182025-11-11T20:12:36.182Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3192025-11-11T20:12:36.487Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3202025-11-11T20:12:36.857Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212025-11-11T20:12:37.414Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222025-11-11T20:12:38.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232025-11-11T20:12:38.565Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-11-11T20:12:38.984Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3252025-11-11T20:12:39.655Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262025-11-11T20:12:40.326Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272025-11-11T20:12:40.948Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282025-11-11T20:12:41.314Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292025-11-11T20:12:41.870Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
3302025-11-11T20:12:42.317Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312025-11-11T20:12:42.772Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322025-11-11T20:12:43.146Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332025-11-11T20:12:43.611Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342025-11-11T20:12:44.029Z Updating git repository `https://github.com/oxidecomputer/omicron`
3352025-11-11T20:12:58.323Z Updating git repository `https://github.com/illumos/smf-rs`
3362025-11-11T20:12:59.995Z Downloading crates ...
3372025-11-11T20:13:00.062Z Downloaded clap_derive v4.5.47
3382025-11-11T20:13:00.087Z Downloaded swrite v0.1.0
3392025-11-11T20:13:00.087Z Downloaded smawk v0.3.2
3402025-11-11T20:13:00.087Z Downloaded pest v2.8.2
3412025-11-11T20:13:00.087Z Downloaded zerofrom v0.1.4
3422025-11-11T20:13:00.087Z Downloaded yoke-derive v0.7.4
3432025-11-11T20:13:00.087Z Downloaded zerovec-derive v0.10.3
3442025-11-11T20:13:00.113Z Downloaded unicode-ident v1.0.19
3452025-11-11T20:13:00.113Z Downloaded write16 v1.0.0
3462025-11-11T20:13:00.113Z Downloaded zerofrom-derive v0.1.4
3472025-11-11T20:13:00.113Z Downloaded zerocopy-derive v0.7.35
3482025-11-11T20:13:00.113Z Downloaded zerocopy v0.7.35
3492025-11-11T20:13:00.138Z Downloaded utf8parse v0.2.2
3502025-11-11T20:13:00.138Z Downloaded tabled v0.15.0
3512025-11-11T20:13:00.164Z Downloaded zerovec v0.10.4
3522025-11-11T20:13:00.164Z Downloaded stable_deref_trait v1.2.0
3532025-11-11T20:13:00.164Z Downloaded fastrand v2.1.1
3542025-11-11T20:13:00.164Z Downloaded smallvec v1.15.1
3552025-11-11T20:13:00.164Z Downloaded serde-untagged v0.1.7
3562025-11-11T20:13:00.164Z Downloaded url v2.5.4
3572025-11-11T20:13:00.190Z Downloaded toml_datetime v0.6.11
3582025-11-11T20:13:00.190Z Downloaded winnow v0.7.13
3592025-11-11T20:13:00.190Z Downloaded thiserror v2.0.17
3602025-11-11T20:13:00.190Z Downloaded thread-id v4.2.2
3612025-11-11T20:13:00.190Z Downloaded icu_properties_data v1.5.0
3622025-11-11T20:13:00.215Z Downloaded icu_collections v1.5.0
3632025-11-11T20:13:00.215Z Downloaded goblin v0.8.2
3642025-11-11T20:13:00.215Z Downloaded thiserror-impl v2.0.17
3652025-11-11T20:13:00.215Z Downloaded thiserror-impl v1.0.69
3662025-11-11T20:13:00.215Z Downloaded serde_json v1.0.145
3672025-11-11T20:13:00.240Z Downloaded thiserror v1.0.69
3682025-11-11T20:13:00.240Z Downloaded syn v1.0.109
3692025-11-11T20:13:00.240Z Downloaded terminal_size v0.4.0
3702025-11-11T20:13:00.265Z Downloaded unicode-width v0.2.0
3712025-11-11T20:13:00.265Z Downloaded tempfile v3.20.0
3722025-11-11T20:13:00.265Z Downloaded tabled_derive v0.7.0
3732025-11-11T20:13:00.265Z Downloaded syn v2.0.106
3742025-11-11T20:13:00.265Z Downloaded proc-macro2 v1.0.101
3752025-11-11T20:13:00.290Z Downloaded libc v0.2.174
3762025-11-11T20:13:00.290Z Downloaded papergrid v0.11.0
3772025-11-11T20:13:00.315Z Downloaded rustix v0.38.37
3782025-11-11T20:13:00.340Z Downloaded rustix v1.0.7
3792025-11-11T20:13:00.365Z Downloaded hashbrown v0.16.0
3802025-11-11T20:13:00.365Z Downloaded unicode-width v0.1.14
3812025-11-11T20:13:00.365Z Downloaded toml v0.8.23
3822025-11-11T20:13:00.365Z Downloaded idna v1.0.3
3832025-11-11T20:13:00.365Z Downloaded heck v0.5.0
3842025-11-11T20:13:00.365Z Downloaded erased-serde v0.4.6
3852025-11-11T20:13:00.365Z Downloaded pest_derive v2.8.2
3862025-11-11T20:13:00.390Z Downloaded pretty-hex v0.4.1
3872025-11-11T20:13:00.390Z Downloaded sha2 v0.10.9
3882025-11-11T20:13:00.390Z Downloaded serde_spanned v0.6.9
3892025-11-11T20:13:00.390Z Downloaded semver v1.0.27
3902025-11-11T20:13:00.390Z Downloaded scroll v0.12.0
3912025-11-11T20:13:00.390Z Downloaded plain v0.2.3
3922025-11-11T20:13:00.390Z Downloaded percent-encoding v2.3.2
3932025-11-11T20:13:00.390Z Downloaded memchr v2.7.4
3942025-11-11T20:13:00.391Z Downloaded fnv v1.0.7
3952025-11-11T20:13:00.391Z Downloaded dof v0.3.0
3962025-11-11T20:13:00.391Z Downloaded displaydoc v0.2.5
3972025-11-11T20:13:00.391Z Downloaded crypto-common v0.1.6
3982025-11-11T20:13:00.391Z Downloaded colorchoice v1.0.2
3992025-11-11T20:13:00.391Z Downloaded camino-tempfile v1.4.1
4002025-11-11T20:13:00.391Z Downloaded byteorder v1.5.0
4012025-11-11T20:13:00.416Z Downloaded strsim v0.11.1
4022025-11-11T20:13:00.416Z Downloaded serde_core v1.0.226
4032025-11-11T20:13:00.416Z Downloaded serde-value v0.7.0
4042025-11-11T20:13:00.416Z Downloaded serde v1.0.226
4052025-11-11T20:13:00.416Z Downloaded proc-macro-error-attr v1.0.4
4062025-11-11T20:13:00.416Z Downloaded pest_generator v2.8.2
4072025-11-11T20:13:00.416Z Downloaded once_cell v1.21.3
4082025-11-11T20:13:00.416Z Downloaded num-traits v0.2.19
4092025-11-11T20:13:00.416Z Downloaded memmap v0.7.0
4102025-11-11T20:13:00.416Z Downloaded errno v0.3.12
4112025-11-11T20:13:00.416Z Downloaded equivalent v1.0.2
4122025-11-11T20:13:00.416Z Downloaded cargo_metadata v0.21.0
4132025-11-11T20:13:00.416Z Downloaded litemap v0.7.3
4142025-11-11T20:13:00.416Z Downloaded icu_provider v1.5.0
4152025-11-11T20:13:00.441Z Downloaded icu_normalizer_data v1.5.0
4162025-11-11T20:13:00.441Z Downloaded icu_locid_transform_data v1.5.0
4172025-11-11T20:13:00.441Z Downloaded getrandom v0.3.4
4182025-11-11T20:13:00.442Z Downloaded fs-err v3.1.1
4192025-11-11T20:13:00.442Z Downloaded bytecount v0.6.8
4202025-11-11T20:13:00.442Z Downloaded bitflags v2.9.4
4212025-11-11T20:13:00.442Z Downloaded autocfg v1.4.0
4222025-11-11T20:13:00.442Z Downloaded anyhow v1.0.99
4232025-11-11T20:13:00.442Z Downloaded anstyle-query v1.1.1
4242025-11-11T20:13:00.442Z Downloaded anstyle-parse v0.2.5
4252025-11-11T20:13:00.442Z Downloaded macaddr v1.0.1
4262025-11-11T20:13:00.467Z Downloaded log v0.4.27
4272025-11-11T20:13:00.467Z Downloaded is_terminal_polyfill v1.70.1
4282025-11-11T20:13:00.467Z Downloaded icu_normalizer v1.5.0
4292025-11-11T20:13:00.467Z Downloaded icu_locid_transform v1.5.0
4302025-11-11T20:13:00.467Z Downloaded icu_locid v1.5.0
4312025-11-11T20:13:00.467Z Downloaded generic-array v0.14.7
4322025-11-11T20:13:00.467Z Downloaded cpufeatures v0.2.14
4332025-11-11T20:13:00.467Z Downloaded usdt v0.5.0
4342025-11-11T20:13:00.468Z Downloaded itoa v1.0.11
4352025-11-11T20:13:00.468Z Downloaded idna_adapter v1.2.0
4362025-11-11T20:13:00.468Z Downloaded writeable v0.5.5
4372025-11-11T20:13:00.468Z Downloaded version_check v0.9.5
4382025-11-11T20:13:00.468Z Downloaded usdt-impl v0.5.0
4392025-11-11T20:13:00.493Z Downloaded ucd-trie v0.1.7
4402025-11-11T20:13:00.493Z Downloaded toml_edit v0.22.27
4412025-11-11T20:13:00.493Z Downloaded yoke v0.7.4
4422025-11-11T20:13:00.493Z Downloaded usdt-macro v0.5.0
4432025-11-11T20:13:00.493Z Downloaded utf8_iter v1.0.4
4442025-11-11T20:13:00.493Z Downloaded utf16_iter v1.0.5
4452025-11-11T20:13:00.493Z Downloaded usdt-attr-macro v0.5.0
4462025-11-11T20:13:00.493Z Downloaded toml_write v0.1.2
4472025-11-11T20:13:00.493Z Downloaded tinystr v0.7.6
4482025-11-11T20:13:00.493Z Downloaded textwrap v0.16.2
4492025-11-11T20:13:00.493Z Downloaded synstructure v0.13.1
4502025-11-11T20:13:00.493Z Downloaded typeid v1.0.3
4512025-11-11T20:13:00.493Z Downloaded unicode-xid v0.2.6
4522025-11-11T20:13:00.493Z Downloaded unicode-linebreak v0.1.5
4532025-11-11T20:13:00.493Z Downloaded clap v4.5.48
4542025-11-11T20:13:00.518Z Downloaded typenum v1.17.0
4552025-11-11T20:13:00.518Z Downloaded clap_builder v4.5.48
4562025-11-11T20:13:00.518Z Downloaded serde_tokenstream v0.2.2
4572025-11-11T20:13:00.519Z Downloaded serde_derive v1.0.226
4582025-11-11T20:13:00.519Z Downloaded ryu v1.0.18
4592025-11-11T20:13:00.519Z Downloaded quote v1.0.40
4602025-11-11T20:13:00.519Z Downloaded proc-macro-error v1.0.4
4612025-11-11T20:13:00.544Z Downloaded pest_meta v2.8.2
4622025-11-11T20:13:00.544Z Downloaded ordered-float v2.10.1
4632025-11-11T20:13:00.544Z Downloaded indexmap v2.11.4
4642025-11-11T20:13:00.544Z Downloaded icu_properties v1.5.1
4652025-11-11T20:13:00.544Z Downloaded cargo_toml v0.21.0
4662025-11-11T20:13:00.544Z Downloaded cargo-util-schemas v0.8.2
4672025-11-11T20:13:00.544Z Downloaded cargo-platform v0.2.0
4682025-11-11T20:13:00.544Z Downloaded anstream v0.6.18
4692025-11-11T20:13:00.544Z Downloaded scroll_derive v0.12.0
4702025-11-11T20:13:00.544Z Downloaded icu_provider_macros v1.5.0
4712025-11-11T20:13:00.544Z Downloaded heck v0.4.1
4722025-11-11T20:13:00.544Z Downloaded form_urlencoded v1.2.2
4732025-11-11T20:13:00.544Z Downloaded dtrace-parser v0.2.0
4742025-11-11T20:13:00.544Z Downloaded digest v0.10.7
4752025-11-11T20:13:00.569Z Downloaded clap_lex v0.7.4
4762025-11-11T20:13:00.569Z Downloaded cfg-if v1.0.4
4772025-11-11T20:13:00.570Z Downloaded camino v1.2.0
4782025-11-11T20:13:00.570Z Downloaded block-buffer v0.10.4
4792025-11-11T20:13:00.570Z Downloaded anstyle v1.0.11
4802025-11-11T20:13:00.641Z Compiling proc-macro2 v1.0.101
4812025-11-11T20:13:00.641Z Compiling unicode-ident v1.0.19
4822025-11-11T20:13:00.641Z Compiling serde_core v1.0.226
4832025-11-11T20:13:00.641Z Compiling serde v1.0.226
4842025-11-11T20:13:00.666Z Compiling version_check v0.9.5
4852025-11-11T20:13:00.666Z Compiling libc v0.2.174
4862025-11-11T20:13:00.666Z Compiling memchr v2.7.4
4872025-11-11T20:13:00.666Z Compiling stable_deref_trait v1.2.0
4882025-11-11T20:13:00.913Z Compiling thiserror v2.0.17
4892025-11-11T20:13:01.393Z Compiling thiserror v1.0.69
4902025-11-11T20:13:01.547Z Compiling writeable v0.5.5
4912025-11-11T20:13:01.610Z Compiling litemap v0.7.3
4922025-11-11T20:13:01.934Z Compiling ucd-trie v0.1.7
4932025-11-11T20:13:01.992Z Compiling autocfg v1.4.0
4942025-11-11T20:13:02.033Z Compiling itoa v1.0.11
4952025-11-11T20:13:02.102Z Compiling ryu v1.0.18
4962025-11-11T20:13:02.414Z Compiling byteorder v1.5.0
4972025-11-11T20:13:02.447Z Compiling bitflags v2.9.4
4982025-11-11T20:13:02.965Z Compiling quote v1.0.40
4992025-11-11T20:13:02.996Z Compiling errno v0.3.12
5002025-11-11T20:13:03.030Z Compiling icu_locid_transform_data v1.5.0
5012025-11-11T20:13:03.063Z Compiling serde_json v1.0.145
5022025-11-11T20:13:03.220Z Compiling icu_properties_data v1.5.0
5032025-11-11T20:13:03.337Z Compiling num-traits v0.2.19
5042025-11-11T20:13:03.472Z Compiling syn v2.0.106
5052025-11-11T20:13:03.672Z Compiling hashbrown v0.16.0
5062025-11-11T20:13:03.715Z Compiling typeid v1.0.3
5072025-11-11T20:13:03.752Z Compiling rustix v0.38.37
5082025-11-11T20:13:04.111Z Compiling utf8_iter v1.0.4
5092025-11-11T20:13:04.143Z Compiling equivalent v1.0.2
5102025-11-11T20:13:04.206Z Compiling icu_normalizer_data v1.5.0
5112025-11-11T20:13:04.291Z Compiling utf16_iter v1.0.5
5122025-11-11T20:13:04.318Z Compiling write16 v1.0.0
5132025-11-11T20:13:04.360Z Compiling smallvec v1.15.1
5142025-11-11T20:13:04.650Z Compiling indexmap v2.11.4
5152025-11-11T20:13:04.724Z Compiling proc-macro-error-attr v1.0.4
5162025-11-11T20:13:04.757Z Compiling usdt-impl v0.5.0
5172025-11-11T20:13:04.923Z Compiling toml_write v0.1.2
5182025-11-11T20:13:05.053Z Compiling syn v1.0.109
5192025-11-11T20:13:05.117Z Compiling winnow v0.7.13
5202025-11-11T20:13:05.212Z Compiling thread-id v4.2.2
5212025-11-11T20:13:06.031Z Compiling proc-macro-error v1.0.4
5222025-11-11T20:13:06.060Z Compiling plain v0.2.3
5232025-11-11T20:13:06.244Z Compiling utf8parse v0.2.2
5242025-11-11T20:13:06.327Z Compiling rustix v1.0.7
5252025-11-11T20:13:06.432Z Compiling getrandom v0.3.4
5262025-11-11T20:13:06.835Z Compiling log v0.4.27
5272025-11-11T20:13:06.924Z Compiling percent-encoding v2.3.2
5282025-11-11T20:13:07.037Z Compiling camino v1.2.0
5292025-11-11T20:13:07.199Z Compiling form_urlencoded v1.2.2
5302025-11-11T20:13:07.399Z Compiling ordered-float v2.10.1
5312025-11-11T20:13:07.558Z Compiling terminal_size v0.4.0
5322025-11-11T20:13:07.683Z Compiling anstyle-parse v0.2.5
5332025-11-11T20:13:08.007Z Compiling is_terminal_polyfill v1.70.1
5342025-11-11T20:13:08.107Z Compiling pretty-hex v0.4.1
5352025-11-11T20:13:08.160Z Compiling anstyle-query v1.1.1
5362025-11-11T20:13:08.221Z Compiling cfg-if v1.0.4
5372025-11-11T20:13:08.311Z Compiling colorchoice v1.0.2
5382025-11-11T20:13:08.339Z Compiling anstyle v1.0.11
5392025-11-11T20:13:08.660Z Compiling semver v1.0.27
5402025-11-11T20:13:08.825Z Compiling anstream v0.6.18
5412025-11-11T20:13:08.986Z Compiling fs-err v3.1.1
5422025-11-11T20:13:09.293Z Compiling unicode-width v0.1.14
5432025-11-11T20:13:09.327Z Compiling fastrand v2.1.1
5442025-11-11T20:13:09.402Z Compiling synstructure v0.13.1
5452025-11-11T20:13:09.431Z Compiling clap_lex v0.7.4
5462025-11-11T20:13:09.830Z Compiling once_cell v1.21.3
5472025-11-11T20:13:09.866Z Compiling strsim v0.11.1
5482025-11-11T20:13:09.913Z Compiling fnv v1.0.7
5492025-11-11T20:13:10.108Z Compiling anyhow v1.0.99
5502025-11-11T20:13:10.539Z Compiling heck v0.4.1
5512025-11-11T20:13:10.624Z Compiling bytecount v0.6.8
5522025-11-11T20:13:10.724Z Compiling heck v0.5.0
5532025-11-11T20:13:10.756Z Compiling unicode-xid v0.2.6
5542025-11-11T20:13:10.927Z Compiling papergrid v0.11.0
5552025-11-11T20:13:11.044Z Compiling clap_builder v4.5.48
5562025-11-11T20:13:11.089Z Compiling tempfile v3.20.0
5572025-11-11T20:13:11.394Z Compiling memmap v0.7.0
5582025-11-11T20:13:11.515Z Compiling smawk v0.3.2
5592025-11-11T20:13:11.792Z Compiling unicode-linebreak v0.1.5
5602025-11-11T20:13:11.820Z Compiling unicode-width v0.2.0
5612025-11-11T20:13:11.961Z Compiling camino-tempfile v1.4.1
5622025-11-11T20:13:12.302Z Compiling textwrap v0.16.2
5632025-11-11T20:13:12.714Z Compiling tabled_derive v0.7.0
5642025-11-11T20:13:12.971Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5652025-11-11T20:13:13.171Z Compiling swrite v0.1.0
5662025-11-11T20:13:13.709Z Compiling serde_derive v1.0.226
5672025-11-11T20:13:13.710Z Compiling zerofrom-derive v0.1.4
5682025-11-11T20:13:13.738Z Compiling yoke-derive v0.7.4
5692025-11-11T20:13:13.801Z Compiling zerovec-derive v0.10.3
5702025-11-11T20:13:13.904Z Compiling thiserror-impl v2.0.17
5712025-11-11T20:13:14.168Z Compiling displaydoc v0.2.5
5722025-11-11T20:13:15.586Z Compiling icu_provider_macros v1.5.0
5732025-11-11T20:13:15.974Z Compiling thiserror-impl v1.0.69
5742025-11-11T20:13:16.167Z Compiling zerocopy-derive v0.7.35
5752025-11-11T20:13:16.638Z Compiling scroll_derive v0.12.0
5762025-11-11T20:13:16.950Z Compiling zerofrom v0.1.4
5772025-11-11T20:13:16.990Z Compiling pest v2.8.2
5782025-11-11T20:13:17.222Z Compiling yoke v0.7.4
5792025-11-11T20:13:17.660Z Compiling zerovec v0.10.4
5802025-11-11T20:13:17.968Z Compiling scroll v0.12.0
5812025-11-11T20:13:18.108Z Compiling zerocopy v0.7.35
5822025-11-11T20:13:18.482Z Compiling goblin v0.8.2
5832025-11-11T20:13:18.532Z Compiling clap_derive v4.5.47
5842025-11-11T20:13:18.801Z Compiling tabled v0.15.0
5852025-11-11T20:13:19.353Z Compiling tinystr v0.7.6
5862025-11-11T20:13:19.387Z Compiling pest_meta v2.8.2
5872025-11-11T20:13:19.675Z Compiling icu_collections v1.5.0
5882025-11-11T20:13:19.782Z Compiling icu_locid v1.5.0
5892025-11-11T20:13:20.907Z Compiling pest_generator v2.8.2
5902025-11-11T20:13:21.163Z Compiling icu_provider v1.5.0
5912025-11-11T20:13:21.199Z Compiling serde_spanned v0.6.9
5922025-11-11T20:13:21.467Z Compiling toml_datetime v0.6.11
5932025-11-11T20:13:21.716Z Compiling dof v0.3.0
5942025-11-11T20:13:22.001Z Compiling icu_locid_transform v1.5.0
5952025-11-11T20:13:22.103Z Compiling toml_edit v0.22.27
5962025-11-11T20:13:22.410Z Compiling serde_tokenstream v0.2.2
5972025-11-11T20:13:22.456Z Compiling erased-serde v0.4.6
5982025-11-11T20:13:22.606Z Compiling serde-value v0.7.0
5992025-11-11T20:13:23.007Z Compiling cargo-platform v0.2.0
6002025-11-11T20:13:23.336Z Compiling icu_properties v1.5.1
6012025-11-11T20:13:23.368Z Compiling pest_derive v2.8.2
6022025-11-11T20:13:23.524Z Compiling serde-untagged v0.1.7
6032025-11-11T20:13:23.573Z Compiling clap v4.5.48
6042025-11-11T20:13:23.722Z Compiling macaddr v1.0.1
6052025-11-11T20:13:24.137Z Compiling dtrace-parser v0.2.0
6062025-11-11T20:13:25.314Z Compiling toml v0.8.23
6072025-11-11T20:13:25.879Z Compiling usdt-macro v0.5.0
6082025-11-11T20:13:25.918Z Compiling usdt-attr-macro v0.5.0
6092025-11-11T20:13:26.121Z Compiling cargo_toml v0.21.0
6102025-11-11T20:13:26.750Z Compiling icu_normalizer v1.5.0
6112025-11-11T20:13:27.085Z Compiling usdt v0.5.0
6122025-11-11T20:13:27.579Z Compiling idna_adapter v1.2.0
6132025-11-11T20:13:27.766Z Compiling idna v1.0.3
6142025-11-11T20:13:28.308Z Compiling url v2.5.4
6152025-11-11T20:13:29.164Z Compiling cargo-util-schemas v0.8.2
6162025-11-11T20:13:31.215Z Compiling cargo_metadata v0.21.0
6172025-11-11T20:13:33.465Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6182025-11-11T20:13:38.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
6192025-11-11T20:13:38.352Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6202025-11-11T20:13:39.403Z Downloading crates ...
6212025-11-11T20:13:44.609Z Downloaded ahash v0.8.12
6222025-11-11T20:13:44.634Z Downloaded crc32fast v1.4.2
6232025-11-11T20:13:44.634Z Downloaded hubpack_derive v0.1.1
6242025-11-11T20:13:44.634Z Downloaded ipnetwork v0.21.1
6252025-11-11T20:13:44.634Z Downloaded pkg-config v0.3.31
6262025-11-11T20:13:44.661Z Downloaded globset v0.4.15
6272025-11-11T20:13:44.661Z Downloaded rand v0.8.5
6282025-11-11T20:13:44.661Z Downloaded atomicwrites v0.4.4
6292025-11-11T20:13:44.661Z Downloaded half v1.8.3
6302025-11-11T20:13:44.661Z Downloaded half v2.4.1
6312025-11-11T20:13:44.661Z Downloaded getrandom v0.2.15
6322025-11-11T20:13:44.687Z Downloaded argon2 v0.5.3
6332025-11-11T20:13:44.687Z Downloaded goblin v0.10.2
6342025-11-11T20:13:44.687Z Downloaded bit-set v0.5.3
6352025-11-11T20:13:44.687Z Downloaded serde_path_to_error v0.1.17
6362025-11-11T20:13:44.714Z Downloaded hostname v0.4.0
6372025-11-11T20:13:44.714Z Downloaded home v0.5.9
6382025-11-11T20:13:44.714Z Downloaded aws-lc-rs v1.12.4
6392025-11-11T20:13:44.739Z Downloaded slab v0.4.9
6402025-11-11T20:13:44.740Z Downloaded ingot-macros v0.1.1
6412025-11-11T20:13:44.740Z Downloaded indexmap v1.9.3
6422025-11-11T20:13:44.765Z Downloaded keccak v0.1.5
6432025-11-11T20:13:44.765Z Downloaded linked-hash-map v0.5.6
6442025-11-11T20:13:44.791Z Downloaded utf-8 v0.7.6
6452025-11-11T20:13:44.791Z Downloaded universal-hash v0.5.1
6462025-11-11T20:13:44.817Z Downloaded darling_macro v0.21.0
6472025-11-11T20:13:44.817Z Downloaded defmt v0.3.8
6482025-11-11T20:13:44.817Z Downloaded nodrop v0.1.14
6492025-11-11T20:13:44.842Z Downloaded powerfmt v0.2.0
6502025-11-11T20:13:44.842Z Downloaded slog-async v2.8.0
6512025-11-11T20:13:44.842Z Downloaded tokio-dtrace v0.1.0
6522025-11-11T20:13:44.868Z Downloaded prettyplease v0.2.36
6532025-11-11T20:13:44.894Z Downloaded futures-task v0.3.31
6542025-11-11T20:13:44.894Z Downloaded futures v0.3.31
6552025-11-11T20:13:44.920Z Downloaded xz2 v0.1.7
6562025-11-11T20:13:44.920Z Downloaded subprocess v0.2.9
6572025-11-11T20:13:44.946Z Downloaded waitgroup v0.1.2
6582025-11-11T20:13:44.946Z Downloaded maybe-uninit v2.0.0
6592025-11-11T20:13:44.972Z Downloaded sync_wrapper v1.0.1
6602025-11-11T20:13:44.972Z Downloaded rand_chacha v0.9.0
6612025-11-11T20:13:44.997Z Downloaded typify v0.4.3
6622025-11-11T20:13:44.997Z Downloaded difflib v0.4.0
6632025-11-11T20:13:45.023Z Downloaded tracing-attributes v0.1.27
6642025-11-11T20:13:45.048Z Downloaded serde_spanned v1.0.0
6652025-11-11T20:13:45.048Z Downloaded tower-service v0.3.3
6662025-11-11T20:13:45.074Z Downloaded thiserror-no-std v2.0.2
6672025-11-11T20:13:45.074Z Downloaded slog-term v2.9.2
6682025-11-11T20:13:45.100Z Downloaded thiserror-impl-no-std v2.0.2
6692025-11-11T20:13:45.100Z Downloaded strum_macros v0.24.3
6702025-11-11T20:13:45.100Z Downloaded strip-ansi-escapes v0.2.0
6712025-11-11T20:13:45.100Z Downloaded crossterm v0.29.0
6722025-11-11T20:13:45.125Z Downloaded tower-http v0.6.6
6732025-11-11T20:13:45.125Z Downloaded time v0.3.43
6742025-11-11T20:13:45.151Z Downloaded steno v0.4.1
6752025-11-11T20:13:45.151Z Downloaded diesel v2.2.12
6762025-11-11T20:13:45.176Z Downloaded ssh-key v0.6.6
6772025-11-11T20:13:45.176Z Downloaded petname v2.0.2
6782025-11-11T20:13:45.201Z Downloaded rustls v0.22.4
6792025-11-11T20:13:45.201Z Downloaded object v0.36.5
6802025-11-11T20:13:45.226Z Downloaded ratatui v0.29.0
6812025-11-11T20:13:45.251Z Downloaded typify-impl v0.2.0
6822025-11-11T20:13:45.251Z Downloaded object v0.30.4
6832025-11-11T20:13:45.276Z Downloaded openapiv3 v2.2.0
6842025-11-11T20:13:45.276Z Downloaded curve25519-dalek v4.1.3
6852025-11-11T20:13:45.301Z Downloaded rustls v0.23.19
6862025-11-11T20:13:45.301Z Downloaded regex-syntax v0.8.5
6872025-11-11T20:13:45.326Z Downloaded zerocopy-derive v0.6.6
6882025-11-11T20:13:45.326Z Downloaded sha3 v0.10.8
6892025-11-11T20:13:45.326Z Downloaded libz-sys v1.1.20
6902025-11-11T20:13:45.351Z Downloaded lzma-sys v0.1.20
6912025-11-11T20:13:45.376Z Downloaded moka v0.12.10
6922025-11-11T20:13:45.401Z Downloaded regress v0.10.4
6932025-11-11T20:13:45.401Z Downloaded tokio v1.47.0
6942025-11-11T20:13:45.443Z Downloaded crossterm v0.28.1
6952025-11-11T20:13:45.467Z Downloaded rustls-webpki v0.102.8
6962025-11-11T20:13:45.492Z Downloaded quinn-proto v0.11.8
6972025-11-11T20:13:45.492Z Downloaded tabled v0.18.0
6982025-11-11T20:13:45.518Z Downloaded regex-syntax v0.6.29
6992025-11-11T20:13:45.518Z Downloaded stringprep v0.1.5
7002025-11-11T20:13:45.518Z Downloaded schemars v1.0.4
7012025-11-11T20:13:45.543Z Downloaded tower v0.5.2
7022025-11-11T20:13:45.543Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7032025-11-11T20:13:45.569Z Downloaded flate2 v1.1.2
7042025-11-11T20:13:45.569Z Downloaded webpki-roots v1.0.1
7052025-11-11T20:13:45.594Z Downloaded tabled v0.20.0
7062025-11-11T20:13:45.619Z Downloaded strum v0.27.2
7072025-11-11T20:13:45.619Z Downloaded petgraph v0.6.5
7082025-11-11T20:13:45.643Z Downloaded structmeta-derive v0.3.0
7092025-11-11T20:13:45.643Z Downloaded petgraph v0.8.2
7102025-11-11T20:13:45.668Z Downloaded string_cache v0.8.9
7112025-11-11T20:13:45.668Z Downloaded static_assertions v1.1.0
7122025-11-11T20:13:45.668Z Downloaded ssh-encoding v0.2.0
7132025-11-11T20:13:45.668Z Downloaded ssh-cipher v0.2.0
7142025-11-11T20:13:45.668Z Downloaded smallvec v0.6.14
7152025-11-11T20:13:45.668Z Downloaded serde_cbor v0.11.2
7162025-11-11T20:13:45.668Z Downloaded csv v1.3.1
7172025-11-11T20:13:45.693Z Downloaded schemars v0.9.0
7182025-11-11T20:13:45.718Z Downloaded tracing v0.1.40
7192025-11-11T20:13:45.718Z Downloaded encoding_rs v0.8.34
7202025-11-11T20:13:45.743Z Downloaded p256 v0.13.2
7212025-11-11T20:13:45.743Z Downloaded rustls v0.21.12
7222025-11-11T20:13:45.768Z Downloaded testing_table v0.3.0
7232025-11-11T20:13:45.768Z Downloaded strum v0.26.3
7242025-11-11T20:13:45.768Z Downloaded structmeta v0.3.0
7252025-11-11T20:13:45.768Z Downloaded serde_plain v1.0.2
7262025-11-11T20:13:45.768Z Downloaded serde_derive_internals v0.29.1
7272025-11-11T20:13:45.768Z Downloaded serde_bytes v0.11.19
7282025-11-11T20:13:45.768Z Downloaded serde-hex v0.1.0
7292025-11-11T20:13:45.768Z Downloaded semver v0.1.20
7302025-11-11T20:13:45.768Z Downloaded thread_local v1.1.8
7312025-11-11T20:13:45.768Z Downloaded ring v0.17.14
7322025-11-11T20:13:45.808Z Downloaded thread-id v5.0.0
7332025-11-11T20:13:45.833Z Downloaded libgit2-sys v0.18.2+1.9.1
7342025-11-11T20:13:45.875Z Downloaded sct v0.7.1
7352025-11-11T20:13:45.900Z Downloaded scrypt v0.11.0
7362025-11-11T20:13:45.900Z Downloaded scroll_derive v0.13.1
7372025-11-11T20:13:45.900Z Downloaded scroll v0.13.0
7382025-11-11T20:13:45.901Z Downloaded omicron-zone-package v0.12.2
7392025-11-11T20:13:45.901Z Downloaded native-tls v0.2.12
7402025-11-11T20:13:45.901Z Downloaded multer v3.1.0
7412025-11-11T20:13:45.901Z Downloaded flume v0.11.1
7422025-11-11T20:13:45.901Z Downloaded fixedbitset v0.5.7
7432025-11-11T20:13:45.901Z Downloaded derive_more-impl v2.0.1
7442025-11-11T20:13:45.925Z Downloaded tungstenite v0.21.0
7452025-11-11T20:13:45.925Z Downloaded tracing-core v0.1.32
7462025-11-11T20:13:45.926Z Downloaded peg-macros v0.8.5
7472025-11-11T20:13:45.926Z Downloaded crypto-bigint v0.5.5
7482025-11-11T20:13:45.926Z Downloaded rustyline v14.0.0
7492025-11-11T20:13:45.950Z Downloaded slog-stdlog v4.1.1
7502025-11-11T20:13:45.950Z Downloaded slog-scope v4.4.0
7512025-11-11T20:13:45.950Z Downloaded serde_repr v0.1.19
7522025-11-11T20:13:45.950Z Downloaded olpc-cjson v0.1.4
7532025-11-11T20:13:45.950Z Downloaded nanorand v0.7.0
7542025-11-11T20:13:45.950Z Downloaded multimap v0.10.1
7552025-11-11T20:13:45.951Z Downloaded foreign-types v0.5.0
7562025-11-11T20:13:45.951Z Downloaded tokio-tungstenite v0.23.1
7572025-11-11T20:13:45.951Z Downloaded tokio-tungstenite v0.21.0
7582025-11-11T20:13:45.951Z Downloaded float-cmp v0.10.0
7592025-11-11T20:13:45.951Z Downloaded fixedbitset v0.4.2
7602025-11-11T20:13:45.951Z Downloaded ff v0.13.0
7612025-11-11T20:13:45.951Z Downloaded document-features v0.2.11
7622025-11-11T20:13:45.976Z Downloaded display-error-chain v0.2.2
7632025-11-11T20:13:45.976Z Downloaded diff v0.1.13
7642025-11-11T20:13:45.976Z Downloaded pem-rfc7468 v0.7.0
7652025-11-11T20:13:45.976Z Downloaded pem v3.0.5
7662025-11-11T20:13:45.976Z Downloaded pbkdf2 v0.12.2
7672025-11-11T20:13:45.976Z Downloaded paste v1.0.15
7682025-11-11T20:13:45.976Z Downloaded password-hash v0.5.0
7692025-11-11T20:13:45.976Z Downloaded openssl-sys v0.9.109
7702025-11-11T20:13:45.976Z Downloaded crossbeam-utils v0.8.21
7712025-11-11T20:13:45.976Z Downloaded serde-big-array v0.5.1
7722025-11-11T20:13:46.001Z Downloaded opaque-debug v0.3.1
7732025-11-11T20:13:46.001Z Downloaded number_prefix v0.4.0
7742025-11-11T20:13:46.001Z Downloaded newline-converter v0.3.0
7752025-11-11T20:13:46.001Z Downloaded new_debug_unreachable v1.0.6
7762025-11-11T20:13:46.001Z Downloaded foreign-types v0.3.2
7772025-11-11T20:13:46.001Z Downloaded foldhash v0.2.0
7782025-11-11T20:13:46.001Z Downloaded foldhash v0.1.5
7792025-11-11T20:13:46.001Z Downloaded float-ord v0.3.2
7802025-11-11T20:13:46.001Z Downloaded tower-layer v0.3.3
7812025-11-11T20:13:46.001Z Downloaded flagset v0.4.6
7822025-11-11T20:13:46.002Z Downloaded filetime v0.2.26
7832025-11-11T20:13:46.002Z Downloaded dirs-sys-next v0.1.2
7842025-11-11T20:13:46.002Z Downloaded diesel-dtrace v0.4.2
7852025-11-11T20:13:46.002Z Downloaded des v0.8.1
7862025-11-11T20:13:46.002Z Downloaded twox-hash v2.1.0
7872025-11-11T20:13:46.002Z Downloaded tui-tree-widget v0.23.1
7882025-11-11T20:13:46.027Z Downloaded peg v0.8.5
7892025-11-11T20:13:46.027Z Downloaded pbkdf2 v0.11.0
7902025-11-11T20:13:46.027Z Downloaded password-hash v0.4.2
7912025-11-11T20:13:46.027Z Downloaded oso v0.27.3
7922025-11-11T20:13:46.027Z Downloaded openssl v0.10.73
7932025-11-11T20:13:46.027Z Downloaded csv-core v0.1.11
7942025-11-11T20:13:46.027Z Downloaded zopfli v0.8.1
7952025-11-11T20:13:46.053Z Downloaded typify v0.2.0
7962025-11-11T20:13:46.053Z Downloaded typed-path v0.9.3
7972025-11-11T20:13:46.053Z Downloaded quinn v0.11.5
7982025-11-11T20:13:46.053Z Downloaded mime_guess v2.0.5
7992025-11-11T20:13:46.053Z Downloaded zlib-rs v0.5.1
8002025-11-11T20:13:46.053Z Downloaded tokio-util v0.7.15
8012025-11-11T20:13:46.078Z Downloaded dirs-next v2.0.0
8022025-11-11T20:13:46.078Z Downloaded diesel_table_macro_syntax v0.2.0
8032025-11-11T20:13:46.078Z Downloaded try-lock v0.2.5
8042025-11-11T20:13:46.078Z Downloaded trait-variant v0.1.2
8052025-11-11T20:13:46.078Z Downloaded peg-runtime v0.8.5
8062025-11-11T20:13:46.078Z Downloaded path-slash v0.1.5
8072025-11-11T20:13:46.078Z Downloaded oxnet v0.1.3
8082025-11-11T20:13:46.078Z Downloaded oxide-tokio-rt v0.1.2
8092025-11-11T20:13:46.078Z Downloaded owo-colors v4.2.2
8102025-11-11T20:13:46.078Z Downloaded oso-derive v0.27.3
8112025-11-11T20:13:46.078Z Downloaded openssl-probe v0.1.5
8122025-11-11T20:13:46.078Z Downloaded openssl-macros v0.1.1
8132025-11-11T20:13:46.078Z Downloaded ctr v0.9.2
8142025-11-11T20:13:46.078Z Downloaded cstr-argument v0.1.2
8152025-11-11T20:13:46.078Z Downloaded crunchy v0.2.2
8162025-11-11T20:13:46.078Z Downloaded crucible-workspace-hack v0.1.0
8172025-11-11T20:13:46.078Z Downloaded zstd-safe v7.2.3
8182025-11-11T20:13:46.104Z Downloaded zstd v0.13.3
8192025-11-11T20:13:46.104Z Downloaded schemars v0.8.22
8202025-11-11T20:13:46.104Z Downloaded rusty-fork v0.3.0
8212025-11-11T20:13:46.104Z Downloaded rustls-pemfile v2.2.0
8222025-11-11T20:13:46.104Z Downloaded rustls-pemfile v1.0.4
8232025-11-11T20:13:46.104Z Downloaded mio v1.0.2
8242025-11-11T20:13:46.129Z Downloaded memoffset v0.9.1
8252025-11-11T20:13:46.129Z Downloaded md-5 v0.10.6
8262025-11-11T20:13:46.129Z Downloaded zip v0.6.6
8272025-11-11T20:13:46.129Z Downloaded rayon v1.10.0
8282025-11-11T20:13:46.129Z Downloaded p521 v0.13.3
8292025-11-11T20:13:46.129Z Downloaded sec1 v0.7.3
8302025-11-11T20:13:46.154Z Downloaded diesel_derives v2.2.3
8312025-11-11T20:13:46.154Z Downloaded zone_cfg_derive v0.3.0
8322025-11-11T20:13:46.154Z Downloaded zone_cfg_derive v0.1.2
8332025-11-11T20:13:46.155Z Downloaded scheduled-thread-pool v0.2.7
8342025-11-11T20:13:46.155Z Downloaded salsa20 v0.10.2
8352025-11-11T20:13:46.155Z Downloaded rustls-native-certs v0.8.1
8362025-11-11T20:13:46.155Z Downloaded rand_chacha v0.3.1
8372025-11-11T20:13:46.155Z Downloaded r2d2 v0.8.10
8382025-11-11T20:13:46.155Z Downloaded quinn-udp v0.5.5
8392025-11-11T20:13:46.155Z Downloaded pin-project-lite v0.2.14
8402025-11-11T20:13:46.155Z Downloaded pin-project-internal v1.1.6
8412025-11-11T20:13:46.155Z Downloaded phf_shared v0.12.1
8422025-11-11T20:13:46.181Z Downloaded phf_shared v0.11.2
8432025-11-11T20:13:46.181Z Downloaded phf v0.12.1
8442025-11-11T20:13:46.181Z Downloaded phf v0.11.2
8452025-11-11T20:13:46.181Z Downloaded miniz_oxide v0.8.5
8462025-11-11T20:13:46.181Z Downloaded minimal-lexical v0.2.1
8472025-11-11T20:13:46.181Z Downloaded fs-err v2.11.0
8482025-11-11T20:13:46.181Z Downloaded foreign-types-macros v0.2.3
8492025-11-11T20:13:46.181Z Downloaded vsss-rs v3.3.4
8502025-11-11T20:13:46.181Z Downloaded reqwest v0.12.24
8512025-11-11T20:13:46.181Z Downloaded p384 v0.13.1
8522025-11-11T20:13:46.206Z Downloaded regex-automata v0.4.11
8532025-11-11T20:13:46.206Z Downloaded jiff v0.2.15
8542025-11-11T20:13:46.231Z Downloaded tungstenite v0.23.0
8552025-11-11T20:13:46.231Z Downloaded same-file v1.0.6
8562025-11-11T20:13:46.231Z Downloaded rustversion v1.0.22
8572025-11-11T20:13:46.231Z Downloaded memmap2 v0.9.8
8582025-11-11T20:13:46.231Z Downloaded foreign-types-shared v0.1.1
8592025-11-11T20:13:46.256Z Downloaded zip v4.2.0
8602025-11-11T20:13:46.256Z Downloaded zeroize_derive v1.4.2
8612025-11-11T20:13:46.256Z Downloaded zeroize v1.8.1
8622025-11-11T20:13:46.256Z Downloaded zerocopy-derive v0.8.27
8632025-11-11T20:13:46.256Z Downloaded want v0.3.1
8642025-11-11T20:13:46.256Z Downloaded walkdir v2.5.0
8652025-11-11T20:13:46.256Z Downloaded wait-timeout v0.2.0
8662025-11-11T20:13:46.256Z Downloaded vte_generate_state_changes v0.1.2
8672025-11-11T20:13:46.256Z Downloaded void v1.0.2
8682025-11-11T20:13:46.256Z Downloaded support-bundle-viewer v0.1.2
8692025-11-11T20:13:46.256Z Downloaded subtle v2.6.1
8702025-11-11T20:13:46.256Z Downloaded strum_macros v0.27.2
8712025-11-11T20:13:46.281Z Downloaded strum_macros v0.26.4
8722025-11-11T20:13:46.281Z Downloaded russh v0.45.0
8732025-11-11T20:13:46.281Z Downloaded rayon-core v1.12.1
8742025-11-11T20:13:46.281Z Downloaded rand_core v0.6.4
8752025-11-11T20:13:46.281Z Downloaded zerocopy v0.8.27
8762025-11-11T20:13:46.306Z Downloaded winnow v0.6.26
8772025-11-11T20:13:46.306Z Downloaded winnow v0.5.40
8782025-11-11T20:13:46.331Z Downloaded nix v0.30.1
8792025-11-11T20:13:46.331Z Downloaded nix v0.27.1
8802025-11-11T20:13:46.356Z Downloaded curve25519-dalek-derive v0.1.1
8812025-11-11T20:13:46.356Z Downloaded mime v0.3.17
8822025-11-11T20:13:46.356Z Downloaded match_cfg v0.1.0
8832025-11-11T20:13:46.356Z Downloaded maplit v1.0.2
8842025-11-11T20:13:46.356Z Downloaded managed v0.8.0
8852025-11-11T20:13:46.356Z Downloaded rpassword v7.4.0
8862025-11-11T20:13:46.356Z Downloaded ron v0.7.1
8872025-11-11T20:13:46.356Z Downloaded rand_seeder v0.4.0
8882025-11-11T20:13:46.357Z Downloaded rand_core v0.9.3
8892025-11-11T20:13:46.382Z Downloaded futures-util v0.3.31
8902025-11-11T20:13:46.382Z Downloaded x509-cert v0.2.5
8912025-11-11T20:13:46.382Z Downloaded nix v0.29.0
8922025-11-11T20:13:46.406Z Downloaded md5 v0.7.0
8932025-11-11T20:13:46.407Z Downloaded foreign-types-shared v0.3.1
8942025-11-11T20:13:46.407Z Downloaded zone v0.3.1
8952025-11-11T20:13:46.407Z Downloaded zone v0.1.8
8962025-11-11T20:13:46.407Z Downloaded which v4.4.2
8972025-11-11T20:13:46.407Z Downloaded rand_xorshift v0.4.0
8982025-11-11T20:13:46.407Z Downloaded futures-macro v0.3.31
8992025-11-11T20:13:46.407Z Downloaded futures-io v0.3.31
9002025-11-11T20:13:46.407Z Downloaded futures-core v0.3.31
9012025-11-11T20:13:46.407Z Downloaded futures-channel v0.3.31
9022025-11-11T20:13:46.407Z Downloaded fs_extra v1.3.0
9032025-11-11T20:13:46.407Z Downloaded darling v0.20.10
9042025-11-11T20:13:46.432Z Downloaded daft-derive v0.1.4
9052025-11-11T20:13:46.432Z Downloaded pin-project v1.1.6
9062025-11-11T20:13:46.432Z Downloaded tabled_derive v0.11.0
9072025-11-11T20:13:46.432Z Downloaded tabled_derive v0.10.0
9082025-11-11T20:13:46.432Z Downloaded supports-color v3.0.2
9092025-11-11T20:13:46.432Z Downloaded rustc_version v0.4.1
9102025-11-11T20:13:46.432Z Downloaded rustc_version v0.1.7
9112025-11-11T20:13:46.432Z Downloaded rsa v0.9.8
9122025-11-11T20:13:46.457Z Downloaded ron v0.8.1
9132025-11-11T20:13:46.457Z Downloaded futures-executor v0.3.31
9142025-11-11T20:13:46.457Z Downloaded funty v2.0.0
9152025-11-11T20:13:46.457Z Downloaded darling v0.21.0
9162025-11-11T20:13:46.457Z Downloaded daft v0.1.4
9172025-11-11T20:13:46.457Z Downloaded xshell v0.2.7
9182025-11-11T20:13:46.457Z Downloaded xattr v1.3.1
9192025-11-11T20:13:46.457Z Downloaded tls_codec_derive v0.4.1
9202025-11-11T20:13:46.482Z Downloaded tinyvec_macros v0.1.1
9212025-11-11T20:13:46.482Z Downloaded time-macros v0.2.24
9222025-11-11T20:13:46.482Z Downloaded signal-hook-registry v1.4.2
9232025-11-11T20:13:46.482Z Downloaded serde_yaml v0.9.34+deprecated
9242025-11-11T20:13:46.482Z Downloaded progenitor-client v0.10.0
9252025-11-11T20:13:46.482Z Downloaded nom v7.1.3
9262025-11-11T20:13:46.482Z Downloaded sync-ptr v0.1.4
9272025-11-11T20:13:46.482Z Downloaded rustc-hash v2.1.1
9282025-11-11T20:13:46.482Z Downloaded rtoolbox v0.0.2
9292025-11-11T20:13:46.483Z Downloaded rfc6979 v0.4.0
9302025-11-11T20:13:46.483Z Downloaded resolv-conf v0.7.0
9312025-11-11T20:13:46.483Z Downloaded parse-display-derive v0.10.0
9322025-11-11T20:13:46.507Z Downloaded parking_lot v0.12.3
9332025-11-11T20:13:46.507Z Downloaded papergrid v0.17.0
9342025-11-11T20:13:46.507Z Downloaded papergrid v0.14.0
9352025-11-11T20:13:46.507Z Downloaded tls_codec v0.4.1
9362025-11-11T20:13:46.507Z Downloaded tinyvec v1.8.0
9372025-11-11T20:13:46.507Z Downloaded tiny-keccak v2.0.2
9382025-11-11T20:13:46.507Z Downloaded time-core v0.1.6
9392025-11-11T20:13:46.507Z Downloaded simd-adler32 v0.3.7
9402025-11-11T20:13:46.508Z Downloaded sigpipe v0.1.3
9412025-11-11T20:13:46.532Z Downloaded signature v2.2.0
9422025-11-11T20:13:46.532Z Downloaded signal-hook-tokio v0.3.1
9432025-11-11T20:13:46.532Z Downloaded sha1 v0.10.6
9442025-11-11T20:13:46.533Z Downloaded progenitor-client v0.11.2
9452025-11-11T20:13:46.533Z Downloaded progenitor-client v0.8.0
9462025-11-11T20:13:46.533Z Downloaded proc-macro-error-attr2 v2.0.0
9472025-11-11T20:13:46.533Z Downloaded proc-macro-crate v1.3.1
9482025-11-11T20:13:46.533Z Downloaded pretty_assertions v1.4.1
9492025-11-11T20:13:46.533Z Downloaded pretty-hex v0.2.1
9502025-11-11T20:13:46.533Z Downloaded predicates-tree v1.0.12
9512025-11-11T20:13:46.533Z Downloaded predicates-core v1.0.8
9522025-11-11T20:13:46.533Z Downloaded num-bigint v0.4.6
9532025-11-11T20:13:46.533Z Downloaded parse-display v0.10.0
9542025-11-11T20:13:46.533Z Downloaded parking_lot_core v0.9.10
9552025-11-11T20:13:46.533Z Downloaded parking_lot_core v0.8.6
9562025-11-11T20:13:46.533Z Downloaded parking_lot v0.11.2
9572025-11-11T20:13:46.558Z Downloaded packed_struct_codegen v0.10.1
9582025-11-11T20:13:46.558Z Downloaded packed_struct v0.10.1
9592025-11-11T20:13:46.558Z Downloaded lock_api v0.4.12
9602025-11-11T20:13:46.558Z Downloaded litrs v0.4.1
9612025-11-11T20:13:46.558Z Downloaded derive_more v2.0.1
9622025-11-11T20:13:46.558Z Downloaded derive_more v0.99.20
9632025-11-11T20:13:46.558Z Downloaded darling_core v0.21.0
9642025-11-11T20:13:46.583Z Downloaded darling_core v0.20.10
9652025-11-11T20:13:46.583Z Downloaded yansi v1.0.1
9662025-11-11T20:13:46.583Z Downloaded shell-words v1.1.0
9672025-11-11T20:13:46.583Z Downloaded serde_with_macros v3.14.0
9682025-11-11T20:13:46.583Z Downloaded progenitor v0.10.0
9692025-11-11T20:13:46.583Z Downloaded progenitor v0.8.0
9702025-11-11T20:13:46.583Z Downloaded proc-macro-error2 v2.0.1
9712025-11-11T20:13:46.608Z Downloaded primeorder v0.13.6
9722025-11-11T20:13:46.608Z Downloaded precomputed-hash v0.1.1
9732025-11-11T20:13:46.608Z Downloaded ppv-lite86 v0.2.20
9742025-11-11T20:13:46.608Z Downloaded pin-utils v0.1.0
9752025-11-11T20:13:46.608Z Downloaded dropshot-api-manager v0.2.3
9762025-11-11T20:13:46.608Z Downloaded vte v0.11.1
9772025-11-11T20:13:46.608Z Downloaded vergen-lib v0.1.6
9782025-11-11T20:13:46.608Z Downloaded parse-size v1.1.0
9792025-11-11T20:13:46.608Z Downloaded lzss v0.8.2
9802025-11-11T20:13:46.633Z Downloaded lru v0.12.5
9812025-11-11T20:13:46.633Z Downloaded futures-sink v0.3.31
9822025-11-11T20:13:46.633Z Downloaded derive_builder v0.20.2
9832025-11-11T20:13:46.633Z Downloaded derive-where v1.5.0
9842025-11-11T20:13:46.633Z Downloaded derive-ex v0.1.8
9852025-11-11T20:13:46.633Z Downloaded tokio-native-tls v0.3.1
9862025-11-11T20:13:46.633Z Downloaded quick-xml v0.37.2
9872025-11-11T20:13:46.633Z Downloaded progenitor v0.11.2
9882025-11-11T20:13:46.633Z Downloaded num v0.4.3
9892025-11-11T20:13:46.659Z Downloaded normalize-line-endings v0.3.0
9902025-11-11T20:13:46.659Z Downloaded nibble_vec v0.1.0
9912025-11-11T20:13:46.659Z Downloaded newtype_derive v0.1.6
9922025-11-11T20:13:46.659Z Downloaded newtype-uuid-macros v0.1.0
9932025-11-11T20:13:46.659Z Downloaded hickory-proto v0.24.4
9942025-11-11T20:13:46.659Z Downloaded lru-cache v0.1.2
9952025-11-11T20:13:46.659Z Downloaded lockfree-object-pool v0.1.6
9962025-11-11T20:13:46.684Z Downloaded derive_builder_macro v0.20.2
9972025-11-11T20:13:46.684Z Downloaded derive_builder_core v0.20.2
9982025-11-11T20:13:46.684Z Downloaded darling_macro v0.20.10
9992025-11-11T20:13:46.684Z Downloaded zerocopy v0.6.6
10002025-11-11T20:13:46.684Z Downloaded yasna v0.5.2
10012025-11-11T20:13:46.684Z Downloaded tokio-rustls v0.25.0
10022025-11-11T20:13:46.684Z Downloaded tokio-postgres v0.7.13
10032025-11-11T20:13:46.684Z Downloaded siphasher v0.3.11
10042025-11-11T20:13:46.684Z Downloaded quick-error v1.2.3
10052025-11-11T20:13:46.684Z Downloaded psl-types v2.0.11
10062025-11-11T20:13:46.684Z Downloaded num-bigint-dig v0.8.4
10072025-11-11T20:13:46.709Z Downloaded newtype-uuid v1.3.1
10082025-11-11T20:13:46.709Z Downloaded dyn-clone v1.0.20
10092025-11-11T20:13:46.709Z Downloaded dunce v1.0.5
10102025-11-11T20:13:46.709Z Downloaded dsl_auto_type v0.1.2
10112025-11-11T20:13:46.709Z Downloaded dropshot_endpoint v0.16.4
10122025-11-11T20:13:46.709Z Downloaded dropshot-api-manager-types v0.2.3
10132025-11-11T20:13:46.709Z Downloaded dropshot v0.16.4
10142025-11-11T20:13:46.734Z Downloaded drift v0.1.1
10152025-11-11T20:13:46.734Z Downloaded dof v0.4.0
10162025-11-11T20:13:46.734Z Downloaded vcpkg v0.2.15
10172025-11-11T20:13:46.777Z Downloaded aws-lc-sys v0.26.0
10182025-11-11T20:13:47.016Z Downloaded typify-impl v0.4.3
10192025-11-11T20:13:47.041Z Downloaded sled v0.34.7
10202025-11-11T20:13:47.066Z Downloaded bzip2-sys v0.1.13+1.0.8
10212025-11-11T20:13:47.066Z Downloaded xshell-macros v0.2.7
10222025-11-11T20:13:47.066Z Downloaded tokio-rustls v0.26.0
10232025-11-11T20:13:47.066Z Downloaded tokio-rustls v0.24.1
10242025-11-11T20:13:47.066Z Downloaded tokio-macros v2.5.0
10252025-11-11T20:13:47.091Z Downloaded slog-envlogger v2.2.0
10262025-11-11T20:13:47.091Z Downloaded slog-dtrace v0.3.0
10272025-11-11T20:13:47.091Z Downloaded similar v2.7.0
10282025-11-11T20:13:47.091Z Downloaded qorb v0.4.1
10292025-11-11T20:13:47.091Z Downloaded publicsuffix v2.3.0
10302025-11-11T20:13:47.091Z Downloaded progenitor-impl v0.11.2
10312025-11-11T20:13:47.091Z Downloaded progenitor-impl v0.10.0
10322025-11-11T20:13:47.091Z Downloaded nix v0.28.0
10332025-11-11T20:13:47.116Z Downloaded expectorate v1.2.0
10342025-11-11T20:13:47.116Z Downloaded unicode-normalization v0.1.24
10352025-11-11T20:13:47.116Z Downloaded sqlparser v0.45.0
10362025-11-11T20:13:47.116Z Downloaded serde_with v3.14.0
10372025-11-11T20:13:47.141Z Downloaded radix_trie v0.2.1
10382025-11-11T20:13:47.141Z Downloaded slog-json v2.6.1
10392025-11-11T20:13:47.142Z Downloaded slog-bunyan v2.5.0
10402025-11-11T20:13:47.142Z Downloaded progenitor-impl v0.8.0
10412025-11-11T20:13:47.142Z Downloaded num_enum_derive v0.5.11
10422025-11-11T20:13:47.166Z Downloaded num-iter v0.1.45
10432025-11-11T20:13:47.167Z Downloaded fatfs v0.3.6
10442025-11-11T20:13:47.167Z Downloaded elliptic-curve v0.13.8
10452025-11-11T20:13:47.167Z Downloaded ed25519-dalek v2.1.1
10462025-11-11T20:13:47.167Z Downloaded ed25519 v2.2.3
10472025-11-11T20:13:47.167Z Downloaded der v0.7.10
10482025-11-11T20:13:47.167Z Downloaded defmt-macros v0.3.9
10492025-11-11T20:13:47.167Z Downloaded debug-ignore v1.0.5
10502025-11-11T20:13:47.167Z Downloaded data-encoding v2.9.0
10512025-11-11T20:13:47.191Z Downloaded unsafe-libyaml v0.2.11
10522025-11-11T20:13:47.192Z Downloaded unicode_categories v0.1.1
10532025-11-11T20:13:47.192Z Downloaded unicode-properties v0.1.3
10542025-11-11T20:13:47.192Z Downloaded tough v0.20.0
10552025-11-11T20:13:47.192Z Downloaded smoltcp v0.11.0
10562025-11-11T20:13:47.216Z Downloaded polar-core v0.27.3
10572025-11-11T20:13:47.217Z Downloaded bstr v1.10.0
10582025-11-11T20:13:47.242Z Downloaded wyz v0.5.1
10592025-11-11T20:13:47.242Z Downloaded whoami v1.5.2
10602025-11-11T20:13:47.242Z Downloaded num-integer v0.1.46
10612025-11-11T20:13:47.242Z Downloaded num-derive v0.3.3
10622025-11-11T20:13:47.242Z Downloaded num-complex v0.4.6
10632025-11-11T20:13:47.242Z Downloaded enum-as-inner v0.6.1
10642025-11-11T20:13:47.242Z Downloaded either v1.15.0
10652025-11-11T20:13:47.242Z Downloaded unit-prefix v0.5.1
10662025-11-11T20:13:47.242Z Downloaded unicode-bidi v0.3.17
10672025-11-11T20:13:47.242Z Downloaded unarray v0.1.4
10682025-11-11T20:13:47.242Z Downloaded lalrpop v0.19.12
10692025-11-11T20:13:47.267Z Downloaded num_threads v0.1.7
10702025-11-11T20:13:47.267Z Downloaded num_enum v0.5.11
10712025-11-11T20:13:47.267Z Downloaded num-rational v0.4.2
10722025-11-11T20:13:47.267Z Downloaded num-derive v0.4.2
10732025-11-11T20:13:47.267Z Downloaded num-conv v0.1.0
10742025-11-11T20:13:47.267Z Downloaded fd-lock v4.0.2
10752025-11-11T20:13:47.267Z Downloaded fallible-iterator v0.2.0
10762025-11-11T20:13:47.267Z Downloaded env_logger v0.11.8
10772025-11-11T20:13:47.292Z Downloaded endian-type v0.1.2
10782025-11-11T20:13:47.292Z Downloaded ena v0.14.3
10792025-11-11T20:13:47.292Z Downloaded embedded-io v0.6.1
10802025-11-11T20:13:47.292Z Downloaded embedded-io v0.4.0
10812025-11-11T20:13:47.292Z Downloaded deranged v0.5.3
10822025-11-11T20:13:47.292Z Downloaded der_derive v0.7.3
10832025-11-11T20:13:47.292Z Downloaded unicode-segmentation v1.12.0
10842025-11-11T20:13:47.292Z Downloaded salty v0.3.0
10852025-11-11T20:13:47.292Z Downloaded rustls-webpki v0.101.7
10862025-11-11T20:13:47.317Z Downloaded regex v1.11.3
10872025-11-11T20:13:47.317Z Downloaded reedline v0.40.0
10882025-11-11T20:13:47.342Z Downloaded proptest v1.7.0
10892025-11-11T20:13:47.342Z Downloaded portable-atomic v1.11.0
10902025-11-11T20:13:47.342Z Downloaded chrono v0.4.42
10912025-11-11T20:13:47.370Z Downloaded prefix-trie v0.7.0
10922025-11-11T20:13:47.370Z Downloaded env_filter v0.1.2
10932025-11-11T20:13:47.370Z Downloaded defmt-parser v0.3.4
10942025-11-11T20:13:47.370Z Downloaded vergen-gitcl v1.0.8
10952025-11-11T20:13:47.370Z Downloaded vergen-git2 v1.0.7
10962025-11-11T20:13:47.370Z Downloaded uzers v0.12.1
10972025-11-11T20:13:47.370Z Downloaded uuid v1.18.1
10982025-11-11T20:13:47.370Z Downloaded untrusted v0.7.1
10992025-11-11T20:13:47.370Z Downloaded toml_parser v1.0.2
11002025-11-11T20:13:47.370Z Downloaded term v1.1.0
11012025-11-11T20:13:47.395Z Downloaded itertools v0.10.5
11022025-11-11T20:13:47.395Z Downloaded iddqd v0.3.13
11032025-11-11T20:13:47.395Z Downloaded predicates v3.1.3
11042025-11-11T20:13:47.395Z Downloaded vergen v9.0.6
11052025-11-11T20:13:47.395Z Downloaded value-bag v1.9.0
11062025-11-11T20:13:47.395Z Downloaded usdt-impl v0.6.0
11072025-11-11T20:13:47.395Z Downloaded usdt-attr-macro v0.6.0
11082025-11-11T20:13:47.420Z Downloaded usdt v0.6.0
11092025-11-11T20:13:47.420Z Downloaded unicode-truncate v1.1.0
11102025-11-11T20:13:47.420Z Downloaded typify-macro v0.4.3
11112025-11-11T20:13:47.420Z Downloaded toml v0.9.5
11122025-11-11T20:13:47.420Z Downloaded toml v0.7.8
11132025-11-11T20:13:47.420Z Downloaded socket2 v0.6.0
11142025-11-11T20:13:47.420Z Downloaded socket2 v0.5.10
11152025-11-11T20:13:47.420Z Downloaded smoltcp v0.9.1
11162025-11-11T20:13:47.445Z Downloaded libm v0.2.8
11172025-11-11T20:13:47.445Z Downloaded hkdf v0.12.4
11182025-11-11T20:13:47.446Z Downloaded blake3 v1.5.4
11192025-11-11T20:13:47.446Z Downloaded bindgen v0.69.5
11202025-11-11T20:13:47.517Z Downloaded nu-ansi-term v0.50.1
11212025-11-11T20:13:47.517Z Downloaded usdt-macro v0.6.0
11222025-11-11T20:13:47.517Z Downloaded untrusted v0.9.0
11232025-11-11T20:13:47.517Z Downloaded topological-sort v0.2.2
11242025-11-11T20:13:47.517Z Downloaded toml_writer v1.0.2
11252025-11-11T20:13:47.517Z Downloaded toml_edit v0.19.15
11262025-11-11T20:13:47.517Z Downloaded toml_datetime v0.7.0
11272025-11-11T20:13:47.543Z Downloaded test-strategy v0.4.3
11282025-11-11T20:13:47.543Z Downloaded termtree v0.5.1
11292025-11-11T20:13:47.543Z Downloaded termios v0.3.3
11302025-11-11T20:13:47.543Z Downloaded slog v2.7.0
11312025-11-11T20:13:47.543Z Downloaded russh-keys v0.45.0
11322025-11-11T20:13:47.543Z Downloaded itertools v0.13.0
11332025-11-11T20:13:47.569Z Downloaded ecdsa v0.16.9
11342025-11-11T20:13:47.598Z Downloaded dtrace-parser v0.3.0
11352025-11-11T20:13:47.598Z Downloaded sqlformat v0.3.5
11362025-11-11T20:13:47.598Z Downloaded snafu-derive v0.8.5
11372025-11-11T20:13:47.598Z Downloaded snafu v0.8.5
11382025-11-11T20:13:47.598Z Downloaded signal-hook v0.3.18
11392025-11-11T20:13:47.623Z Downloaded samael v0.0.19
11402025-11-11T20:13:47.623Z Downloaded rustls-pki-types v1.10.0
11412025-11-11T20:13:47.623Z Downloaded itertools v0.12.1
11422025-11-11T20:13:47.648Z Downloaded indicatif v0.17.11
11432025-11-11T20:13:47.648Z Downloaded heapless v0.7.17
11442025-11-11T20:13:47.648Z Downloaded aho-corasick v1.1.3
11452025-11-11T20:13:47.673Z Downloaded unicase v2.8.1
11462025-11-11T20:13:47.673Z Downloaded tokio-stream v0.1.17
11472025-11-11T20:13:47.673Z Downloaded term v0.7.0
11482025-11-11T20:13:47.673Z Downloaded sqlparser_derive v0.2.2
11492025-11-11T20:13:47.673Z Downloaded spki v0.7.3
11502025-11-11T20:13:47.673Z Downloaded spin v0.9.8
11512025-11-11T20:13:47.673Z Downloaded rcgen v0.12.1
11522025-11-11T20:13:47.698Z Downloaded rand v0.9.2
11532025-11-11T20:13:47.698Z Downloaded libxml v0.3.3
11542025-11-11T20:13:47.698Z Downloaded itertools v0.14.0
11552025-11-11T20:13:47.723Z Downloaded iri-string v0.7.8
11562025-11-11T20:13:47.723Z Downloaded hickory-client v0.25.2
11572025-11-11T20:13:47.723Z Downloaded crossbeam-channel v0.5.15
11582025-11-11T20:13:47.748Z Downloaded bytes v1.10.1
11592025-11-11T20:13:47.748Z Downloaded tar v0.4.44
11602025-11-11T20:13:47.748Z Downloaded tagptr v0.2.0
11612025-11-11T20:13:47.748Z Downloaded tabwriter v1.4.0
11622025-11-11T20:13:47.748Z Downloaded siphasher v1.0.1
11632025-11-11T20:13:47.773Z Downloaded shlex v1.3.0
11642025-11-11T20:13:47.773Z Downloaded secrecy v0.10.3
11652025-11-11T20:13:47.773Z Downloaded scopeguard v1.2.0
11662025-11-11T20:13:47.773Z Downloaded rustc-demangle v0.1.24
11672025-11-11T20:13:47.773Z Downloaded progenitor-macro v0.8.0
11682025-11-11T20:13:47.773Z Downloaded postgres-protocol v0.6.8
11692025-11-11T20:13:47.798Z Downloaded pkcs8 v0.10.2
11702025-11-11T20:13:47.798Z Downloaded pkcs5 v0.7.1
11712025-11-11T20:13:47.798Z Downloaded linear-map v1.2.0
11722025-11-11T20:13:47.798Z Downloaded httparse v1.9.5
11732025-11-11T20:13:47.798Z Downloaded hickory-resolver v0.25.2
11742025-11-11T20:13:47.824Z Downloaded hashbrown v0.13.2
11752025-11-11T20:13:47.824Z Downloaded typify-macro v0.2.0
11762025-11-11T20:13:47.824Z Downloaded tap v1.0.1
11772025-11-11T20:13:47.824Z Downloaded smf v0.2.3
11782025-11-11T20:13:47.824Z Downloaded signal-hook-mio v0.2.4
11792025-11-11T20:13:47.824Z Downloaded serde_urlencoded v0.7.1
11802025-11-11T20:13:47.849Z Downloaded secrecy v0.8.0
11812025-11-11T20:13:47.849Z Downloaded schemars_derive v0.8.22
11822025-11-11T20:13:47.849Z Downloaded ref-cast-impl v1.0.24
11832025-11-11T20:13:47.849Z Downloaded ref-cast v1.0.24
11842025-11-11T20:13:47.849Z Downloaded radium v0.7.0
11852025-11-11T20:13:47.849Z Downloaded progenitor-macro v0.11.2
11862025-11-11T20:13:47.849Z Downloaded progenitor-macro v0.10.0
11872025-11-11T20:13:47.874Z Downloaded postgres-types v0.2.9
11882025-11-11T20:13:47.874Z Downloaded postcard v1.0.10
11892025-11-11T20:13:47.874Z Downloaded polyval v0.6.2
11902025-11-11T20:13:47.874Z Downloaded poly1305 v0.8.0
11912025-11-11T20:13:47.874Z Downloaded pkcs1 v0.7.5
11922025-11-11T20:13:47.874Z Downloaded libsw v3.5.0
11932025-11-11T20:13:47.900Z Downloaded lazycell v1.3.0
11942025-11-11T20:13:47.900Z Downloaded ingot-types v0.1.2
11952025-11-11T20:13:47.900Z Downloaded indoc v1.0.9
11962025-11-11T20:13:47.900Z Downloaded impl-trait-for-tuples v0.2.2
11972025-11-11T20:13:47.900Z Downloaded hyper-staticfile v0.10.1
11982025-11-11T20:13:47.900Z Downloaded httpdate v1.0.3
11992025-11-11T20:13:47.900Z Downloaded critical-section v1.1.3
12002025-11-11T20:13:47.926Z Downloaded corncobs v0.1.4
12012025-11-11T20:13:47.926Z Downloaded ciborium v0.2.2
12022025-11-11T20:13:47.926Z Downloaded cargo_metadata v0.19.2
12032025-11-11T20:13:47.926Z Downloaded take_mut v0.2.2
12042025-11-11T20:13:47.926Z Downloaded rustc-hash v1.1.0
12052025-11-11T20:13:47.926Z Downloaded russh-cryptovec v0.7.3
12062025-11-11T20:13:47.926Z Downloaded libscf-sys v1.1.0
12072025-11-11T20:13:47.926Z Downloaded libloading v0.8.5
12082025-11-11T20:13:47.951Z Downloaded lalrpop-util v0.19.12
12092025-11-11T20:13:47.951Z Downloaded jobserver v0.1.32
12102025-11-11T20:13:47.951Z Downloaded jiff-static v0.2.15
12112025-11-11T20:13:47.951Z Downloaded ingot v0.1.1
12122025-11-11T20:13:47.951Z Downloaded indicatif v0.18.0
12132025-11-11T20:13:47.951Z Downloaded hubpack v0.1.2
12142025-11-11T20:13:47.976Z Downloaded hostname v0.3.1
12152025-11-11T20:13:47.976Z Downloaded crossbeam-deque v0.8.5
12162025-11-11T20:13:47.976Z Downloaded cookie_store v0.21.1
12172025-11-11T20:13:47.976Z Downloaded cookie v0.18.1
12182025-11-11T20:13:47.976Z Downloaded convert_case v0.7.1
12192025-11-11T20:13:47.976Z Downloaded constant_time_eq v0.3.1
12202025-11-11T20:13:47.976Z Downloaded chacha20poly1305 v0.10.1
12212025-11-11T20:13:47.976Z Downloaded cc v1.2.30
12222025-11-11T20:13:47.976Z Downloaded cargo-platform v0.1.8
12232025-11-11T20:13:48.002Z Downloaded bzip2 v0.4.4
12242025-11-11T20:13:48.002Z Downloaded block-padding v0.3.3
12252025-11-11T20:13:48.002Z Downloaded async-trait v0.1.89
12262025-11-11T20:13:48.002Z Downloaded async-stream v0.3.6
12272025-11-11T20:13:48.002Z Downloaded libz-rs-sys v0.5.1
12282025-11-11T20:13:48.002Z Downloaded libsw-core v0.3.1
12292025-11-11T20:13:48.002Z Downloaded libefi-sys v0.1.0
12302025-11-11T20:13:48.002Z Downloaded lazy_static v1.5.0
12312025-11-11T20:13:48.002Z Downloaded kstat-rs v0.2.4
12322025-11-11T20:13:48.002Z Downloaded is_ci v1.2.0
12332025-11-11T20:13:48.002Z Downloaded is-terminal v0.4.13
12342025-11-11T20:13:48.002Z Downloaded instant v0.1.13
12352025-11-11T20:13:48.002Z Downloaded instability v0.3.2
12362025-11-11T20:13:48.002Z Downloaded inout v0.1.3
12372025-11-11T20:13:48.002Z Downloaded indent_write v2.2.0
12382025-11-11T20:13:48.028Z Downloaded iana-time-zone v0.1.63
12392025-11-11T20:13:48.028Z Downloaded hyper-tls v0.6.0
12402025-11-11T20:13:48.028Z Downloaded humantime v2.2.0
12412025-11-11T20:13:48.028Z Downloaded h2 v0.4.6
12422025-11-11T20:13:48.028Z Downloaded crc8 v0.1.1
12432025-11-11T20:13:48.028Z Downloaded crc-catalog v2.4.0
12442025-11-11T20:13:48.028Z Downloaded cobs v0.2.3
12452025-11-11T20:13:48.028Z Downloaded cfg_aliases v0.1.1
12462025-11-11T20:13:48.028Z Downloaded cexpr v0.6.0
12472025-11-11T20:13:48.028Z Downloaded camino-tempfile-ext v0.3.2
12482025-11-11T20:13:48.028Z Downloaded buf-list v1.0.3
12492025-11-11T20:13:48.028Z Downloaded blake2 v0.10.6
12502025-11-11T20:13:48.053Z Downloaded bitflags v1.3.2
12512025-11-11T20:13:48.053Z Downloaded base64 v0.22.1
12522025-11-11T20:13:48.053Z Downloaded backtrace v0.3.74
12532025-11-11T20:13:48.053Z Downloaded ipnet v2.11.0
12542025-11-11T20:13:48.053Z Downloaded indoc v2.0.6
12552025-11-11T20:13:48.053Z Downloaded hyper v1.7.0
12562025-11-11T20:13:48.054Z Downloaded crc-any v2.5.0
12572025-11-11T20:13:48.079Z Downloaded crc v3.2.1
12582025-11-11T20:13:48.079Z Downloaded console v0.16.0
12592025-11-11T20:13:48.079Z Downloaded console v0.15.10
12602025-11-11T20:13:48.079Z Downloaded cmake v0.1.51
12612025-11-11T20:13:48.079Z Downloaded ignore v0.4.23
12622025-11-11T20:13:48.079Z Downloaded hyper-rustls v0.27.7
12632025-11-11T20:13:48.079Z Downloaded http-range v0.1.5
12642025-11-11T20:13:48.079Z Downloaded http-body-util v0.1.3
12652025-11-11T20:13:48.079Z Downloaded http-body v1.0.1
12662025-11-11T20:13:48.079Z Downloaded http v1.3.1
12672025-11-11T20:13:48.079Z Downloaded highway v1.3.0
12682025-11-11T20:13:48.104Z Downloaded hashbrown v0.15.4
12692025-11-11T20:13:48.104Z Downloaded hash32 v0.2.1
12702025-11-11T20:13:48.104Z Downloaded group v0.13.0
12712025-11-11T20:13:48.104Z Downloaded globwalk v0.9.1
12722025-11-11T20:13:48.104Z Downloaded gimli v0.31.1
12732025-11-11T20:13:48.104Z Downloaded const_format_proc_macros v0.2.34
12742025-11-11T20:13:48.104Z Downloaded cipher v0.4.4
12752025-11-11T20:13:48.104Z Downloaded cfg_aliases v0.2.1
12762025-11-11T20:13:48.104Z Downloaded cassowary v0.3.0
12772025-11-11T20:13:48.104Z Downloaded blowfish v0.9.1
12782025-11-11T20:13:48.130Z Downloaded bitfield-macros v0.19.2
12792025-11-11T20:13:48.130Z Downloaded bit-vec v0.6.3
12802025-11-11T20:13:48.130Z Downloaded bit-set v0.8.0
12812025-11-11T20:13:48.130Z Downloaded bindgen v0.71.1
12822025-11-11T20:13:48.130Z Downloaded bcrypt-pbkdf v0.10.0
12832025-11-11T20:13:48.130Z Downloaded bb8 v0.8.5
12842025-11-11T20:13:48.130Z Downloaded backoff v0.4.0
12852025-11-11T20:13:48.130Z Downloaded async-recursion v1.1.1
12862025-11-11T20:13:48.130Z Downloaded array-init v0.0.4
12872025-11-11T20:13:48.130Z Downloaded internet-checksum v0.2.1
12882025-11-11T20:13:48.130Z Downloaded ident_case v1.0.1
12892025-11-11T20:13:48.130Z Downloaded hickory-proto v0.25.2
12902025-11-11T20:13:48.155Z Downloaded const_format v0.2.34
12912025-11-11T20:13:48.155Z Downloaded clang-sys v1.8.1
12922025-11-11T20:13:48.156Z Downloaded ciborium-io v0.2.2
12932025-11-11T20:13:48.156Z Downloaded bumpalo v3.16.0
12942025-11-11T20:13:48.156Z Downloaded hex v0.4.3
12952025-11-11T20:13:48.156Z Downloaded heck v0.3.3
12962025-11-11T20:13:48.181Z Downloaded hash32 v0.3.1
12972025-11-11T20:13:48.181Z Downloaded colored v2.2.0
12982025-11-11T20:13:48.181Z Downloaded castaway v0.2.3
12992025-11-11T20:13:48.181Z Downloaded cancel-safe-futures v0.1.5
13002025-11-11T20:13:48.181Z Downloaded async-bb8-diesel v0.2.1
13012025-11-11T20:13:48.181Z Downloaded ascii-canvas v3.0.0
13022025-11-11T20:13:48.181Z Downloaded aes-gcm v0.10.3
13032025-11-11T20:13:48.181Z Downloaded hmac v0.12.1
13042025-11-11T20:13:48.181Z Downloaded hickory-server v0.25.2
13052025-11-11T20:13:48.181Z Downloaded hickory-resolver v0.24.4
13062025-11-11T20:13:48.206Z Downloaded heapless v0.8.0
13072025-11-11T20:13:48.206Z Downloaded headers-core v0.3.0
13082025-11-11T20:13:48.206Z Downloaded headers v0.4.1
13092025-11-11T20:13:48.206Z Downloaded hashbrown v0.12.3
13102025-11-11T20:13:48.206Z Downloaded bzip2 v0.5.2
13112025-11-11T20:13:48.206Z Downloaded bitfield v0.19.2
13122025-11-11T20:13:48.206Z Downloaded bit-vec v0.8.0
13132025-11-11T20:13:48.206Z Downloaded adler2 v2.0.0
13142025-11-11T20:13:48.233Z Downloaded gethostname v0.5.0
13152025-11-11T20:13:48.233Z Downloaded base64 v0.21.7
13162025-11-11T20:13:48.233Z Downloaded arc-swap v1.7.1
13172025-11-11T20:13:48.233Z Downloaded atomic-waker v1.1.2
13182025-11-11T20:13:48.233Z Downloaded arrayref v0.3.9
13192025-11-11T20:13:48.233Z Downloaded allocator-api2 v0.2.21
13202025-11-11T20:13:48.233Z Downloaded base16ct v0.2.0
13212025-11-11T20:13:48.233Z Downloaded arrayvec v0.7.6
13222025-11-11T20:13:48.233Z Downloaded crossbeam-epoch v0.9.18
13232025-11-11T20:13:48.233Z Downloaded glob v0.3.2
13242025-11-11T20:13:48.233Z Downloaded git2 v0.20.2
13252025-11-11T20:13:48.258Z Downloaded async-stream-impl v0.3.6
13262025-11-11T20:13:48.258Z Downloaded hyper-util v0.1.17
13272025-11-11T20:13:48.258Z Downloaded chrono-tz v0.10.4
13282025-11-11T20:13:48.283Z Downloaded atty v0.2.14
13292025-11-11T20:13:48.283Z Downloaded aead v0.5.2
13302025-11-11T20:13:48.283Z Downloaded addr2line v0.24.2
13312025-11-11T20:13:48.283Z Downloaded hex-literal v0.4.1
13322025-11-11T20:13:48.283Z Downloaded ghash v0.5.1
13332025-11-11T20:13:48.283Z Downloaded aes v0.8.4
13342025-11-11T20:13:48.283Z Downloaded fxhash v0.2.1
13352025-11-11T20:13:48.283Z Downloaded compact_str v0.8.0
13362025-11-11T20:13:48.283Z Downloaded bitvec v1.0.1
13372025-11-11T20:13:48.309Z Downloaded convert_case v0.4.0
13382025-11-11T20:13:48.309Z Downloaded const-oid v0.9.6
13392025-11-11T20:13:48.309Z Downloaded ciborium-ll v0.2.2
13402025-11-11T20:13:48.309Z Downloaded chacha20 v0.9.1
13412025-11-11T20:13:48.309Z Downloaded cbc v0.1.2
13422025-11-11T20:13:48.309Z Downloaded bitfield-struct v0.6.2
13432025-11-11T20:13:48.310Z Downloaded bcs v0.1.6
13442025-11-11T20:13:48.310Z Downloaded base64ct v1.6.0
13452025-11-11T20:13:48.310Z Downloaded base64 v0.13.1
13462025-11-11T20:13:48.334Z Downloaded assert_matches v1.5.0
13472025-11-11T20:13:48.498Z Compiling value-bag v1.9.0
13482025-11-11T20:13:48.498Z Compiling lock_api v0.4.12
13492025-11-11T20:13:48.498Z Compiling scopeguard v1.2.0
13502025-11-11T20:13:48.523Z Compiling shlex v1.3.0
13512025-11-11T20:13:48.523Z Compiling typenum v1.17.0
13522025-11-11T20:13:48.523Z Compiling syn v2.0.106
13532025-11-11T20:13:48.523Z Compiling getrandom v0.2.15
13542025-11-11T20:13:48.548Z Compiling jobserver v0.1.32
13552025-11-11T20:13:48.750Z Compiling generic-array v0.14.7
13562025-11-11T20:13:48.977Z Compiling log v0.4.27
13572025-11-11T20:13:49.063Z Compiling cc v1.2.30
13582025-11-11T20:13:49.092Z Compiling rand_core v0.6.4
13592025-11-11T20:13:49.119Z Compiling smallvec v1.15.1
13602025-11-11T20:13:49.457Z Compiling subtle v2.6.1
13612025-11-11T20:13:49.495Z Compiling portable-atomic v1.11.0
13622025-11-11T20:13:49.521Z Compiling const-oid v0.9.6
13632025-11-11T20:13:49.624Z Compiling critical-section v1.1.3
13642025-11-11T20:13:49.662Z Compiling pkg-config v0.3.31
13652025-11-11T20:13:49.812Z Compiling spin v0.9.8
13662025-11-11T20:13:49.837Z Compiling serde_json v1.0.145
13672025-11-11T20:13:50.167Z Compiling getrandom v0.3.4
13682025-11-11T20:13:50.219Z Compiling pin-project-lite v0.2.14
13692025-11-11T20:13:50.399Z Compiling regex-syntax v0.8.5
13702025-11-11T20:13:50.757Z Compiling parking_lot_core v0.9.10
13712025-11-11T20:13:50.867Z Compiling rustix v0.38.37
13722025-11-11T20:13:51.546Z Compiling once_cell v1.21.3
13732025-11-11T20:13:51.804Z Compiling signal-hook-registry v1.4.2
13742025-11-11T20:13:51.865Z Compiling libm v0.2.8
13752025-11-11T20:13:51.987Z Compiling parking_lot v0.12.3
13762025-11-11T20:13:52.104Z Compiling mio v1.0.2
13772025-11-11T20:13:52.286Z Compiling num-traits v0.2.19
13782025-11-11T20:13:52.615Z Compiling futures-core v0.3.31
13792025-11-11T20:13:52.789Z Compiling allocator-api2 v0.2.21
13802025-11-11T20:13:52.957Z Compiling lazy_static v1.5.0
13812025-11-11T20:13:53.151Z Compiling aho-corasick v1.1.3
13822025-11-11T20:13:53.176Z Compiling socket2 v0.6.0
13832025-11-11T20:13:53.287Z Compiling slab v0.4.9
13842025-11-11T20:13:53.544Z Compiling percent-encoding v2.3.2
13852025-11-11T20:13:53.688Z Compiling cpufeatures v0.2.14
13862025-11-11T20:13:53.984Z Compiling futures-sink v0.3.31
13872025-11-11T20:13:54.020Z Compiling glob v0.3.2
13882025-11-11T20:13:54.105Z Compiling either v1.15.0
13892025-11-11T20:13:54.207Z Compiling futures-channel v0.3.31
13902025-11-11T20:13:54.514Z Compiling prettyplease v0.2.36
13912025-11-11T20:13:54.538Z Compiling futures-task v0.3.31
13922025-11-11T20:13:54.605Z Compiling futures-io v0.3.31
13932025-11-11T20:13:54.824Z Compiling clang-sys v1.8.1
13942025-11-11T20:13:54.858Z Compiling pin-utils v0.1.0
13952025-11-11T20:13:54.913Z Compiling hashbrown v0.16.0
13962025-11-11T20:13:54.947Z Compiling minimal-lexical v0.2.1
13972025-11-11T20:13:54.996Z Compiling libloading v0.8.5
13982025-11-11T20:13:55.367Z Compiling synstructure v0.13.1
13992025-11-11T20:13:55.466Z Compiling regex-automata v0.4.11
14002025-11-11T20:13:55.523Z Compiling nom v7.1.3
14012025-11-11T20:13:55.548Z Compiling bindgen v0.69.5
14022025-11-11T20:13:56.008Z Compiling base64ct v1.6.0
14032025-11-11T20:13:56.045Z Compiling home v0.5.9
14042025-11-11T20:13:56.283Z Compiling indexmap v2.11.4
14052025-11-11T20:13:56.590Z Compiling pem-rfc7468 v0.7.0
14062025-11-11T20:13:57.202Z Compiling itertools v0.12.1
14072025-11-11T20:13:57.237Z Compiling flagset v0.4.6
14082025-11-11T20:13:57.572Z Compiling rustc-hash v1.1.0
14092025-11-11T20:13:57.734Z Compiling lazycell v1.3.0
14102025-11-11T20:13:57.759Z Compiling form_urlencoded v1.2.2
14112025-11-11T20:13:57.913Z Compiling rand_core v0.9.3
14122025-11-11T20:13:58.064Z Compiling cmake v0.1.51
14132025-11-11T20:13:58.451Z Compiling cexpr v0.6.0
14142025-11-11T20:13:58.699Z Compiling paste v1.0.15
14152025-11-11T20:13:58.855Z Compiling dunce v1.0.5
14162025-11-11T20:13:59.029Z Compiling fs_extra v1.3.0
14172025-11-11T20:13:59.244Z Compiling rustc_version v0.4.1
14182025-11-11T20:13:59.422Z Compiling rustversion v1.0.22
14192025-11-11T20:13:59.577Z Compiling vcpkg v0.2.15
14202025-11-11T20:13:59.793Z Compiling serde_derive v1.0.226
14212025-11-11T20:13:59.887Z Compiling zeroize_derive v1.4.2
14222025-11-11T20:13:59.912Z Compiling zerofrom-derive v0.1.4
14232025-11-11T20:14:00.029Z Compiling yoke-derive v0.7.4
14242025-11-11T20:14:00.074Z Compiling zerovec-derive v0.10.3
14252025-11-11T20:14:01.157Z Compiling zerocopy-derive v0.7.35
14262025-11-11T20:14:01.182Z Compiling zeroize v1.8.1
14272025-11-11T20:14:02.264Z Compiling displaydoc v0.2.5
14282025-11-11T20:14:02.458Z Compiling icu_provider_macros v1.5.0
14292025-11-11T20:14:03.065Z Compiling crypto-common v0.1.6
14302025-11-11T20:14:03.110Z Compiling block-buffer v0.10.4
14312025-11-11T20:14:03.150Z Compiling zerofrom v0.1.4
14322025-11-11T20:14:03.330Z Compiling zerocopy v0.7.35
14332025-11-11T20:14:03.408Z Compiling digest v0.10.7
14342025-11-11T20:14:03.433Z Compiling yoke v0.7.4
14352025-11-11T20:14:03.522Z Compiling tokio-macros v2.5.0
14362025-11-11T20:14:03.763Z Compiling thiserror-impl v2.0.17
14372025-11-11T20:14:03.821Z Compiling zerovec v0.10.4
14382025-11-11T20:14:03.903Z Compiling hmac v0.12.1
14392025-11-11T20:14:04.207Z Compiling block-padding v0.3.3
14402025-11-11T20:14:04.453Z Compiling futures-macro v0.3.31
14412025-11-11T20:14:04.653Z Compiling ppv-lite86 v0.2.20
14422025-11-11T20:14:04.873Z Compiling inout v0.1.3
14432025-11-11T20:14:05.168Z Compiling regex v1.11.3
14442025-11-11T20:14:05.341Z Compiling cipher v0.4.4
14452025-11-11T20:14:05.377Z Compiling sha2 v0.10.9
14462025-11-11T20:14:05.762Z Compiling tinystr v0.7.6
14472025-11-11T20:14:05.873Z Compiling icu_collections v1.5.0
14482025-11-11T20:14:05.903Z Compiling der_derive v0.7.3
14492025-11-11T20:14:06.123Z Compiling icu_locid v1.5.0
14502025-11-11T20:14:06.151Z Compiling futures-util v0.3.31
14512025-11-11T20:14:06.184Z Compiling salsa20 v0.10.2
14522025-11-11T20:14:06.433Z Compiling pbkdf2 v0.12.2
14532025-11-11T20:14:06.461Z Compiling serde v1.0.226
14542025-11-11T20:14:06.611Z Compiling thiserror v2.0.17
14552025-11-11T20:14:06.636Z Compiling iana-time-zone v0.1.63
14562025-11-11T20:14:06.794Z Compiling pest v2.8.2
14572025-11-11T20:14:06.999Z Compiling ident_case v1.0.1
14582025-11-11T20:14:07.080Z Compiling foldhash v0.1.5
14592025-11-11T20:14:07.226Z Compiling darling_core v0.20.10
14602025-11-11T20:14:07.394Z Compiling icu_provider v1.5.0
14612025-11-11T20:14:07.681Z Compiling bitflags v2.9.4
14622025-11-11T20:14:07.924Z Compiling bytes v1.10.1
14632025-11-11T20:14:08.105Z Compiling icu_locid_transform v1.5.0
14642025-11-11T20:14:08.130Z Compiling der v0.7.10
14652025-11-11T20:14:08.332Z Compiling chrono v0.4.42
14662025-11-11T20:14:09.253Z Compiling tokio v1.47.0
14672025-11-11T20:14:09.563Z Compiling icu_properties v1.5.1
14682025-11-11T20:14:10.132Z Compiling spki v0.7.3
14692025-11-11T20:14:10.492Z Compiling pest_meta v2.8.2
14702025-11-11T20:14:10.758Z Compiling http v1.3.1
14712025-11-11T20:14:11.159Z Compiling uuid v1.18.1
14722025-11-11T20:14:11.337Z Compiling which v4.4.2
14732025-11-11T20:14:12.125Z Compiling hashbrown v0.15.4
14742025-11-11T20:14:12.483Z Compiling scrypt v0.11.0
14752025-11-11T20:14:12.574Z Compiling cbc v0.1.2
14762025-11-11T20:14:12.793Z Compiling aes v0.8.4
14772025-11-11T20:14:12.845Z Compiling rand_chacha v0.9.0
14782025-11-11T20:14:12.993Z Compiling icu_normalizer v1.5.0
14792025-11-11T20:14:13.348Z Compiling openssl-sys v0.9.109
14802025-11-11T20:14:14.264Z Compiling idna_adapter v1.2.0
14812025-11-11T20:14:14.500Z Compiling idna v1.0.3
14822025-11-11T20:14:14.590Z Compiling pkcs5 v0.7.1
14832025-11-11T20:14:14.615Z Compiling rand v0.9.2
14842025-11-11T20:14:14.742Z Compiling darling_macro v0.20.10
14852025-11-11T20:14:14.993Z Compiling pest_generator v2.8.2
14862025-11-11T20:14:15.571Z Compiling url v2.5.4
14872025-11-11T20:14:15.597Z Compiling tracing-attributes v0.1.27
14882025-11-11T20:14:15.624Z Compiling ring v0.17.14
14892025-11-11T20:14:15.821Z Compiling tracing-core v0.1.32
14902025-11-11T20:14:16.236Z Compiling rustix v1.0.7
14912025-11-11T20:14:16.515Z Compiling aws-lc-rs v1.12.4
14922025-11-11T20:14:16.591Z Compiling adler2 v2.0.0
14932025-11-11T20:14:16.823Z Compiling miniz_oxide v0.8.5
14942025-11-11T20:14:16.967Z Compiling pest_derive v2.8.2
14952025-11-11T20:14:17.029Z Compiling darling v0.20.10
14962025-11-11T20:14:17.139Z Compiling tokio-util v0.7.15
14972025-11-11T20:14:17.193Z Compiling pkcs8 v0.10.2
14982025-11-11T20:14:17.755Z Compiling http-body v1.0.1
14992025-11-11T20:14:17.837Z Compiling scroll_derive v0.12.0
15002025-11-11T20:14:18.038Z Compiling thiserror-impl v1.0.69
15012025-11-11T20:14:18.201Z Compiling serde_derive_internals v0.29.1
15022025-11-11T20:14:18.488Z Compiling tracing v0.1.40
15032025-11-11T20:14:19.053Z Compiling schemars v0.8.22
15042025-11-11T20:14:19.078Z Compiling rustls-pki-types v1.10.0
15052025-11-11T20:14:19.377Z Compiling zerocopy v0.8.27
15062025-11-11T20:14:19.464Z Compiling base64 v0.22.1
15072025-11-11T20:14:20.009Z Compiling tinyvec_macros v0.1.1
15082025-11-11T20:14:20.161Z Compiling httparse v1.9.5
15092025-11-11T20:14:20.187Z Compiling tinyvec v1.8.0
15102025-11-11T20:14:20.271Z Compiling schemars_derive v0.8.22
15112025-11-11T20:14:20.353Z Compiling scroll v0.12.0
15122025-11-11T20:14:20.774Z Compiling thiserror v1.0.69
15132025-11-11T20:14:20.975Z Compiling zerocopy-derive v0.8.27
15142025-11-11T20:14:20.999Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15152025-11-11T20:14:21.563Z Compiling bzip2-sys v0.1.13+1.0.8
15162025-11-11T20:14:21.727Z Compiling powerfmt v0.2.0
15172025-11-11T20:14:21.769Z Compiling untrusted v0.9.0
15182025-11-11T20:14:22.002Z Compiling openssl v0.10.73
15192025-11-11T20:14:22.041Z Compiling num-conv v0.1.0
15202025-11-11T20:14:22.072Z Compiling atomic-waker v1.1.2
15212025-11-11T20:14:22.122Z Compiling foreign-types-shared v0.1.1
15222025-11-11T20:14:22.270Z Compiling tower-service v0.3.3
15232025-11-11T20:14:22.299Z Compiling untrusted v0.7.1
15242025-11-11T20:14:22.364Z Compiling openssl-probe v0.1.5
15252025-11-11T20:14:22.445Z Compiling dyn-clone v1.0.20
15262025-11-11T20:14:22.470Z Compiling try-lock v0.2.5
15272025-11-11T20:14:22.618Z Compiling time-core v0.1.6
15282025-11-11T20:14:22.740Z Compiling want v0.3.1
15292025-11-11T20:14:22.800Z Compiling foreign-types v0.3.2
15302025-11-11T20:14:22.825Z Compiling h2 v0.4.6
15312025-11-11T20:14:22.939Z Compiling time-macros v0.2.24
15322025-11-11T20:14:23.820Z Compiling tempfile v3.20.0
15332025-11-11T20:14:24.381Z Compiling deranged v0.5.3
15342025-11-11T20:14:26.010Z Compiling goblin v0.8.2
15352025-11-11T20:14:26.901Z Compiling ipnet v2.11.0
15362025-11-11T20:14:27.161Z Compiling openssl-macros v0.1.1
15372025-11-11T20:14:27.253Z Compiling wait-timeout v0.2.0
15382025-11-11T20:14:27.438Z Compiling rustls v0.23.19
15392025-11-11T20:14:27.812Z Compiling syn v1.0.109
15402025-11-11T20:14:27.849Z Compiling quick-error v1.2.3
15412025-11-11T20:14:27.971Z Compiling crossbeam-utils v0.8.21
15422025-11-11T20:14:28.034Z Compiling bit-vec v0.8.0
15432025-11-11T20:14:28.063Z Compiling httpdate v1.0.3
15442025-11-11T20:14:28.368Z Compiling native-tls v0.2.12
15452025-11-11T20:14:28.493Z Compiling num_threads v0.1.7
15462025-11-11T20:14:28.521Z Compiling gimli v0.31.1
15472025-11-11T20:14:28.582Z Compiling bit-set v0.8.0
15482025-11-11T20:14:28.663Z Compiling time v0.3.43
15492025-11-11T20:14:28.855Z Compiling rusty-fork v0.3.0
15502025-11-11T20:14:29.657Z Compiling hyper v1.7.0
15512025-11-11T20:14:32.041Z Compiling dof v0.3.0
15522025-11-11T20:14:32.146Z Compiling unicode-normalization v0.1.24
15532025-11-11T20:14:32.971Z Compiling addr2line v0.24.2
15542025-11-11T20:14:33.123Z Compiling dtrace-parser v0.2.0
15552025-11-11T20:14:33.169Z Compiling derive_builder_core v0.20.2
15562025-11-11T20:14:33.633Z Compiling signature v2.2.0
15572025-11-11T20:14:33.696Z Compiling heapless v0.7.17
15582025-11-11T20:14:33.935Z Compiling scroll_derive v0.13.1
15592025-11-11T20:14:34.086Z Compiling rand_xorshift v0.4.0
15602025-11-11T20:14:34.375Z Compiling cookie v0.18.1
15612025-11-11T20:14:34.460Z Compiling object v0.36.5
15622025-11-11T20:14:34.665Z Compiling crc32fast v1.4.2
15632025-11-11T20:14:34.781Z Compiling zlib-rs v0.5.1
15642025-11-11T20:14:34.997Z Compiling siphasher v0.3.11
15652025-11-11T20:14:35.051Z Compiling slog v2.7.0
15662025-11-11T20:14:35.363Z Compiling unicode-properties v0.1.3
15672025-11-11T20:14:35.529Z Compiling unarray v0.1.4
15682025-11-11T20:14:35.554Z Compiling zstd-safe v7.2.3
15692025-11-11T20:14:35.718Z Compiling anyhow v1.0.99
15702025-11-11T20:14:35.789Z Compiling unicode-bidi v0.3.17
15712025-11-11T20:14:35.858Z Compiling signal-hook v0.3.18
15722025-11-11T20:14:35.889Z Compiling rustc-demangle v0.1.24
15732025-11-11T20:14:36.170Z Compiling proptest v1.7.0
15742025-11-11T20:14:36.665Z Compiling stringprep v0.1.5
15752025-11-11T20:14:36.690Z Compiling scroll v0.13.0
15762025-11-11T20:14:36.889Z Compiling phf_shared v0.11.2
15772025-11-11T20:14:36.919Z Compiling derive_builder_macro v0.20.2
15782025-11-11T20:14:37.254Z Compiling usdt-impl v0.5.0
15792025-11-11T20:14:37.737Z Compiling hyper-util v0.1.17
15802025-11-11T20:14:38.538Z Compiling ipnetwork v0.21.1
15812025-11-11T20:14:38.940Z Compiling vergen-lib v0.1.6
15822025-11-11T20:14:39.212Z Compiling serde_spanned v0.6.9
15832025-11-11T20:14:39.295Z Compiling serde_tokenstream v0.2.2
15842025-11-11T20:14:39.448Z Compiling toml_datetime v0.6.11
15852025-11-11T20:14:39.802Z Compiling rand_chacha v0.3.1
15862025-11-11T20:14:39.948Z Compiling libz-rs-sys v0.5.1
15872025-11-11T20:14:40.237Z Compiling md-5 v0.10.6
15882025-11-11T20:14:40.513Z Compiling backtrace v0.3.74
15892025-11-11T20:14:40.770Z Compiling curve25519-dalek v4.1.3
15902025-11-11T20:14:40.819Z Compiling num-integer v0.1.46
15912025-11-11T20:14:41.075Z Compiling sync_wrapper v1.0.1
15922025-11-11T20:14:41.268Z Compiling ff v0.13.0
15932025-11-11T20:14:41.360Z Compiling hash32 v0.2.1
15942025-11-11T20:14:41.460Z Compiling memoffset v0.9.1
15952025-11-11T20:14:41.508Z Compiling cfg_aliases v0.2.1
15962025-11-11T20:14:41.635Z Compiling fallible-iterator v0.2.0
15972025-11-11T20:14:41.713Z Compiling num-bigint-dig v0.8.4
15982025-11-11T20:14:41.744Z Compiling ref-cast v1.0.24
15992025-11-11T20:14:41.785Z Compiling litrs v0.4.1
16002025-11-11T20:14:42.037Z Compiling tower-layer v0.3.3
16012025-11-11T20:14:42.260Z Compiling smoltcp v0.9.1
16022025-11-11T20:14:42.293Z Compiling psl-types v2.0.11
16032025-11-11T20:14:42.355Z Compiling base16ct v0.2.0
16042025-11-11T20:14:42.557Z Compiling publicsuffix v2.3.0
16052025-11-11T20:14:42.738Z Compiling sec1 v0.7.3
16062025-11-11T20:14:42.873Z Compiling tower v0.5.2
16072025-11-11T20:14:42.899Z Compiling document-features v0.2.11
16082025-11-11T20:14:43.089Z Compiling postgres-protocol v0.6.8
16092025-11-11T20:14:43.296Z Compiling nix v0.29.0
16102025-11-11T20:14:43.838Z Compiling newtype-uuid v1.3.1
16112025-11-11T20:14:44.008Z Compiling group v0.13.0
16122025-11-11T20:14:44.338Z Compiling num-iter v0.1.45
16132025-11-11T20:14:44.363Z Compiling rand v0.8.5
16142025-11-11T20:14:44.390Z Compiling flate2 v1.1.2
16152025-11-11T20:14:44.505Z Compiling oxnet v0.1.3
16162025-11-11T20:14:44.541Z Compiling derive_builder v0.20.2
16172025-11-11T20:14:44.752Z Compiling tokio-native-tls v0.3.1
16182025-11-11T20:14:45.097Z Compiling goblin v0.10.2
16192025-11-11T20:14:45.876Z Compiling rustls-native-certs v0.8.1
16202025-11-11T20:14:45.903Z Compiling webpki-roots v1.0.1
16212025-11-11T20:14:46.128Z Compiling http-body-util v0.1.3
16222025-11-11T20:14:46.186Z Compiling vergen v9.0.6
16232025-11-11T20:14:46.422Z Compiling strum_macros v0.27.2
16242025-11-11T20:14:46.501Z Compiling terminal_size v0.4.0
16252025-11-11T20:14:46.525Z Compiling cargo-platform v0.1.8
16262025-11-11T20:14:46.614Z Compiling hkdf v0.12.4
16272025-11-11T20:14:46.749Z Compiling crypto-bigint v0.5.5
16282025-11-11T20:14:46.912Z Compiling ref-cast-impl v1.0.24
16292025-11-11T20:14:47.032Z Compiling curve25519-dalek-derive v0.1.1
16302025-11-11T20:14:47.940Z Compiling async-trait v0.1.89
16312025-11-11T20:14:48.255Z Compiling hubpack_derive v0.1.1
16322025-11-11T20:14:48.359Z Compiling daft-derive v0.1.4
16332025-11-11T20:14:49.159Z Compiling ahash v0.8.12
16342025-11-11T20:14:49.539Z Compiling fs-err v3.1.1
16352025-11-11T20:14:49.924Z Compiling usdt-impl v0.6.0
16362025-11-11T20:14:49.976Z Compiling managed v0.8.0
16372025-11-11T20:14:50.313Z Compiling unicode-segmentation v1.12.0
16382025-11-11T20:14:50.357Z Compiling buf-list v1.0.3
16392025-11-11T20:14:50.435Z Compiling winnow v0.5.40
16402025-11-11T20:14:50.837Z Compiling bumpalo v3.16.0
16412025-11-11T20:14:50.946Z Compiling bitflags v1.3.2
16422025-11-11T20:14:51.080Z Compiling lockfree-object-pool v0.1.6
16432025-11-11T20:14:51.121Z Compiling iri-string v0.7.8
16442025-11-11T20:14:51.285Z Compiling simd-adler32 v0.3.7
16452025-11-11T20:14:51.785Z Compiling dof v0.4.0
16462025-11-11T20:14:51.857Z Compiling zopfli v0.8.1
16472025-11-11T20:14:53.192Z Compiling strum v0.27.2
16482025-11-11T20:14:53.351Z Compiling toml_edit v0.19.15
16492025-11-11T20:14:53.432Z Compiling clap_builder v4.5.48
16502025-11-11T20:14:53.521Z Compiling daft v0.1.4
16512025-11-11T20:14:53.859Z Compiling tower-http v0.6.6
16522025-11-11T20:14:54.298Z Compiling elliptic-curve v0.13.8
16532025-11-11T20:14:54.555Z Compiling hubpack v0.1.2
16542025-11-11T20:14:55.075Z Compiling cargo_metadata v0.19.2
16552025-11-11T20:14:55.117Z Compiling hyper-tls v0.6.0
16562025-11-11T20:14:55.184Z Compiling signal-hook-mio v0.2.4
16572025-11-11T20:14:55.488Z Compiling zstd v0.13.3
16582025-11-11T20:14:55.972Z Compiling cookie_store v0.21.1
16592025-11-11T20:14:58.183Z Compiling postgres-types v0.2.9
16602025-11-11T20:14:58.351Z Compiling usdt-macro v0.5.0
16612025-11-11T20:14:59.040Z Compiling usdt-attr-macro v0.5.0
16622025-11-11T20:14:59.240Z Compiling phf v0.11.2
16632025-11-11T20:14:59.311Z Compiling ed25519 v2.2.3
16642025-11-11T20:14:59.556Z Compiling bzip2 v0.5.2
16652025-11-11T20:14:59.635Z Compiling bzip2 v0.4.4
16662025-11-11T20:14:59.951Z Compiling dtrace-parser v0.3.0
16672025-11-11T20:15:00.034Z Compiling pkcs1 v0.7.5
16682025-11-11T20:15:00.200Z Compiling serde_with_macros v3.14.0
16692025-11-11T20:15:00.408Z Compiling strum_macros v0.26.4
16702025-11-11T20:15:00.811Z Compiling clap_derive v4.5.47
16712025-11-11T20:15:00.865Z Compiling enum-as-inner v0.6.1
16722025-11-11T20:15:01.163Z Compiling serde_urlencoded v0.7.1
16732025-11-11T20:15:01.648Z Compiling serde-big-array v0.5.1
16742025-11-11T20:15:01.674Z Compiling rfc6979 v0.4.0
16752025-11-11T20:15:01.777Z Compiling bstr v1.10.0
16762025-11-11T20:15:01.888Z Compiling serde_repr v0.1.19
16772025-11-11T20:15:01.913Z Compiling float-cmp v0.10.0
16782025-11-11T20:15:02.190Z Compiling env_filter v0.1.2
16792025-11-11T20:15:02.526Z Compiling thread-id v5.0.0
16802025-11-11T20:15:02.681Z Compiling socket2 v0.5.10
16812025-11-11T20:15:02.848Z Compiling encoding_rs v0.8.34
16822025-11-11T20:15:02.943Z Compiling rustc-hash v2.1.1
16832025-11-11T20:15:03.156Z Compiling precomputed-hash v0.1.1
16842025-11-11T20:15:03.249Z Compiling fixedbitset v0.4.2
16852025-11-11T20:15:03.303Z Compiling keccak v0.1.5
16862025-11-11T20:15:03.576Z Compiling whoami v1.5.2
16872025-11-11T20:15:03.672Z Compiling jiff v0.2.15
16882025-11-11T20:15:04.152Z Compiling static_assertions v1.1.0
16892025-11-11T20:15:04.256Z Compiling data-encoding v2.9.0
16902025-11-11T20:15:04.290Z Compiling difflib v0.4.0
16912025-11-11T20:15:04.315Z Compiling foldhash v0.2.0
16922025-11-11T20:15:04.627Z Compiling normalize-line-endings v0.3.0
16932025-11-11T20:15:04.715Z Compiling predicates-core v1.0.8
16942025-11-11T20:15:04.787Z Compiling new_debug_unreachable v1.0.6
16952025-11-11T20:15:04.903Z Compiling mime v0.3.17
16962025-11-11T20:15:05.024Z Compiling predicates v3.1.3
16972025-11-11T20:15:05.390Z Compiling string_cache v0.8.9
16982025-11-11T20:15:05.440Z Compiling hickory-proto v0.25.2
16992025-11-11T20:15:05.802Z Compiling clap v4.5.48
17002025-11-11T20:15:05.827Z Compiling iddqd v0.3.13
17012025-11-11T20:15:05.944Z Compiling toml_edit v0.22.27
17022025-11-11T20:15:06.037Z Compiling strum v0.26.3
17032025-11-11T20:15:06.241Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
17042025-11-11T20:15:06.333Z Compiling tokio-postgres v0.7.13
17052025-11-11T20:15:06.550Z Compiling sha3 v0.10.8
17062025-11-11T20:15:07.472Z Compiling petgraph v0.6.5
17072025-11-11T20:15:08.100Z Compiling usdt v0.5.0
17082025-11-11T20:15:08.534Z Compiling similar v2.7.0
17092025-11-11T20:15:10.324Z Compiling zip v4.2.0
17102025-11-11T20:15:11.008Z Compiling env_logger v0.11.8
17112025-11-11T20:15:11.683Z Compiling serde_with v3.14.0
17122025-11-11T20:15:11.954Z Compiling ecdsa v0.16.9
17132025-11-11T20:15:12.170Z Compiling rsa v0.9.8
17142025-11-11T20:15:12.357Z Compiling zip v0.6.6
17152025-11-11T20:15:12.403Z Compiling ed25519-dalek v2.1.1
17162025-11-11T20:15:13.723Z Compiling toml v0.7.8
17172025-11-11T20:15:13.906Z Compiling crossterm v0.28.1
17182025-11-11T20:15:14.911Z Compiling heck v0.4.1
17192025-11-11T20:15:14.980Z Compiling crossbeam-epoch v0.9.18
17202025-11-11T20:15:15.305Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
17212025-11-11T20:15:15.330Z Compiling tokio-stream v0.1.17
17222025-11-11T20:15:15.423Z Compiling x509-cert v0.2.5
17232025-11-11T20:15:15.650Z Compiling openapiv3 v2.2.0
17242025-11-11T20:15:15.704Z Compiling sha1 v0.10.6
17252025-11-11T20:15:15.729Z Compiling itertools v0.13.0
17262025-11-11T20:15:16.148Z Compiling itertools v0.10.5
17272025-11-11T20:15:16.205Z Compiling winnow v0.6.26
17282025-11-11T20:15:16.701Z Compiling peg-runtime v0.8.5
17292025-11-11T20:15:17.212Z Compiling lalrpop-util v0.19.12
17302025-11-11T20:15:17.582Z Compiling thread_local v1.1.8
17312025-11-11T20:15:18.053Z Compiling slog-async v2.8.0
17322025-11-11T20:15:18.468Z Compiling crossbeam-channel v0.5.15
17332025-11-11T20:15:18.494Z Compiling xattr v1.3.1
17342025-11-11T20:15:18.593Z Compiling futures-executor v0.3.31
17352025-11-11T20:15:18.684Z Compiling filetime v0.2.26
17362025-11-11T20:15:18.768Z Compiling is-terminal v0.4.13
17372025-11-11T20:15:18.923Z Compiling term v1.1.0
17382025-11-11T20:15:18.970Z Compiling take_mut v0.2.2
17392025-11-11T20:15:18.998Z Compiling tar v0.4.44
17402025-11-11T20:15:19.068Z Compiling futures v0.3.31
17412025-11-11T20:15:20.105Z Compiling slog-term v2.9.2
17422025-11-11T20:15:21.438Z Compiling aws-lc-sys v0.26.0
17432025-11-11T20:15:55.187Z Compiling rustls-webpki v0.102.8
17442025-11-11T20:16:01.218Z Compiling tokio-rustls v0.26.0
17452025-11-11T20:16:01.560Z Compiling hyper-rustls v0.27.7
17462025-11-11T20:16:01.932Z Compiling reqwest v0.12.24
17472025-11-11T20:16:06.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482025-11-11T20:16:07.070Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492025-11-11T20:16:12.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
17502025-11-11T20:16:13.052Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512025-11-11T20:16:13.131ZNov 11 20:16:12.181 INFO Starting download, target: Clickhouse
17522025-11-11T20:16:13.131ZNov 11 20:16:12.182 INFO Starting download, target: Cockroach
17532025-11-11T20:16:13.131ZNov 11 20:16:12.182 INFO Starting download, target: Console
17542025-11-11T20:16:13.131ZNov 11 20:16:12.182 INFO Starting download, target: DendriteStub
17552025-11-11T20:16:13.131ZNov 11 20:16:12.182 INFO Starting download, target: MaghemiteMgd
17562025-11-11T20:16:13.131ZNov 11 20:16:12.182 INFO Starting download, target: TransceiverControl
17572025-11-11T20:16:13.157ZNov 11 20:16:12.183 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582025-11-11T20:16:13.157ZNov 11 20:16:12.183 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592025-11-11T20:16:13.157ZNov 11 20:16:12.183 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602025-11-11T20:16:13.157ZNov 11 20:16:12.184 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612025-11-11T20:16:13.157ZNov 11 20:16:12.184 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622025-11-11T20:16:13.157ZNov 11 20:16:12.184 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632025-11-11T20:16:14.557ZNov 11 20:16:13.607 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642025-11-11T20:16:14.957ZNov 11 20:16:14.007 INFO Download complete, target: TransceiverControl
17652025-11-11T20:16:16.130ZNov 11 20:16:15.180 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662025-11-11T20:16:18.644ZNov 11 20:16:17.691 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672025-11-11T20:16:18.669ZNov 11 20:16:17.707 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682025-11-11T20:16:19.065ZNov 11 20:16:18.116 INFO Download complete, target: Console
17692025-11-11T20:16:19.616ZNov 11 20:16:18.666 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702025-11-11T20:16:19.616ZNov 11 20:16:18.666 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712025-11-11T20:16:20.976ZNov 11 20:16:20.026 INFO Download complete, target: DendriteStub
17722025-11-11T20:16:23.605ZNov 11 20:16:22.656 INFO Download complete, target: MaghemiteMgd
17732025-11-11T20:16:28.133ZNov 11 20:16:27.183 INFO Checking that binary works, target: Cockroach
17742025-11-11T20:16:28.329ZNov 11 20:16:27.379 INFO Download complete, target: Cockroach
17752025-11-11T20:16:30.399ZNov 11 20:16:29.449 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17762025-11-11T20:16:42.403ZNov 11 20:16:41.453 INFO Checking that binary works, target: Clickhouse
17772025-11-11T20:16:42.605ZNov 11 20:16:41.655 INFO Download complete, target: Clickhouse
17782025-11-11T20:16:42.635ZAll builder prerequisites installed successfully, and PATH looks valid
17792025-11-11T20:16:42.660Z
17802025-11-11T20:16:42.660Zreal 6:06.612553269
17812025-11-11T20:16:42.660Zuser 17:07.059846883
17822025-11-11T20:16:42.660Zsys 2:53.691794611
17832025-11-11T20:16:42.660Ztrap 0.686169809
17842025-11-11T20:16:42.660Ztflt 0.517744048
17852025-11-11T20:16:42.660Zdflt 1.319539425
17862025-11-11T20:16:42.660Zkflt 0.011386093
17872025-11-11T20:16:42.660Zlock 46:35.477124136
17882025-11-11T20:16:42.660Zslp 1:04:17.881148392
17892025-11-11T20:16:42.660Zlat 1:23.938169673
17902025-11-11T20:16:42.660Zstop 3:14.235344519
17912025-11-11T20:16:42.660Z++ bmat factory name
17922025-11-11T20:16:42.660Z++ bmat factory private
17932025-11-11T20:16:42.686Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/48062 '{
17942025-11-11T20:16:42.686Z buildomat: {
17952025-11-11T20:16:42.686Z factory: {
17962025-11-11T20:16:42.686Z name: $bmat_factory_name,
17972025-11-11T20:16:42.686Z private: $bmat_factory_private,
17982025-11-11T20:16:42.686Z },
17992025-11-11T20:16:42.686Z },
18002025-11-11T20:16:42.686Z }'
18012025-11-11T20:16:42.711Z+ banner ls-apis
18022025-11-11T20:16:42.711Z
18032025-11-11T20:16:42.711Z # #### ## ##### # ####
18042025-11-11T20:16:42.711Z # # # # # # # #
18052025-11-11T20:16:42.711Z # #### ##### # # # # # ####
18062025-11-11T20:16:42.711Z # # ###### ##### # #
18072025-11-11T20:16:42.711Z # # # # # # # # #
18082025-11-11T20:16:42.711Z ###### #### # # # # ####
18092025-11-11T20:16:42.711Z
18102025-11-11T20:16:42.711Z+ source ./tools/include/force-git-over-https.sh
18112025-11-11T20:16:42.740Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18122025-11-11T20:16:42.740Z++ (( i = 0 ))
18132025-11-11T20:16:42.740Z++ (( i < 5 ))
18142025-11-11T20:16:42.740Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18152025-11-11T20:16:42.740Z++ (( i++ ))
18162025-11-11T20:16:42.740Z++ (( i < 5 ))
18172025-11-11T20:16:42.740Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18182025-11-11T20:16:42.740Z++ (( i++ ))
18192025-11-11T20:16:42.740Z++ (( i < 5 ))
18202025-11-11T20:16:42.740Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18212025-11-11T20:16:42.740Z++ (( i++ ))
18222025-11-11T20:16:42.740Z++ (( i < 5 ))
18232025-11-11T20:16:42.740Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18242025-11-11T20:16:42.740Z++ (( i++ ))
18252025-11-11T20:16:42.740Z++ (( i < 5 ))
18262025-11-11T20:16:42.740Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18272025-11-11T20:16:42.740Z++ (( i++ ))
18282025-11-11T20:16:42.740Z++ (( i < 5 ))
18292025-11-11T20:16:42.740Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18302025-11-11T20:16:42.740Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18312025-11-11T20:16:42.740Z+ ptime -m cargo xtask ls-apis apis
18322025-11-11T20:16:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
18332025-11-11T20:16:44.010Z Running `target/debug/xtask ls-apis apis`
18342025-11-11T20:16:45.694Z Compiling semver v0.1.20
18352025-11-11T20:16:45.721Z Compiling erased-serde v0.4.6
18362025-11-11T20:16:45.721Z Compiling ordered-float v2.10.1
18372025-11-11T20:16:45.721Z Compiling structmeta-derive v0.3.0
18382025-11-11T20:16:45.748Z Compiling toml v0.8.23
18392025-11-11T20:16:45.774Z Compiling cargo-platform v0.2.0
18402025-11-11T20:16:45.799Z Compiling fixedbitset v0.5.7
18412025-11-11T20:16:46.069Z Compiling rustc_version v0.1.7
18422025-11-11T20:16:46.310Z Compiling serde-value v0.7.0
18432025-11-11T20:16:46.336Z Compiling petgraph v0.8.2
18442025-11-11T20:16:46.518Z Compiling newtype_derive v0.1.6
18452025-11-11T20:16:46.670Z Compiling serde-untagged v0.1.7
18462025-11-11T20:16:47.041Z Compiling cargo-util-schemas v0.8.2
18472025-11-11T20:16:47.489Z Compiling structmeta v0.3.0
18482025-11-11T20:16:47.820Z Compiling parse-display-derive v0.10.0
18492025-11-11T20:16:48.889Z Compiling cargo_metadata v0.21.0
18502025-11-11T20:16:49.970Z Compiling parse-display v0.10.0
18512025-11-11T20:16:50.515Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18522025-11-11T20:16:55.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
18532025-11-11T20:16:55.984Z Running `target/debug/ls-apis apis`
18542025-11-11T20:16:56.059Zloading metadata for workspace omicron from current workspace
18552025-11-11T20:17:01.132Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18562025-11-11T20:17:01.157Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18572025-11-11T20:17:01.157Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
18582025-11-11T20:17:01.157Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
18592025-11-11T20:17:01.157Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
18602025-11-11T20:17:21.937Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
18612025-11-11T20:17:24.661Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18622025-11-11T20:17:24.687Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18632025-11-11T20:17:24.940ZBootstrap Agent (client: bootstrap-agent-client)
18642025-11-11T20:17:24.940Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18652025-11-11T20:17:24.940Z consumed by: wicketd (omicron/wicketd) via 2 paths
18662025-11-11T20:17:24.940Z
18672025-11-11T20:17:24.940ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18682025-11-11T20:17:24.940Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18692025-11-11T20:17:24.940Z
18702025-11-11T20:17:24.940ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18712025-11-11T20:17:24.940Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18722025-11-11T20:17:24.940Z
18732025-11-11T20:17:24.940ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18742025-11-11T20:17:24.940Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18752025-11-11T20:17:24.940Z
18762025-11-11T20:17:24.940ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18772025-11-11T20:17:24.940Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18782025-11-11T20:17:24.940Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18792025-11-11T20:17:24.940Z
18802025-11-11T20:17:24.940ZCrucible Agent (client: crucible-agent-client)
18812025-11-11T20:17:24.966Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18822025-11-11T20:17:24.966Z
18832025-11-11T20:17:24.966ZCrucible Control (for testing only) (client: crucible-control-client)
18842025-11-11T20:17:24.966Z
18852025-11-11T20:17:24.966ZCrucible Pantry (client: crucible-pantry-client)
18862025-11-11T20:17:24.966Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18872025-11-11T20:17:24.966Z
18882025-11-11T20:17:24.966ZMaghemite DDM Admin (client: ddm-admin-client)
18892025-11-11T20:17:24.966Z consumed by: installinator (omicron/installinator) via 1 path
18902025-11-11T20:17:24.966Z consumed by: mgd (maghemite/mgd) via 1 path
18912025-11-11T20:17:24.966Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18922025-11-11T20:17:24.966Z consumed by: wicketd (omicron/wicketd) via 1 path
18932025-11-11T20:17:24.966Z
18942025-11-11T20:17:24.966ZDNS Server (client: dns-service-client)
18952025-11-11T20:17:24.966Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18962025-11-11T20:17:24.966Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18972025-11-11T20:17:24.966Z
18982025-11-11T20:17:24.966ZDendrite DPD (client: dpd-client)
18992025-11-11T20:17:24.966Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19002025-11-11T20:17:24.966Z consumed by: lldpd (lldp/lldpd) via 2 paths
19012025-11-11T20:17:24.966Z consumed by: mgd (maghemite/mgd) via 1 path
19022025-11-11T20:17:24.966Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19032025-11-11T20:17:24.966Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19042025-11-11T20:17:24.966Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19052025-11-11T20:17:24.966Z consumed by: wicketd (omicron/wicketd) via 2 paths
19062025-11-11T20:17:24.966Z
19072025-11-11T20:17:24.966ZDownstairs Controller (debugging only) (client: dsc-client)
19082025-11-11T20:17:24.966Z
19092025-11-11T20:17:24.966ZManagement Gateway Service (client: gateway-client)
19102025-11-11T20:17:24.966Z consumed by: dpd (dendrite/dpd) via 1 path
19112025-11-11T20:17:24.966Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19122025-11-11T20:17:24.966Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19132025-11-11T20:17:24.966Z consumed by: wicketd (omicron/wicketd) via 3 paths
19142025-11-11T20:17:24.966Z
19152025-11-11T20:17:24.966ZWicketd Installinator (client: installinator-client)
19162025-11-11T20:17:24.966Z consumed by: installinator (omicron/installinator) via 1 path
19172025-11-11T20:17:24.967Z
19182025-11-11T20:17:24.967ZLLDP daemon (client: lldpd-client)
19192025-11-11T20:17:24.967Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19202025-11-11T20:17:24.967Z consumed by: tfportd (dendrite/tfportd) via 1 path
19212025-11-11T20:17:24.967Z
19222025-11-11T20:17:24.967ZMaghemite MG Admin (client: mg-admin-client)
19232025-11-11T20:17:24.967Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19242025-11-11T20:17:24.967Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19252025-11-11T20:17:24.967Z
19262025-11-11T20:17:24.967ZNexus Internal API (client: nexus-client)
19272025-11-11T20:17:24.992Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19282025-11-11T20:17:24.992Z consumed by: dpd (dendrite/dpd) via 1 path
19292025-11-11T20:17:24.992Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19302025-11-11T20:17:24.992Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19312025-11-11T20:17:24.992Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19322025-11-11T20:17:24.992Z
19332025-11-11T20:17:24.992ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19342025-11-11T20:17:24.992Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19352025-11-11T20:17:24.992Z
19362025-11-11T20:17:24.992ZNTP Admin (client: ntp-admin-client)
19372025-11-11T20:17:24.993Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19382025-11-11T20:17:24.993Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19392025-11-11T20:17:24.993Z
19402025-11-11T20:17:24.993ZExternal API (client: oxide-client)
19412025-11-11T20:17:24.993Z
19422025-11-11T20:17:24.993ZOximeter (client: oximeter-client)
19432025-11-11T20:17:24.993Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19442025-11-11T20:17:24.993Z
19452025-11-11T20:17:24.993ZPropolis (client: propolis-client)
19462025-11-11T20:17:24.993Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19472025-11-11T20:17:24.993Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19482025-11-11T20:17:24.993Z
19492025-11-11T20:17:24.993ZCrucible Repair (client: repair-client)
19502025-11-11T20:17:24.993Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19512025-11-11T20:17:24.993Z
19522025-11-11T20:17:24.993ZRepo Depot API (client: repo-depot-client)
19532025-11-11T20:17:24.993Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19542025-11-11T20:17:24.993Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19552025-11-11T20:17:24.993Z
19562025-11-11T20:17:24.993ZSled Agent (client: sled-agent-client)
19572025-11-11T20:17:24.993Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19582025-11-11T20:17:24.993Z
19592025-11-11T20:17:24.993ZWicketd (client: wicketd-client)
19602025-11-11T20:17:24.993Z
19612025-11-11T20:17:25.100Z
19622025-11-11T20:17:25.100Zreal 42.331292061
19632025-11-11T20:17:25.100Zuser 41.742915803
19642025-11-11T20:17:25.100Zsys 18.445701662
19652025-11-11T20:17:25.100Ztrap 0.023611913
19662025-11-11T20:17:25.125Ztflt 0.030448720
19672025-11-11T20:17:25.125Zdflt 0.275094741
19682025-11-11T20:17:25.125Zkflt 0.000000000
19692025-11-11T20:17:25.125Zlock 1:10.498894342
19702025-11-11T20:17:25.125Zslp 4:27.272806608
19712025-11-11T20:17:25.125Zlat 1.842005815
19722025-11-11T20:17:25.125Zstop 2.665590614
19732025-11-11T20:17:25.125Z+ ptime -m cargo xtask ls-apis deployment-units
19742025-11-11T20:17:26.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
19752025-11-11T20:17:26.352Z Running `target/debug/xtask ls-apis deployment-units`
19762025-11-11T20:17:27.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
19772025-11-11T20:17:27.981Z Running `target/debug/ls-apis deployment-units`
19782025-11-11T20:17:28.047Zloading metadata for workspace omicron from current workspace
19792025-11-11T20:17:30.058Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19802025-11-11T20:17:30.083Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19812025-11-11T20:17:30.084Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
19822025-11-11T20:17:30.084Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
19832025-11-11T20:17:30.084Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
19842025-11-11T20:17:34.271Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
19852025-11-11T20:17:35.467Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19862025-11-11T20:17:35.495Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19872025-11-11T20:17:35.764ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19882025-11-11T20:17:35.764Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19892025-11-11T20:17:35.764Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19902025-11-11T20:17:35.764Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19912025-11-11T20:17:35.764Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19922025-11-11T20:17:35.812Z
19932025-11-11T20:17:35.812Z
19942025-11-11T20:17:35.812ZCockroach
19952025-11-11T20:17:35.812Z omicron-cockroach-admin (omicron/cockroach-admin)
19962025-11-11T20:17:35.812Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19972025-11-11T20:17:35.812Z
19982025-11-11T20:17:35.812Z
19992025-11-11T20:17:35.812ZCrucible
20002025-11-11T20:17:35.812Z crucible-agent (crucible/agent)
20012025-11-11T20:17:35.812Z exposes: Crucible Agent (client = crucible-agent-client)
20022025-11-11T20:17:35.812Z
20032025-11-11T20:17:35.812Z crucible-downstairs (crucible/downstairs)
20042025-11-11T20:17:35.812Z exposes: Crucible Repair (client = repair-client)
20052025-11-11T20:17:35.812Z consumes: repair-client
20062025-11-11T20:17:35.812Z
20072025-11-11T20:17:35.812Z
20082025-11-11T20:17:35.812ZCrucible Pantry
20092025-11-11T20:17:35.812Z crucible-pantry (crucible/pantry)
20102025-11-11T20:17:35.812Z exposes: Crucible Pantry (client = crucible-pantry-client)
20112025-11-11T20:17:35.812Z consumes: nexus-client
20122025-11-11T20:17:35.812Z
20132025-11-11T20:17:35.812Z
20142025-11-11T20:17:35.812ZDNS Server
20152025-11-11T20:17:35.812Z dns-server (omicron/dns-server)
20162025-11-11T20:17:35.812Z exposes: DNS Server (client = dns-service-client)
20172025-11-11T20:17:35.812Z
20182025-11-11T20:17:35.812Z
20192025-11-11T20:17:35.812ZHost OS
20202025-11-11T20:17:35.812Z ddmd (maghemite/ddmd)
20212025-11-11T20:17:35.812Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20222025-11-11T20:17:35.812Z consumes: dpd-client
20232025-11-11T20:17:35.812Z
20242025-11-11T20:17:35.813Z dpd (dendrite/dpd)
20252025-11-11T20:17:35.813Z exposes: Dendrite DPD (client = dpd-client)
20262025-11-11T20:17:35.813Z consumes: gateway-client
20272025-11-11T20:17:35.813Z consumes: nexus-client
20282025-11-11T20:17:35.813Z
20292025-11-11T20:17:35.813Z lldpd (lldp/lldpd)
20302025-11-11T20:17:35.813Z exposes: LLDP daemon (client = lldpd-client)
20312025-11-11T20:17:35.813Z consumes: dpd-client
20322025-11-11T20:17:35.813Z
20332025-11-11T20:17:35.813Z mgd (maghemite/mgd)
20342025-11-11T20:17:35.813Z exposes: Maghemite MG Admin (client = mg-admin-client)
20352025-11-11T20:17:35.813Z consumes: ddm-admin-client
20362025-11-11T20:17:35.813Z consumes: dpd-client
20372025-11-11T20:17:35.813Z
20382025-11-11T20:17:35.813Z omicron-gateway (omicron/gateway)
20392025-11-11T20:17:35.813Z exposes: Management Gateway Service (client = gateway-client)
20402025-11-11T20:17:35.813Z
20412025-11-11T20:17:35.813Z omicron-sled-agent (omicron/sled-agent)
20422025-11-11T20:17:35.813Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20432025-11-11T20:17:35.813Z exposes: Repo Depot API (client = repo-depot-client)
20442025-11-11T20:17:35.813Z exposes: Sled Agent (client = sled-agent-client)
20452025-11-11T20:17:35.813Z consumes: bootstrap-agent-client
20462025-11-11T20:17:35.813Z consumes: cockroach-admin-client
20472025-11-11T20:17:35.813Z consumes: ddm-admin-client
20482025-11-11T20:17:35.813Z consumes: dns-service-client
20492025-11-11T20:17:35.813Z consumes: dpd-client
20502025-11-11T20:17:35.813Z consumes: gateway-client
20512025-11-11T20:17:35.813Z consumes: mg-admin-client
20522025-11-11T20:17:35.813Z consumes: nexus-client
20532025-11-11T20:17:35.813Z consumes: nexus-lockstep-client
20542025-11-11T20:17:35.813Z consumes: ntp-admin-client
20552025-11-11T20:17:35.813Z consumes: propolis-client
20562025-11-11T20:17:35.813Z consumes: repo-depot-client
20572025-11-11T20:17:35.813Z
20582025-11-11T20:17:35.813Z propolis-server (propolis/bin/propolis-server)
20592025-11-11T20:17:35.813Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20602025-11-11T20:17:35.813Z exposes: Propolis (client = propolis-client)
20612025-11-11T20:17:35.813Z consumes: nexus-client
20622025-11-11T20:17:35.814Z
20632025-11-11T20:17:35.814Z tfportd (dendrite/tfportd)
20642025-11-11T20:17:35.814Z consumes: dpd-client
20652025-11-11T20:17:35.814Z consumes: lldpd-client
20662025-11-11T20:17:35.814Z
20672025-11-11T20:17:35.814Z wicketd (omicron/wicketd)
20682025-11-11T20:17:35.814Z exposes: Wicketd Installinator (client = installinator-client)
20692025-11-11T20:17:35.814Z exposes: Wicketd (client = wicketd-client)
20702025-11-11T20:17:35.814Z consumes: bootstrap-agent-client
20712025-11-11T20:17:35.814Z consumes: ddm-admin-client
20722025-11-11T20:17:35.814Z consumes: dpd-client
20732025-11-11T20:17:35.814Z consumes: gateway-client
20742025-11-11T20:17:35.814Z
20752025-11-11T20:17:35.814Z
20762025-11-11T20:17:35.814ZInstallinator
20772025-11-11T20:17:35.814Z installinator (omicron/installinator)
20782025-11-11T20:17:35.814Z consumes: ddm-admin-client
20792025-11-11T20:17:35.814Z consumes: installinator-client
20802025-11-11T20:17:35.814Z
20812025-11-11T20:17:35.814Z
20822025-11-11T20:17:35.814ZNTP
20832025-11-11T20:17:35.814Z omicron-ntp-admin (omicron/ntp-admin)
20842025-11-11T20:17:35.814Z exposes: NTP Admin (client = ntp-admin-client)
20852025-11-11T20:17:35.814Z
20862025-11-11T20:17:35.814Z
20872025-11-11T20:17:35.814ZNexus
20882025-11-11T20:17:35.814Z omicron-nexus (omicron/nexus)
20892025-11-11T20:17:35.814Z exposes: Nexus Internal API (client = nexus-client)
20902025-11-11T20:17:35.814Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20912025-11-11T20:17:35.814Z exposes: External API (client = oxide-client)
20922025-11-11T20:17:35.840Z consumes: clickhouse-admin-keeper-client
20932025-11-11T20:17:35.840Z consumes: clickhouse-admin-server-client
20942025-11-11T20:17:35.840Z consumes: clickhouse-admin-single-client
20952025-11-11T20:17:35.840Z consumes: cockroach-admin-client
20962025-11-11T20:17:35.840Z consumes: crucible-agent-client
20972025-11-11T20:17:35.840Z consumes: crucible-pantry-client
20982025-11-11T20:17:35.840Z consumes: dns-service-client
20992025-11-11T20:17:35.840Z consumes: dpd-client
21002025-11-11T20:17:35.840Z consumes: gateway-client
21012025-11-11T20:17:35.840Z consumes: lldpd-client
21022025-11-11T20:17:35.840Z consumes: mg-admin-client
21032025-11-11T20:17:35.840Z consumes: ntp-admin-client
21042025-11-11T20:17:35.840Z consumes: oximeter-client
21052025-11-11T20:17:35.840Z consumes: propolis-client
21062025-11-11T20:17:35.840Z consumes: repo-depot-client
21072025-11-11T20:17:35.840Z consumes: sled-agent-client
21082025-11-11T20:17:35.840Z
21092025-11-11T20:17:35.840Z
21102025-11-11T20:17:35.840ZOximeter
21112025-11-11T20:17:35.840Z oximeter-collector (omicron/oximeter/collector)
21122025-11-11T20:17:35.840Z exposes: Oximeter (client = oximeter-client)
21132025-11-11T20:17:35.840Z consumes: nexus-client
21142025-11-11T20:17:35.840Z
21152025-11-11T20:17:35.840Z
21162025-11-11T20:17:35.908Z
21172025-11-11T20:17:35.909Zreal 10.775237366
21182025-11-11T20:17:35.909Zuser 8.354238846
21192025-11-11T20:17:35.909Zsys 4.069622565
21202025-11-11T20:17:35.909Ztrap 0.002905762
21212025-11-11T20:17:35.909Ztflt 0.000084231
21222025-11-11T20:17:35.909Zdflt 0.000234787
21232025-11-11T20:17:35.934Zkflt 0.000000000
21242025-11-11T20:17:35.934Zlock 0.599509615
21252025-11-11T20:17:35.934Zslp 35.992059443
21262025-11-11T20:17:35.934Zlat 0.079111430
21272025-11-11T20:17:35.934Zstop 0.012200342
21282025-11-11T20:17:35.934Z+ ptime -m cargo xtask ls-apis servers
21292025-11-11T20:17:36.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
21302025-11-11T20:17:36.915Z Running `target/debug/xtask ls-apis servers`
21312025-11-11T20:17:38.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
21322025-11-11T20:17:38.462Z Running `target/debug/ls-apis servers`
21332025-11-11T20:17:38.529Zloading metadata for workspace omicron from current workspace
21342025-11-11T20:17:40.443Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21352025-11-11T20:17:40.468Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
21362025-11-11T20:17:40.468Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21372025-11-11T20:17:40.468Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
21382025-11-11T20:17:40.493Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
21392025-11-11T20:17:44.567Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
21402025-11-11T20:17:45.784Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21412025-11-11T20:17:45.812Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21422025-11-11T20:17:46.081Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21432025-11-11T20:17:46.081Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21442025-11-11T20:17:46.081Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21452025-11-11T20:17:46.081Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21462025-11-11T20:17:46.128Z
21472025-11-11T20:17:46.128Zomicron-cockroach-admin (omicron/cockroach-admin)
21482025-11-11T20:17:46.129Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21492025-11-11T20:17:46.129Z
21502025-11-11T20:17:46.129Zcrucible-agent (crucible/agent)
21512025-11-11T20:17:46.129Z exposes: Crucible Agent (client = crucible-agent-client)
21522025-11-11T20:17:46.129Z
21532025-11-11T20:17:46.129Zcrucible-downstairs (crucible/downstairs)
21542025-11-11T20:17:46.129Z exposes: Crucible Repair (client = repair-client)
21552025-11-11T20:17:46.129Z consumes: repair-client
21562025-11-11T20:17:46.129Z
21572025-11-11T20:17:46.129Zcrucible-pantry (crucible/pantry)
21582025-11-11T20:17:46.129Z exposes: Crucible Pantry (client = crucible-pantry-client)
21592025-11-11T20:17:46.129Z consumes: nexus-client
21602025-11-11T20:17:46.129Z
21612025-11-11T20:17:46.129Zdns-server (omicron/dns-server)
21622025-11-11T20:17:46.129Z exposes: DNS Server (client = dns-service-client)
21632025-11-11T20:17:46.129Z
21642025-11-11T20:17:46.129Zomicron-sled-agent (omicron/sled-agent)
21652025-11-11T20:17:46.129Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21662025-11-11T20:17:46.129Z exposes: Repo Depot API (client = repo-depot-client)
21672025-11-11T20:17:46.129Z exposes: Sled Agent (client = sled-agent-client)
21682025-11-11T20:17:46.129Z consumes: bootstrap-agent-client
21692025-11-11T20:17:46.129Z consumes: cockroach-admin-client
21702025-11-11T20:17:46.129Z consumes: ddm-admin-client
21712025-11-11T20:17:46.129Z consumes: dns-service-client
21722025-11-11T20:17:46.129Z consumes: dpd-client
21732025-11-11T20:17:46.129Z consumes: gateway-client
21742025-11-11T20:17:46.129Z consumes: mg-admin-client
21752025-11-11T20:17:46.129Z consumes: nexus-client
21762025-11-11T20:17:46.129Z consumes: nexus-lockstep-client
21772025-11-11T20:17:46.129Z consumes: ntp-admin-client
21782025-11-11T20:17:46.129Z consumes: propolis-client
21792025-11-11T20:17:46.129Z consumes: repo-depot-client
21802025-11-11T20:17:46.129Z
21812025-11-11T20:17:46.129Zpropolis-server (propolis/bin/propolis-server)
21822025-11-11T20:17:46.129Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21832025-11-11T20:17:46.129Z exposes: Propolis (client = propolis-client)
21842025-11-11T20:17:46.129Z consumes: nexus-client
21852025-11-11T20:17:46.129Z
21862025-11-11T20:17:46.129Zddmd (maghemite/ddmd)
21872025-11-11T20:17:46.130Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21882025-11-11T20:17:46.130Z consumes: dpd-client
21892025-11-11T20:17:46.130Z
21902025-11-11T20:17:46.130Zdpd (dendrite/dpd)
21912025-11-11T20:17:46.130Z exposes: Dendrite DPD (client = dpd-client)
21922025-11-11T20:17:46.130Z consumes: gateway-client
21932025-11-11T20:17:46.130Z consumes: nexus-client
21942025-11-11T20:17:46.130Z
21952025-11-11T20:17:46.130Zlldpd (lldp/lldpd)
21962025-11-11T20:17:46.130Z exposes: LLDP daemon (client = lldpd-client)
21972025-11-11T20:17:46.130Z consumes: dpd-client
21982025-11-11T20:17:46.130Z
21992025-11-11T20:17:46.130Zmgd (maghemite/mgd)
22002025-11-11T20:17:46.130Z exposes: Maghemite MG Admin (client = mg-admin-client)
22012025-11-11T20:17:46.130Z consumes: ddm-admin-client
22022025-11-11T20:17:46.130Z consumes: dpd-client
22032025-11-11T20:17:46.130Z
22042025-11-11T20:17:46.130Zomicron-gateway (omicron/gateway)
22052025-11-11T20:17:46.130Z exposes: Management Gateway Service (client = gateway-client)
22062025-11-11T20:17:46.130Z
22072025-11-11T20:17:46.130Ztfportd (dendrite/tfportd)
22082025-11-11T20:17:46.130Z consumes: dpd-client
22092025-11-11T20:17:46.130Z consumes: lldpd-client
22102025-11-11T20:17:46.130Z
22112025-11-11T20:17:46.130Zwicketd (omicron/wicketd)
22122025-11-11T20:17:46.130Z exposes: Wicketd Installinator (client = installinator-client)
22132025-11-11T20:17:46.130Z exposes: Wicketd (client = wicketd-client)
22142025-11-11T20:17:46.130Z consumes: bootstrap-agent-client
22152025-11-11T20:17:46.130Z consumes: ddm-admin-client
22162025-11-11T20:17:46.130Z consumes: dpd-client
22172025-11-11T20:17:46.130Z consumes: gateway-client
22182025-11-11T20:17:46.130Z
22192025-11-11T20:17:46.130Zinstallinator (omicron/installinator)
22202025-11-11T20:17:46.130Z consumes: ddm-admin-client
22212025-11-11T20:17:46.130Z consumes: installinator-client
22222025-11-11T20:17:46.130Z
22232025-11-11T20:17:46.130Zomicron-ntp-admin (omicron/ntp-admin)
22242025-11-11T20:17:46.130Z exposes: NTP Admin (client = ntp-admin-client)
22252025-11-11T20:17:46.130Z
22262025-11-11T20:17:46.131Zomicron-nexus (omicron/nexus)
22272025-11-11T20:17:46.131Z exposes: Nexus Internal API (client = nexus-client)
22282025-11-11T20:17:46.131Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22292025-11-11T20:17:46.131Z exposes: External API (client = oxide-client)
22302025-11-11T20:17:46.157Z consumes: clickhouse-admin-keeper-client
22312025-11-11T20:17:46.157Z consumes: clickhouse-admin-server-client
22322025-11-11T20:17:46.157Z consumes: clickhouse-admin-single-client
22332025-11-11T20:17:46.157Z consumes: cockroach-admin-client
22342025-11-11T20:17:46.157Z consumes: crucible-agent-client
22352025-11-11T20:17:46.157Z consumes: crucible-pantry-client
22362025-11-11T20:17:46.157Z consumes: dns-service-client
22372025-11-11T20:17:46.157Z consumes: dpd-client
22382025-11-11T20:17:46.157Z consumes: gateway-client
22392025-11-11T20:17:46.157Z consumes: lldpd-client
22402025-11-11T20:17:46.157Z consumes: mg-admin-client
22412025-11-11T20:17:46.157Z consumes: ntp-admin-client
22422025-11-11T20:17:46.157Z consumes: oximeter-client
22432025-11-11T20:17:46.157Z consumes: propolis-client
22442025-11-11T20:17:46.157Z consumes: repo-depot-client
22452025-11-11T20:17:46.157Z consumes: sled-agent-client
22462025-11-11T20:17:46.157Z
22472025-11-11T20:17:46.157Zoximeter-collector (omicron/oximeter/collector)
22482025-11-11T20:17:46.157Z exposes: Oximeter (client = oximeter-client)
22492025-11-11T20:17:46.157Z consumes: nexus-client
22502025-11-11T20:17:46.158Z
22512025-11-11T20:17:46.222Z
22522025-11-11T20:17:46.222Zreal 10.279353306
22532025-11-11T20:17:46.222Zuser 8.301455864
22542025-11-11T20:17:46.222Zsys 3.788539393
22552025-11-11T20:17:46.222Ztrap 0.001612540
22562025-11-11T20:17:46.222Ztflt 0.223771563
22572025-11-11T20:17:46.222Zdflt 0.111891040
22582025-11-11T20:17:46.222Zkflt 0.000000000
22592025-11-11T20:17:46.222Zlock 0.676695160
22602025-11-11T20:17:46.222Zslp 36.060195223
22612025-11-11T20:17:46.248Zlat 0.149024635
22622025-11-11T20:17:46.248Zstop 0.013684262
22632025-11-11T20:17:46.248Z+ ptime -m cargo xtask ls-apis check
22642025-11-11T20:17:47.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
22652025-11-11T20:17:47.184Z Running `target/debug/xtask ls-apis check`
22662025-11-11T20:17:48.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
22672025-11-11T20:17:48.662Z Running `target/debug/ls-apis check`
22682025-11-11T20:17:48.733Zloading metadata for workspace omicron from current workspace
22692025-11-11T20:17:50.798Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22702025-11-11T20:17:50.823Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22712025-11-11T20:17:50.823Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
22722025-11-11T20:17:50.823Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
22732025-11-11T20:17:50.824Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
22742025-11-11T20:17:54.786Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
22752025-11-11T20:17:55.952Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22762025-11-11T20:17:55.980Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22772025-11-11T20:17:56.396Z
22782025-11-11T20:17:56.396Z
22792025-11-11T20:17:56.396ZServer-managed APIs:
22802025-11-11T20:17:56.396Z
22812025-11-11T20:17:56.396Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22822025-11-11T20:17:56.396Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22832025-11-11T20:17:56.396Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22842025-11-11T20:17:56.396Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22852025-11-11T20:17:56.396Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22862025-11-11T20:17:56.396Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22872025-11-11T20:17:56.396Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22882025-11-11T20:17:56.396Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22892025-11-11T20:17:56.396Z DNS Server (dns-service-client, exposed by dns-server)
22902025-11-11T20:17:56.396Z Dendrite DPD (dpd-client, exposed by dpd)
22912025-11-11T20:17:56.396Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22922025-11-11T20:17:56.396Z LLDP daemon (lldpd-client, exposed by lldpd)
22932025-11-11T20:17:56.396Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22942025-11-11T20:17:56.396Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22952025-11-11T20:17:56.396Z External API (oxide-client, exposed by omicron-nexus)
22962025-11-11T20:17:56.396Z Oximeter (oximeter-client, exposed by oximeter-collector)
22972025-11-11T20:17:56.396Z Propolis (propolis-client, exposed by propolis-server)
22982025-11-11T20:17:56.396Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22992025-11-11T20:17:56.396Z Wicketd (wicketd-client, exposed by wicketd)
23002025-11-11T20:17:56.396Z
23012025-11-11T20:17:56.396Z
23022025-11-11T20:17:56.396ZClient-managed API:
23032025-11-11T20:17:56.397Z
23042025-11-11T20:17:56.397Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23052025-11-11T20:17:56.397Z reason: depends on itself (i.e., instances call each other)
23062025-11-11T20:17:56.397Z Wicketd Installinator (installinator-client, exposed by wicketd)
23072025-11-11T20:17:56.397Z reason: client is provided implicitly by the operator
23082025-11-11T20:17:56.397Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23092025-11-11T20:17:56.397Z reason: Circular dependencies between Nexus and other services
23102025-11-11T20:17:56.397Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23112025-11-11T20:17:56.397Z reason: Circular dependencies between Nexus and other services
23122025-11-11T20:17:56.397Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23132025-11-11T20:17:56.397Z reason: depends on itself (i.e., instances call each other)
23142025-11-11T20:17:56.397Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23152025-11-11T20:17:56.397Z reason: depends on itself (i.e., instances call each other)
23162025-11-11T20:17:56.397Z
23172025-11-11T20:17:56.397Z
23182025-11-11T20:17:56.397ZAPIs with unknown version management: none
23192025-11-11T20:17:56.485Z
23202025-11-11T20:17:56.485Zreal 10.229756287
23212025-11-11T20:17:56.485Zuser 8.439468780
23222025-11-11T20:17:56.485Zsys 3.544670146
23232025-11-11T20:17:56.485Ztrap 0.001158238
23242025-11-11T20:17:56.485Ztflt 0.000077177
23252025-11-11T20:17:56.485Zdflt 0.000073231
23262025-11-11T20:17:56.485Zkflt 0.000000000
23272025-11-11T20:17:56.485Zlock 0.443671624
23282025-11-11T20:17:56.485Zslp 34.069387651
23292025-11-11T20:17:56.485Zlat 0.036381437
23302025-11-11T20:17:56.485Zstop 0.013191258
23312025-11-11T20:17:56.511Z+ ptime -m cargo xtask ls-apis adoc
23322025-11-11T20:17:57.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
23332025-11-11T20:17:57.458Z Running `target/debug/xtask ls-apis adoc`
23342025-11-11T20:17:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
23352025-11-11T20:17:58.915Z Running `target/debug/ls-apis adoc`
23362025-11-11T20:17:58.987Zloading metadata for workspace omicron from current workspace
23372025-11-11T20:18:00.924Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23382025-11-11T20:18:00.949Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23392025-11-11T20:18:00.949Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
23402025-11-11T20:18:00.949Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
23412025-11-11T20:18:00.949Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
23422025-11-11T20:18:04.836Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
23432025-11-11T20:18:06.014Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23442025-11-11T20:18:06.040Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23452025-11-11T20:18:06.458Z
23462025-11-11T20:18:06.458Zreal 9.939120843
23472025-11-11T20:18:06.458Zuser 8.217204999
23482025-11-11T20:18:06.459Zsys 3.454437244
23492025-11-11T20:18:06.484Ztrap 0.001476756
23502025-11-11T20:18:06.484Ztflt 0.000185741
23512025-11-11T20:18:06.484Zdflt 0.000344904
23522025-11-11T20:18:06.484Zkflt 0.000000000
23532025-11-11T20:18:06.484Zlock 0.440538067
23542025-11-11T20:18:06.484Zslp 33.476406098
23552025-11-11T20:18:06.484Zlat 0.036324927
23562025-11-11T20:18:06.484Zstop 0.013013254
23572025-11-11T20:18:06.484Z+ banner build
23582025-11-11T20:18:06.484Z
23592025-11-11T20:18:06.484Z ##### # # # # #####
23602025-11-11T20:18:06.484Z # # # # # # # #
23612025-11-11T20:18:06.484Z ##### # # # # # #
23622025-11-11T20:18:06.484Z # # # # # # # #
23632025-11-11T20:18:06.484Z # # # # # # # #
23642025-11-11T20:18:06.484Z ##### #### # ###### #####
23652025-11-11T20:18:06.484Z
23662025-11-11T20:18:06.484Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23672025-11-11T20:18:06.484Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23682025-11-11T20:18:06.484Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23692025-11-11T20:18:06.484Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23702025-11-11T20:18:06.484Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23712025-11-11T20:18:06.484Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23722025-11-11T20:18:06.484Z+ export TMPDIR=/var/tmp/omicron_tmp
23732025-11-11T20:18:06.484Z+ TMPDIR=/var/tmp/omicron_tmp
23742025-11-11T20:18:06.484Z+ export RUST_BACKTRACE=1
23752025-11-11T20:18:06.484Z+ RUST_BACKTRACE=1
23762025-11-11T20:18:06.484Z+ export CARGO_INCREMENTAL=0
23772025-11-11T20:18:06.485Z+ CARGO_INCREMENTAL=0
23782025-11-11T20:18:06.485Z+ export RUSTC_BOOTSTRAP=1
23792025-11-11T20:18:06.485Z+ RUSTC_BOOTSTRAP=1
23802025-11-11T20:18:06.485Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23812025-11-11T20:18:10.275Z Compiling proc-macro2 v1.0.101
23822025-11-11T20:18:10.275Z Compiling unicode-ident v1.0.19
23832025-11-11T20:18:10.275Z Compiling libc v0.2.174
23842025-11-11T20:18:10.275Z Compiling serde_core v1.0.226
23852025-11-11T20:18:10.322Z Compiling cfg-if v1.0.4
23862025-11-11T20:18:10.323Z Compiling serde v1.0.226
23872025-11-11T20:18:10.323Z Compiling autocfg v1.4.0
23882025-11-11T20:18:10.323Z Compiling memchr v2.7.4
23892025-11-11T20:18:10.323Z 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`
23902025-11-11T20:18:10.323Z 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`
23912025-11-11T20:18:10.323Z 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`
23922025-11-11T20:18:10.323Z 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`
23932025-11-11T20:18:10.323Z 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`
23942025-11-11T20:18:10.542Z 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`
23952025-11-11T20:18:10.567Z 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`
23962025-11-11T20:18:10.567Z 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`
23972025-11-11T20:18:10.691Z Compiling value-bag v1.9.0
23982025-11-11T20:18:10.716Z 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`
23992025-11-11T20:18:10.743Z Compiling smallvec v1.15.1
24002025-11-11T20:18:10.768Z 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`
24012025-11-11T20:18:11.005Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73/build-script-build`
24022025-11-11T20:18:11.052Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
24032025-11-11T20:18:11.118Z Compiling version_check v0.9.5
24042025-11-11T20:18:11.143Z 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`
24052025-11-11T20:18:11.179Z Compiling log v0.4.27
24062025-11-11T20:18:11.179Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
24072025-11-11T20:18:11.179Z 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`
24082025-11-11T20:18:11.281Z Compiling scopeguard v1.2.0
24092025-11-11T20:18:11.281Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c/build-script-build`
24102025-11-11T20:18:11.306Z 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`
24112025-11-11T20:18:11.376Z 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"))'`
24122025-11-11T20:18:11.442Z 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)'`
24132025-11-11T20:18:11.509Z Compiling lock_api v0.4.12
24142025-11-11T20:18:11.534Z 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`
24152025-11-11T20:18:11.559Z Compiling itoa v1.0.11
24162025-11-11T20:18:11.559Z 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`
24172025-11-11T20:18:11.606Z 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)'`
24182025-11-11T20:18:11.785Z Compiling ryu v1.0.18
24192025-11-11T20:18:11.810Z 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`
24202025-11-11T20:18:11.843Z Compiling portable-atomic v1.11.0
24212025-11-11T20:18:11.843Z 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`
24222025-11-11T20:18:11.885Z Compiling libm v0.2.8
24232025-11-11T20:18:11.885Z 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`
24242025-11-11T20:18:11.936Z Compiling num-traits v0.2.19
24252025-11-11T20:18:11.962Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
24262025-11-11T20:18:11.987Z 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`
24272025-11-11T20:18:12.155Z Compiling critical-section v1.1.3
24282025-11-11T20:18:12.180Z 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`
24292025-11-11T20:18:12.205Z 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`
24302025-11-11T20:18:12.306Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
24312025-11-11T20:18:12.357Z Compiling quote v1.0.40
24322025-11-11T20:18:12.383Z 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`
24332025-11-11T20:18:12.409Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
24342025-11-11T20:18:12.449Z Compiling getrandom v0.2.15
24352025-11-11T20:18:12.449Z 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`
24362025-11-11T20:18:12.635Z 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`
24372025-11-11T20:18:12.709Z Compiling serde_json v1.0.145
24382025-11-11T20:18:12.735Z 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`
24392025-11-11T20:18:12.760Z Compiling getrandom v0.3.4
24402025-11-11T20:18:12.816Z 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`
24412025-11-11T20:18:12.841Z Compiling syn v2.0.106
24422025-11-11T20:18:12.841Z 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`
24432025-11-11T20:18:12.895Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
24442025-11-11T20:18:12.965Z Compiling stable_deref_trait v1.2.0
24452025-11-11T20:18:12.990Z 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`
24462025-11-11T20:18:13.016Z 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"))'`
24472025-11-11T20:18:13.065Z Compiling allocator-api2 v0.2.21
24482025-11-11T20:18:13.090Z 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`
24492025-11-11T20:18:13.147Z Compiling fnv v1.0.7
24502025-11-11T20:18:13.172Z 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`
24512025-11-11T20:18:13.247Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d7f542bbbf3546da/build-script-build`
24522025-11-11T20:18:13.272Z Compiling pin-project-lite v0.2.14
24532025-11-11T20:18:13.272Z 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`
24542025-11-11T20:18:13.336Z Compiling rand_core v0.6.4
24552025-11-11T20:18:13.361Z 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`
24562025-11-11T20:18:13.447Z 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)'`
24572025-11-11T20:18:13.700Z Compiling errno v0.3.12
24582025-11-11T20:18:13.726Z 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`
24592025-11-11T20:18:13.751Z Compiling shlex v1.3.0
24602025-11-11T20:18:13.796Z 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`
24612025-11-11T20:18:13.878Z Compiling byteorder v1.5.0
24622025-11-11T20:18:13.904Z 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`
24632025-11-11T20:18:13.998Z Compiling once_cell v1.21.3
24642025-11-11T20:18:14.023Z 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`
24652025-11-11T20:18:14.153Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-3ba2e28ae90ac688/build-script-build`
24662025-11-11T20:18:14.206Z Compiling parking_lot_core v0.9.10
24672025-11-11T20:18:14.232Z Compiling regex-syntax v0.8.5
24682025-11-11T20:18:14.232Z 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`
24692025-11-11T20:18:14.232Z 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`
24702025-11-11T20:18:14.303Z 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`
24712025-11-11T20:18:14.384Z Compiling litemap v0.7.3
24722025-11-11T20:18:14.430Z 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`
24732025-11-11T20:18:14.464Z Compiling percent-encoding v2.3.2
24742025-11-11T20:18:14.520Z 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`
24752025-11-11T20:18:14.755Z Compiling writeable v0.5.5
24762025-11-11T20:18:14.780Z 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`
24772025-11-11T20:18:14.849Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24782025-11-11T20:18:14.874Z Compiling equivalent v1.0.2
24792025-11-11T20:18:14.874Z 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`
24802025-11-11T20:18:14.911Z Compiling jobserver v0.1.32
24812025-11-11T20:18:14.936Z 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`
24822025-11-11T20:18:14.965Z 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`
24832025-11-11T20:18:15.065Z Compiling icu_locid_transform_data v1.5.0
24842025-11-11T20:18:15.104Z 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`
24852025-11-11T20:18:15.130Z Compiling subtle v2.6.1
24862025-11-11T20:18:15.130Z 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`
24872025-11-11T20:18:15.248Z Compiling icu_properties_data v1.5.0
24882025-11-11T20:18:15.273Z 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`
24892025-11-11T20:18:15.334Z Compiling write16 v1.0.0
24902025-11-11T20:18:15.359Z 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`
24912025-11-11T20:18:15.534Z 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"))'`
24922025-11-11T20:18:15.590Z Compiling semver v1.0.27
24932025-11-11T20:18:15.615Z Compiling parking_lot v0.12.3
24942025-11-11T20:18:15.615Z Compiling cc v1.2.30
24952025-11-11T20:18:15.615Z 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`
24962025-11-11T20:18:15.615Z 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`
24972025-11-11T20:18:15.616Z 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`
24982025-11-11T20:18:15.741Z Compiling utf16_iter v1.0.5
24992025-11-11T20:18:15.766Z Compiling heck v0.5.0
25002025-11-11T20:18:15.766Z 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`
25012025-11-11T20:18:15.798Z 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`
25022025-11-11T20:18:16.028Z Compiling utf8_iter v1.0.4
25032025-11-11T20:18:16.053Z 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`
25042025-11-11T20:18:16.279Z Compiling icu_normalizer_data v1.5.0
25052025-11-11T20:18:16.323Z 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`
25062025-11-11T20:18:16.350Z Compiling form_urlencoded v1.2.2
25072025-11-11T20:18:16.350Z Compiling signal-hook-registry v1.4.2
25082025-11-11T20:18:16.350Z 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`
25092025-11-11T20:18:16.350Z 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`
25102025-11-11T20:18:16.454Z Compiling aho-corasick v1.1.3
25112025-11-11T20:18:16.479Z 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`
25122025-11-11T20:18:16.515Z Compiling typenum v1.17.0
25132025-11-11T20:18:16.515Z 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`
25142025-11-11T20:18:16.719Z Compiling generic-array v0.14.7
25152025-11-11T20:18:16.744Z 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`
25162025-11-11T20:18:16.997Z Compiling rustix v0.38.37
25172025-11-11T20:18:17.022Z 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`
25182025-11-11T20:18:17.112Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
25192025-11-11T20:18:17.210Z Compiling mio v1.0.2
25202025-11-11T20:18:17.235Z 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`
25212025-11-11T20:18:17.369Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
25222025-11-11T20:18:17.605Z 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`
25232025-11-11T20:18:17.736Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
25242025-11-11T20:18:18.007Z Compiling futures-core v0.3.31
25252025-11-11T20:18:18.033Z 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`
25262025-11-11T20:18:18.059Z Compiling thiserror v2.0.17
25272025-11-11T20:18:18.120Z 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`
25282025-11-11T20:18:18.189Z Compiling regex-automata v0.4.11
25292025-11-11T20:18:18.214Z 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`
25302025-11-11T20:18:18.295Z Compiling hashbrown v0.16.0
25312025-11-11T20:18:18.320Z 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`
25322025-11-11T20:18:18.613Z Compiling socket2 v0.6.0
25332025-11-11T20:18:18.638Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=09d762c3d23a7cc4 -C extra-filename=-61256d08fa97d3e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-11-11T20:18:18.726Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448/build-script-build`
25352025-11-11T20:18:19.028Z Compiling synstructure v0.13.1
25362025-11-11T20:18:19.054Z 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`
25372025-11-11T20:18:19.205Z Compiling either v1.15.0
25382025-11-11T20:18:19.205Z 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`
25392025-11-11T20:18:19.256Z Compiling indexmap v2.11.4
25402025-11-11T20:18:19.281Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=8fbf217a55012358 -C extra-filename=-66ab2a719fd02fc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-11-11T20:18:19.319Z Compiling spin v0.9.8
25422025-11-11T20:18:19.344Z 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`
25432025-11-11T20:18:19.435Z Compiling thiserror v1.0.69
25442025-11-11T20:18:19.460Z 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`
25452025-11-11T20:18:19.616Z Compiling iana-time-zone v0.1.63
25462025-11-11T20:18:19.651Z 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`
25472025-11-11T20:18:19.713Z Compiling futures-io v0.3.31
25482025-11-11T20:18:19.738Z 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`
25492025-11-11T20:18:20.012Z Compiling const-oid v0.9.6
25502025-11-11T20:18:20.038Z 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`
25512025-11-11T20:18:20.063Z Compiling slab v0.4.9
25522025-11-11T20:18:20.063Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
25532025-11-11T20:18:20.063Z 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`
25542025-11-11T20:18:20.159Z Compiling lazy_static v1.5.0
25552025-11-11T20:18:20.159Z 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`
25562025-11-11T20:18:20.242Z Compiling pkg-config v0.3.31
25572025-11-11T20:18:20.267Z 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`
25582025-11-11T20:18:20.351Z Compiling syn v1.0.109
25592025-11-11T20:18:20.376Z 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`
25602025-11-11T20:18:20.474Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
25612025-11-11T20:18:20.586Z Compiling futures-sink v0.3.31
25622025-11-11T20:18:20.611Z Compiling strsim v0.11.1
25632025-11-11T20:18:20.611Z 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`
25642025-11-11T20:18:20.611Z 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`
25652025-11-11T20:18:20.681Z 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`
25662025-11-11T20:18:20.799Z Compiling pin-utils v0.1.0
25672025-11-11T20:18:20.824Z 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`
25682025-11-11T20:18:20.944Z Compiling serde_derive_internals v0.29.1
25692025-11-11T20:18:20.969Z 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`
25702025-11-11T20:18:20.994Z Compiling cpufeatures v0.2.14
25712025-11-11T20:18:20.994Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25722025-11-11T20:18:21.040Z 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`
25732025-11-11T20:18:21.152Z 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`
25742025-11-11T20:18:21.192Z Compiling schemars v0.8.22
25752025-11-11T20:18:21.217Z 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`
25762025-11-11T20:18:21.338Z Compiling dyn-clone v1.0.20
25772025-11-11T20:18:21.363Z 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`
25782025-11-11T20:18:21.390Z Compiling futures-channel v0.3.31
25792025-11-11T20:18:21.390Z 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`
25802025-11-11T20:18:21.615Z Compiling futures-task v0.3.31
25812025-11-11T20:18:21.640Z Compiling foldhash v0.1.5
25822025-11-11T20:18:21.640Z 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`
25832025-11-11T20:18:21.640Z 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`
25842025-11-11T20:18:21.665Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25852025-11-11T20:18:21.775Z Compiling adler2 v2.0.0
25862025-11-11T20:18:21.800Z 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`
25872025-11-11T20:18:21.825Z Compiling tracing-core v0.1.32
25882025-11-11T20:18:21.825Z 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`
25892025-11-11T20:18:21.937Z Compiling hashbrown v0.15.4
25902025-11-11T20:18:21.962Z 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`
25912025-11-11T20:18:22.001Z Compiling miniz_oxide v0.8.5
25922025-11-11T20:18:22.026Z 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`
25932025-11-11T20:18:22.051Z Compiling glob v0.3.2
25942025-11-11T20:18:22.051Z 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`
25952025-11-11T20:18:22.836Z Compiling regex v1.11.3
25962025-11-11T20:18:22.862Z 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`
25972025-11-11T20:18:22.896Z Compiling gimli v0.31.1
25982025-11-11T20:18:22.921Z 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`
25992025-11-11T20:18:22.951Z Compiling object v0.36.5
26002025-11-11T20:18:23.024Z 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`
26012025-11-11T20:18:23.065Z Compiling rustc-demangle v0.1.24
26022025-11-11T20:18:23.107Z 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`
26032025-11-11T20:18:23.161Z Compiling serde_derive v1.0.226
26042025-11-11T20:18:23.161Z 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`
26052025-11-11T20:18:23.245Z Compiling zeroize_derive v1.4.2
26062025-11-11T20:18:23.270Z 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`
26072025-11-11T20:18:23.708Z Compiling zerofrom-derive v0.1.4
26082025-11-11T20:18:23.733Z 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`
26092025-11-11T20:18:23.849Z Compiling yoke-derive v0.7.4
26102025-11-11T20:18:23.874Z 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`
26112025-11-11T20:18:24.558Z Compiling zeroize v1.8.1
26122025-11-11T20:18:24.583Z 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`
26132025-11-11T20:18:24.932Z Compiling zerovec-derive v0.10.3
26142025-11-11T20:18:24.958Z 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`
26152025-11-11T20:18:26.209Z Compiling displaydoc v0.2.5
26162025-11-11T20:18:26.234Z 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`
26172025-11-11T20:18:26.689Z Compiling zerofrom v0.1.4
26182025-11-11T20:18:26.714Z 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`
26192025-11-11T20:18:26.791Z Compiling icu_provider_macros v1.5.0
26202025-11-11T20:18:26.816Z 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`
26212025-11-11T20:18:26.861Z 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`
26222025-11-11T20:18:26.991Z Compiling yoke v0.7.4
26232025-11-11T20:18:27.017Z 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`
26242025-11-11T20:18:27.144Z Compiling thiserror-impl v2.0.17
26252025-11-11T20:18:27.169Z 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`
26262025-11-11T20:18:27.413Z Compiling zerovec v0.10.4
26272025-11-11T20:18:27.439Z 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`
26282025-11-11T20:18:27.838Z Compiling tokio-macros v2.5.0
26292025-11-11T20:18:27.863Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1132f6ed9b0fc3f -C extra-filename=-7e6529be5a62a1ab --out-dir /work/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`
26302025-11-11T20:18:28.095Z Compiling thiserror-impl v1.0.69
26312025-11-11T20:18:28.121Z 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`
26322025-11-11T20:18:28.282Z Compiling crypto-common v0.1.6
26332025-11-11T20:18:28.308Z 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`
26342025-11-11T20:18:28.574Z Compiling zerocopy-derive v0.7.35
26352025-11-11T20:18:28.599Z 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`
26362025-11-11T20:18:29.076Z Compiling tinystr v0.7.6
26372025-11-11T20:18:29.076Z 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`
26382025-11-11T20:18:29.205Z 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)'`
26392025-11-11T20:18:29.353Z Compiling icu_collections v1.5.0
26402025-11-11T20:18:29.378Z 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`
26412025-11-11T20:18:29.403Z Compiling block-buffer v0.10.4
26422025-11-11T20:18:29.403Z 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`
26432025-11-11T20:18:29.482Z Compiling icu_locid v1.5.0
26442025-11-11T20:18:29.508Z 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`
26452025-11-11T20:18:29.716Z Compiling digest v0.10.7
26462025-11-11T20:18:29.741Z 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`
26472025-11-11T20:18:30.024Z 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)'`
26482025-11-11T20:18:30.193Z Compiling bitflags v2.9.4
26492025-11-11T20:18:30.219Z 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`
26502025-11-11T20:18:30.244Z Compiling bytes v1.10.1
26512025-11-11T20:18:30.244Z 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`
26522025-11-11T20:18:30.310Z Compiling chrono v0.4.42
26532025-11-11T20:18:30.335Z 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`
26542025-11-11T20:18:30.443Z Compiling zerocopy v0.7.35
26552025-11-11T20:18:30.468Z 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`
26562025-11-11T20:18:30.493Z Compiling icu_provider v1.5.0
26572025-11-11T20:18:30.493Z 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`
26582025-11-11T20:18:30.654Z 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`
26592025-11-11T20:18:30.741Z 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)'`
26602025-11-11T20:18:30.949Z Compiling uuid v1.18.1
26612025-11-11T20:18:30.994Z 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`
26622025-11-11T20:18:31.019Z Compiling schemars_derive v0.8.22
26632025-11-11T20:18:31.019Z 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`
26642025-11-11T20:18:31.211Z Compiling icu_locid_transform v1.5.0
26652025-11-11T20:18:31.237Z 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`
26662025-11-11T20:18:31.376Z Compiling tokio v1.47.0
26672025-11-11T20:18:31.402Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=615de595012780ee -C extra-filename=-3457c0af9d93e57f --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-61256d08fa97d3e4.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7e6529be5a62a1ab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-11-11T20:18:31.573Z Compiling futures-macro v0.3.31
26692025-11-11T20:18:31.648Z 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`
26702025-11-11T20:18:31.680Z Compiling ppv-lite86 v0.2.20
26712025-11-11T20:18:31.705Z 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`
26722025-11-11T20:18:32.258Z Compiling tracing-attributes v0.1.27
26732025-11-11T20:18:32.283Z 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`
26742025-11-11T20:18:32.387Z Compiling icu_properties v1.5.1
26752025-11-11T20:18:32.412Z 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`
26762025-11-11T20:18:33.232Z Compiling addr2line v0.24.2
26772025-11-11T20:18:33.257Z 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`
26782025-11-11T20:18:33.283Z Compiling http v1.3.1
26792025-11-11T20:18:33.283Z 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`
26802025-11-11T20:18:33.331Z Compiling futures-util v0.3.31
26812025-11-11T20:18:33.356Z 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`
26822025-11-11T20:18:33.677Z Compiling clang-sys v1.8.1
26832025-11-11T20:18:33.703Z 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`
26842025-11-11T20:18:33.879Z Compiling backtrace v0.3.74
26852025-11-11T20:18:33.905Z 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`
26862025-11-11T20:18:34.360Z Compiling crossbeam-utils v0.8.21
26872025-11-11T20:18:34.385Z 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`
26882025-11-11T20:18:34.617Z Compiling paste v1.0.15
26892025-11-11T20:18:34.656Z 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`
26902025-11-11T20:18:34.928Z Compiling minimal-lexical v0.2.1
26912025-11-11T20:18:34.986Z 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`
26922025-11-11T20:18:35.157Z Compiling prettyplease v0.2.36
26932025-11-11T20:18:35.183Z 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`
26942025-11-11T20:18:35.210Z Compiling tracing v0.1.40
26952025-11-11T20:18:35.236Z 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`
26962025-11-11T20:18:35.236Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
26972025-11-11T20:18:35.369Z Compiling nom v7.1.3
26982025-11-11T20:18:35.402Z 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`
26992025-11-11T20:18:35.475Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
27002025-11-11T20:18:35.500Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
27012025-11-11T20:18:35.552Z Compiling icu_normalizer v1.5.0
27022025-11-11T20:18:35.599Z 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`
27032025-11-11T20:18:35.666Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
27042025-11-11T20:18:35.693Z Compiling serde_tokenstream v0.2.2
27052025-11-11T20:18:35.693Z 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`
27062025-11-11T20:18:35.777Z 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)'`
27072025-11-11T20:18:36.284Z 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"))'`
27082025-11-11T20:18:36.331Z Compiling anyhow v1.0.99
27092025-11-11T20:18:36.356Z Compiling libloading v0.8.5
27102025-11-11T20:18:36.356Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=ed225afd82fee87e -C extra-filename=-a16e563cbf5da838 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-11-11T20:18:36.356Z 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`
27122025-11-11T20:18:36.767Z Compiling idna_adapter v1.2.0
27132025-11-11T20:18:36.793Z 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`
27142025-11-11T20:18:36.793Z 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-11-11T20:18:36.947Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27162025-11-11T20:18:37.052Z Compiling idna v1.0.3
27172025-11-11T20:18:37.078Z 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`
27182025-11-11T20:18:37.104Z 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-11-11T20:18:37.337Z Compiling powerfmt v0.2.0
27202025-11-11T20:18:37.363Z 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`
27212025-11-11T20:18:37.474Z 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)'`
27222025-11-11T20:18:37.794Z Compiling url v2.5.4
27232025-11-11T20:18:37.819Z 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`
27242025-11-11T20:18:38.059Z Compiling cexpr v0.6.0
27252025-11-11T20:18:38.084Z 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`
27262025-11-11T20:18:38.253Z Compiling home v0.5.9
27272025-11-11T20:18:38.279Z 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`
27282025-11-11T20:18:38.304Z Compiling num-conv v0.1.0
27292025-11-11T20:18:38.304Z 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`
27302025-11-11T20:18:38.423Z Compiling time-core v0.1.6
27312025-11-11T20:18:38.448Z 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`
27322025-11-11T20:18:38.519Z Compiling deranged v0.5.3
27332025-11-11T20:18:38.562Z 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`
27342025-11-11T20:18:38.627Z Compiling block-padding v0.3.3
27352025-11-11T20:18:38.652Z 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`
27362025-11-11T20:18:38.735Z 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`
27372025-11-11T20:18:38.940Z Compiling time-macros v0.2.24
27382025-11-11T20:18:38.978Z 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`
27392025-11-11T20:18:39.322Z Compiling ring v0.17.14
27402025-11-11T20:18:39.347Z 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`
27412025-11-11T20:18:39.401Z Compiling vcpkg v0.2.15
27422025-11-11T20:18:39.426Z 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`
27432025-11-11T20:18:39.669Z Compiling num_threads v0.1.7
27442025-11-11T20:18:39.694Z 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`
27452025-11-11T20:18:39.864Z Compiling base64ct v1.6.0
27462025-11-11T20:18:39.890Z 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`
27472025-11-11T20:18:40.345Z Compiling rustversion v1.0.22
27482025-11-11T20:18:40.370Z 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`
27492025-11-11T20:18:40.419Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
27502025-11-11T20:18:40.818Z Compiling inout v0.1.3
27512025-11-11T20:18:40.843Z 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`
27522025-11-11T20:18:40.900Z Compiling ipnet v2.11.0
27532025-11-11T20:18:40.934Z 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`
27542025-11-11T20:18:41.050Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
27552025-11-11T20:18:41.124Z Compiling cipher v0.4.4
27562025-11-11T20:18:41.149Z 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`
27572025-11-11T20:18:41.174Z 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"))'`
27582025-11-11T20:18:41.267Z Compiling time v0.3.43
27592025-11-11T20:18:41.293Z 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`
27602025-11-11T20:18:41.436Z Compiling itertools v0.12.1
27612025-11-11T20:18:41.462Z 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`
27622025-11-11T20:18:41.643Z Compiling base64 v0.22.1
27632025-11-11T20:18:41.668Z 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`
27642025-11-11T20:18:41.964Z Compiling bindgen v0.69.5
27652025-11-11T20:18:41.989Z 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`
27662025-11-11T20:18:42.270Z Compiling utf8parse v0.2.2
27672025-11-11T20:18:42.295Z 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`
27682025-11-11T20:18:42.345Z Compiling tokio-util v0.7.15
27692025-11-11T20:18:42.371Z 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=8bab9b2c6e29efb0 -C extra-filename=-624876de9f8a9edc --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-11-11T20:18:42.501Z Compiling which v4.4.2
27712025-11-11T20:18:42.501Z 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`
27722025-11-11T20:18:42.949Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
27732025-11-11T20:18:43.014Z Compiling ident_case v1.0.1
27742025-11-11T20:18:43.039Z 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`
27752025-11-11T20:18:43.126Z Compiling rustc-hash v1.1.0
27762025-11-11T20:18:43.151Z 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`
27772025-11-11T20:18:43.177Z Compiling atomic-waker v1.1.2
27782025-11-11T20:18:43.177Z 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`
27792025-11-11T20:18:43.257Z Compiling httparse v1.9.5
27802025-11-11T20:18:43.282Z 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-11-11T20:18:43.343Z Compiling lazycell v1.3.0
27822025-11-11T20:18:43.369Z 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-11-11T20:18:43.417Z Compiling sha2 v0.10.9
27842025-11-11T20:18:43.442Z 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`
27852025-11-11T20:18:43.564Z Compiling cmake v0.1.51
27862025-11-11T20:18:43.590Z 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`
27872025-11-11T20:18:43.937Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27882025-11-11T20:18:44.046Z 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`
27892025-11-11T20:18:44.088Z Compiling untrusted v0.9.0
27902025-11-11T20:18:44.114Z 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`
27912025-11-11T20:18:44.331Z Compiling fastrand v2.1.1
27922025-11-11T20:18:44.356Z 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`
27932025-11-11T20:18:44.383Z Compiling dunce v1.0.5
27942025-11-11T20:18:44.383Z 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`
27952025-11-11T20:18:44.450Z Compiling fs_extra v1.3.0
27962025-11-11T20:18:44.475Z 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`
27972025-11-11T20:18:44.513Z 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`
27982025-11-11T20:18:44.580Z Compiling pem-rfc7468 v0.7.0
27992025-11-11T20:18:44.604Z 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`
28002025-11-11T20:18:44.845Z Compiling hmac v0.12.1
28012025-11-11T20:18:44.870Z 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`
28022025-11-11T20:18:44.909Z 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`
28032025-11-11T20:18:44.972Z Compiling anstyle v1.0.11
28042025-11-11T20:18:44.997Z 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`
28052025-11-11T20:18:45.124Z Compiling rand_chacha v0.3.1
28062025-11-11T20:18:45.124Z 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`
28072025-11-11T20:18:45.170Z Compiling unicode-segmentation v1.12.0
28082025-11-11T20:18:45.205Z 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`
28092025-11-11T20:18:45.230Z Compiling anstyle-parse v0.2.5
28102025-11-11T20:18:45.230Z 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`
28112025-11-11T20:18:45.420Z Compiling der_derive v0.7.3
28122025-11-11T20:18:45.449Z 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`
28132025-11-11T20:18:45.596Z Compiling rand v0.8.5
28142025-11-11T20:18:45.621Z 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`
28152025-11-11T20:18:45.646Z Compiling aws-lc-rs v1.12.4
28162025-11-11T20:18:45.646Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
28172025-11-11T20:18:45.918Z Compiling anstyle-query v1.1.1
28182025-11-11T20:18:45.943Z 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`
28192025-11-11T20:18:45.968Z Compiling colorchoice v1.0.2
28202025-11-11T20:18:46.034Z 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`
28212025-11-11T20:18:46.138Z Compiling zerocopy v0.8.27
28222025-11-11T20:18:46.184Z 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`
28232025-11-11T20:18:46.184Z Compiling is_terminal_polyfill v1.70.1
28242025-11-11T20:18:46.210Z 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`
28252025-11-11T20:18:46.238Z Compiling flagset v0.4.6
28262025-11-11T20:18:46.263Z 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`
28272025-11-11T20:18:46.391Z Compiling rustls-pki-types v1.10.0
28282025-11-11T20:18:46.416Z 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`
28292025-11-11T20:18:46.527Z Compiling anstream v0.6.18
28302025-11-11T20:18:46.552Z 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-11-11T20:18:46.971Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9/build-script-build`
28322025-11-11T20:18:47.031Z Compiling http-body v1.0.1
28332025-11-11T20:18:47.077Z 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`
28342025-11-11T20:18:47.102Z Compiling zerocopy-derive v0.8.27
28352025-11-11T20:18:47.102Z 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`
28362025-11-11T20:18:47.161Z Compiling terminal_size v0.4.0
28372025-11-11T20:18:47.202Z 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`
28382025-11-11T20:18:47.277Z Compiling httpdate v1.0.3
28392025-11-11T20:18:47.303Z 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`
28402025-11-11T20:18:47.342Z Compiling untrusted v0.7.1
28412025-11-11T20:18:47.367Z 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`
28422025-11-11T20:18:47.395Z Compiling try-lock v0.2.5
28432025-11-11T20:18:47.452Z 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`
28442025-11-11T20:18:47.478Z Compiling h2 v0.4.6
28452025-11-11T20:18:47.512Z 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=bf1e4f8d9675b2f8 -C extra-filename=-2c76e4570ee46fcc --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-66ab2a719fd02fc0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
28462025-11-11T20:18:47.537Z Compiling der v0.7.10
28472025-11-11T20:18:47.575Z 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`
28482025-11-11T20:18:47.675Z Compiling want v0.3.1
28492025-11-11T20:18:47.700Z 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`
28502025-11-11T20:18:47.727Z Compiling serde_spanned v0.6.9
28512025-11-11T20:18:47.727Z 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`
28522025-11-11T20:18:47.807Z Compiling toml_datetime v0.6.11
28532025-11-11T20:18:47.832Z 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`
28542025-11-11T20:18:48.002Z Compiling camino v1.2.0
28552025-11-11T20:18:48.027Z 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`
28562025-11-11T20:18:48.052Z Compiling clap_lex v0.7.4
28572025-11-11T20:18:48.052Z 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`
28582025-11-11T20:18:48.311Z Compiling tower-service v0.3.3
28592025-11-11T20:18:48.336Z 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`
28602025-11-11T20:18:48.497Z Compiling clap_builder v4.5.48
28612025-11-11T20:18:48.523Z Compiling openssl-sys v0.9.109
28622025-11-11T20:18:48.523Z 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`
28632025-11-11T20:18:48.523Z 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`
28642025-11-11T20:18:48.631Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
28652025-11-11T20:18:48.735Z Compiling clap_derive v4.5.47
28662025-11-11T20:18:48.760Z 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-11-11T20:18:48.794Z Compiling async-trait v0.1.89
28682025-11-11T20:18:48.794Z 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`
28692025-11-11T20:18:49.581Z Compiling slog v2.7.0
28702025-11-11T20:18:49.619Z 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`
28712025-11-11T20:18:49.929Z 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)'`
28722025-11-11T20:18:50.075Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
28732025-11-11T20:18:50.147Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
28742025-11-11T20:18:50.193Z Compiling spki v0.7.3
28752025-11-11T20:18:50.218Z 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`
28762025-11-11T20:18:50.264Z 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)'`
28772025-11-11T20:18:50.610Z Compiling pbkdf2 v0.12.2
28782025-11-11T20:18:50.636Z 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`
28792025-11-11T20:18:50.835Z Compiling aes v0.8.4
28802025-11-11T20:18:50.861Z 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`
28812025-11-11T20:18:50.995Z Compiling rustc_version v0.4.1
28822025-11-11T20:18:51.020Z 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`
28832025-11-11T20:18:51.075Z Compiling rand_core v0.9.3
28842025-11-11T20:18:51.100Z 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`
28852025-11-11T20:18:51.604Z Compiling mime v0.3.17
28862025-11-11T20:18:51.631Z 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`
28872025-11-11T20:18:51.656Z Compiling ucd-trie v0.1.7
28882025-11-11T20:18:51.691Z 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`
28892025-11-11T20:18:52.138Z Compiling rustix v1.0.7
28902025-11-11T20:18:52.163Z 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`
28912025-11-11T20:18:52.188Z Compiling pest v2.8.2
28922025-11-11T20:18:52.242Z 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`
28932025-11-11T20:18:52.404Z Compiling clap v4.5.48
28942025-11-11T20:18:52.429Z 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-11-11T20:18:52.644Z 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`
28962025-11-11T20:18:52.923Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
28972025-11-11T20:18:52.999Z Compiling salsa20 v0.10.2
28982025-11-11T20:18:53.025Z 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`
28992025-11-11T20:18:53.247Z Compiling cbc v0.1.2
29002025-11-11T20:18:53.272Z 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`
29012025-11-11T20:18:53.298Z Compiling scrypt v0.11.0
29022025-11-11T20:18:53.342Z 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`
29032025-11-11T20:18:53.342Z 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`
29042025-11-11T20:18:53.391Z Compiling http-body-util v0.1.3
29052025-11-11T20:18:53.391Z 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`
29062025-11-11T20:18:53.528Z Compiling hyper v1.7.0
29072025-11-11T20:18:53.553Z 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=5a066d0800a530ae -C extra-filename=-74d7f181247a0469 --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-2c76e4570ee46fcc.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-3457c0af9d93e57f.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`
29082025-11-11T20:18:53.838Z Compiling darling_core v0.20.10
29092025-11-11T20:18:53.863Z 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`
29102025-11-11T20:18:53.888Z Compiling plain v0.2.3
29112025-11-11T20:18:53.888Z 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`
29122025-11-11T20:18:54.116Z Compiling pkcs5 v0.7.1
29132025-11-11T20:18:54.165Z 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`
29142025-11-11T20:18:54.787Z Compiling pest_meta v2.8.2
29152025-11-11T20:18:54.812Z 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`
29162025-11-11T20:18:55.032Z Compiling rand_chacha v0.9.0
29172025-11-11T20:18:55.056Z 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`
29182025-11-11T20:18:55.091Z Compiling openssl v0.10.73
29192025-11-11T20:18:55.149Z 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`
29202025-11-11T20:18:55.579Z Compiling foreign-types-shared v0.1.1
29212025-11-11T20:18:55.607Z 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`
29222025-11-11T20:18:55.640Z Compiling hyper-util v0.1.17
29232025-11-11T20:18:55.640Z 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=db58d88582d6041e -C extra-filename=-954ae84231c62dbd --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-74d7f181247a0469.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-61256d08fa97d3e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
29242025-11-11T20:18:55.769Z Compiling openssl-probe v0.1.5
29252025-11-11T20:18:55.793Z 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`
29262025-11-11T20:18:55.870Z Compiling foreign-types v0.3.2
29272025-11-11T20:18:55.894Z 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`
29282025-11-11T20:18:56.015Z Compiling pest_generator v2.8.2
29292025-11-11T20:18:56.040Z 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`
29302025-11-11T20:18:56.106Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
29312025-11-11T20:18:56.166Z Compiling rand v0.9.2
29322025-11-11T20:18:56.191Z 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`
29332025-11-11T20:18:56.625Z Compiling tempfile v3.20.0
29342025-11-11T20:18:56.649Z 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`
29352025-11-11T20:18:56.674Z Compiling pkcs8 v0.10.2
29362025-11-11T20:18:56.674Z 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`
29372025-11-11T20:18:57.306Z 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)'`
29382025-11-11T20:18:57.377Z Compiling serde_urlencoded v0.7.1
29392025-11-11T20:18:57.402Z 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`
29402025-11-11T20:18:57.446Z Compiling openssl-macros v0.1.1
29412025-11-11T20:18:57.470Z 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`
29422025-11-11T20:18:57.782Z Compiling encoding_rs v0.8.34
29432025-11-11T20:18:57.807Z 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`
29442025-11-11T20:18:57.997Z Compiling rustls v0.23.19
29452025-11-11T20:18:58.022Z 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`
29462025-11-11T20:18:58.312Z Compiling pretty-hex v0.4.1
29472025-11-11T20:18:58.340Z 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`
29482025-11-11T20:18:58.377Z 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)'`
29492025-11-11T20:18:58.510Z Compiling pest_derive v2.8.2
29502025-11-11T20:18:58.535Z 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`
29512025-11-11T20:18:58.577Z Compiling openapiv3 v2.2.0
29522025-11-11T20:18:58.577Z 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=6503bc52e7d88890 -C extra-filename=-1f26b6717392f9e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-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`
29532025-11-11T20:18:58.605Z Compiling native-tls v0.2.12
29542025-11-11T20:18:58.629Z 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`
29552025-11-11T20:18:58.832Z Compiling darling_macro v0.20.10
29562025-11-11T20:18:58.857Z 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`
29572025-11-11T20:18:58.955Z Compiling cookie v0.18.1
29582025-11-11T20:18:58.979Z 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`
29592025-11-11T20:18:59.039Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
29602025-11-11T20:18:59.095Z Compiling litrs v0.4.1
29612025-11-11T20:18:59.119Z 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`
29622025-11-11T20:18:59.351Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
29632025-11-11T20:18:59.443Z Compiling sync_wrapper v1.0.1
29642025-11-11T20:18:59.468Z 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`
29652025-11-11T20:18:59.500Z Compiling tower-layer v0.3.3
29662025-11-11T20:18:59.500Z 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`
29672025-11-11T20:18:59.654Z Compiling psl-types v2.0.11
29682025-11-11T20:18:59.679Z 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`
29692025-11-11T20:18:59.798Z Compiling winnow v0.7.13
29702025-11-11T20:18:59.822Z 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`
29712025-11-11T20:18:59.847Z Compiling darling v0.20.10
29722025-11-11T20:18:59.896Z 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`
29732025-11-11T20:18:59.946Z Compiling publicsuffix v2.3.0
29742025-11-11T20:18:59.946Z 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`
29752025-11-11T20:19:00.029Z Compiling tower v0.5.2
29762025-11-11T20:19:00.054Z 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=e81305ab4403dde5 -C extra-filename=-27d892a95d8992f0 --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-3457c0af9d93e57f.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`
29772025-11-11T20:19:00.091Z Compiling document-features v0.2.11
29782025-11-11T20:19:00.091Z 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`
29792025-11-11T20:19:00.245Z 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`
29802025-11-11T20:19:00.708Z Compiling rustls-native-certs v0.8.1
29812025-11-11T20:19:00.733Z 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`
29822025-11-11T20:19:00.971Z Compiling webpki-roots v1.0.1
29832025-11-11T20:19:00.996Z 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`
29842025-11-11T20:19:01.204Z Compiling ipnetwork v0.21.1
29852025-11-11T20:19:01.246Z 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`
29862025-11-11T20:19:01.270Z Compiling scroll_derive v0.12.0
29872025-11-11T20:19:01.270Z Compiling iri-string v0.7.8
29882025-11-11T20:19:01.270Z 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`
29892025-11-11T20:19:01.270Z 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`
29902025-11-11T20:19:01.340Z Compiling cookie_store v0.21.1
29912025-11-11T20:19:01.364Z 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`
29922025-11-11T20:19:01.786Z Compiling signature v2.2.0
29932025-11-11T20:19:01.811Z 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-11-11T20:19:01.980Z Compiling data-encoding v2.9.0
29952025-11-11T20:19:02.004Z 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`
29962025-11-11T20:19:02.114Z Compiling sha1 v0.10.6
29972025-11-11T20:19:02.139Z 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`
29982025-11-11T20:19:02.596Z Compiling usdt-impl v0.5.0
29992025-11-11T20:19:02.622Z 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`
30002025-11-11T20:19:02.677Z Compiling scroll v0.12.0
30012025-11-11T20:19:02.702Z 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`
30022025-11-11T20:19:02.727Z Compiling winnow v0.5.40
30032025-11-11T20:19:02.727Z 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-11-11T20:19:02.802Z Compiling tinyvec_macros v0.1.1
30052025-11-11T20:19:02.827Z 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`
30062025-11-11T20:19:02.959Z Compiling tinyvec v1.8.0
30072025-11-11T20:19:02.983Z 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`
30082025-11-11T20:19:03.055Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
30092025-11-11T20:19:03.213Z Compiling goblin v0.8.2
30102025-11-11T20:19:03.238Z 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`
30112025-11-11T20:19:03.263Z 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`
30122025-11-11T20:19:03.520Z Compiling dtrace-parser v0.2.0
30132025-11-11T20:19:03.545Z 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`
30142025-11-11T20:19:03.834Z Compiling tokio-native-tls v0.3.1
30152025-11-11T20:19:03.858Z 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=414b61126c301930 -C extra-filename=-47e03bbf9c09dd1e --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-3457c0af9d93e57f.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`
30162025-11-11T20:19:04.138Z Compiling hyper-tls v0.6.0
30172025-11-11T20:19:04.163Z 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=e548237d7b879a25 -C extra-filename=-e0d872ceedd35931 --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-74d7f181247a0469.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a4941cced56646b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-47e03bbf9c09dd1e.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`
30182025-11-11T20:19:04.210Z Compiling tower-http v0.6.6
30192025-11-11T20:19:04.235Z 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=4dc868a3cd4fbfbc -C extra-filename=-f84c1011e2c8bdb6 --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-27d892a95d8992f0.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`
30202025-11-11T20:19:04.511Z Compiling strum_macros v0.26.4
30212025-11-11T20:19:04.536Z 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`
30222025-11-11T20:19:04.571Z Compiling thread-id v4.2.2
30232025-11-11T20:19:04.571Z 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`
30242025-11-11T20:19:04.727Z Compiling quick-error v1.2.3
30252025-11-11T20:19:04.752Z 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`
30262025-11-11T20:19:04.847Z Compiling num-integer v0.1.46
30272025-11-11T20:19:04.872Z 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`
30282025-11-11T20:19:04.941Z Compiling static_assertions v1.1.0
30292025-11-11T20:19:04.966Z 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`
30302025-11-11T20:19:04.990Z Compiling hubpack_derive v0.1.1
30312025-11-11T20:19:04.990Z 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`
30322025-11-11T20:19:05.087Z Compiling ahash v0.8.12
30332025-11-11T20:19:05.112Z 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`
30342025-11-11T20:19:05.153Z Compiling base16ct v0.2.0
30352025-11-11T20:19:05.178Z 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`
30362025-11-11T20:19:05.485Z Compiling toml_edit v0.19.15
30372025-11-11T20:19:05.510Z 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=a7179e68dd2dac84 -C extra-filename=-f1c0a5d281faa8f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-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`
30382025-11-11T20:19:05.535Z Compiling bit-vec v0.8.0
30392025-11-11T20:19:05.535Z 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`
30402025-11-11T20:19:05.535Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
30412025-11-11T20:19:05.639Z Compiling sec1 v0.7.3
30422025-11-11T20:19:05.665Z 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`
30432025-11-11T20:19:05.703Z Compiling heck v0.4.1
30442025-11-11T20:19:05.729Z 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`
30452025-11-11T20:19:05.911Z Compiling hubpack v0.1.2
30462025-11-11T20:19:05.935Z 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`
30472025-11-11T20:19:06.044Z Compiling bit-set v0.8.0
30482025-11-11T20:19:06.070Z 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`
30492025-11-11T20:19:06.163Z Compiling ff v0.13.0
30502025-11-11T20:19:06.188Z 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`
30512025-11-11T20:19:06.214Z Compiling wait-timeout v0.2.0
30522025-11-11T20:19:06.214Z 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`
30532025-11-11T20:19:06.347Z Compiling memmap v0.7.0
30542025-11-11T20:19:06.385Z 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`
30552025-11-11T20:19:06.412Z Compiling crc32fast v1.4.2
30562025-11-11T20:19:06.412Z 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`
30572025-11-11T20:19:06.441Z Compiling toml_write v0.1.2
30582025-11-11T20:19:06.466Z 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`
30592025-11-11T20:19:06.686Z Compiling group v0.13.0
30602025-11-11T20:19:06.711Z 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`
30612025-11-11T20:19:06.737Z 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)'`
30622025-11-11T20:19:06.789Z Compiling toml_edit v0.22.27
30632025-11-11T20:19:06.845Z 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=711751f79d6c288a -C extra-filename=-dd434080040001a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-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`
30642025-11-11T20:19:06.871Z Compiling num-iter v0.1.45
30652025-11-11T20:19:06.871Z 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`
30662025-11-11T20:19:07.044Z Compiling oxnet v0.1.3
30672025-11-11T20:19:07.085Z 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`
30682025-11-11T20:19:07.110Z Compiling hkdf v0.12.4
30692025-11-11T20:19:07.110Z 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`
30702025-11-11T20:19:07.229Z Compiling crossbeam-epoch v0.9.18
30712025-11-11T20:19:07.254Z 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`
30722025-11-11T20:19:07.408Z Compiling crypto-bigint v0.5.5
30732025-11-11T20:19:07.433Z 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`
30742025-11-11T20:19:07.795Z Compiling bstr v1.10.0
30752025-11-11T20:19:07.820Z 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`
30762025-11-11T20:19:07.951Z Compiling itertools v0.13.0
30772025-11-11T20:19:07.977Z 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`
30782025-11-11T20:19:08.308Z Compiling dof v0.3.0
30792025-11-11T20:19:08.333Z 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`
30802025-11-11T20:19:09.133Z 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`
30812025-11-11T20:19:09.816Z Compiling strum v0.26.3
30822025-11-11T20:19:09.841Z 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`
30832025-11-11T20:19:10.046Z Compiling num-bigint-dig v0.8.4
30842025-11-11T20:19:10.071Z 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`
30852025-11-11T20:19:10.303Z Compiling elliptic-curve v0.13.8
30862025-11-11T20:19:10.328Z 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`
30872025-11-11T20:19:10.429Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30882025-11-11T20:19:10.484Z Compiling rusty-fork v0.3.0
30892025-11-11T20:19:10.530Z 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`
30902025-11-11T20:19:10.555Z Compiling rand_xorshift v0.4.0
30912025-11-11T20:19:10.555Z 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`
30922025-11-11T20:19:10.782Z Compiling usdt-macro v0.5.0
30932025-11-11T20:19:10.807Z 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`
30942025-11-11T20:19:10.883Z Compiling usdt-attr-macro v0.5.0
30952025-11-11T20:19:10.908Z 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`
30962025-11-11T20:19:11.087Z Compiling unarray v0.1.4
30972025-11-11T20:19:11.087Z 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`
30982025-11-11T20:19:11.113Z Compiling zlib-rs v0.5.1
30992025-11-11T20:19:11.140Z 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`
31002025-11-11T20:19:11.188Z 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`
31012025-11-11T20:19:11.325Z Compiling proptest v1.7.0
31022025-11-11T20:19:11.350Z 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`
31032025-11-11T20:19:12.158Z Compiling pkcs1 v0.7.5
31042025-11-11T20:19:12.199Z 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-11-11T20:19:12.328Z Compiling curve25519-dalek v4.1.3
31062025-11-11T20:19:12.353Z 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`
31072025-11-11T20:19:12.535Z Compiling usdt v0.5.0
31082025-11-11T20:19:12.602Z 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`
31092025-11-11T20:19:12.627Z Compiling bzip2-sys v0.1.13+1.0.8
31102025-11-11T20:19:12.627Z 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`
31112025-11-11T20:19:13.023Z Compiling bitflags v1.3.2
31122025-11-11T20:19:13.048Z 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`
31132025-11-11T20:19:13.077Z Compiling derive_builder_core v0.20.2
31142025-11-11T20:19:13.103Z 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`
31152025-11-11T20:19:13.138Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9/build-script-build`
31162025-11-11T20:19:13.200Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
31172025-11-11T20:19:13.242Z Compiling x509-cert v0.2.5
31182025-11-11T20:19:13.267Z 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`
31192025-11-11T20:19:13.302Z Compiling rfc6979 v0.4.0
31202025-11-11T20:19:13.344Z 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`
31212025-11-11T20:19:13.541Z Compiling rsa v0.9.8
31222025-11-11T20:19:13.566Z 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`
31232025-11-11T20:19:14.434Z Compiling curve25519-dalek-derive v0.1.1
31242025-11-11T20:19:14.459Z 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`
31252025-11-11T20:19:14.823Z Compiling siphasher v0.3.11
31262025-11-11T20:19:14.849Z 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`
31272025-11-11T20:19:15.228Z Compiling signal-hook v0.3.18
31282025-11-11T20:19:15.254Z 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`
31292025-11-11T20:19:15.591Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
31302025-11-11T20:19:15.646Z Compiling phf_shared v0.11.2
31312025-11-11T20:19:15.671Z 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`
31322025-11-11T20:19:15.727Z 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"'`
31332025-11-11T20:19:16.028Z Compiling derive_builder_macro v0.20.2
31342025-11-11T20:19:16.053Z 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`
31352025-11-11T20:19:16.595Z Compiling libz-rs-sys v0.5.1
31362025-11-11T20:19:16.623Z 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`
31372025-11-11T20:19:16.909Z Compiling flate2 v1.1.2
31382025-11-11T20:19:16.966Z 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`
31392025-11-11T20:19:16.991Z Compiling newtype-uuid v1.3.1
31402025-11-11T20:19:16.991Z 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.1/src/lib.rs --error-format=json --json=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=e6fc29fb057df14e -C extra-filename=-8780b73ed2d6c330 --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`
31412025-11-11T20:19:17.177Z 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`
31422025-11-11T20:19:17.372Z Compiling ecdsa v0.16.9
31432025-11-11T20:19:17.397Z 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`
31442025-11-11T20:19:17.673Z Compiling daft-derive v0.1.4
31452025-11-11T20:19:17.698Z 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`
31462025-11-11T20:19:17.804Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31472025-11-11T20:19:17.828Z 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`
31482025-11-11T20:19:18.168Z Compiling memoffset v0.9.1
31492025-11-11T20:19:18.193Z 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`
31502025-11-11T20:19:18.551Z Compiling cfg_aliases v0.2.1
31512025-11-11T20:19:18.576Z 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`
31522025-11-11T20:19:18.601Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
31532025-11-11T20:19:18.703Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
31542025-11-11T20:19:18.888Z Compiling derive_builder v0.20.2
31552025-11-11T20:19:18.914Z 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`
31562025-11-11T20:19:19.110Z 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`
31572025-11-11T20:19:19.205Z Compiling daft v0.1.4
31582025-11-11T20:19:19.205Z 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=c35e8c01d1b569a6 -C extra-filename=-e7738019bdd05e12 --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-8780b73ed2d6c330.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`
31592025-11-11T20:19:19.731Z Compiling toml v0.7.8
31602025-11-11T20:19:19.756Z 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=c9cd844190210486 -C extra-filename=-a6ab5f73334774d9 --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-f1c0a5d281faa8f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-11-11T20:19:19.788Z Compiling unicode-normalization v0.1.24
31622025-11-11T20:19:19.835Z 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`
31632025-11-11T20:19:19.903Z Compiling ed25519 v2.2.3
31642025-11-11T20:19:19.928Z 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`
31652025-11-11T20:19:20.634Z Compiling vergen-lib v0.1.6
31662025-11-11T20:19:20.659Z 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`
31672025-11-11T20:19:21.002Z Compiling enum-as-inner v0.6.1
31682025-11-11T20:19:21.027Z 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`
31692025-11-11T20:19:21.055Z Compiling scroll_derive v0.13.1
31702025-11-11T20:19:21.055Z 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`
31712025-11-11T20:19:21.502Z Compiling env_filter v0.1.2
31722025-11-11T20:19:21.527Z 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`
31732025-11-11T20:19:21.678Z Compiling keccak v0.1.5
31742025-11-11T20:19:21.705Z 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`
31752025-11-11T20:19:21.730Z Compiling managed v0.8.0
31762025-11-11T20:19:21.730Z 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`
31772025-11-11T20:19:22.022Z Compiling sha3 v0.10.8
31782025-11-11T20:19:22.048Z 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`
31792025-11-11T20:19:22.121Z Compiling env_logger v0.11.8
31802025-11-11T20:19:22.146Z 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`
31812025-11-11T20:19:22.171Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06/build-script-build`
31822025-11-11T20:19:22.246Z Compiling ed25519-dalek v2.1.1
31832025-11-11T20:19:22.271Z 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`
31842025-11-11T20:19:22.661Z 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`
31852025-11-11T20:19:22.837Z Compiling scroll v0.13.0
31862025-11-11T20:19:22.862Z 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`
31872025-11-11T20:19:22.888Z Compiling serde_with_macros v3.14.0
31882025-11-11T20:19:22.888Z Compiling vergen v9.0.6
31892025-11-11T20:19:22.888Z 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`
31902025-11-11T20:19:22.888Z 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`
31912025-11-11T20:19:22.992Z Compiling cargo-platform v0.1.8
31922025-11-11T20:19:23.017Z 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`
31932025-11-11T20:19:23.332Z Compiling itertools v0.10.5
31942025-11-11T20:19:23.377Z 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`
31952025-11-11T20:19:23.402Z Compiling new_debug_unreachable v1.0.6
31962025-11-11T20:19:23.402Z 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`
31972025-11-11T20:19:23.493Z Compiling zstd-safe v7.2.3
31982025-11-11T20:19:23.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/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`
31992025-11-11T20:19:23.543Z Compiling ref-cast v1.0.24
32002025-11-11T20:19:23.568Z Compiling precomputed-hash v0.1.1
32012025-11-11T20:19:23.595Z 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`
32022025-11-11T20:19:23.595Z 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-11-11T20:19:23.738Z Compiling fixedbitset v0.4.2
32042025-11-11T20:19:23.763Z 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`
32052025-11-11T20:19:23.905Z Compiling string_cache v0.8.9
32062025-11-11T20:19:23.930Z 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`
32072025-11-11T20:19:24.123Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
32082025-11-11T20:19:24.206Z Compiling petgraph v0.6.5
32092025-11-11T20:19:24.206Z 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=c003d2f4196c0190 -C extra-filename=-ced34b824d457562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3db4472df5c1eb6a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-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`
32102025-11-11T20:19:24.288Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2/build-script-build`
32112025-11-11T20:19:24.313Z Compiling cargo_metadata v0.19.2
32122025-11-11T20:19:24.313Z 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`
32132025-11-11T20:19:24.357Z Compiling goblin v0.10.2
32142025-11-11T20:19:24.382Z 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`
32152025-11-11T20:19:25.182Z Compiling serde_with v3.14.0
32162025-11-11T20:19:25.207Z 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`
32172025-11-11T20:19:25.522Z 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)'`
32182025-11-11T20:19:26.294Z Compiling signal-hook-mio v0.2.4
32192025-11-11T20:19:26.319Z 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`
32202025-11-11T20:19:26.537Z Compiling ref-cast-impl v1.0.24
32212025-11-11T20:19:26.562Z 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`
32222025-11-11T20:19:27.108Z Compiling rustc-hash v2.1.1
32232025-11-11T20:19:27.133Z 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`
32242025-11-11T20:19:27.310Z Compiling usdt-impl v0.6.0
32252025-11-11T20:19:27.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/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`
32262025-11-11T20:19:27.383Z 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)'`
32272025-11-11T20:19:27.837Z 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)'`
32282025-11-11T20:19:27.886Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7/build-script-build`
32292025-11-11T20:19:27.955Z Compiling bzip2 v0.4.4
32302025-11-11T20:19:27.980Z 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`
32312025-11-11T20:19:28.066Z Compiling dtrace-parser v0.3.0
32322025-11-11T20:19:28.092Z 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`
32332025-11-11T20:19:28.240Z Compiling heapless v0.7.17
32342025-11-11T20:19:28.265Z 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`
32352025-11-11T20:19:28.352Z Compiling thread-id v5.0.0
32362025-11-11T20:19:28.377Z 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`
32372025-11-11T20:19:28.402Z Compiling lockfree-object-pool v0.1.6
32382025-11-11T20:19:28.402Z 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`
32392025-11-11T20:19:28.534Z Compiling simd-adler32 v0.3.7
32402025-11-11T20:19:28.559Z 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`
32412025-11-11T20:19:28.700Z Compiling lalrpop-util v0.19.12
32422025-11-11T20:19:28.725Z 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`
32432025-11-11T20:19:28.750Z Compiling bumpalo v3.16.0
32442025-11-11T20:19:28.750Z 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`
32452025-11-11T20:19:29.036Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a/build-script-build`
32462025-11-11T20:19:29.079Z Compiling zip v0.6.6
32472025-11-11T20:19:29.104Z 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`
32482025-11-11T20:19:29.144Z Compiling zopfli v0.8.1
32492025-11-11T20:19:29.169Z 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`
32502025-11-11T20:19:29.218Z Compiling crossterm v0.28.1
32512025-11-11T20:19:29.243Z 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`
32522025-11-11T20:19:29.673Z Compiling nix v0.29.0
32532025-11-11T20:19:29.698Z 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`
32542025-11-11T20:19:30.168Z 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`
32552025-11-11T20:19:30.218Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
32562025-11-11T20:19:30.288Z Compiling bzip2 v0.5.2
32572025-11-11T20:19:30.312Z 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`
32582025-11-11T20:19:30.425Z 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`
32592025-11-11T20:19:30.478Z Compiling dof v0.4.0
32602025-11-11T20:19:30.503Z Compiling serde-big-array v0.5.1
32612025-11-11T20:19:30.503Z 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`
32622025-11-11T20:19:30.503Z 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`
32632025-11-11T20:19:30.688Z Compiling hash32 v0.2.1
32642025-11-11T20:19:30.713Z 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`
32652025-11-11T20:19:30.762Z Compiling zstd v0.13.3
32662025-11-11T20:19:30.787Z 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`
32672025-11-11T20:19:30.855Z Compiling socket2 v0.5.10
32682025-11-11T20:19:30.880Z 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`
32692025-11-11T20:19:31.055Z Compiling fs-err v3.1.1
32702025-11-11T20:19:31.080Z 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`
32712025-11-11T20:19:31.262Z Compiling winnow v0.6.26
32722025-11-11T20:19:31.287Z 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`
32732025-11-11T20:19:31.433Z Compiling unicode-bidi v0.3.17
32742025-11-11T20:19:31.457Z 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`
32752025-11-11T20:19:31.642Z 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)'`
32762025-11-11T20:19:31.766Z Compiling predicates-core v1.0.8
32772025-11-11T20:19:31.790Z 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`
32782025-11-11T20:19:32.110Z Compiling smoltcp v0.9.1
32792025-11-11T20:19:32.134Z 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`
32802025-11-11T20:19:32.337Z Compiling unicode-properties v0.1.3
32812025-11-11T20:19:32.362Z 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`
32822025-11-11T20:19:32.500Z Compiling jiff v0.2.15
32832025-11-11T20:19:32.525Z 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`
32842025-11-11T20:19:32.584Z Compiling buf-list v1.0.3
32852025-11-11T20:19:32.614Z 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`
32862025-11-11T20:19:32.789Z Compiling stringprep v0.1.5
32872025-11-11T20:19:32.814Z 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`
32882025-11-11T20:19:32.841Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
32892025-11-11T20:19:32.877Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
32902025-11-11T20:19:32.928Z 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`
32912025-11-11T20:19:33.059Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
32922025-11-11T20:19:33.119Z Compiling hickory-proto v0.25.2
32932025-11-11T20:19:33.143Z 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=51b87842aaeed8cf -C extra-filename=-ef3072972d660a5d --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-3457c0af9d93e57f.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`
32942025-11-11T20:19:33.189Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
32952025-11-11T20:19:33.292Z Compiling similar v2.7.0
32962025-11-11T20:19:33.317Z 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`
32972025-11-11T20:19:33.523Z Compiling tokio-stream v0.1.17
32982025-11-11T20:19:33.548Z 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=381509496a2997c4 -C extra-filename=-9cc845825294e2c4 --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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-11-11T20:19:33.678Z Compiling md-5 v0.10.6
33002025-11-11T20:19:33.702Z 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`
33012025-11-11T20:19:33.869Z Compiling strum_macros v0.27.2
33022025-11-11T20:19:33.893Z 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`
33032025-11-11T20:19:33.974Z Compiling float-cmp v0.10.0
33042025-11-11T20:19:33.999Z 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`
33052025-11-11T20:19:34.117Z Compiling normalize-line-endings v0.3.0
33062025-11-11T20:19:34.141Z 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`
33072025-11-11T20:19:34.259Z Compiling difflib v0.4.0
33082025-11-11T20:19:34.297Z 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`
33092025-11-11T20:19:34.322Z Compiling fallible-iterator v0.2.0
33102025-11-11T20:19:34.322Z 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-11-11T20:19:34.375Z 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`
33122025-11-11T20:19:34.925Z Compiling postgres-protocol v0.6.8
33132025-11-11T20:19:34.950Z 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`
33142025-11-11T20:19:35.024Z Compiling predicates v3.1.3
33152025-11-11T20:19:35.049Z 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`
33162025-11-11T20:19:35.360Z 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=d3dda03240d8c927 -C extra-filename=-b73a91d1c10eeaf2 --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-3457c0af9d93e57f.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`
33172025-11-11T20:19:35.829Z 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)'`
33182025-11-11T20:19:35.957Z 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=94dcb2fc21bf6f42 -C extra-filename=-10cb31dc17bace29 --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-3457c0af9d93e57f.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)'`
33192025-11-11T20:19:35.999Z Compiling serde_repr v0.1.19
33202025-11-11T20:19:36.024Z 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`
33212025-11-11T20:19:36.269Z Compiling foldhash v0.2.0
33222025-11-11T20:19:36.294Z 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`
33232025-11-11T20:19:36.660Z Compiling peg-runtime v0.8.5
33242025-11-11T20:19:36.685Z 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`
33252025-11-11T20:19:36.710Z Compiling iddqd v0.3.13
33262025-11-11T20:19:36.710Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=f16c1a3327b6e34e -C extra-filename=-61a5fc82328ddd06 --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-e7738019bdd05e12.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`
33272025-11-11T20:19:37.031Z Compiling postgres-types v0.2.9
33282025-11-11T20:19:37.056Z 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`
33292025-11-11T20:19:37.212Z Compiling phf v0.11.2
33302025-11-11T20:19:37.237Z 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`
33312025-11-11T20:19:37.567Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
33322025-11-11T20:19:37.591Z 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/669fe55/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=d0845ad167e4d43f -C extra-filename=-4ee1d0e9945609ee --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`
33332025-11-11T20:19:37.627Z Compiling whoami v1.5.2
33342025-11-11T20:19:37.627Z 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`
33352025-11-11T20:19:37.956Z Compiling strum v0.27.2
33362025-11-11T20:19:37.981Z 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`
33372025-11-11T20:19:38.012Z Compiling is-terminal v0.4.13
33382025-11-11T20:19:38.060Z 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`
33392025-11-11T20:19:38.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
33402025-11-11T20:19:38.223Z 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/669fe55/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=d8f41456372891cf -C extra-filename=-d632a92a33895313 --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`
33412025-11-11T20:19:38.248Z Compiling tokio-postgres v0.7.13
33422025-11-11T20:19:38.273Z Compiling futures-executor v0.3.31
33432025-11-11T20:19:38.298Z Compiling regress v0.10.4
33442025-11-11T20:19:38.298Z 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=ae92fbaa72eeccf5 -C extra-filename=-69e72dbf27e26d4c --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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
33452025-11-11T20:19:38.298Z 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`
33462025-11-11T20:19:38.298Z 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`
33472025-11-11T20:19:38.771Z Compiling zip v4.2.0
33482025-11-11T20:19:38.806Z 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=2a8ac565b78d6c71 -C extra-filename=-85adaab1b3ff9bed --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-66ab2a719fd02fc0.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`
33492025-11-11T20:19:38.841Z Compiling futures v0.3.31
33502025-11-11T20:19:38.841Z 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`
33512025-11-11T20:19:38.986Z Compiling crossbeam-channel v0.5.15
33522025-11-11T20:19:39.028Z 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`
33532025-11-11T20:19:39.850Z Compiling hex v0.4.3
33542025-11-11T20:19:39.883Z 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`
33552025-11-11T20:19:40.411Z Compiling unsafe-libyaml v0.2.11
33562025-11-11T20:19:40.441Z 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`
33572025-11-11T20:19:40.626Z Compiling thread_local v1.1.8
33582025-11-11T20:19:40.651Z 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`
33592025-11-11T20:19:41.070Z Compiling slog-async v2.8.0
33602025-11-11T20:19:41.095Z 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`
33612025-11-11T20:19:41.571Z Compiling serde_yaml v0.9.34+deprecated
33622025-11-11T20:19:41.596Z 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=ab9a078b011e10b7 -C extra-filename=-0adf5dbe9ae4a659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-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`
33632025-11-11T20:19:41.823Z Compiling typify-impl v0.4.3
33642025-11-11T20:19:41.861Z 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`
33652025-11-11T20:19:42.006Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
33662025-11-11T20:19:42.109Z Compiling take_mut v0.2.2
33672025-11-11T20:19:42.134Z 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`
33682025-11-11T20:19:42.318Z Compiling term v1.1.0
33692025-11-11T20:19:42.343Z 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`
33702025-11-11T20:19:42.442Z 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`
33712025-11-11T20:19:42.576Z Compiling match_cfg v0.1.0
33722025-11-11T20:19:42.600Z 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`
33732025-11-11T20:19:42.717Z Compiling hostname v0.3.1
33742025-11-11T20:19:42.742Z 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`
33752025-11-11T20:19:42.961Z Compiling slog-term v2.9.2
33762025-11-11T20:19:42.986Z 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`
33772025-11-11T20:19:43.381Z Compiling debug-ignore v1.0.5
33782025-11-11T20:19:43.406Z 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`
33792025-11-11T20:19:43.519Z Compiling structmeta-derive v0.3.0
33802025-11-11T20:19:43.543Z 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`
33812025-11-11T20:19:43.608Z Compiling rustls v0.22.4
33822025-11-11T20:19:43.633Z 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`
33832025-11-11T20:19:43.658Z Compiling toml_parser v1.0.2
33842025-11-11T20:19:43.658Z 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`
33852025-11-11T20:19:43.990Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
33862025-11-11T20:19:44.056Z Compiling serde_spanned v1.0.0
33872025-11-11T20:19:44.081Z 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`
33882025-11-11T20:19:44.110Z Compiling serde_path_to_error v0.1.17
33892025-11-11T20:19:44.110Z 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`
33902025-11-11T20:19:44.372Z Compiling toml_datetime v0.7.0
33912025-11-11T20:19:44.397Z 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`
33922025-11-11T20:19:44.422Z Compiling multer v3.1.0
33932025-11-11T20:19:44.422Z 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`
33942025-11-11T20:19:44.579Z Compiling toml_writer v1.0.2
33952025-11-11T20:19:44.604Z 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`
33962025-11-11T20:19:44.830Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
33972025-11-11T20:19:44.874Z Compiling slog-json v2.6.1
33982025-11-11T20:19:44.899Z 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`
33992025-11-11T20:19:44.953Z Compiling async-stream-impl v0.3.6
34002025-11-11T20:19:44.978Z Compiling toml v0.9.5
34012025-11-11T20:19:44.978Z 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`
34022025-11-11T20:19:44.978Z 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`
34032025-11-11T20:19:45.048Z Compiling dropshot v0.16.4
34042025-11-11T20:19:45.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/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`
34052025-11-11T20:19:45.073Z 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`
34062025-11-11T20:19:45.274Z Compiling slog-bunyan v2.5.0
34072025-11-11T20:19:45.299Z 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`
34082025-11-11T20:19:45.460Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
34092025-11-11T20:19:45.538Z Compiling rustls-pemfile v2.2.0
34102025-11-11T20:19:45.563Z 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`
34112025-11-11T20:19:45.588Z Compiling waitgroup v0.1.2
34122025-11-11T20:19:45.588Z 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`
34132025-11-11T20:19:45.823Z Compiling structmeta v0.3.0
34142025-11-11T20:19:45.848Z 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`
34152025-11-11T20:19:45.873Z Compiling dropshot_endpoint v0.16.4
34162025-11-11T20:19:45.873Z 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`
34172025-11-11T20:19:45.926Z Compiling hostname v0.4.0
34182025-11-11T20:19:45.950Z 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`
34192025-11-11T20:19:45.987Z Compiling newtype-uuid-macros v0.1.0
34202025-11-11T20:19:46.037Z 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`
34212025-11-11T20:19:46.203Z Compiling async-stream v0.3.6
34222025-11-11T20:19:46.247Z 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`
34232025-11-11T20:19:46.272Z Compiling macaddr v1.0.1
34242025-11-11T20:19:46.297Z 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`
34252025-11-11T20:19:46.297Z Compiling derive-ex v0.1.8
34262025-11-11T20:19:46.297Z 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`
34272025-11-11T20:19:46.530Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34282025-11-11T20:19:46.555Z 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`
34292025-11-11T20:19:46.707Z Compiling instant v0.1.13
34302025-11-11T20:19:46.732Z 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`
34312025-11-11T20:19:46.757Z Compiling derive-where v1.5.0
34322025-11-11T20:19:46.782Z 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`
34332025-11-11T20:19:46.921Z Compiling parse-display-derive v0.10.0
34342025-11-11T20:19:46.946Z 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`
34352025-11-11T20:19:47.534Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34362025-11-11T20:19:47.560Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=484e08020ec46a76 -C extra-filename=-a735768f7b7cbc64 --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-e7738019bdd05e12.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.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`
34372025-11-11T20:19:47.705Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34382025-11-11T20:19:47.730Z 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`
34392025-11-11T20:19:48.467Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34402025-11-11T20:19:48.491Z 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`
34412025-11-11T20:19:48.699Z Compiling backoff v0.4.0
34422025-11-11T20:19:48.723Z 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=611cd0007f108682 -C extra-filename=-4519dd9ef8d21cd2 --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-11-11T20:19:48.755Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34442025-11-11T20:19:48.755Z 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`
34452025-11-11T20:19:49.073Z Compiling itertools v0.14.0
34462025-11-11T20:19:49.098Z 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`
34472025-11-11T20:19:49.565Z Compiling unicode-width v0.1.14
34482025-11-11T20:19:49.590Z 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`
34492025-11-11T20:19:49.627Z Compiling toml v0.8.23
34502025-11-11T20:19:49.656Z 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=2c274f321bbd28c4 -C extra-filename=-df1c7611955e4103 --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-dd434080040001a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-11-11T20:19:49.828Z Compiling test-strategy v0.4.3
34522025-11-11T20:19:49.852Z 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`
34532025-11-11T20:19:50.071Z Compiling camino-tempfile v1.4.1
34542025-11-11T20:19:50.096Z 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`
34552025-11-11T20:19:50.503Z Compiling proc-macro-error-attr v1.0.4
34562025-11-11T20:19:50.528Z 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`
34572025-11-11T20:19:50.554Z Compiling unicode-width v0.2.0
34582025-11-11T20:19:50.554Z 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`
34592025-11-11T20:19:50.591Z Compiling parse-display v0.10.0
34602025-11-11T20:19:50.616Z 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`
34612025-11-11T20:19:50.896Z Compiling proc-macro-error v1.0.4
34622025-11-11T20:19:50.896Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
34632025-11-11T20:19:50.922Z 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`
34642025-11-11T20:19:51.036Z 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`
34652025-11-11T20:19:51.086Z Compiling crossbeam-deque v0.8.5
34662025-11-11T20:19:51.110Z 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`
34672025-11-11T20:19:51.163Z Compiling rayon-core v1.12.1
34682025-11-11T20:19:51.207Z 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`
34692025-11-11T20:19:51.278Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
34702025-11-11T20:19:51.441Z Compiling typify-macro v0.4.3
34712025-11-11T20:19:51.465Z 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`
34722025-11-11T20:19:51.490Z Compiling crucible-workspace-hack v0.1.0
34732025-11-11T20:19:51.490Z Compiling darling_core v0.21.0
34742025-11-11T20:19:51.490Z 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`
34752025-11-11T20:19:51.537Z 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`
34762025-11-11T20:19:51.593Z Compiling proc-macro-crate v1.3.1
34772025-11-11T20:19:51.617Z 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=33db63c4859b0166 -C extra-filename=-058a338a64b8ef9c --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-f1c0a5d281faa8f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-11-11T20:19:51.618Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34792025-11-11T20:19:51.715Z 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`
34802025-11-11T20:19:51.819Z 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`
34812025-11-11T20:19:51.890Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34822025-11-11T20:19:51.946Z 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`
34832025-11-11T20:19:52.093Z Compiling heapless v0.8.0
34842025-11-11T20:19:52.118Z 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`
34852025-11-11T20:19:52.417Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34862025-11-11T20:19:52.442Z 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`
34872025-11-11T20:19:52.466Z Compiling num_enum_derive v0.5.11
34882025-11-11T20:19:52.466Z 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=f8db6962417f30ea -C extra-filename=-ed2d11c2f928044d --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-058a338a64b8ef9c.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`
34892025-11-11T20:19:52.749Z Compiling rayon v1.10.0
34902025-11-11T20:19:52.774Z 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`
34912025-11-11T20:19:52.907Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
34922025-11-11T20:19:52.932Z 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=eb37c877582ea33f -C extra-filename=-0a79e5fb9264b00b --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-e7738019bdd05e12.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`
34932025-11-11T20:19:52.998Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
34942025-11-11T20:19:53.048Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
34952025-11-11T20:19:53.108Z Compiling hash32 v0.3.1
34962025-11-11T20:19:53.133Z 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`
34972025-11-11T20:19:53.239Z Compiling aws-lc-sys v0.26.0
34982025-11-11T20:19:53.264Z 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`
34992025-11-11T20:19:53.342Z Compiling smoltcp v0.11.0
35002025-11-11T20:19:53.367Z 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`
35012025-11-11T20:19:53.398Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35022025-11-11T20:19:53.422Z 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`
35032025-11-11T20:19:53.818Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
35042025-11-11T20:19:53.843Z 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`
35052025-11-11T20:19:53.981Z Compiling tabwriter v1.4.0
35062025-11-11T20:19:54.005Z 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`
35072025-11-11T20:19:54.030Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
35082025-11-11T20:19:54.093Z Compiling foreign-types-macros v0.2.3
35092025-11-11T20:19:54.118Z 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`
35102025-11-11T20:19:54.421Z Compiling cobs v0.2.3
35112025-11-11T20:19:54.446Z 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`
35122025-11-11T20:19:54.620Z Compiling num_enum v0.5.11
35132025-11-11T20:19:54.649Z 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=e20e7a7ec7de43b7 -C extra-filename=-e37b3bb3697a6962 --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-ed2d11c2f928044d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-11-11T20:19:54.685Z Compiling foreign-types-shared v0.3.1
35152025-11-11T20:19:54.710Z 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`
35162025-11-11T20:19:54.740Z Compiling postcard v1.0.10
35172025-11-11T20:19:54.765Z 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`
35182025-11-11T20:19:54.843Z 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`
35192025-11-11T20:19:54.952Z 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`
35202025-11-11T20:19:55.113Z 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`
35212025-11-11T20:19:55.322Z Compiling foreign-types v0.5.0
35222025-11-11T20:19:55.347Z 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`
35232025-11-11T20:19:55.373Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35242025-11-11T20:19:55.397Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35252025-11-11T20:19:55.397Z 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`
35262025-11-11T20:19:55.397Z 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`
35272025-11-11T20:19:55.473Z Compiling typify v0.4.3
35282025-11-11T20:19:55.518Z 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`
35292025-11-11T20:19:55.549Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35302025-11-11T20:19:55.582Z 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`
35312025-11-11T20:19:55.693Z Compiling progenitor-impl v0.11.2
35322025-11-11T20:19:55.717Z 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=00b1217058652d04 -C extra-filename=-d89abd72aee1f8cc --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-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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`
35332025-11-11T20:19:55.945Z Compiling progenitor-impl v0.10.0
35342025-11-11T20:19:55.970Z 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=2f3d39d0f8492497 -C extra-filename=-136431c376fcc90a --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-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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-11-11T20:19:56.040Z Compiling cstr-argument v0.1.2
35362025-11-11T20:19:56.065Z 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`
35372025-11-11T20:19:56.237Z Compiling pretty-hex v0.2.1
35382025-11-11T20:19:56.262Z 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`
35392025-11-11T20:19:56.341Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35402025-11-11T20:19:56.366Z 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`
35412025-11-11T20:19:56.392Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35422025-11-11T20:19:56.439Z 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`
35432025-11-11T20:19:56.488Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35442025-11-11T20:19:56.530Z 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=89f65b0a216cd60d -C extra-filename=-b693a5fc92ac4bc3 --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-e37b3bb3697a6962.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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-11-11T20:19:56.721Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
35462025-11-11T20:19:56.761Z Compiling darling_macro v0.21.0
35472025-11-11T20:19:56.786Z 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`
35482025-11-11T20:19:56.826Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35492025-11-11T20:19:56.850Z 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`
35502025-11-11T20:19:56.876Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35512025-11-11T20:19:56.901Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848/build-script-build`
35522025-11-11T20:19:56.929Z 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`
35532025-11-11T20:19:57.043Z Compiling colored v2.2.0
35542025-11-11T20:19:57.043Z 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`
35552025-11-11T20:19:57.084Z Compiling sigpipe v0.1.3
35562025-11-11T20:19:57.109Z 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`
35572025-11-11T20:19:57.279Z Compiling zone_cfg_derive v0.3.0
35582025-11-11T20:19:57.304Z 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`
35592025-11-11T20:19:57.833Z 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=7952aad701919bde -C extra-filename=-0ac6e75528d14793 --out-dir /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-b693a5fc92ac4bc3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e37b3bb3697a6962.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`
35602025-11-11T20:19:57.880Z Compiling darling v0.21.0
35612025-11-11T20:19:57.904Z 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`
35622025-11-11T20:19:57.933Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
35632025-11-11T20:19:57.985Z 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/aaa5129/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=07f75dfbc697a8f2 -C extra-filename=-5fcf2b0b288d515b --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`
35642025-11-11T20:19:58.060Z Compiling ingot-macros v0.1.1
35652025-11-11T20:19:58.084Z 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`
35662025-11-11T20:19:58.363Z Compiling smf v0.2.3
35672025-11-11T20:19:58.388Z 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`
35682025-11-11T20:19:58.617Z Compiling num-derive v0.4.2
35692025-11-11T20:19:58.642Z 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`
35702025-11-11T20:19:58.667Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35712025-11-11T20:19:58.667Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3dd5ebeb41ac8b93 -C extra-filename=-e425bfdf8ec566a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-11-11T20:19:59.015Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
35732025-11-11T20:19:59.068Z Compiling zone v0.3.1
35742025-11-11T20:19:59.093Z 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=f9d19809e00f32de -C extra-filename=-446ca199fcecdbcb --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-3457c0af9d93e57f.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`
35752025-11-11T20:19:59.391Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
35762025-11-11T20:19:59.417Z 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/aaa5129/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=a394f3fb2dedd917 -C extra-filename=-170bdc378466cad1 --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-5fcf2b0b288d515b.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`
35772025-11-11T20:19:59.810Z Compiling convert_case v0.4.0
35782025-11-11T20:19:59.834Z 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`
35792025-11-11T20:20:00.300Z Compiling indent_write v2.2.0
35802025-11-11T20:20:00.324Z 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`
35812025-11-11T20:20:00.421Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
35822025-11-11T20:20:00.446Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/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=1d7d1b9cb5805af7 -C extra-filename=-a54749601f8bece6 --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`
35832025-11-11T20:20:00.580Z Compiling num-rational v0.4.2
35842025-11-11T20:20:00.605Z 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`
35852025-11-11T20:20:00.629Z Compiling derive_more v0.99.20
35862025-11-11T20:20:00.687Z 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`
35872025-11-11T20:20:00.956Z Compiling num-complex v0.4.6
35882025-11-11T20:20:00.981Z 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`
35892025-11-11T20:20:01.165Z Compiling float-ord v0.3.2
35902025-11-11T20:20:01.190Z 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`
35912025-11-11T20:20:01.246Z Compiling progenitor-macro v0.11.2
35922025-11-11T20:20:01.272Z 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=a5bb9cd226d8efe2 -C extra-filename=-6d977ed148ffebf2 --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-1f26b6717392f9e4.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-d89abd72aee1f8cc.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-0adf5dbe9ae4a659.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`
35932025-11-11T20:20:01.384Z Compiling progenitor-macro v0.10.0
35942025-11-11T20:20:01.423Z 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=d0e4ae0283d72429 -C extra-filename=-14cb4634458db70c --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-1f26b6717392f9e4.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-136431c376fcc90a.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-0adf5dbe9ae4a659.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`
35952025-11-11T20:20:01.423Z Compiling secrecy v0.10.3
35962025-11-11T20:20:01.448Z 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`
35972025-11-11T20:20:01.727Z Compiling swrite v0.1.0
35982025-11-11T20:20:01.752Z 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`
35992025-11-11T20:20:01.829Z Compiling num v0.4.3
36002025-11-11T20:20:01.854Z 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`
36012025-11-11T20:20:01.884Z Compiling console v0.15.10
36022025-11-11T20:20:01.909Z 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`
36032025-11-11T20:20:01.934Z Compiling password-hash v0.5.0
36042025-11-11T20:20:01.990Z 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`
36052025-11-11T20:20:02.015Z Compiling blake2 v0.10.6
36062025-11-11T20:20:02.047Z 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`
36072025-11-11T20:20:02.796Z Compiling argon2 v0.5.3
36082025-11-11T20:20:02.821Z 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`
36092025-11-11T20:20:03.058Z Compiling atomicwrites v0.4.4
36102025-11-11T20:20:03.083Z 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`
36112025-11-11T20:20:03.111Z Compiling newline-converter v0.3.0
36122025-11-11T20:20:03.175Z 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`
36132025-11-11T20:20:03.367Z Compiling bytecount v0.6.8
36142025-11-11T20:20:03.392Z 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`
36152025-11-11T20:20:03.485Z Compiling expectorate v1.2.0
36162025-11-11T20:20:03.509Z 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`
36172025-11-11T20:20:03.605Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-231a6b832e6e3a57/build-script-main`
36182025-11-11T20:20:03.672Z Compiling fixedbitset v0.5.7
36192025-11-11T20:20:03.718Z 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`
36202025-11-11T20:20:03.821Z Compiling base64 v0.21.7
36212025-11-11T20:20:03.821Z 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`
36222025-11-11T20:20:03.866Z Compiling ingot-types v0.1.2
36232025-11-11T20:20:03.891Z 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`
36242025-11-11T20:20:04.351Z Compiling petgraph v0.8.2
36252025-11-11T20:20:04.376Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=e9065a0a6ee4c4ef -C extra-filename=-3b137b6cc80cde20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-35eea7a849d1c8d9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-11-11T20:20:04.503Z Compiling tokio-dtrace v0.1.0
36272025-11-11T20:20:04.528Z 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=38adcf9ed06c134b -C extra-filename=-6e7f0a0a33056661 --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-3457c0af9d93e57f.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`
36282025-11-11T20:20:04.729Z Compiling ingot v0.1.1
36292025-11-11T20:20:04.754Z 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`
36302025-11-11T20:20:04.984Z Compiling oxide-tokio-rt v0.1.2
36312025-11-11T20:20:05.009Z 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=afb7419e41321c98 -C extra-filename=-4123a53231c7351d --out-dir /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-3457c0af9d93e57f.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-6e7f0a0a33056661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-11-11T20:20:05.082Z Compiling owo-colors v4.2.2
36332025-11-11T20:20:05.108Z 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`
36342025-11-11T20:20:05.286Z Compiling cancel-safe-futures v0.1.5
36352025-11-11T20:20:05.311Z 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`
36362025-11-11T20:20:05.719Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
36372025-11-11T20:20:05.804Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
36382025-11-11T20:20:05.828Z Compiling libsw-core v0.3.1
36392025-11-11T20:20:05.828Z 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=b7e6a55216ba1c1b -C extra-filename=-01e90d20c28dd55d --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-11-11T20:20:05.933Z 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)'`
36412025-11-11T20:20:06.121Z Compiling libsw v3.5.0
36422025-11-11T20:20:06.146Z 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=99f624d4646603e7 -C extra-filename=-1a73baed30b3eec7 --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-01e90d20c28dd55d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-11-11T20:20:06.181Z 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=825a57b9f902d085 -C extra-filename=-7c6c89a2732a8da1 --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-11-11T20:20:06.433Z Compiling linear-map v1.2.0
36452025-11-11T20:20:06.457Z 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`
36462025-11-11T20:20:06.708Z Compiling same-file v1.0.6
36472025-11-11T20:20:06.733Z 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`
36482025-11-11T20:20:06.792Z Compiling unicode-xid v0.2.6
36492025-11-11T20:20:06.816Z 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`
36502025-11-11T20:20:07.021Z Compiling walkdir v2.5.0
36512025-11-11T20:20:07.060Z 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`
36522025-11-11T20:20:07.085Z Compiling gethostname v0.5.0
36532025-11-11T20:20:07.085Z 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`
36542025-11-11T20:20:07.307Z Compiling resolv-conf v0.7.0
36552025-11-11T20:20:07.332Z 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`
36562025-11-11T20:20:07.660Z Compiling utf-8 v0.7.6
36572025-11-11T20:20:07.685Z 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`
36582025-11-11T20:20:07.709Z Compiling convert_case v0.7.1
36592025-11-11T20:20:07.762Z 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`
36602025-11-11T20:20:07.912Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36612025-11-11T20:20:07.936Z 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`
36622025-11-11T20:20:08.008Z Compiling unicode-linebreak v0.1.5
36632025-11-11T20:20:08.033Z 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`
36642025-11-11T20:20:08.059Z Compiling smawk v0.3.2
36652025-11-11T20:20:08.059Z 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`
36662025-11-11T20:20:08.174Z Compiling slog-dtrace v0.3.0
36672025-11-11T20:20:08.199Z 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`
36682025-11-11T20:20:08.340Z Compiling globset v0.4.15
36692025-11-11T20:20:08.365Z 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`
36702025-11-11T20:20:08.448Z Compiling derive_more-impl v2.0.1
36712025-11-11T20:20:08.473Z 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`
36722025-11-11T20:20:08.498Z Compiling async-recursion v1.1.1
36732025-11-11T20:20:08.498Z 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`
36742025-11-11T20:20:08.576Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
36752025-11-11T20:20:08.689Z 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`
36762025-11-11T20:20:09.240Z Compiling vte_generate_state_changes v0.1.2
36772025-11-11T20:20:09.265Z 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`
36782025-11-11T20:20:09.732Z 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)'`
36792025-11-11T20:20:09.882Z Compiling termtree v0.5.1
36802025-11-11T20:20:09.935Z 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`
36812025-11-11T20:20:09.960Z Compiling vte v0.11.1
36822025-11-11T20:20:09.990Z 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`
36832025-11-11T20:20:10.103Z Compiling fd-lock v4.0.2
36842025-11-11T20:20:10.104Z 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`
36852025-11-11T20:20:10.177Z Compiling derive_more v2.0.1
36862025-11-11T20:20:10.221Z 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`
36872025-11-11T20:20:10.245Z Compiling linked-hash-map v0.5.6
36882025-11-11T20:20:10.245Z 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`
36892025-11-11T20:20:10.360Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36902025-11-11T20:20:10.385Z 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`
36912025-11-11T20:20:10.410Z Compiling crossterm v0.29.0
36922025-11-11T20:20:10.410Z 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`
36932025-11-11T20:20:10.609Z Compiling lru-cache v0.1.2
36942025-11-11T20:20:10.634Z 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`
36952025-11-11T20:20:10.659Z Compiling tungstenite v0.21.0
36962025-11-11T20:20:10.659Z 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`
36972025-11-11T20:20:10.864Z Compiling hickory-proto v0.24.4
36982025-11-11T20:20:10.889Z 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=051d662488665471 -C extra-filename=-5c99c8a3d569b68c --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-3457c0af9d93e57f.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`
36992025-11-11T20:20:11.115Z Compiling strip-ansi-escapes v0.2.0
37002025-11-11T20:20:11.140Z 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`
37012025-11-11T20:20:11.492Z Compiling nibble_vec v0.1.0
37022025-11-11T20:20:11.517Z 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`
37032025-11-11T20:20:11.736Z Compiling endian-type v0.1.2
37042025-11-11T20:20:11.761Z 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`
37052025-11-11T20:20:12.007Z Compiling display-error-chain v0.2.2
37062025-11-11T20:20:12.032Z 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`
37072025-11-11T20:20:12.271Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
37082025-11-11T20:20:12.271Z 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=40dd355437b45bcf -C extra-filename=-995cdd866af7eb5c --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-0ac6e75528d14793.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`
37092025-11-11T20:20:12.367Z Compiling nu-ansi-term v0.50.1
37102025-11-11T20:20:12.392Z 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`
37112025-11-11T20:20:12.417Z Compiling radix_trie v0.2.1
37122025-11-11T20:20:12.472Z 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`
37132025-11-11T20:20:12.949Z Compiling reedline v0.40.0
37142025-11-11T20:20:12.973Z 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`
37152025-11-11T20:20:12.999Z Compiling tokio-tungstenite v0.21.0
37162025-11-11T20:20:13.053Z 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=fb3d3f38ea0d29f2 -C extra-filename=-d5382c0632f08fda --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-3457c0af9d93e57f.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`
37172025-11-11T20:20:13.080Z Compiling pin-project-internal v1.1.6
37182025-11-11T20:20:13.112Z 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`
37192025-11-11T20:20:13.112Z Compiling textwrap v0.16.2
37202025-11-11T20:20:13.137Z 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`
37212025-11-11T20:20:13.166Z Compiling pem v3.0.5
37222025-11-11T20:20:13.191Z 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`
37232025-11-11T20:20:13.563Z Compiling snafu-derive v0.8.5
37242025-11-11T20:20:13.588Z 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`
37252025-11-11T20:20:13.810Z Compiling humantime v2.2.0
37262025-11-11T20:20:13.835Z 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`
37272025-11-11T20:20:13.960Z Compiling cfg_aliases v0.1.1
37282025-11-11T20:20:13.984Z 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`
37292025-11-11T20:20:14.083Z Compiling olpc-cjson v0.1.4
37302025-11-11T20:20:14.107Z 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`
37312025-11-11T20:20:14.132Z Compiling nix v0.28.0
37322025-11-11T20:20:14.179Z 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`
37332025-11-11T20:20:14.305Z Compiling serde_plain v1.0.2
37342025-11-11T20:20:14.330Z 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`
37352025-11-11T20:20:14.384Z Compiling typed-path v0.9.3
37362025-11-11T20:20:14.408Z 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`
37372025-11-11T20:20:14.692Z Compiling siphasher v1.0.1
37382025-11-11T20:20:14.717Z 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`
37392025-11-11T20:20:14.857Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
37402025-11-11T20:20:14.918Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37412025-11-11T20:20:14.943Z 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=0cfd0fb4032aa461 -C extra-filename=-7931e426e478c04d --out-dir /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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-11-11T20:20:15.100Z Compiling phf_shared v0.12.1
37432025-11-11T20:20:15.125Z 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`
37442025-11-11T20:20:15.454Z Compiling hickory-resolver v0.24.4
37452025-11-11T20:20:15.479Z 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=f8ea9d7d1d5831d7 -C extra-filename=-f38258601b9907ac --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-5c99c8a3d569b68c.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-3457c0af9d93e57f.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`
37462025-11-11T20:20:15.504Z Compiling pin-project v1.1.6
37472025-11-11T20:20:15.504Z 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`
37482025-11-11T20:20:15.692Z Compiling papergrid v0.11.0
37492025-11-11T20:20:15.717Z 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`
37502025-11-11T20:20:16.875Z Compiling tabled_derive v0.7.0
37512025-11-11T20:20:16.900Z 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`
37522025-11-11T20:20:17.355Z Compiling qorb v0.4.1
37532025-11-11T20:20:17.380Z 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=d3e2bb0e61e5f987 -C extra-filename=-3d59c4015b5f0076 --out-dir /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-f38258601b9907ac.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-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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`
37542025-11-11T20:20:17.471Z Compiling csv-core v0.1.11
37552025-11-11T20:20:17.496Z 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`
37562025-11-11T20:20:17.676Z Compiling snafu v0.8.5
37572025-11-11T20:20:17.701Z 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`
37582025-11-11T20:20:18.031Z Compiling chrono-tz v0.10.4
37592025-11-11T20:20:18.056Z 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`
37602025-11-11T20:20:18.357Z Compiling semver v0.1.20
37612025-11-11T20:20:18.382Z 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`
37622025-11-11T20:20:18.414Z Compiling highway v1.3.0
37632025-11-11T20:20:18.439Z 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`
37642025-11-11T20:20:18.539Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
37652025-11-11T20:20:18.564Z Compiling csv v1.3.1
37662025-11-11T20:20:18.564Z 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`
37672025-11-11T20:20:18.744Z Compiling rustc_version v0.1.7
37682025-11-11T20:20:18.768Z 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`
37692025-11-11T20:20:18.912Z Compiling phf v0.12.1
37702025-11-11T20:20:18.936Z 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`
37712025-11-11T20:20:18.963Z Compiling tabled v0.15.0
37722025-11-11T20:20:19.016Z 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`
37732025-11-11T20:20:19.207Z 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`
37742025-11-11T20:20:19.232Z Compiling const_format_proc_macros v0.2.34
37752025-11-11T20:20:19.257Z Compiling peg-macros v0.8.5
37762025-11-11T20:20:19.257Z 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`
37772025-11-11T20:20:19.257Z 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`
37782025-11-11T20:20:19.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37792025-11-11T20:20:19.663Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=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`
37802025-11-11T20:20:20.054Z Compiling sqlparser_derive v0.2.2
37812025-11-11T20:20:20.078Z 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`
37822025-11-11T20:20:20.601Z Compiling unicode_categories v0.1.1
37832025-11-11T20:20:20.641Z 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`
37842025-11-11T20:20:20.898Z Compiling const_format v0.2.34
37852025-11-11T20:20:20.923Z 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`
37862025-11-11T20:20:20.965Z Compiling sqlformat v0.3.5
37872025-11-11T20:20:20.990Z 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`
37882025-11-11T20:20:21.096Z Compiling sqlparser v0.45.0
37892025-11-11T20:20:21.121Z 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`
37902025-11-11T20:20:21.293Z Compiling rustyline v14.0.0
37912025-11-11T20:20:21.318Z 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`
37922025-11-11T20:20:21.504Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7cb1b1c2d38c8ba1/build-script-build`
37932025-11-11T20:20:21.569Z 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`
37942025-11-11T20:20:21.975Z Compiling peg v0.8.5
37952025-11-11T20:20:22.000Z 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`
37962025-11-11T20:20:22.026Z Compiling newtype_derive v0.1.6
37972025-11-11T20:20:22.051Z 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`
37982025-11-11T20:20:22.152Z Compiling bcs v0.1.6
37992025-11-11T20:20:22.177Z 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`
38002025-11-11T20:20:22.426Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
38012025-11-11T20:20:22.593Z 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`
38022025-11-11T20:20:22.776Z Compiling steno v0.4.1
38032025-11-11T20:20:22.801Z 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=08d025c77eb22dae -C extra-filename=-dcfaa976c1b0a3b8 --out-dir /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-ced34b824d457562.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-3457c0af9d93e57f.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`
38042025-11-11T20:20:22.841Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38052025-11-11T20:20:22.841Z 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`
38062025-11-11T20:20:22.952Z Compiling arc-swap v1.7.1
38072025-11-11T20:20:22.976Z 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`
38082025-11-11T20:20:23.504Z Compiling slog-scope v4.4.0
38092025-11-11T20:20:23.528Z 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`
38102025-11-11T20:20:23.560Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
38112025-11-11T20:20:23.642Z Compiling xattr v1.3.1
38122025-11-11T20:20:23.667Z 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`
38132025-11-11T20:20:23.811Z Compiling slog-stdlog v4.1.1
38142025-11-11T20:20:23.836Z 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`
38152025-11-11T20:20:23.946Z Compiling filetime v0.2.26
38162025-11-11T20:20:23.971Z 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`
38172025-11-11T20:20:23.996Z Compiling half v2.4.1
38182025-11-11T20:20:24.056Z 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`
38192025-11-11T20:20:24.169Z Compiling slog-envlogger v2.2.0
38202025-11-11T20:20:24.194Z 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`
38212025-11-11T20:20:24.299Z Compiling tar v0.4.44
38222025-11-11T20:20:24.340Z 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`
38232025-11-11T20:20:24.504Z Compiling ciborium-io v0.2.2
38242025-11-11T20:20:24.529Z 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`
38252025-11-11T20:20:24.554Z 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`
38262025-11-11T20:20:24.705Z Compiling ciborium-ll v0.2.2
38272025-11-11T20:20:24.730Z 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`
38282025-11-11T20:20:24.800Z Compiling universal-hash v0.5.1
38292025-11-11T20:20:24.825Z 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`
38302025-11-11T20:20:24.862Z Compiling opaque-debug v0.3.1
38312025-11-11T20:20:24.886Z 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`
38322025-11-11T20:20:25.027Z Compiling ciborium v0.2.2
38332025-11-11T20:20:25.027Z 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`
38342025-11-11T20:20:25.069Z Compiling typify-impl v0.2.0
38352025-11-11T20:20:25.094Z 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`
38362025-11-11T20:20:25.129Z Compiling subprocess v0.2.9
38372025-11-11T20:20:25.189Z 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`
38382025-11-11T20:20:26.075Z Compiling headers-core v0.3.0
38392025-11-11T20:20:26.100Z 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`
38402025-11-11T20:20:26.237Z Compiling aead v0.5.2
38412025-11-11T20:20:26.261Z 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`
38422025-11-11T20:20:26.311Z Compiling headers v0.4.1
38432025-11-11T20:20:26.335Z 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`
38442025-11-11T20:20:26.593Z Compiling poly1305 v0.8.0
38452025-11-11T20:20:26.632Z 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`
38462025-11-11T20:20:26.657Z Compiling chacha20 v0.9.1
38472025-11-11T20:20:26.657Z 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`
38482025-11-11T20:20:27.148Z Compiling lzma-sys v0.1.20
38492025-11-11T20:20:27.172Z 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`
38502025-11-11T20:20:27.889Z Compiling heck v0.3.3
38512025-11-11T20:20:27.914Z 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`
38522025-11-11T20:20:27.985Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
38532025-11-11T20:20:28.034Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38542025-11-11T20:20:28.059Z Compiling yasna v0.5.2
38552025-11-11T20:20:28.059Z 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=6c9d6f882c63c33f -C extra-filename=-f43290af23661fc4 --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-a6ab5f73334774d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-11-11T20:20:28.084Z 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`
38572025-11-11T20:20:28.126Z 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`
38582025-11-11T20:20:28.262Z Compiling zone_cfg_derive v0.1.2
38592025-11-11T20:20:28.287Z 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`
38602025-11-11T20:20:28.359Z Compiling number_prefix v0.4.0
38612025-11-11T20:20:28.384Z 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`
38622025-11-11T20:20:28.433Z Compiling base64 v0.13.1
38632025-11-11T20:20:28.458Z 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`
38642025-11-11T20:20:28.628Z Compiling indicatif v0.17.11
38652025-11-11T20:20:28.653Z 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`
38662025-11-11T20:20:28.941Z Compiling rcgen v0.12.1
38672025-11-11T20:20:28.965Z 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`
38682025-11-11T20:20:29.381Z Compiling ron v0.7.1
38692025-11-11T20:20:29.406Z 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`
38702025-11-11T20:20:29.543Z Compiling zone v0.1.8
38712025-11-11T20:20:29.568Z 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`
38722025-11-11T20:20:30.268Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38732025-11-11T20:20:30.293Z 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=d1597c5bb4a7d82b -C extra-filename=-cf9af829c6b8591f --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-f43290af23661fc4.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-a6ab5f73334774d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-11-11T20:20:30.659Z Compiling xz2 v0.1.7
38752025-11-11T20:20:30.684Z 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`
38762025-11-11T20:20:30.708Z Compiling thiserror-impl-no-std v2.0.2
38772025-11-11T20:20:30.708Z 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-11-11T20:20:30.746Z Compiling chacha20poly1305 v0.10.1
38792025-11-11T20:20:30.770Z 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`
38802025-11-11T20:20:30.887Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
38812025-11-11T20:20:30.912Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/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=bd4ea9fa3d263a20 -C extra-filename=-e07fc00c27b2848c --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`
38822025-11-11T20:20:31.030Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
38832025-11-11T20:20:31.055Z 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/aaa5129/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=7537b59176ba4cb5 -C extra-filename=-56fd7a63a421067e --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`
38842025-11-11T20:20:31.098Z Compiling dropshot-api-manager-types v0.2.3
38852025-11-11T20:20:31.122Z 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`
38862025-11-11T20:20:31.147Z Compiling moka v0.12.10
38872025-11-11T20:20:31.198Z 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`
38882025-11-11T20:20:31.507Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
38892025-11-11T20:20:31.531Z 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/aaa5129/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=6a6ffd85bb9755b2 -C extra-filename=-c046b35c0500b3f9 --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-e07fc00c27b2848c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-56fd7a63a421067e.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`
38902025-11-11T20:20:31.620Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
38912025-11-11T20:20:31.680Z Compiling tagptr v0.2.0
38922025-11-11T20:20:31.705Z 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`
38932025-11-11T20:20:31.729Z Compiling nix v0.30.1
38942025-11-11T20:20:31.730Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7fd04f126d530262 -C extra-filename=-2d7a5306b3cb4e14 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-11-11T20:20:31.801Z Compiling libefi-sys v0.1.0
38962025-11-11T20:20:31.827Z 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`
38972025-11-11T20:20:31.995Z 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`
38982025-11-11T20:20:32.184Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
38992025-11-11T20:20:32.246Z Compiling bitfield-struct v0.6.2
39002025-11-11T20:20:32.271Z 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`
39012025-11-11T20:20:32.679Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
39022025-11-11T20:20:32.704Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=c91ea258c292fa2d -C extra-filename=-b129ac350673a547 --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"))'`
39032025-11-11T20:20:33.225Z Compiling thiserror-no-std v2.0.2
39042025-11-11T20:20:33.250Z 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`
39052025-11-11T20:20:33.406Z Compiling vsss-rs v3.3.4
39062025-11-11T20:20:33.430Z 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`
39072025-11-11T20:20:33.610Z Compiling hickory-resolver v0.25.2
39082025-11-11T20:20:33.635Z 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=923096235c901964 -C extra-filename=-790c7da1a746368c --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-ef3072972d660a5d.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-3457c0af9d93e57f.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`
39092025-11-11T20:20:33.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39102025-11-11T20:20:33.659Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2a52d2e989642f6 -C extra-filename=-2e07073994e865a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-11-11T20:20:34.206Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
39122025-11-11T20:20:34.231Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39132025-11-11T20:20:34.231Z 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`
39142025-11-11T20:20:34.325Z 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`
39152025-11-11T20:20:34.367Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39162025-11-11T20:20:34.416Z 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=1407b3604feeb40f -C extra-filename=-f2648bf5a0f3134f --out-dir /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-e37b3bb3697a6962.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-11-11T20:20:34.634Z Compiling typify-macro v0.2.0
39182025-11-11T20:20:34.659Z 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`
39192025-11-11T20:20:34.727Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39202025-11-11T20:20:34.756Z 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`
39212025-11-11T20:20:34.905Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39222025-11-11T20:20:34.930Z 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`
39232025-11-11T20:20:34.958Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=342cdf743e9fc768 -C extra-filename=-35203336b87e8f46 --out-dir /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-f2648bf5a0f3134f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -l static=pci`
39242025-11-11T20:20:35.011Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39252025-11-11T20:20:35.036Z 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`
39262025-11-11T20:20:35.316Z Compiling xshell-macros v0.2.7
39272025-11-11T20:20:35.341Z 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`
39282025-11-11T20:20:35.417Z Compiling radium v0.7.0
39292025-11-11T20:20:35.441Z 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`
39302025-11-11T20:20:35.468Z Compiling maybe-uninit v2.0.0
39312025-11-11T20:20:35.553Z 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`
39322025-11-11T20:20:35.696Z Compiling tap v1.0.1
39332025-11-11T20:20:35.721Z 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`
39342025-11-11T20:20:35.935Z Compiling wyz v0.5.1
39352025-11-11T20:20:35.960Z 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`
39362025-11-11T20:20:35.984Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
39372025-11-11T20:20:36.048Z 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`
39382025-11-11T20:20:36.091Z Compiling xshell v0.2.7
39392025-11-11T20:20:36.091Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
39402025-11-11T20:20:36.115Z 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`
39412025-11-11T20:20:36.208Z Compiling zerocopy-derive v0.6.6
39422025-11-11T20:20:36.233Z 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`
39432025-11-11T20:20:36.356Z Compiling packed_struct v0.10.1
39442025-11-11T20:20:36.381Z 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`
39452025-11-11T20:20:36.514Z Compiling crc-catalog v2.4.0
39462025-11-11T20:20:36.539Z 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`
39472025-11-11T20:20:36.726Z Compiling funty v2.0.0
39482025-11-11T20:20:36.751Z 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`
39492025-11-11T20:20:36.860Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
39502025-11-11T20:20:36.934Z Compiling crc v3.2.1
39512025-11-11T20:20:36.988Z 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`
39522025-11-11T20:20:37.115Z 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`
39532025-11-11T20:20:37.190Z Compiling packed_struct_codegen v0.10.1
39542025-11-11T20:20:37.214Z 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`
39552025-11-11T20:20:37.280Z Compiling bitfield-macros v0.19.2
39562025-11-11T20:20:37.305Z 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`
39572025-11-11T20:20:37.516Z Compiling memmap2 v0.9.8
39582025-11-11T20:20:37.579Z 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`
39592025-11-11T20:20:37.604Z Compiling indexmap v1.9.3
39602025-11-11T20:20:37.604Z 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`
39612025-11-11T20:20:37.958Z Compiling bitvec v1.0.1
39622025-11-11T20:20:37.984Z 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`
39632025-11-11T20:20:38.020Z Compiling nodrop v0.1.14
39642025-11-11T20:20:38.045Z 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`
39652025-11-11T20:20:38.152Z Compiling zerocopy v0.6.6
39662025-11-11T20:20:38.177Z 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`
39672025-11-11T20:20:38.202Z Compiling array-init v0.0.4
39682025-11-11T20:20:38.202Z 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`
39692025-11-11T20:20:38.252Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
39702025-11-11T20:20:38.329Z Compiling smallvec v0.6.14
39712025-11-11T20:20:38.354Z 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`
39722025-11-11T20:20:38.547Z Compiling typify v0.2.0
39732025-11-11T20:20:38.572Z 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`
39742025-11-11T20:20:38.763Z Compiling progenitor-impl v0.8.0
39752025-11-11T20:20:38.788Z 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=ce54759fae37853d -C extra-filename=-8c0e4be7b35e6061 --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-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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`
39762025-11-11T20:20:38.812Z Compiling proc-macro-error-attr2 v2.0.0
39772025-11-11T20:20:38.812Z 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`
39782025-11-11T20:20:38.846Z Compiling bitfield v0.19.2
39792025-11-11T20:20:38.870Z 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`
39802025-11-11T20:20:38.895Z Compiling hashbrown v0.12.3
39812025-11-11T20:20:38.895Z 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`
39822025-11-11T20:20:39.138Z Compiling serde-hex v0.1.0
39832025-11-11T20:20:39.172Z 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`
39842025-11-11T20:20:39.312Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39852025-11-11T20:20:39.338Z 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`
39862025-11-11T20:20:39.562Z Compiling ron v0.8.1
39872025-11-11T20:20:39.587Z 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`
39882025-11-11T20:20:39.615Z Compiling proc-macro-error2 v2.0.1
39892025-11-11T20:20:39.615Z 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`
39902025-11-11T20:20:39.667Z Compiling hashbrown v0.13.2
39912025-11-11T20:20:39.692Z 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`
39922025-11-11T20:20:39.851Z 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`
39932025-11-11T20:20:40.208Z Compiling maplit v1.0.2
39942025-11-11T20:20:40.233Z 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`
39952025-11-11T20:20:40.381Z Compiling crc-any v2.5.0
39962025-11-11T20:20:40.406Z 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`
39972025-11-11T20:20:40.617Z Compiling object v0.30.4
39982025-11-11T20:20:40.642Z 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`
39992025-11-11T20:20:40.667Z Compiling path-slash v0.1.5
40002025-11-11T20:20:40.667Z 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`
40012025-11-11T20:20:40.870Z 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`
40022025-11-11T20:20:40.919Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40032025-11-11T20:20:40.944Z 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`
40042025-11-11T20:20:40.970Z Compiling num-derive v0.3.3
40052025-11-11T20:20:40.995Z 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`
40062025-11-11T20:20:41.500Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
40072025-11-11T20:20:41.525Z 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=f74b36ad09cddee3 -C extra-filename=-90da5d8ea6fbcfa8 --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-0a79e5fb9264b00b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-11-11T20:20:41.556Z Compiling fxhash v0.2.1
40092025-11-11T20:20:41.581Z 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`
40102025-11-11T20:20:41.817Z Compiling tabled_derive v0.11.0
40112025-11-11T20:20:41.842Z 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`
40122025-11-11T20:20:41.964Z Compiling papergrid v0.17.0
40132025-11-11T20:20:41.993Z 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`
40142025-11-11T20:20:42.787Z Compiling libscf-sys v1.1.0
40152025-11-11T20:20:42.812Z 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`
40162025-11-11T20:20:42.924Z Compiling testing_table v0.3.0
40172025-11-11T20:20:42.948Z 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`
40182025-11-11T20:20:43.062Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40192025-11-11T20:20:43.086Z 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`
40202025-11-11T20:20:43.247Z Compiling usdt-macro v0.6.0
40212025-11-11T20:20:43.272Z 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`
40222025-11-11T20:20:43.813Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40232025-11-11T20:20:43.838Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/b507bc6/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
40242025-11-11T20:20:44.084Z Compiling usdt-attr-macro v0.6.0
40252025-11-11T20:20:44.109Z 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`
40262025-11-11T20:20:44.298Z Compiling progenitor-macro v0.8.0
40272025-11-11T20:20:44.324Z 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=4636d20dcb7246df -C extra-filename=-06f1a451f6684990 --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-1f26b6717392f9e4.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-8c0e4be7b35e6061.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-0adf5dbe9ae4a659.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`
40282025-11-11T20:20:44.357Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40292025-11-11T20:20:44.400Z 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`
40302025-11-11T20:20:44.826Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40312025-11-11T20:20:44.851Z 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`
40322025-11-11T20:20:45.227Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
40332025-11-11T20:20:45.332Z Compiling tabled v0.20.0
40342025-11-11T20:20:45.357Z 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`
40352025-11-11T20:20:45.585Z Compiling unicase v2.8.1
40362025-11-11T20:20:45.624Z 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`
40372025-11-11T20:20:45.736Z Compiling usdt v0.6.0
40382025-11-11T20:20:45.761Z 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`
40392025-11-11T20:20:45.986Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40402025-11-11T20:20:46.011Z 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`
40412025-11-11T20:20:46.224Z Compiling crc8 v0.1.1
40422025-11-11T20:20:46.249Z 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`
40432025-11-11T20:20:46.274Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40442025-11-11T20:20:46.274Z 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`
40452025-11-11T20:20:46.439Z Compiling diff v0.1.13
40462025-11-11T20:20:46.464Z 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`
40472025-11-11T20:20:46.678Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
40482025-11-11T20:20:46.735Z 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/`
40492025-11-11T20:20:46.953Z Compiling half v1.8.3
40502025-11-11T20:20:46.978Z 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`
40512025-11-11T20:20:47.104Z Compiling dsl_auto_type v0.1.2
40522025-11-11T20:20:47.129Z 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`
40532025-11-11T20:20:47.173Z Compiling vergen-gitcl v1.0.8
40542025-11-11T20:20:47.197Z 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`
40552025-11-11T20:20:47.611Z Compiling serde_cbor v0.11.2
40562025-11-11T20:20:47.611Z 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`
40572025-11-11T20:20:47.649Z Compiling diesel_table_macro_syntax v0.2.0
40582025-11-11T20:20:47.649Z 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`
40592025-11-11T20:20:48.047Z Compiling scheduled-thread-pool v0.2.7
40602025-11-11T20:20:48.072Z 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`
40612025-11-11T20:20:48.414Z 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=c5c8a6474925bef8 -C extra-filename=-a5b0d8c6448b9981 --out-dir /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-b129ac350673a547.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-3457c0af9d93e57f.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`
40622025-11-11T20:20:48.576Z Compiling diesel_derives v2.2.3
40632025-11-11T20:20:48.606Z 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`
40642025-11-11T20:20:48.798Z Compiling r2d2 v0.8.10
40652025-11-11T20:20:48.823Z 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`
40662025-11-11T20:20:49.052Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
40672025-11-11T20:20:49.112Z 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)'`
40682025-11-11T20:20:49.204Z Compiling kstat-rs v0.2.4
40692025-11-11T20:20:49.204Z 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`
40702025-11-11T20:20:49.761Z Compiling dirs-sys-next v0.1.2
40712025-11-11T20:20:49.786Z 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`
40722025-11-11T20:20:50.278Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40732025-11-11T20:20:50.303Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/b507bc6/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=382503af058cf129 -C extra-filename=-ba36fc66b9363699 --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`
40742025-11-11T20:20:50.328Z Compiling crunchy v0.2.2
40752025-11-11T20:20:50.328Z 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`
40762025-11-11T20:20:50.421Z Compiling parking_lot_core v0.8.6
40772025-11-11T20:20:50.445Z 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`
40782025-11-11T20:20:50.565Z Compiling dirs-next v2.0.0
40792025-11-11T20:20:50.590Z 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`
40802025-11-11T20:20:50.810Z Compiling tiny-keccak v2.0.2
40812025-11-11T20:20:50.810Z 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`
40822025-11-11T20:20:50.912Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40832025-11-11T20:20:50.937Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40842025-11-11T20:20:50.976Z 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`
40852025-11-11T20:20:51.023Z 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`
40862025-11-11T20:20:51.145Z Compiling term v0.7.0
40872025-11-11T20:20:51.170Z 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`
40882025-11-11T20:20:51.243Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
40892025-11-11T20:20:51.268Z Compiling nanorand v0.7.0
40902025-11-11T20:20:51.268Z 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`
40912025-11-11T20:20:51.577Z Compiling bit-vec v0.6.3
40922025-11-11T20:20:51.615Z 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`
40932025-11-11T20:20:51.787Z Compiling ascii-canvas v3.0.0
40942025-11-11T20:20:51.834Z 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`
40952025-11-11T20:20:52.011Z Compiling bit-set v0.5.3
40962025-11-11T20:20:52.036Z 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`
40972025-11-11T20:20:52.247Z Compiling flume v0.11.1
40982025-11-11T20:20:52.287Z 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`
40992025-11-11T20:20:52.312Z Compiling parking_lot v0.11.2
41002025-11-11T20:20:52.312Z 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`
41012025-11-11T20:20:52.341Z 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`
41022025-11-11T20:20:52.773Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
41032025-11-11T20:20:52.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/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=596f66527956e6e7 -C extra-filename=-907fa5398d918b31 --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-ba36fc66b9363699.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-a6ab5f73334774d9.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`
41042025-11-11T20:20:52.884Z Compiling prefix-trie v0.7.0
41052025-11-11T20:20:52.908Z 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`
41062025-11-11T20:20:53.041Z Compiling ena v0.14.3
41072025-11-11T20:20:53.066Z 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`
41082025-11-11T20:20:53.097Z Compiling regex-syntax v0.6.29
41092025-11-11T20:20:53.153Z 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`
41102025-11-11T20:20:53.468Z Compiling bindgen v0.71.1
41112025-11-11T20:20:53.493Z 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`
41122025-11-11T20:20:53.645Z Compiling hickory-server v0.25.2
41132025-11-11T20:20:53.670Z 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=4dde50d92c9e0711 -C extra-filename=-504a491e80af99d6 --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-ef3072972d660a5d.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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
41142025-11-11T20:20:54.376Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
41152025-11-11T20:20:54.429Z Compiling sled v0.34.7
41162025-11-11T20:20:54.454Z 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`
41172025-11-11T20:20:55.687Z Compiling hickory-client v0.25.2
41182025-11-11T20:20:55.712Z 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=84eea08915f5bf22 -C extra-filename=-1daa8d82393edeb7 --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-ef3072972d660a5d.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-3457c0af9d93e57f.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`
41192025-11-11T20:20:55.747Z 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`
41202025-11-11T20:20:56.284Z Compiling lalrpop v0.19.12
41212025-11-11T20:20:56.309Z 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=99683915450d34f0 -C extra-filename=-f2fd4a4d33ce2784 --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-ced34b824d457562.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`
41222025-11-11T20:20:57.107Z Compiling libxml v0.3.3
41232025-11-11T20:20:57.132Z 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`
41242025-11-11T20:20:57.297Z Compiling diesel v2.2.12
41252025-11-11T20:20:57.322Z 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`
41262025-11-11T20:20:57.459Z Compiling strum_macros v0.24.3
41272025-11-11T20:20:57.484Z 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`
41282025-11-11T20:20:57.652Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
41292025-11-11T20:20:57.713Z Compiling indoc v1.0.9
41302025-11-11T20:20:57.738Z 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`
41312025-11-11T20:20:58.520Z 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`
41322025-11-11T20:21:00.329Z Compiling primeorder v0.13.6
41332025-11-11T20:21:00.353Z 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`
41342025-11-11T20:21:00.595Z Compiling impl-trait-for-tuples v0.2.2
41352025-11-11T20:21:00.620Z 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`
41362025-11-11T20:21:00.853Z Compiling oso-derive v0.27.3
41372025-11-11T20:21:00.879Z 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`
41382025-11-11T20:21:01.961Z Compiling quick-xml v0.37.2
41392025-11-11T20:21:01.986Z 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`
41402025-11-11T20:21:02.208Z Compiling salty v0.3.0
41412025-11-11T20:21:02.232Z 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`
41422025-11-11T20:21:02.780Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
41432025-11-11T20:21:02.838Z 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`
41442025-11-11T20:21:03.611Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41452025-11-11T20:21:03.636Z 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-11-11T20:21:04.798Z Compiling trait-variant v0.1.2
41472025-11-11T20:21:04.823Z 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`
41482025-11-11T20:21:05.873Z Compiling fs-err v2.11.0
41492025-11-11T20:21:05.898Z 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`
41502025-11-11T20:21:06.235Z Compiling p384 v0.13.1
41512025-11-11T20:21:06.259Z 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`
41522025-11-11T20:21:06.284Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
41532025-11-11T20:21:06.479Z Compiling predicates-tree v1.0.12
41542025-11-11T20:21:06.503Z 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`
41552025-11-11T20:21:06.922Z Compiling diesel-dtrace v0.4.2
41562025-11-11T20:21:06.947Z 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`
41572025-11-11T20:21:07.004Z 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)'`
41582025-11-11T20:21:07.271Z Compiling bb8 v0.8.5
41592025-11-11T20:21:07.296Z 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=e9135436ee61bdca -C extra-filename=-891af2808976ea9a --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-11-11T20:21:07.329Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
41612025-11-11T20:21:07.444Z Compiling parse-size v1.1.0
41622025-11-11T20:21:07.470Z 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`
41632025-11-11T20:21:07.495Z Compiling signal-hook-tokio v0.3.1
41642025-11-11T20:21:07.495Z 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=de6ef4010088c3fc -C extra-filename=-5d49332550df18a1 --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652025-11-11T20:21:07.550Z Compiling assert_matches v1.5.0
41662025-11-11T20:21:07.550Z 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`
41672025-11-11T20:21:07.723Z Compiling mime_guess v2.0.5
41682025-11-11T20:21:07.748Z 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`
41692025-11-11T20:21:07.775Z Compiling ignore v0.4.23
41702025-11-11T20:21:07.800Z Compiling http-range v0.1.5
41712025-11-11T20:21:07.800Z 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`
41722025-11-11T20:21:07.800Z 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`
41732025-11-11T20:21:07.868Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41742025-11-11T20:21:07.893Z 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`
41752025-11-11T20:21:08.165Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
41762025-11-11T20:21:08.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/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`
41772025-11-11T20:21:08.570Z Compiling atty v0.2.14
41782025-11-11T20:21:08.595Z 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`
41792025-11-11T20:21:08.752Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3/build-script-build`
41802025-11-11T20:21:08.777Z Compiling corncobs v0.1.4
41812025-11-11T20:21:08.777Z 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`
41822025-11-11T20:21:08.840Z Compiling globwalk v0.9.1
41832025-11-11T20:21:08.887Z 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`
41842025-11-11T20:21:08.911Z 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`
41852025-11-11T20:21:09.098Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41862025-11-11T20:21:09.123Z 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`
41872025-11-11T20:21:09.302Z Compiling camino-tempfile-ext v0.3.2
41882025-11-11T20:21:09.327Z 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`
41892025-11-11T20:21:09.692Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-c5faf441f24767e8/build-script-build`
41902025-11-11T20:21:09.750Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41912025-11-11T20:21:09.774Z 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/`
41922025-11-11T20:21:09.880Z Compiling tungstenite v0.23.0
41932025-11-11T20:21:09.905Z 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`
41942025-11-11T20:21:09.937Z Compiling secrecy v0.8.0
41952025-11-11T20:21:09.937Z 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`
41962025-11-11T20:21:10.212Z Compiling void v1.0.2
41972025-11-11T20:21:10.236Z 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`
41982025-11-11T20:21:10.305Z Compiling hyper-staticfile v0.10.1
41992025-11-11T20:21:10.329Z 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=5d7e72bfdb4d2494 -C extra-filename=-4861eaadc6584273 --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-74d7f181247a0469.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-3457c0af9d93e57f.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-11-11T20:21:10.431Z Compiling lzss v0.8.2
42012025-11-11T20:21:10.455Z 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`
42022025-11-11T20:21:10.816Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42032025-11-11T20:21:10.841Z 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`
42042025-11-11T20:21:11.160Z Compiling tokio-tungstenite v0.23.1
42052025-11-11T20:21:11.185Z 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=33d4fb28c3ec98c0 -C extra-filename=-cf08547dc1d61487 --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-3457c0af9d93e57f.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`
42062025-11-11T20:21:11.212Z Compiling nix v0.27.1
42072025-11-11T20:21:11.237Z 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`
42082025-11-11T20:21:11.587Z Compiling serde_bytes v0.11.19
42092025-11-11T20:21:11.612Z 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`
42102025-11-11T20:21:11.644Z Compiling rand_seeder v0.4.0
42112025-11-11T20:21:11.644Z 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`
42122025-11-11T20:21:11.717Z Compiling is_ci v1.2.0
42132025-11-11T20:21:11.742Z 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`
42142025-11-11T20:21:11.979Z Compiling yansi v1.0.1
42152025-11-11T20:21:12.003Z 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`
42162025-11-11T20:21:12.028Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42172025-11-11T20:21:12.028Z 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=99b16b17b88d4613 -C extra-filename=-10b93ff0518d92ce --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-66ab2a719fd02fc0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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`
42182025-11-11T20:21:12.075Z Compiling typeid v1.0.3
42192025-11-11T20:21:12.075Z 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`
42202025-11-11T20:21:12.750Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
42212025-11-11T20:21:12.796Z 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/669fe55/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=4ff2dac0968a917c -C extra-filename=-115bab04a0181f4e --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-4519dd9ef8d21cd2.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-4ee1d0e9945609ee.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.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-907fa5398d918b31.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-61256d08fa97d3e4.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-3457c0af9d93e57f.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`
42222025-11-11T20:21:12.796Z Compiling pretty_assertions v1.4.1
42232025-11-11T20:21:12.796Z 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`
42242025-11-11T20:21:12.821Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
42252025-11-11T20:21:12.889Z Compiling tabled_derive v0.10.0
42262025-11-11T20:21:12.913Z 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`
42272025-11-11T20:21:13.174Z Compiling papergrid v0.14.0
42282025-11-11T20:21:13.236Z 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`
42292025-11-11T20:21:13.523Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42302025-11-11T20:21:13.547Z 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`
42312025-11-11T20:21:15.219Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42322025-11-11T20:21:15.257Z 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`
42332025-11-11T20:21:15.431Z Compiling tabled v0.18.0
42342025-11-11T20:21:15.490Z 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`
42352025-11-11T20:21:15.618Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
42362025-11-11T20:21:15.721Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42372025-11-11T20:21:15.758Z 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`
42382025-11-11T20:21:16.306Z 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)'`
42392025-11-11T20:21:16.517Z Compiling castaway v0.2.3
42402025-11-11T20:21:16.548Z 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`
42412025-11-11T20:21:16.734Z Compiling indoc v2.0.6
42422025-11-11T20:21:16.758Z 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`
42432025-11-11T20:21:17.628Z Compiling compact_str v0.8.0
42442025-11-11T20:21:17.653Z 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`
42452025-11-11T20:21:18.782Z 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=857d5dfe6d2909dc -C extra-filename=-03b786c1bd0c81c2 --out-dir /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-3457c0af9d93e57f.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`
42462025-11-11T20:21:18.914Z Compiling erased-serde v0.4.6
42472025-11-11T20:21:18.938Z 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`
42482025-11-11T20:21:19.587Z Compiling unicode-truncate v1.1.0
42492025-11-11T20:21:19.612Z 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`
42502025-11-11T20:21:19.960Z Compiling instability v0.3.2
42512025-11-11T20:21:19.985Z 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`
42522025-11-11T20:21:20.024Z Compiling lru v0.12.5
42532025-11-11T20:21:20.049Z 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`
42542025-11-11T20:21:20.383Z Compiling ordered-float v2.10.1
42552025-11-11T20:21:20.408Z 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`
42562025-11-11T20:21:20.966Z Compiling cassowary v0.3.0
42572025-11-11T20:21:20.990Z 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`
42582025-11-11T20:21:21.015Z Compiling serde-value v0.7.0
42592025-11-11T20:21:21.015Z 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`
42602025-11-11T20:21:21.127Z Compiling serde-untagged v0.1.7
42612025-11-11T20:21:21.152Z 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-11-11T20:21:21.176Z Compiling console v0.16.0
42632025-11-11T20:21:21.176Z 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`
42642025-11-11T20:21:21.641Z Compiling ratatui v0.29.0
42652025-11-11T20:21:21.666Z 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`
42662025-11-11T20:21:21.780Z Compiling unit-prefix v0.5.1
42672025-11-11T20:21:21.805Z 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`
42682025-11-11T20:21:22.022Z Compiling indicatif v0.18.0
42692025-11-11T20:21:22.047Z 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`
42702025-11-11T20:21:22.072Z Compiling cargo-util-schemas v0.8.2
42712025-11-11T20:21:22.072Z 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=6321a4d716ec96c7 -C extra-filename=-706d95624756071c --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-df1c7611955e4103.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-11-11T20:21:22.313Z Compiling supports-color v3.0.2
42732025-11-11T20:21:22.337Z 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`
42742025-11-11T20:21:22.666Z Compiling concurrent-queue v2.5.0
42752025-11-11T20:21:22.690Z 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`
42762025-11-11T20:21:23.068Z Compiling cargo-platform v0.2.0
42772025-11-11T20:21:23.093Z 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-11-11T20:21:23.607Z Compiling parking v2.2.1
42792025-11-11T20:21:23.631Z 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`
42802025-11-11T20:21:23.721Z Compiling libz-sys v1.1.20
42812025-11-11T20:21:23.767Z 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`
42822025-11-11T20:21:23.932Z Compiling event-listener v5.3.1
42832025-11-11T20:21:23.956Z 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`
42842025-11-11T20:21:24.458Z Compiling cargo_metadata v0.21.0
42852025-11-11T20:21:24.483Z 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=ee9a38dfec83a708 -C extra-filename=-c63da84d0f3b583c --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-706d95624756071c.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`
42862025-11-11T20:21:24.517Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42872025-11-11T20:21:24.654Z Compiling libgit2-sys v0.18.2+1.9.1
42882025-11-11T20:21:24.678Z 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`
42892025-11-11T20:21:24.715Z Compiling shell-words v1.1.0
42902025-11-11T20:21:24.739Z 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`
42912025-11-11T20:21:25.037Z Compiling async-bb8-diesel v0.2.1
42922025-11-11T20:21:25.061Z 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=3284a31271a06691 -C extra-filename=-21299cfb2a376262 --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-891af2808976ea9a.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-3457c0af9d93e57f.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`
42932025-11-11T20:21:25.466Z 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`
42942025-11-11T20:21:25.798Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc/build-script-build`
42952025-11-11T20:21:25.943Z 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`
42962025-11-11T20:21:26.170Z Compiling event-listener-strategy v0.5.2
42972025-11-11T20:21:26.195Z 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`
42982025-11-11T20:21:26.446Z Compiling futures-lite v2.3.0
42992025-11-11T20:21:26.471Z 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`
43002025-11-11T20:21:26.631Z Compiling vergen-git2 v1.0.7
43012025-11-11T20:21:26.656Z 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`
43022025-11-11T20:21:27.028Z Compiling hex-literal v0.4.1
43032025-11-11T20:21:27.052Z 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-11-11T20:21:27.077Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100/build-script-build`
43052025-11-11T20:21:27.128Z Compiling petname v2.0.2
43062025-11-11T20:21:27.153Z 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`
43072025-11-11T20:21:27.236Z Compiling rtoolbox v0.0.2
43082025-11-11T20:21:27.261Z 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`
43092025-11-11T20:21:27.344Z Compiling rustls v0.21.12
43102025-11-11T20:21:27.369Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
43112025-11-11T20:21:27.712Z Compiling rpassword v7.4.0
43122025-11-11T20:21:27.739Z 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`
43132025-11-11T20:21:27.782Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
43142025-11-11T20:21:27.847Z Compiling async-lock v3.4.0
43152025-11-11T20:21:27.847Z 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`
43162025-11-11T20:21:27.945Z Compiling tui-tree-widget v0.23.1
43172025-11-11T20:21:27.970Z 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`
43182025-11-11T20:21:28.061Z Compiling rustls-webpki v0.101.7
43192025-11-11T20:21:28.086Z 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`
43202025-11-11T20:21:28.219Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
43212025-11-11T20:21:28.267Z 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`
43222025-11-11T20:21:28.321Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b9ae9c99cdcdbc9f/build-script-build`
43232025-11-11T20:21:28.427Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
43242025-11-11T20:21:28.452Z Compiling sct v0.7.1
43252025-11-11T20:21:28.452Z 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`
43262025-11-11T20:21:28.632Z Compiling polling v3.7.3
43272025-11-11T20:21:28.657Z 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`
43282025-11-11T20:21:28.813Z 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`
43292025-11-11T20:21:28.923Z 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`
43302025-11-11T20:21:29.295Z Compiling async-io v2.3.4
43312025-11-11T20:21:29.321Z 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`
43322025-11-11T20:21:29.493Z Compiling polyval v0.6.2
43332025-11-11T20:21:29.518Z 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`
43342025-11-11T20:21:29.938Z Compiling sync-ptr v0.1.4
43352025-11-11T20:21:29.962Z 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`
43362025-11-11T20:21:30.179Z Compiling async-task v4.7.1
43372025-11-11T20:21:30.204Z 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`
43382025-11-11T20:21:30.549Z 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)'`
43392025-11-11T20:21:30.656Z Compiling ghash v0.5.1
43402025-11-11T20:21:30.681Z 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`
43412025-11-11T20:21:30.706Z Compiling async-channel v2.3.1
43422025-11-11T20:21:30.706Z 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`
43432025-11-11T20:21:30.905Z Compiling rustls-pemfile v1.0.4
43442025-11-11T20:21:30.930Z 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`
43452025-11-11T20:21:30.979Z Compiling twox-hash v2.1.0
43462025-11-11T20:21:31.004Z 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`
43472025-11-11T20:21:31.093Z Compiling piper v0.2.4
43482025-11-11T20:21:31.093Z 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`
43492025-11-11T20:21:31.332Z Compiling ctr v0.9.2
43502025-11-11T20:21:31.356Z 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`
43512025-11-11T20:21:31.488Z Compiling plotters-backend v0.3.7
43522025-11-11T20:21:31.513Z 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`
43532025-11-11T20:21:31.727Z Compiling target-lexicon v0.13.2
43542025-11-11T20:21:31.752Z 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`
43552025-11-11T20:21:31.777Z Compiling aes-gcm v0.10.3
43562025-11-11T20:21:31.777Z 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`
43572025-11-11T20:21:32.019Z Compiling tokio-rustls v0.24.1
43582025-11-11T20:21:32.044Z 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=eec2aa49cf78ad89 -C extra-filename=-391c394631fc9fdb --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-3457c0af9d93e57f.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`
43592025-11-11T20:21:32.117Z Compiling plotters-svg v0.3.7
43602025-11-11T20:21:32.141Z 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`
43612025-11-11T20:21:32.468Z Compiling rustls-webpki v0.102.8
43622025-11-11T20:21:32.493Z 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`
43632025-11-11T20:21:32.568Z Compiling blocking v1.6.1
43642025-11-11T20:21:32.593Z 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`
43652025-11-11T20:21:32.748Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
43662025-11-11T20:21:32.862Z Compiling async-executor v1.13.1
43672025-11-11T20:21:32.887Z 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`
43682025-11-11T20:21:33.128Z Compiling async-signal v0.2.10
43692025-11-11T20:21:33.152Z 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`
43702025-11-11T20:21:33.280Z Compiling fatfs v0.3.6
43712025-11-11T20:21:33.305Z 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`
43722025-11-11T20:21:33.547Z 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)'`
43732025-11-11T20:21:33.590Z 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`
43742025-11-11T20:21:34.160Z Compiling ssh-encoding v0.2.0
43752025-11-11T20:21:34.224Z 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`
43762025-11-11T20:21:34.644Z Compiling blowfish v0.9.1
43772025-11-11T20:21:34.668Z 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`
43782025-11-11T20:21:34.692Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43792025-11-11T20:21:34.692Z 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`
43802025-11-11T20:21:35.055Z Compiling event-listener v2.5.3
43812025-11-11T20:21:35.079Z 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`
43822025-11-11T20:21:35.104Z Compiling arrayref v0.3.9
43832025-11-11T20:21:35.104Z 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`
43842025-11-11T20:21:35.266Z Compiling futures-timer v3.0.3
43852025-11-11T20:21:35.291Z 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`
43862025-11-11T20:21:35.464Z Compiling arrayvec v0.7.6
43872025-11-11T20:21:35.490Z 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`
43882025-11-11T20:21:35.881Z Compiling guppy-workspace-hack v0.1.0
43892025-11-11T20:21:35.906Z 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`
43902025-11-11T20:21:35.957Z Compiling constant_time_eq v0.3.1
43912025-11-11T20:21:35.981Z 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`
43922025-11-11T20:21:36.190Z Compiling cast v0.3.0
43932025-11-11T20:21:36.215Z 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`
43942025-11-11T20:21:36.271Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43952025-11-11T20:21:36.338Z Compiling async-channel v1.9.0
43962025-11-11T20:21:36.363Z 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`
43972025-11-11T20:21:36.563Z Compiling criterion-plot v0.6.0
43982025-11-11T20:21:36.588Z 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`
43992025-11-11T20:21:36.651Z Compiling bcrypt-pbkdf v0.10.0
44002025-11-11T20:21:36.676Z 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`
44012025-11-11T20:21:37.241Z Compiling tokio-rustls v0.25.0
44022025-11-11T20:21:37.266Z 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=0bb1c6fa04c4ba3f -C extra-filename=-dcab5dedc57e329c --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-3457c0af9d93e57f.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`
44032025-11-11T20:21:37.412Z Compiling ssh-cipher v0.2.0
44042025-11-11T20:21:37.437Z 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`
44052025-11-11T20:21:37.683Z 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=183cd5b902c57e1d -C extra-filename=-25ef4b38a899aa30 --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-74d7f181247a0469.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f505fbb39f3aa0eb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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-3457c0af9d93e57f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dcab5dedc57e329c.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`
44062025-11-11T20:21:38.633Z Compiling async-process v2.3.0
44072025-11-11T20:21:38.657Z 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`
44082025-11-11T20:21:39.216Z Compiling tokio-rustls v0.26.0
44092025-11-11T20:21:39.241Z 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=aaf122f917c6c8df -C extra-filename=-8ce5d65a0a50004a --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-3457c0af9d93e57f.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`
44102025-11-11T20:21:39.652Z Compiling hyper-rustls v0.27.7
44112025-11-11T20:21:39.677Z 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=224a4db5dde11453 -C extra-filename=-127681d6e9c9172b --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-74d7f181247a0469.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.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-3457c0af9d93e57f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.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`
44122025-11-11T20:21:39.701Z 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=8b03c6234db28ff2 -C extra-filename=-43e474fa560443f1 --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-3457c0af9d93e57f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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/`
44132025-11-11T20:21:40.275Z Compiling reqwest v0.12.24
44142025-11-11T20:21:40.322Z 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=6fb5ed6f16162b8b -C extra-filename=-f4d647ac6fdc43d8 --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-2c76e4570ee46fcc.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-74d7f181247a0469.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-e0d872ceedd35931.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.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-3457c0af9d93e57f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-47e03bbf9c09dd1e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-27d892a95d8992f0.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-f84c1011e2c8bdb6.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`
44152025-11-11T20:21:40.517Z Compiling async-global-executor v2.4.1
44162025-11-11T20:21:40.549Z 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`
44172025-11-11T20:21:41.588Z 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"'`
44182025-11-11T20:21:41.698Z Compiling plotters v0.3.7
44192025-11-11T20:21:41.723Z 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`
44202025-11-11T20:21:42.261Z Compiling supports-color v2.1.0
44212025-11-11T20:21:42.286Z 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`
44222025-11-11T20:21:42.671Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
44232025-11-11T20:21:42.696Z 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=35879231ff51d2c4 -C extra-filename=-f99e6d7de4b52ac6 --out-dir /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-25ef4b38a899aa30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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`
44242025-11-11T20:21:43.644Z Compiling progenitor-client v0.10.0
44252025-11-11T20:21:43.668Z 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=48b913b63492c2fa -C extra-filename=-967c0a878ada0e4d --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-f4d647ac6fdc43d8.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`
44262025-11-11T20:21:44.224Z Compiling progenitor-client v0.11.2
44272025-11-11T20:21:44.224Z 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=62c0f39e02fedf6e -C extra-filename=-faf71675a2afc780 --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-f4d647ac6fdc43d8.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`
44282025-11-11T20:21:44.258Z Compiling progenitor v0.10.0
44292025-11-11T20:21:44.282Z 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=198861e07f47a38f -C extra-filename=-833624fc213f74ae --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-967c0a878ada0e4d.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-136431c376fcc90a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-14cb4634458db70c.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`
44302025-11-11T20:21:44.538Z Compiling tough v0.20.0
44312025-11-11T20:21:44.562Z 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=1fcf6947693a5b5c -C extra-filename=-c201a86095480eea --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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
44322025-11-11T20:21:44.727Z Compiling progenitor v0.11.2
44332025-11-11T20:21:44.752Z 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=363738d5007636f9 -C extra-filename=-2fec11d8e90e4971 --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-faf71675a2afc780.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d89abd72aee1f8cc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6d977ed148ffebf2.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`
44342025-11-11T20:21:44.998Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44352025-11-11T20:21:45.023Z 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=b43624a0bc426c27 -C extra-filename=-b406f18a6d1306ad --out-dir /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-2fec11d8e90e4971.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
44362025-11-11T20:21:45.489Z Compiling progenitor-client v0.8.0
44372025-11-11T20:21:45.513Z 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=2b4a7788ff253a10 -C extra-filename=-4068226eee98c471 --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-f4d647ac6fdc43d8.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`
44382025-11-11T20:21:45.934Z Compiling progenitor v0.8.0
44392025-11-11T20:21:45.958Z 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=e0127b1b00931568 -C extra-filename=-52a12eb4fa7fbeaa --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-4068226eee98c471.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8c0e4be7b35e6061.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-06f1a451f6684990.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`
44402025-11-11T20:21:45.997Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
44412025-11-11T20:21:45.997Z 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/aaa5129/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=454bef6f4e0d9f50 -C extra-filename=-6ec0a7c72c789f4c --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-e07fc00c27b2848c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d5382c0632f08fda.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`
44422025-11-11T20:21:46.195Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
44432025-11-11T20:21:46.220Z 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=2bc122e46e02bc0d -C extra-filename=-833b4abeabb73b2d --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-52a12eb4fa7fbeaa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-37782ce35013dd71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d5382c0632f08fda.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`
44442025-11-11T20:21:49.272Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44452025-11-11T20:21:49.341Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d2615c113f54133 -C extra-filename=-d85e40791992ba23 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d85e40791992ba23 -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-b73a91d1c10eeaf2.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-e7738019bdd05e12.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-10cb31dc17bace29.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-4ee1d0e9945609ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.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-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-8780b73ed2d6c330.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-1f26b6717392f9e4.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-ced34b824d457562.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.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-85adaab1b3ff9bed.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`
44462025-11-11T20:21:49.638Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d85e40791992ba23/build-script-build`
44472025-11-11T20:21:49.700Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c89f2bbfa8e5c249 -C extra-filename=-a90960645e15a10c --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-b73a91d1c10eeaf2.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-e7738019bdd05e12.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-10cb31dc17bace29.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-4ee1d0e9945609ee.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.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-2f44c2de7557b3b7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-8780b73ed2d6c330.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-1f26b6717392f9e4.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-ced34b824d457562.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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-f1c0a5d281faa8f1.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.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-85adaab1b3ff9bed.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`
44482025-11-11T20:21:49.869Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44492025-11-11T20:21:49.894Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f93cf82a095df129 -C extra-filename=-fcce00b6cef56fa4 --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-a90960645e15a10c.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`
44502025-11-11T20:21:50.334Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
44512025-11-11T20:21:50.358Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b20152f4528f066 -C extra-filename=-968e345fa50616cc --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-e7738019bdd05e12.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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/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`
44522025-11-11T20:21:50.648Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44532025-11-11T20:21:50.673Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23cc68ffe0c829a -C extra-filename=-b119e63a28a1634a --out-dir /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-a90960645e15a10c.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`
44542025-11-11T20:21:50.722Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44552025-11-11T20:21:50.747Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=e960e02e1918af4c -C extra-filename=-5152ce5ca2af8055 --out-dir /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-fcce00b6cef56fa4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4519dd9ef8d21cd2.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-e7738019bdd05e12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-b406f18a6d1306ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
44562025-11-11T20:21:51.324Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=d5d3b0f00eaff2eb -C extra-filename=-a246cc3c3714f8b5 --out-dir /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-fcce00b6cef56fa4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4519dd9ef8d21cd2.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-e7738019bdd05e12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-b406f18a6d1306ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
44572025-11-11T20:21:51.519Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44582025-11-11T20:21:51.544Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98dc0d712fb17184 -C extra-filename=-6882536a5d709b91 --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-a90960645e15a10c.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`
44592025-11-11T20:21:51.789Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44602025-11-11T20:21:51.813Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=900f26dbb22775ac -C extra-filename=-e581678e7b2223ca --out-dir /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-7c6c89a2732a8da1.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-66ab2a719fd02fc0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1a73baed30b3eec7.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-a90960645e15a10c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-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-3457c0af9d93e57f.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`
44612025-11-11T20:21:51.986Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44622025-11-11T20:21:52.010Z 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=d4a92ade5080c44b -C extra-filename=-6ab70aae336329bb --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-25ef4b38a899aa30.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
44632025-11-11T20:21:52.366Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44642025-11-11T20:21:52.391Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5adef1d18423c668 -C extra-filename=-056073e58c6be57e --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-a90960645e15a10c.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`
44652025-11-11T20:21:53.069Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44662025-11-11T20:21:53.093Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b958c7aad6e74921 -C extra-filename=-7310074aa825963b --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-a90960645e15a10c.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`
44672025-11-11T20:21:53.378Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44682025-11-11T20:21:53.403Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=278e59582f5b7874 -C extra-filename=-3aa205342d5ec1c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-3aa205342d5ec1c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
44692025-11-11T20:21:53.460Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44702025-11-11T20:21:53.485Z 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=2b5a32b964fd181c -C extra-filename=-f9a0e10683130429 --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-0ac6e75528d14793.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-833b4abeabb73b2d.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cf9af829c6b8591f.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d5382c0632f08fda.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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`
44712025-11-11T20:21:53.774Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-3aa205342d5ec1c9/build-script-build`
44722025-11-11T20:21:53.830Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44732025-11-11T20:21:53.854Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c170a758da378ba -C extra-filename=-cc5c3061f2b3662e --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-a90960645e15a10c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
44742025-11-11T20:21:54.087Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44752025-11-11T20:21:54.112Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=795564d7a47442c6 -C extra-filename=-9c8cffce0ac48f67 --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-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
44762025-11-11T20:21:54.879Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44772025-11-11T20:21:54.904Z 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=0521ed9f20724af8 -C extra-filename=-2d5c222e45ed033a --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-a90960645e15a10c.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`
44782025-11-11T20:21:55.638Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44792025-11-11T20:21:55.663Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c459998657cdea29 -C extra-filename=-dea84c2cf32f7480 --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-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
44802025-11-11T20:21:55.937Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44812025-11-11T20:21:55.962Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab98c6099b505cee -C extra-filename=-6388013eb1429ceb --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-a90960645e15a10c.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`
44822025-11-11T20:21:56.210Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44832025-11-11T20:21:56.234Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab1e382c74473a5f -C extra-filename=-7d69ddc2e37f14b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7d69ddc2e37f14b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
44842025-11-11T20:21:56.428Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44852025-11-11T20:21:56.453Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af40e2cf3b281297 -C extra-filename=-b7afcd03aacb7a15 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b7afcd03aacb7a15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
44862025-11-11T20:21:56.578Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7d69ddc2e37f14b7/build-script-build`
44872025-11-11T20:21:56.638Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebee1128aaeadbf4 -C extra-filename=-4a90ec48ce1af572 --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-a90960645e15a10c.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`
44882025-11-11T20:21:57.484Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b7afcd03aacb7a15/build-script-build`
44892025-11-11T20:21:57.745Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44902025-11-11T20:21:57.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd7935a30d502f89 -C extra-filename=-9077ac5c98d1037a --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-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
44912025-11-11T20:21:57.983Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44922025-11-11T20:21:58.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02931a2ab219bf12 -C extra-filename=-aced2855c72ed226 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-aced2855c72ed226 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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-11-11T20:21:58.357Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-aced2855c72ed226/build-script-build`
44942025-11-11T20:21:58.416Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44952025-11-11T20:21:58.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f633e1c1668f43 -C extra-filename=-3a6fe406e52d782c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-3a6fe406e52d782c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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-11-11T20:21:58.788Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44972025-11-11T20:21:58.813Z 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=2c028b503b498feb -C extra-filename=-c8b72c579dfce4cb --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-2fec11d8e90e4971.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
44982025-11-11T20:22:00.058Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-3a6fe406e52d782c/build-script-build`
44992025-11-11T20:22:00.114Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45002025-11-11T20:22:00.139Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0ef4cae235b5cd5 -C extra-filename=-cf7583677d5c4f0b --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-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45012025-11-11T20:22:00.285Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45022025-11-11T20:22:00.310Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3244a244de58d1af -C extra-filename=-ca055943a4f0f9c9 --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-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
45032025-11-11T20:22:00.999Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45042025-11-11T20:22:01.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f75bde0551af7135 -C extra-filename=-da63b6aa913ddaac --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-da63b6aa913ddaac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
45052025-11-11T20:22:01.375Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=db1855db3551292f -C extra-filename=-e074a7ecb17cff8a --out-dir /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-170bdc378466cad1.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-a54749601f8bece6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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-446ca199fcecdbcb.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 --check-cfg 'cfg(svcadm_autoclear)'`
45062025-11-11T20:22:01.539Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45072025-11-11T20:22:01.563Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=58e097511ad9a573 -C extra-filename=-7ecf5f182a13978e --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-e7738019bdd05e12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.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`
45082025-11-11T20:22:05.861Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45092025-11-11T20:22:05.908Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45102025-11-11T20:22:05.908Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ea80596899159d2 -C extra-filename=-16493aedf1003fbf --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-e074a7ecb17cff8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64`
45112025-11-11T20:22:05.908Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bce6e4c6ed02cdc3 -C extra-filename=-773b065bbf225be9 --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-e7738019bdd05e12.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
45122025-11-11T20:22:05.974Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45132025-11-11T20:22:05.999Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9b657d01ad1080d -C extra-filename=-670232dba5be6c1a --out-dir /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-e7738019bdd05e12.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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45142025-11-11T20:22:06.934Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
45152025-11-11T20:22:06.959Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d1d8ce62c60fa213 -C extra-filename=-cb5291ef5d919a35 --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-e7738019bdd05e12.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-0a79e5fb9264b00b.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`
45162025-11-11T20:22:08.046Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45172025-11-11T20:22:08.071Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a57be8d58c8dcb3 -C extra-filename=-2449f1d87ea9d56f --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45182025-11-11T20:22:09.266Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7033e654d83095e4 -C extra-filename=-0312674bcca61987 --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-a246cc3c3714f8b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45192025-11-11T20:22:09.881Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
45202025-11-11T20:22:09.906Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb35742228530114 -C extra-filename=-fe544f934c3c3264 --out-dir /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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45212025-11-11T20:22:11.499Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45222025-11-11T20:22:11.539Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd60d80021e2871f -C extra-filename=-32d10ba540ccb013 --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.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`
45232025-11-11T20:22:11.878Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45242025-11-11T20:22:11.903Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f17516a14d52e126 -C extra-filename=-061b6cb130bc0f55 --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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`
45252025-11-11T20:22:12.809Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9102bc5be42288 -C extra-filename=-550bffc7cdd339d6 --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0312674bcca61987.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-df1c7611955e4103.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`
45262025-11-11T20:22:13.271Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45272025-11-11T20:22:13.296Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=485834c518f44d26 -C extra-filename=-cfbdc5a5b8a8f9b0 --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45282025-11-11T20:22:13.404Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a409cef5e566aed9 -C extra-filename=-b8a1ff57320b9d70 --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.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=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
45292025-11-11T20:22:14.452Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45302025-11-11T20:22:14.477Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62f5ee492a1a5cc -C extra-filename=-8e60c6f12c28e5d3 --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-ef3072972d660a5d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
45312025-11-11T20:22:14.641Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45322025-11-11T20:22:14.666Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=63893e79514041cc -C extra-filename=-02b941a59827aefd --out-dir /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-f2648bf5a0f3134f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-35203336b87e8f46.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45332025-11-11T20:22:14.763Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45342025-11-11T20:22:14.788Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd3ab80f03f2b94b -C extra-filename=-a2decca35aba5593 --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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`
45352025-11-11T20:22:15.305Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45362025-11-11T20:22:15.329Z 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=6a06506533448206 -C extra-filename=-c58dab160f6e867e --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-a246cc3c3714f8b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45372025-11-11T20:22:15.569Z 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=2a7201fe89a9431c -C extra-filename=-ab2c02771511310e --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45382025-11-11T20:22:15.704Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45392025-11-11T20:22:15.729Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ddd1bd08ad42a1 -C extra-filename=-28987829464f73a8 --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-a90960645e15a10c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-550bffc7cdd339d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0312674bcca61987.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`
45402025-11-11T20:22:17.627Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45412025-11-11T20:22:17.652Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82cccb7a98ea4bfa -C extra-filename=-6d0792a89940514c --out-dir /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-b8a1ff57320b9d70.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-e7738019bdd05e12.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.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-16493aedf1003fbf.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-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
45422025-11-11T20:22:17.914Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45432025-11-11T20:22:17.939Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=56c8f8d269b14977 -C extra-filename=-0464fe4316502d1b --out-dir /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 illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-02b941a59827aefd.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-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45442025-11-11T20:22:19.394Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45452025-11-11T20:22:19.419Z 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=90d9078795e208a6 -C extra-filename=-51f15a0fd88ea0eb --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c58dab160f6e867e.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-df1c7611955e4103.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`
45462025-11-11T20:22:20.755Z 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=c47edb2e24f850b6 -C extra-filename=-b749a109628740ee --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ab2c02771511310e.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-df1c7611955e4103.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`
45472025-11-11T20:22:20.986Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45482025-11-11T20:22:21.011Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4961499918c437e -C extra-filename=-eb5bdef2c0fadb47 --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-fe544f934c3c3264.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
45492025-11-11T20:22:21.944Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45502025-11-11T20:22:21.989Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76c63aca418191fd -C extra-filename=-d7dc26d3bc661a45 --out-dir /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-9c8cffce0ac48f67.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.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-a90960645e15a10c.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
45512025-11-11T20:22:22.240Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45522025-11-11T20:22:22.265Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88d4de313fbbd773 -C extra-filename=-e8c0410b0a3f6481 --out-dir /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-cb5291ef5d919a35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-6d0792a89940514c.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/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 -L native=/opt/ooce/pgsql-13/lib/amd64`
45532025-11-11T20:22:23.057Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45542025-11-11T20:22:23.082Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e46de159eaabc6a9 -C extra-filename=-10a5e101fbd7bee8 --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32d10ba540ccb013.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-28987829464f73a8.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.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`
45552025-11-11T20:22:23.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=84e89c1e067fb745 -C extra-filename=-fc05e16bc6cd8324 --out-dir /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-7931e426e478c04d.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-25ef4b38a899aa30.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-66ab2a719fd02fc0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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-3d59c4015b5f0076.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
45562025-11-11T20:22:23.528Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45572025-11-11T20:22:23.600Z 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=8a8efeb6739019a3 -C extra-filename=-9af2cfefc50381cd --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-a90960645e15a10c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-51f15a0fd88ea0eb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c58dab160f6e867e.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`
45582025-11-11T20:22:23.675Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45592025-11-11T20:22:23.700Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bb2017a31eb1188 -C extra-filename=-7ce5f5da2e98d997 --out-dir /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-e074a7ecb17cff8a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
45602025-11-11T20:22:25.343Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45612025-11-11T20:22:25.368Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fd380674242cb9a -C extra-filename=-e3acd1e5812c8e19 --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45622025-11-11T20:22:26.078Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45632025-11-11T20:22:26.103Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d4c7e31aa3c2980f -C extra-filename=-ca8431952e569e5a --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-25ef4b38a899aa30.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-74d7f181247a0469.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-a90960645e15a10c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3457c0af9d93e57f.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`
45642025-11-11T20:22:29.403Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45652025-11-11T20:22:29.428Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2021 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=740c198c9f4c379e -C extra-filename=-7aeb913801a1496e --out-dir /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-e074a7ecb17cff8a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45662025-11-11T20:22:29.784Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45672025-11-11T20:22:29.809Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bc286e47580f219 -C extra-filename=-110b54347c67572c --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-25ef4b38a899aa30.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-fe544f934c3c3264.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45682025-11-11T20:22:30.751Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45692025-11-11T20:22:30.776Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a486309c1519c81 -C extra-filename=-b08c410a3e77e8d7 --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
45702025-11-11T20:22:30.902Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45712025-11-11T20:22:30.926Z 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=7d9e1d72dd37f936 -C extra-filename=-f7e002d6b9277b29 --out-dir /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-a90960645e15a10c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2d5c222e45ed033a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b749a109628740ee.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9af2cfefc50381cd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ab2c02771511310e.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-df1c7611955e4103.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`
45722025-11-11T20:22:31.058Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45732025-11-11T20:22:31.083Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cb399461aae426c -C extra-filename=-e5463098d105900d --out-dir /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-fcce00b6cef56fa4.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-670232dba5be6c1a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-25ef4b38a899aa30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-fe544f934c3c3264.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-8780b73ed2d6c330.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-cb5291ef5d919a35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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 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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.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=/usr/ssl-3/lib/amd64`
45742025-11-11T20:22:31.108Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45752025-11-11T20:22:31.108Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5eb72a709e812b47 -C extra-filename=-3fbb235538353877 --out-dir /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-10cb31dc17bace29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-a90960645e15a10c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3457c0af9d93e57f.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7aeb913801a1496e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45762025-11-11T20:22:31.388Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45772025-11-11T20:22:31.412Z 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=9c3631773cd36c09 -C extra-filename=-59c5924106a788b6 --out-dir /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-f7e002d6b9277b29.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-3457c0af9d93e57f.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`
45782025-11-11T20:22:31.490Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45792025-11-11T20:22:31.515Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96b4433ce509c06d -C extra-filename=-4c3c70502694efa3 --out-dir /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-110b54347c67572c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
45802025-11-11T20:22:33.066Z Compiling samael v0.0.19
45812025-11-11T20:22:33.090Z 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`
45822025-11-11T20:22:34.931Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45832025-11-11T20:22:34.956Z 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=cf085f0ba11e7928 -C extra-filename=-79ae224d86fa602f --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-59c5924106a788b6.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-2fec11d8e90e4971.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a5b0d8c6448b9981.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`
45842025-11-11T20:22:35.171Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-b89d41089ed2c274/build-script-bindings`
45852025-11-11T20:22:35.532Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45862025-11-11T20:22:35.557Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52f913806b1b6eb5 -C extra-filename=-72c39d1e0c82a58c --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-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45872025-11-11T20:22:36.118Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45882025-11-11T20:22:36.142Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f978d468de116d9d -C extra-filename=-f7a60c8216301a3c --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-c8b72c579dfce4cb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.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`
45892025-11-11T20:22:36.712Z 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)'`
45902025-11-11T20:22:37.010Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45912025-11-11T20:22:37.034Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb76199caadfc28f -C extra-filename=-b66e748c46db3bca --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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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`
45922025-11-11T20:22:37.078Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-da63b6aa913ddaac/build-script-build`
45932025-11-11T20:22:37.134Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45942025-11-11T20:22:37.159Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f917a5e2188faac7 -C extra-filename=-3d3ded254c636825 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3d3ded254c636825 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
45952025-11-11T20:22:37.502Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45962025-11-11T20:22:37.528Z 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=ec5321ab6b6fd5f8 -C extra-filename=-7b35305b396d0541 --out-dir /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-b73a91d1c10eeaf2.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-e7738019bdd05e12.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-907fa5398d918b31.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.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`
45972025-11-11T20:22:40.610Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45982025-11-11T20:22:40.657Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5aaf52975ccf0dda -C extra-filename=-6090f740cc48ae74 --out-dir /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-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-72c39d1e0c82a58c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45992025-11-11T20:22:41.129Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3d3ded254c636825/build-script-build`
46002025-11-11T20:22:41.192Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46012025-11-11T20:22:41.216Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce88dd2aa81ce020 -C extra-filename=-f32f2bf7e160c981 --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-25ef4b38a899aa30.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-a90960645e15a10c.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-0a79e5fb9264b00b.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`
46022025-11-11T20:22:41.246Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46032025-11-11T20:22:41.246Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b1716fe32019cf3 -C extra-filename=-3b2b14a7287a87f9 --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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.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`
46042025-11-11T20:22:41.973Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
46052025-11-11T20:22:41.998Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/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=8bd15d75a36403f3 -C extra-filename=-727f6ef5b5e25765 --out-dir /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-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
46062025-11-11T20:22:42.480Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46072025-11-11T20:22:42.504Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c9e45603a11f680 -C extra-filename=-2f860b910a5e124d --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-25ef4b38a899aa30.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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
46082025-11-11T20:22:43.308Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
46092025-11-11T20:22:43.333Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7479e51d2598b15f -C extra-filename=-aeb85ec4776bd688 --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-25ef4b38a899aa30.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-6ab70aae336329bb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
46102025-11-11T20:22:44.064Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46112025-11-11T20:22:44.088Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e96e9ae3951c66e -C extra-filename=-5f88eccc1ed3baa8 --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-25ef4b38a899aa30.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-74d7f181247a0469.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
46122025-11-11T20:22:44.377Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
46132025-11-11T20:22:44.414Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16d6b94121c4c795 -C extra-filename=-1f437d5103e05294 --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-61a5fc82328ddd06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46142025-11-11T20:22:44.648Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46152025-11-11T20:22:44.673Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79d6fefe7854297f -C extra-filename=-f4320ae30d12524a --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-670232dba5be6c1a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
46162025-11-11T20:22:45.741Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
46172025-11-11T20:22:45.766Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23357b8996c3fe7 -C extra-filename=-b8f780bc185a540f --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-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6090f740cc48ae74.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46182025-11-11T20:22:46.134Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
46192025-11-11T20:22:46.159Z 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/aaa5129/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=85afa8d3921a4df3 -C extra-filename=-967178dc83d747fb --out-dir /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-25ef4b38a899aa30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-56fd7a63a421067e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d5382c0632f08fda.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`
46202025-11-11T20:22:46.397Z Compiling polar-core v0.27.3
46212025-11-11T20:22:46.422Z 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=21b2c3eff4811668 -C extra-filename=-aed9c9bb0e025c11 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-aed9c9bb0e025c11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-f2fd4a4d33ce2784.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`
46222025-11-11T20:22:47.072Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46232025-11-11T20:22:47.097Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c49312605ea9839a -C extra-filename=-104188d2d47b9712 --out-dir /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-25ef4b38a899aa30.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-10cb31dc17bace29.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-907fa5398d918b31.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.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`
46242025-11-11T20:22:47.950Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-aed9c9bb0e025c11/build-script-build`
46252025-11-11T20:22:48.609Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46262025-11-11T20:22:48.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c5d6d102c76df1f -C extra-filename=-5fdc5a305affcd4f --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-670232dba5be6c1a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
46272025-11-11T20:22:48.991Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46282025-11-11T20:22:49.017Z 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=ce497abe6fd6a62b -C extra-filename=-5bf273ae64b50132 --out-dir /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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.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`
46292025-11-11T20:22:49.258Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46302025-11-11T20:22:49.282Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab731a24168332e3 -C extra-filename=-d3927fc3506fc096 --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
46312025-11-11T20:22:49.615Z 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=cf5a6ddedcdc4789 -C extra-filename=-6b387beee9c24834 --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`
46322025-11-11T20:22:50.338Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46332025-11-11T20:22:50.363Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58ee9364c57db7f -C extra-filename=-5d301815a7449911 --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-8780b73ed2d6c330.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
46342025-11-11T20:22:50.537Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46352025-11-11T20:22:50.563Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=972494a6bcd341e5 -C extra-filename=-1d1fe37e64637c0c --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-25ef4b38a899aa30.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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
46362025-11-11T20:22:50.649Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46372025-11-11T20:22:50.674Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbcc50bffec7eac8 -C extra-filename=-ae22275369cc3d6c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-ae22275369cc3d6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
46382025-11-11T20:22:51.055Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-ae22275369cc3d6c/build-script-build`
46392025-11-11T20:22:51.115Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46402025-11-11T20:22:51.141Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aeabf80ecf93e59 -C extra-filename=-af657580ae873e73 --out-dir /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-79ae224d86fa602f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
46412025-11-11T20:22:51.287Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46422025-11-11T20:22:51.315Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5eb334edc4007c84 -C extra-filename=-18ae9ca1b318bdf8 --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-cfbdc5a5b8a8f9b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
46432025-11-11T20:22:51.448Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46442025-11-11T20:22:51.475Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dc39b386154db7c -C extra-filename=-77fc08323f513f94 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-77fc08323f513f94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
46452025-11-11T20:22:51.882Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-77fc08323f513f94/build-script-build`
46462025-11-11T20:22:51.945Z 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,)'`
46472025-11-11T20:22:52.578Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60ade6671bce04f9 -C extra-filename=-eb29abc46e99ebcf --out-dir /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-18ae9ca1b318bdf8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
46482025-11-11T20:22:52.697Z Compiling git2 v0.20.2
46492025-11-11T20:22:52.722Z 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`
46502025-11-11T20:22:52.938Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46512025-11-11T20:22:52.963Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cbef70a83148869 -C extra-filename=-0cc323e0a31bc5b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0cc323e0a31bc5b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
46522025-11-11T20:22:53.343Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0cc323e0a31bc5b0/build-script-build`
46532025-11-11T20:22:53.404Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46542025-11-11T20:22:53.429Z 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=0f2ad888e721061d -C extra-filename=-7b88a46adac2049d --out-dir /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-f7e002d6b9277b29.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-3457c0af9d93e57f.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`
46552025-11-11T20:22:53.731Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46562025-11-11T20:22:53.755Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e9275a55d918677 -C extra-filename=-72c3df530f657743 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-72c3df530f657743 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
46572025-11-11T20:22:54.149Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46582025-11-11T20:22:54.173Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e9dc766b7cab77e -C extra-filename=-12c1bcd7642c88fd --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-7ce5f5da2e98d997.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-6d0792a89940514c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.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`
46592025-11-11T20:22:56.131Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46602025-11-11T20:22:56.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ab58fe78aff14ea -C extra-filename=-1cff4684fc2532d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-1cff4684fc2532d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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-11-11T20:22:56.556Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46622025-11-11T20:22:56.583Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29d42e6081c7ee17 -C extra-filename=-9edd776987c282e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9edd776987c282e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
46632025-11-11T20:22:57.012Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9edd776987c282e4/build-script-build`
46642025-11-11T20:22:57.078Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-1cff4684fc2532d9/build-script-build`
46652025-11-11T20:22:57.144Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46662025-11-11T20:22:57.169Z 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=efcd040f40690ac1 -C extra-filename=-fefab244a2307bea --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-7b88a46adac2049d.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-2fec11d8e90e4971.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a5b0d8c6448b9981.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`
46672025-11-11T20:22:57.307Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-72c3df530f657743/build-script-build`
46682025-11-11T20:22:57.373Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46692025-11-11T20:22:57.398Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3971218075e94be5 -C extra-filename=-f05c7f003b9daff4 --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-670232dba5be6c1a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
46702025-11-11T20:22:57.557Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46712025-11-11T20:22:57.582Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9cfa82869a0fc3e -C extra-filename=-613e7355f1948f3c --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-670232dba5be6c1a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
46722025-11-11T20:22:58.400Z 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)'`
46732025-11-11T20:22:59.288Z Compiling oso v0.27.3
46742025-11-11T20:22:59.313Z 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=3bb2e52d1068c245 -C extra-filename=-e9ee0ebe1737bb5e --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-6b387beee9c24834.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`
46752025-11-11T20:22:59.623Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46762025-11-11T20:22:59.648Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cb86c3322af155e -C extra-filename=-662fd4f266a3d203 --out-dir /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-25ef4b38a899aa30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-69e72dbf27e26d4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
46772025-11-11T20:23:00.594Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46782025-11-11T20:23:00.619Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e52b3673bbcdcca -C extra-filename=-dccb0461ffeb6a70 --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-61a5fc82328ddd06.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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=/usr/ssl-3/lib/amd64`
46792025-11-11T20:23:01.512Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46802025-11-11T20:23:01.538Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b21e3c4331cd2e7 -C extra-filename=-4d9d1f68f26875be --out-dir /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-25ef4b38a899aa30.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-4ee1d0e9945609ee.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b129ac350673a547.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64`
46812025-11-11T20:23:03.580Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46822025-11-11T20:23:03.641Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=eb633ca43d76897a -C extra-filename=-762afeee46eb9ae8 --out-dir /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-25ef4b38a899aa30.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-f9a0e10683130429.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46832025-11-11T20:23:03.861Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c3e8f4781f31e49 -C extra-filename=-580cc911457e2968 --out-dir /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-670232dba5be6c1a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9077ac5c98d1037a.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-6ab70aae336329bb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-662fd4f266a3d203.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e3acd1e5812c8e19.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46842025-11-11T20:23:05.577Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46852025-11-11T20:23:05.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b637c988361e992 -C extra-filename=-49353d50164799ae --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-25ef4b38a899aa30.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3457c0af9d93e57f.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`
46862025-11-11T20:23:06.237Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46872025-11-11T20:23:06.263Z 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=f156e010ce8fc295 -C extra-filename=-8dbb228f04eea86f --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-61a5fc82328ddd06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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/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-11-11T20:23:06.794Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46892025-11-11T20:23:06.819Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a669c28a9181661 -C extra-filename=-b6726fca452c75f7 --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-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-11-11T20:23:07.146Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46912025-11-11T20:23:07.172Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c9b8b594ad06ed8 -C extra-filename=-c162f26f9c36975f --out-dir /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-5fdc5a305affcd4f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.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-0a79e5fb9264b00b.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46922025-11-11T20:23:10.563Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46932025-11-11T20:23:10.611Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3125eea675a6e3e -C extra-filename=-e17a7bcd747c1f70 --out-dir /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-25ef4b38a899aa30.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-aeb85ec4776bd688.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-115bab04a0181f4e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-74d7f181247a0469.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-5d49332550df18a1.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-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.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 /usr/platform/oxide/lib/amd64/`
46942025-11-11T20:23:12.922Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46952025-11-11T20:23:12.970Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa481671cc24fe7 -C extra-filename=-da44914b7aae2c48 --out-dir /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-670232dba5be6c1a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-773b065bbf225be9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.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-662fd4f266a3d203.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-e8c0410b0a3f6481.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46962025-11-11T20:23:13.492Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46972025-11-11T20:23:13.540Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f459eae7f6024ac7 -C extra-filename=-34b0abc93155853b --out-dir /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-25ef4b38a899aa30.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-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
46982025-11-11T20:23:14.807Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46992025-11-11T20:23:14.855Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bca7886b901ce11 -C extra-filename=-783e4b02314c2e2f --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-773b065bbf225be9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.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-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
47002025-11-11T20:23:19.810Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47012025-11-11T20:23:19.836Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=387f49aa1cf1d3c4 -C extra-filename=-1fe3f9997311ebf6 --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-25ef4b38a899aa30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4d9d1f68f26875be.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47022025-11-11T20:23:22.767Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47032025-11-11T20:23:22.838Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=be793231aae43186 -C extra-filename=-fcabeba3fab9a4a3 --out-dir /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-b8a1ff57320b9d70.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.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-74d7f181247a0469.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-85adaab1b3ff9bed.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47042025-11-11T20:23:24.609Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
47052025-11-11T20:23:24.634Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/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=2c16a988d8770e97 -C extra-filename=-918a480bc7963539 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-918a480bc7963539 -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`
47062025-11-11T20:23:26.473Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-918a480bc7963539/build-script-build`
47072025-11-11T20:23:28.357Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47082025-11-11T20:23:28.383Z 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=cab79503f06a35d5 -C extra-filename=-ccf5cba3d5a41a69 --out-dir /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-fefab244a2307bea.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`
47092025-11-11T20:23:28.421Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47102025-11-11T20:23:28.447Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=470ac163faf11681 -C extra-filename=-32339af25d19e36b --out-dir /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-b73a91d1c10eeaf2.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-66ab2a719fd02fc0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
47112025-11-11T20:23:29.240Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47122025-11-11T20:23:29.267Z 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=29e731e0d44eb465 -C extra-filename=-9c1e2c99a01fafa9 --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-25ef4b38a899aa30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64`
47132025-11-11T20:23:29.741Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47142025-11-11T20:23:29.767Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66d939aabf3124b4 -C extra-filename=-45f373aef211971f --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-25ef4b38a899aa30.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-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64`
47152025-11-11T20:23:29.842Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47162025-11-11T20:23:29.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=854f5026af07329e -C extra-filename=-fd8ec44c590d4fb1 --out-dir /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-25ef4b38a899aa30.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-74d7f181247a0469.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f99e6d7de4b52ac6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
47172025-11-11T20:23:30.744Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47182025-11-11T20:23:30.769Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edd7db31f6a71cfc -C extra-filename=-676d48d667620d85 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-676d48d667620d85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
47192025-11-11T20:23:31.156Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47202025-11-11T20:23:31.182Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fd2c993e82937cd -C extra-filename=-fa30be851db87605 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fa30be851db87605 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
47212025-11-11T20:23:31.573Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47222025-11-11T20:23:31.598Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4298302ff2ff8d14 -C extra-filename=-a593fd7e10acfca3 --out-dir /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-a90960645e15a10c.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`
47232025-11-11T20:23:31.904Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
47242025-11-11T20:23:31.930Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/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=7a989041d6bc9a90 -C extra-filename=-2839a12c6bf80fa3 --out-dir /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-833624fc213f74ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
47252025-11-11T20:23:32.313Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fa30be851db87605/build-script-build`
47262025-11-11T20:23:32.373Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-676d48d667620d85/build-script-build`
47272025-11-11T20:23:32.430Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47282025-11-11T20:23:32.455Z 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=1a339d79d75578ab -C extra-filename=-3645503ef5bb68fa --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-ccf5cba3d5a41a69.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2fec11d8e90e4971.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-81039c409e99976f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
47292025-11-11T20:23:32.914Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/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=a2831c40bbe80cd5 -C extra-filename=-d1fbb9b5c6e4b668 --out-dir /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-25ef4b38a899aa30.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-3457c0af9d93e57f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-391c394631fc9fdb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
47302025-11-11T20:23:34.329Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47312025-11-11T20:23:34.355Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d1ae9ada30c50df -C extra-filename=-391c092736660918 --out-dir /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 indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e2ae977e741df11e.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-0a79e5fb9264b00b.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47322025-11-11T20:23:35.344Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47332025-11-11T20:23:35.370Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed75d1da968d130b -C extra-filename=-b192d35f5f50a045 --out-dir /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-7931e426e478c04d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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 -L native=/usr/lib/amd64`
47342025-11-11T20:23:36.291Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47352025-11-11T20:23:36.316Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc6fa35c34a25a3c -C extra-filename=-efea40c7288c78a6 --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-a90960645e15a10c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
47362025-11-11T20:23:36.667Z Compiling textwrap v0.15.2
47372025-11-11T20:23:36.692Z 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`
47382025-11-11T20:23:37.369Z Compiling supports-hyperlinks v2.1.0
47392025-11-11T20:23:37.394Z 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`
47402025-11-11T20:23:37.506Z Compiling supports-unicode v2.1.0
47412025-11-11T20:23:37.532Z 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`
47422025-11-11T20:23:37.703Z Compiling hashbrown v0.14.5
47432025-11-11T20:23:37.728Z 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`
47442025-11-11T20:23:37.846Z Compiling password-hash v0.4.2
47452025-11-11T20:23:37.871Z 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`
47462025-11-11T20:23:38.024Z Compiling backtrace-ext v0.2.1
47472025-11-11T20:23:38.049Z 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`
47482025-11-11T20:23:38.386Z Compiling async-attributes v1.1.2
47492025-11-11T20:23:38.411Z 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`
47502025-11-11T20:23:38.668Z Compiling tinytemplate v1.2.1
47512025-11-11T20:23:38.705Z 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`
47522025-11-11T20:23:38.847Z Compiling miette-derive v5.10.0
47532025-11-11T20:23:38.873Z 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`
47542025-11-11T20:23:39.307Z Compiling terminal_size v0.1.17
47552025-11-11T20:23:39.348Z 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`
47562025-11-11T20:23:39.536Z Compiling kv-log-macro v1.0.7
47572025-11-11T20:23:39.575Z 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`
47582025-11-11T20:23:39.600Z Compiling target-spec v3.5.0
47592025-11-11T20:23:39.644Z 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`
47602025-11-11T20:23:39.820Z Compiling oorandom v11.1.4
47612025-11-11T20:23:39.845Z 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`
47622025-11-11T20:23:40.129Z Compiling owo-colors v3.5.0
47632025-11-11T20:23:40.155Z 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`
47642025-11-11T20:23:40.186Z Compiling anes v0.1.6
47652025-11-11T20:23:40.186Z 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`
47662025-11-11T20:23:40.642Z Compiling criterion v0.7.0
47672025-11-11T20:23:40.667Z 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=ca5185bebc37db10 -C extra-filename=-ea19e53fa8141ba6 --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-3457c0af9d93e57f.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`
47682025-11-11T20:23:41.014Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
47692025-11-11T20:23:41.098Z Compiling async-std v1.13.0
47702025-11-11T20:23:41.123Z 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`
47712025-11-11T20:23:41.223Z Compiling chumsky v0.9.3
47722025-11-11T20:23:41.249Z 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`
47732025-11-11T20:23:41.889Z Compiling miette v5.10.0
47742025-11-11T20:23:41.914Z 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`
47752025-11-11T20:23:43.804Z Compiling pbkdf2 v0.11.0
47762025-11-11T20:23:43.829Z 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`
47772025-11-11T20:23:44.206Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f78b5160434a30c -C extra-filename=-66c5e9f3badff100 --out-dir /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-e7738019bdd05e12.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-fe544f934c3c3264.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47782025-11-11T20:23:44.468Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47792025-11-11T20:23:44.494Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b82777b55e64f129 -C extra-filename=-8b0ed5adee043e91 --out-dir /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-613e7355f1948f3c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
47802025-11-11T20:23:47.026Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47812025-11-11T20:23:47.052Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=651ac9bcdfcd9363 -C extra-filename=-f8839bb47cd0be56 --out-dir /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-790c7da1a746368c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
47822025-11-11T20:23:49.969Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47832025-11-11T20:23:49.995Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=5389abd5927bceee -C extra-filename=-ff3f16ca2a354e89 --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-a90960645e15a10c.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`
47842025-11-11T20:23:51.278Z Compiling cfg-expr v0.20.1
47852025-11-11T20:23:51.303Z 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`
47862025-11-11T20:23:51.579Z Compiling ssh-key v0.6.6
47872025-11-11T20:23:51.604Z 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`
47882025-11-11T20:23:52.559Z 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`
47892025-11-11T20:23:52.743Z Compiling p521 v0.13.3
47902025-11-11T20:23:52.768Z 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`
47912025-11-11T20:23:54.589Z Compiling p256 v0.13.2
47922025-11-11T20:23:54.629Z 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`
47932025-11-11T20:23:55.370Z Compiling knuffel-derive v3.2.0
47942025-11-11T20:23:55.396Z 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`
47952025-11-11T20:23:55.421Z Compiling blake3 v1.5.4
47962025-11-11T20:23:55.421Z 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`
47972025-11-11T20:23:56.198Z Compiling russh-cryptovec v0.7.3
47982025-11-11T20:23:56.224Z 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`
47992025-11-11T20:23:56.605Z Compiling md5 v0.7.0
48002025-11-11T20:23:56.645Z 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`
48012025-11-11T20:23:57.196Z Compiling russh-keys v0.45.0
48022025-11-11T20:23:57.243Z 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=632ad8f6d2085941 -C extra-filename=-fb91f0b1e32b2a91 --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-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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`
48032025-11-11T20:23:57.387Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
48042025-11-11T20:23:58.068Z 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`
48052025-11-11T20:23:58.765Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c61dcd545d150887 -C extra-filename=-7fa109a66a2fcbe2 --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-580cc911457e2968.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48062025-11-11T20:23:58.936Z Compiling knuffel v3.2.0
48072025-11-11T20:23:58.962Z 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`
48082025-11-11T20:24:00.149Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d1ec7652458940c -C extra-filename=-95101490880613d7 --out-dir /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-cf7583677d5c4f0b.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-25ef4b38a899aa30.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-74d7f181247a0469.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-7fa109a66a2fcbe2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e9ee0ebe1737bb5e.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-3457c0af9d93e57f.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 -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`
48092025-11-11T20:24:00.349Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48102025-11-11T20:24:00.375Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2021 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=453b7cc8427145ea -C extra-filename=-a93d8816a3d30e9b --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-b8a1ff57320b9d70.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-e7738019bdd05e12.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.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-61a5fc82328ddd06.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.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=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48112025-11-11T20:24:00.669Z Compiling async-object-pool v0.1.5
48122025-11-11T20:24:00.696Z 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`
48132025-11-11T20:24:00.990Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48142025-11-11T20:24:01.015Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=702b6e8bae1967a9 -C extra-filename=-9aaea34f39e9a32a --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-b66e748c46db3bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.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`
48152025-11-11T20:24:04.206Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48162025-11-11T20:24:04.206Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86f3fa7e7fecae5b -C extra-filename=-4aa94e6049d6ff76 --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-670232dba5be6c1a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
48172025-11-11T20:24:04.730Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48182025-11-11T20:24:04.756Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8526d8ebb08cbc80 -C extra-filename=-2af23ca73cc5c544 --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-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e581678e7b2223ca.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`
48192025-11-11T20:24:04.863Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48202025-11-11T20:24:04.888Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=324081c32e9349b9 -C extra-filename=-b7605ea12b595b11 --out-dir /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-25ef4b38a899aa30.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-74d7f181247a0469.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
48212025-11-11T20:24:06.687Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48222025-11-11T20:24:06.712Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86c989f57546b887 -C extra-filename=-d63def462040d39e --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-95101490880613d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48232025-11-11T20:24:06.947Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48242025-11-11T20:24:06.972Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8296933b2ceafed5 -C extra-filename=-9422b400b5a4388f --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-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
48252025-11-11T20:24:07.172Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48262025-11-11T20:24:07.197Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e1128a1aecad4c3 -C extra-filename=-92bdd9ed7776e8ff --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-a90960645e15a10c.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`
48272025-11-11T20:24:07.441Z Compiling num-bigint v0.4.6
48282025-11-11T20:24:07.466Z 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`
48292025-11-11T20:24:08.010Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b68386e641cf8b98 -C extra-filename=-ae5028282df1703e --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-21299cfb2a376262.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-9077ac5c98d1037a.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-95101490880613d7.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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=/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`
48302025-11-11T20:24:08.528Z Compiling pathdiff v0.2.3
48312025-11-11T20:24:08.554Z 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`
48322025-11-11T20:24:08.759Z Compiling des v0.8.1
48332025-11-11T20:24:08.784Z 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`
48342025-11-11T20:24:09.087Z Compiling assert-json-diff v2.0.2
48352025-11-11T20:24:09.112Z 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`
48362025-11-11T20:24:09.142Z Compiling serde_regex v1.1.0
48372025-11-11T20:24:09.167Z 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`
48382025-11-11T20:24:09.488Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48392025-11-11T20:24:09.512Z 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`
48402025-11-11T20:24:09.881Z Compiling path-tree v0.8.1
48412025-11-11T20:24:09.906Z 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`
48422025-11-11T20:24:10.369Z Compiling doc-comment v0.3.3
48432025-11-11T20:24:10.414Z 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`
48442025-11-11T20:24:10.439Z Compiling nested v0.1.1
48452025-11-11T20:24:10.439Z 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`
48462025-11-11T20:24:10.765Z Compiling stringmetrics v2.2.2
48472025-11-11T20:24:10.790Z 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`
48482025-11-11T20:24:10.976Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
48492025-11-11T20:24:11.093Z Compiling httpmock v0.8.0-alpha.1
48502025-11-11T20:24:11.117Z 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=e37c88d6f03a23e3 -C extra-filename=-b8f87e8310b958f7 --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-74d7f181247a0469.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.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-3457c0af9d93e57f.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`
48512025-11-11T20:24:11.184Z Compiling guppy v0.17.20
48522025-11-11T20:24:11.209Z 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=623c2661925d5077 -C extra-filename=-98c6c51fcf0abfc4 --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-c63da84d0f3b583c.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-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-e59bd1619248066e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-79da9eed9067aabc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-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`
48532025-11-11T20:24:13.897Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48542025-11-11T20:24:13.922Z 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=6b08b705b7657c73 -C extra-filename=-4fce9b1402d7a67e --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-5c99c8a3d569b68c.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`
48552025-11-11T20:24:15.322Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=6406f85ee62f9f73 -C extra-filename=-73fa15aae969c071 --out-dir /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-21299cfb2a376262.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-670232dba5be6c1a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.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-9077ac5c98d1037a.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-25ef4b38a899aa30.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-95101490880613d7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7fa109a66a2fcbe2.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3d59c4015b5f0076.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-f99e6d7de4b52ac6.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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=/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`
48562025-11-11T20:24:15.565Z Compiling russh v0.45.0
48572025-11-11T20:24:15.590Z 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=498781191df9103d -C extra-filename=-dbc8d4e6f8aa7831 --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-fb91f0b1e32b2a91.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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48582025-11-11T20:24:16.436Z 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()))'`
48592025-11-11T20:24:16.932Z Compiling rstest_macros v0.25.0
48602025-11-11T20:24:16.957Z 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`
48612025-11-11T20:24:17.111Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48622025-11-11T20:24:17.136Z 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`
48632025-11-11T20:24:17.466Z Compiling assert_cmd v2.0.17
48642025-11-11T20:24:17.492Z 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`
48652025-11-11T20:24:17.518Z Compiling target-triple v0.1.3
48662025-11-11T20:24:17.518Z 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`
48672025-11-11T20:24:17.600Z Compiling topological-sort v0.2.2
48682025-11-11T20:24:17.624Z 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`
48692025-11-11T20:24:17.904Z Compiling internet-checksum v0.2.1
48702025-11-11T20:24:17.929Z 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`
48712025-11-11T20:24:18.037Z Compiling escape8259 v0.5.3
48722025-11-11T20:24:18.062Z 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-11-11T20:24:18.138Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
48742025-11-11T20:24:18.230Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
48752025-11-11T20:24:18.257Z Compiling omicron-zone-package v0.12.2
48762025-11-11T20:24:18.282Z 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=ba04f0a21f312db4 -C extra-filename=-aa88263e9c977be2 --out-dir /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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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`
48772025-11-11T20:24:18.307Z Compiling libtest-mimic v0.8.1
48782025-11-11T20:24:18.307Z 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`
48792025-11-11T20:24:18.410Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387/build-script-build`
48802025-11-11T20:24:18.567Z 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`
48812025-11-11T20:24:18.726Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48822025-11-11T20:24:18.750Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=899cc0e744f4f965 -C extra-filename=-8db351ca632db356 --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-25ef4b38a899aa30.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-9422b400b5a4388f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
48832025-11-11T20:24:19.830Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48842025-11-11T20:24:20.408Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=033a77202cdf71b4 -C extra-filename=-2b58c1863ce42b30 --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.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-5152ce5ca2af8055.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48852025-11-11T20:24:20.408Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48862025-11-11T20:24:20.408Z 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=4822388a26c33fd5 -C extra-filename=-9bd906ef6dc85ea9 --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-b8a1ff57320b9d70.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-a93d8816a3d30e9b.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`
48872025-11-11T20:24:21.472Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
48882025-11-11T20:24:21.496Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fe88f91994958e6 -C extra-filename=-bf3d4c49ce007717 --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-762afeee46eb9ae8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48892025-11-11T20:24:22.343Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48902025-11-11T20:24:22.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd9895f843cc073 -C extra-filename=-370de03cc1662f34 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-370de03cc1662f34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
48912025-11-11T20:24:22.783Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48922025-11-11T20:24:22.810Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ffc952378c1916e -C extra-filename=-7edf8f8773fe87b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-7edf8f8773fe87b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
48932025-11-11T20:24:23.182Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48942025-11-11T20:24:23.207Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32f493d9e8e8a28b -C extra-filename=-1b3e358f8b1455b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-1b3e358f8b1455b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
48952025-11-11T20:24:23.329Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48962025-11-11T20:24:23.358Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d1cbb75b23fab7a -C extra-filename=-45bcd3617731a4c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-45bcd3617731a4c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
48972025-11-11T20:24:23.578Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48982025-11-11T20:24:23.603Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45895ac7135e548e -C extra-filename=-93093792a8288430 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-93093792a8288430 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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-11-11T20:24:23.972Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49002025-11-11T20:24:23.996Z 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`
49012025-11-11T20:24:24.275Z Compiling proc-macro-crate v3.2.0
49022025-11-11T20:24:24.304Z 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=fc0f1e0e9344d1ad -C extra-filename=-52470053a3a9ee0f --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-dd434080040001a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49032025-11-11T20:24:24.425Z Compiling fancy-regex v0.14.0
49042025-11-11T20:24:24.450Z 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`
49052025-11-11T20:24:24.927Z Compiling relative-path v1.9.3
49062025-11-11T20:24:24.952Z 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`
49072025-11-11T20:24:25.407Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49082025-11-11T20:24:25.432Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a15025a76035872 -C extra-filename=-08f6be44a05b044a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49092025-11-11T20:24:25.559Z 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=447bfcf2267a0d87 -C extra-filename=-f74f5b745966ce09 --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-52470053a3a9ee0f.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`
49102025-11-11T20:24:25.795Z Compiling datatest-stable v0.3.2
49112025-11-11T20:24:25.820Z 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`
49122025-11-11T20:24:26.181Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49132025-11-11T20:24:26.206Z 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`
49142025-11-11T20:24:26.505Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-45bcd3617731a4c8/build-script-build`
49152025-11-11T20:24:26.690Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-93093792a8288430/build-script-build`
49162025-11-11T20:24:26.749Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-1b3e358f8b1455b6/build-script-build`
49172025-11-11T20:24:26.811Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-7edf8f8773fe87b4/build-script-build`
49182025-11-11T20:24:26.880Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-370de03cc1662f34/build-script-build`
49192025-11-11T20:24:26.938Z 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`
49202025-11-11T20:24:28.107Z 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"))'`
49212025-11-11T20:24:28.299Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49222025-11-11T20:24:28.326Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30e75b78f67992e8 -C extra-filename=-438aca7376fabacb --out-dir /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-b66e748c46db3bca.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-79ae224d86fa602f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-907fa5398d918b31.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e3acd1e5812c8e19.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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`
49232025-11-11T20:24:29.122Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
49242025-11-11T20:24:29.149Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4e3176411b27371 -C extra-filename=-ef54281368b3360a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-ef54281368b3360a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
49252025-11-11T20:24:29.542Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49262025-11-11T20:24:29.567Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d641a866a48d397 -C extra-filename=-625525f36ed806d3 --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-4fce9b1402d7a67e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8dbb228f04eea86f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dbc8d4e6f8aa7831.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fb91f0b1e32b2a91.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-6d0792a89940514c.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49272025-11-11T20:24:31.814Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49282025-11-11T20:24:31.839Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0890a210355e2d5c -C extra-filename=-3f2426023a881317 --out-dir /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-c63da84d0f3b583c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-a90960645e15a10c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
49292025-11-11T20:24:33.913Z Compiling support-bundle-viewer v0.1.2
49302025-11-11T20:24:33.938Z 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=c333a3e37d2454f1 -C extra-filename=-9ce99e5492994807 --out-dir /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-3457c0af9d93e57f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.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`
49312025-11-11T20:24:34.060Z Compiling multimap v0.10.1
49322025-11-11T20:24:34.085Z 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`
49332025-11-11T20:24:34.469Z Compiling uzers v0.12.1
49342025-11-11T20:24:34.493Z 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`
49352025-11-11T20:24:35.084Z Compiling termcolor v1.4.1
49362025-11-11T20:24:35.109Z 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`
49372025-11-11T20:24:35.563Z Compiling rstest v0.25.0
49382025-11-11T20:24:35.588Z 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=a55b1267b9f8c625 -C extra-filename=-cdde9ab14f2a9095 --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-f74f5b745966ce09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49392025-11-11T20:24:35.927Z Compiling trybuild v1.0.106
49402025-11-11T20:24:35.952Z 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`
49412025-11-11T20:24:35.976Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-ef54281368b3360a/build-script-build`
49422025-11-11T20:24:36.032Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
49432025-11-11T20:24:36.057Z 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`
49442025-11-11T20:24:37.600Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
49452025-11-11T20:24:37.625Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7f38df66d27667a -C extra-filename=-6af0406047e80b58 --out-dir /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-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
49462025-11-11T20:24:41.590Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49472025-11-11T20:24:41.631Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b37388b4d0c7c17d -C extra-filename=-35045e9d2607004b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-35045e9d2607004b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
49482025-11-11T20:24:42.077Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49492025-11-11T20:24:42.102Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bedd07c923ee306 -C extra-filename=-7def1cadeb96bfda --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-7def1cadeb96bfda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.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`
49502025-11-11T20:24:42.551Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49512025-11-11T20:24:42.575Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab232bf5095749c5 -C extra-filename=-a2eb9388fcf88efb --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-a90960645e15a10c.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`
49522025-11-11T20:24:43.520Z Compiling blake2b_simd v1.0.2
49532025-11-11T20:24:43.545Z 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`
49542025-11-11T20:24:46.989Z Compiling partial-io v0.5.4
49552025-11-11T20:24:47.015Z 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=1bcf50e2ba8decb5 -C extra-filename=-d2b340d50a4a1106 --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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49562025-11-11T20:24:47.571Z Compiling httptest v0.16.3
49572025-11-11T20:24:47.595Z 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=2fb9680172a454ab -C extra-filename=-1dd6ed9fa3b95018 --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-74d7f181247a0469.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.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-3457c0af9d93e57f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49582025-11-11T20:24:47.761Z Compiling drift v0.1.1
49592025-11-11T20:24:47.795Z 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=5fddd812ac3a8d6a -C extra-filename=-806196e41c836de1 --out-dir /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-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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`
49602025-11-11T20:24:48.084Z Compiling rand_distr v0.5.1
49612025-11-11T20:24:48.118Z 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`
49622025-11-11T20:24:49.127Z Compiling approx v0.5.1
49632025-11-11T20:24:49.162Z 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`
49642025-11-11T20:24:49.425Z Compiling dropshot-api-manager v0.2.3
49652025-11-11T20:24:49.461Z 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=35d37bdf3e48a12b -C extra-filename=-ec046f2e1d3662c6 --out-dir /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-806196e41c836de1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-10cb31dc17bace29.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-1f26b6717392f9e4.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`
49662025-11-11T20:24:51.637Z Compiling rust-argon2 v2.1.0
49672025-11-11T20:24:51.662Z 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`
49682025-11-11T20:24:51.854Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-7def1cadeb96bfda/build-script-build`
49692025-11-11T20:24:51.915Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-35045e9d2607004b/build-script-build`
49702025-11-11T20:24:51.979Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
49712025-11-11T20:24:52.004Z 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`
49722025-11-11T20:24:52.474Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49732025-11-11T20:24:52.499Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3fe7cc6fbe45e70 -C extra-filename=-930ea3364a74b948 --out-dir /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-25ef4b38a899aa30.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-6d0792a89940514c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.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`
49742025-11-11T20:24:53.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6be359bb62ace95 -C extra-filename=-80c6e10cdc081893 --out-dir /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-25ef4b38a899aa30.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-8db351ca632db356.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9422b400b5a4388f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
49752025-11-11T20:24:53.564Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49762025-11-11T20:24:53.589Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2af8b665f04450e3 -C extra-filename=-76d8fb826930763c --out-dir /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-c63da84d0f3b583c.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-e074a7ecb17cff8a.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-a90960645e15a10c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-aa88263e9c977be2.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.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-3457c0af9d93e57f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49772025-11-11T20:24:54.793Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
49782025-11-11T20:24:54.820Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e714a5b2c271b927 -C extra-filename=-c66d3fd30507f782 --out-dir /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-f4320ae30d12524a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.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`
49792025-11-11T20:24:55.040Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49802025-11-11T20:24:55.066Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e6e87a7826402b -C extra-filename=-b3f70988d9b2ca59 --out-dir /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-a90960645e15a10c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
49812025-11-11T20:24:55.825Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49822025-11-11T20:24:55.851Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73ca901bc5771d9a -C extra-filename=-9ca77703f2903b46 --out-dir /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-c63da84d0f3b583c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-10cb31dc17bace29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.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`
49832025-11-11T20:24:56.307Z Compiling cargo_toml v0.21.0
49842025-11-11T20:24:56.332Z 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=3b49d43d0ead3473 -C extra-filename=-01eeaa39a67a8863 --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-df1c7611955e4103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49852025-11-11T20:24:56.571Z Compiling termios v0.3.3
49862025-11-11T20:24:56.604Z 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`
49872025-11-11T20:24:56.636Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49882025-11-11T20:24:56.636Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2be688dcdadd0cdf -C extra-filename=-2578e045f39ae19f --out-dir /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-c63da84d0f3b583c.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-10cb31dc17bace29.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-9ca77703f2903b46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-aa88263e9c977be2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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`
49892025-11-11T20:24:56.911Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49902025-11-11T20:24:56.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=211cf51c497a9802 -C extra-filename=-5987c9b10653c309 --out-dir /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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
49912025-11-11T20:24:56.973Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49922025-11-11T20:24:56.973Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2021 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09b61853b3bafa50 -C extra-filename=-2c06cd7e612d7aeb --out-dir /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-2f860b910a5e124d.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-613e7355f1948f3c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-18ae9ca1b318bdf8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-ec046f2e1d3662c6.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-aeb85ec4776bd688.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-8db351ca632db356.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.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-72c39d1e0c82a58c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49932025-11-11T20:24:58.451Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e4cd8d812872d49 -C extra-filename=-a1db08f958cb4690 --out-dir /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-c63da84d0f3b583c.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-e074a7ecb17cff8a.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-76d8fb826930763c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-aa88263e9c977be2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49942025-11-11T20:25:01.610Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5115bd1fcf1221d -C extra-filename=-d6c46b2b7ff905f8 --out-dir /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-a90960645e15a10c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-b3f70988d9b2ca59.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`
49952025-11-11T20:25:02.104Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57aff6f99c60bd14 -C extra-filename=-faf3806787fcca2d --out-dir /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-c66d3fd30507f782.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-11-11T20:25:02.202Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49972025-11-11T20:25:02.230Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a52259af82ddc58 -C extra-filename=-827e5ad3d08e70e4 --out-dir /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-c63da84d0f3b583c.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-01eeaa39a67a8863.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-10cb31dc17bace29.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-df1c7611955e4103.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`
49982025-11-11T20:25:02.473Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2021 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=3c467f2c04cb8218 -C extra-filename=-971dde822c629fa7 --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-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.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-61a5fc82328ddd06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.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-9bd906ef6dc85ea9.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=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49992025-11-11T20:25:03.072Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9c6c63ec0e81d54 -C extra-filename=-13cbc3e33f20e3a9 --out-dir /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-b66e748c46db3bca.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-10cb31dc17bace29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2b58c1863ce42b30.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-e3acd1e5812c8e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-438aca7376fabacb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50002025-11-11T20:25:03.464Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b98d83333471e7dc -C extra-filename=-8cc6ae792aa2fbef --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50012025-11-11T20:25:03.741Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c18be6f3d4510a4f -C extra-filename=-9858ed26927e9069 --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50022025-11-11T20:25:04.421Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88bfdebbb573e2a9 -C extra-filename=-f44116b487e250f6 --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-4fce9b1402d7a67e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-625525f36ed806d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8dbb228f04eea86f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dbc8d4e6f8aa7831.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fb91f0b1e32b2a91.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-6d0792a89940514c.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50032025-11-11T20:25:04.513Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20579e455d6741cb -C extra-filename=-71e78f43db73bac0 --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-4fce9b1402d7a67e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-625525f36ed806d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8dbb228f04eea86f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dbc8d4e6f8aa7831.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fb91f0b1e32b2a91.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-6d0792a89940514c.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50042025-11-11T20:25:05.639Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4a407b8d09508c6c -C extra-filename=-a9df95931b401f0e --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-98c6c51fcf0abfc4.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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 propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50052025-11-11T20:25:07.202Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1b542f27c6558564 -C extra-filename=-ae4652b9a98f5cf1 --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50062025-11-11T20:25:07.354Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=35c50e5f907d880e -C extra-filename=-c13e0e414beb9ba8 --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-98c6c51fcf0abfc4.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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 propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50072025-11-11T20:25:08.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=da9ef698afa09f3c -C extra-filename=-fb0cfd2bb32a6200 --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-98c6c51fcf0abfc4.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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 propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50082025-11-11T20:25:10.396Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=594d019c610a4ef2 -C extra-filename=-37bccc2864c6ab0e --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-662fd4f266a3d203.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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 -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`
50092025-11-11T20:25:11.262Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50102025-11-11T20:25:11.312Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=2631a22fbb6fb01e -C extra-filename=-5c7c711184c12a13 --out-dir /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-727f6ef5b5e25765.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4c3c70502694efa3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-74d7f181247a0469.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-eb29abc46e99ebcf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-e8c0410b0a3f6481.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50112025-11-11T20:25:11.566Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50122025-11-11T20:25:11.594Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae4cf81d366ee18 -C extra-filename=-4ef143af005545f2 --out-dir /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-580cc911457e2968.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/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`
50132025-11-11T20:25:13.934Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50142025-11-11T20:25:13.959Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2906c137275763b4 -C extra-filename=-748acadeebaf8ec4 --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-ae5028282df1703e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.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=/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`
50152025-11-11T20:25:15.346Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d93db319fd447df -C extra-filename=-3094261946587d93 --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-580cc911457e2968.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-dcfaa976c1b0a3b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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 -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`
50162025-11-11T20:25:15.755Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f92d79fb8680b12 -C extra-filename=-9adb3e30a948e0a0 --out-dir /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-5fdc5a305affcd4f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.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-3457c0af9d93e57f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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 -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`
50172025-11-11T20:25:16.288Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6185197e97082fd3 -C extra-filename=-11b18cde0e012f66 --out-dir /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-73fa15aae969c071.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/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`
50182025-11-11T20:25:17.345Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0244567776a1de43 -C extra-filename=-e691c21103ab97a1 --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-73fa15aae969c071.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.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=/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`
50192025-11-11T20:25:17.886Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=980bb21be4d6cb31 -C extra-filename=-702638f5e24ca9b9 --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-4fce9b1402d7a67e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8dbb228f04eea86f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dbc8d4e6f8aa7831.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fb91f0b1e32b2a91.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-6d0792a89940514c.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50202025-11-11T20:25:19.062Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4a6e77aa011ce45 -C extra-filename=-25e15d62ad85bcd5 --out-dir /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-21299cfb2a376262.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-727f6ef5b5e25765.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-6ab70aae336329bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-61a5fc82328ddd06.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-662fd4f266a3d203.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-9ce99e5492994807.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.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-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50212025-11-11T20:25:19.096Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e50ea29db2f4bb7c -C extra-filename=-12b29e8bb67ab077 --out-dir /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-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a2eb9388fcf88efb.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50222025-11-11T20:25:19.463Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b39cd0b5d0adc2f -C extra-filename=-5f048e6d3a57a070 --out-dir /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-18ae9ca1b318bdf8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50232025-11-11T20:25:23.078Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d03d7444bce42d3d -C extra-filename=-783124eeeb1fc209 --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-eb5bdef2c0fadb47.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-74d7f181247a0469.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-967c0a878ada0e4d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.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-e8c0410b0a3f6481.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50242025-11-11T20:25:36.704Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1184db66d75eb250 -C extra-filename=-e74d48eb223bd267 --out-dir /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-18ae9ca1b318bdf8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-eb29abc46e99ebcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50252025-11-11T20:25:38.953Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d1d02f9ac1299ecd -C extra-filename=-770c3ccb54a3afc7 --out-dir /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-21299cfb2a376262.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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9077ac5c98d1037a.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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-95101490880613d7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7fa109a66a2fcbe2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e9ee0ebe1737bb5e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.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-f99e6d7de4b52ac6.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50262025-11-11T20:25:39.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c842b44fb75f2c9d -C extra-filename=-3051bedc182e67a8 --out-dir /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-25ef4b38a899aa30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.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-3457c0af9d93e57f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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 -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-11-11T20:25:42.498Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22e5a7151b8636de -C extra-filename=-50df8df1494c157e --out-dir /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-25ef4b38a899aa30.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-5c7c711184c12a13.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-8db351ca632db356.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9422b400b5a4388f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50282025-11-11T20:25:46.021Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cadde8d89e99a3f -C extra-filename=-4de8671859630a82 --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-95101490880613d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-dcfaa976c1b0a3b8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50292025-11-11T20:25:47.459Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6fceb9874973060 -C extra-filename=-84ed1522bc517585 --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-21299cfb2a376262.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-1dd6ed9fa3b95018.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-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.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-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50302025-11-11T20:25:55.147Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2021 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c3dea74e23432df -C extra-filename=-ba1480e1b8d926cb --out-dir /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-25ef4b38a899aa30.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-5c7c711184c12a13.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-8db351ca632db356.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9422b400b5a4388f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-80c6e10cdc081893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50312025-11-11T20:25:57.143Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=d8399fc5316136c1 -C extra-filename=-d917606d3daf7c64 --out-dir /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-727f6ef5b5e25765.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-74d7f181247a0469.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-eb29abc46e99ebcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-e8c0410b0a3f6481.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50322025-11-11T20:26:03.813Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2021 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aded28850a8d6a4 -C extra-filename=-bf4c2c7e132a7dff --out-dir /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-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a2eb9388fcf88efb.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50332025-11-11T20:26:06.782Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e6a6e84ea765b11 -C extra-filename=-7866bd7759edb677 --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-21299cfb2a376262.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-9077ac5c98d1037a.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-95101490880613d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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=/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`
50342025-11-11T20:26:21.949Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35eafae23af00b03 -C extra-filename=-ed2ce32744d05d2f --out-dir /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-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/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`
50352025-11-11T20:26:25.369Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0097872d97ba68dc -C extra-filename=-fabdd56e4f0a5ab2 --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-21299cfb2a376262.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-9077ac5c98d1037a.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-95101490880613d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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=/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`
50362025-11-11T20:26:28.548Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2e2779c008e51b9 -C extra-filename=-801eab90329ff0f8 --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-ae5028282df1703e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.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=/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`
50372025-11-11T20:26:30.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69d12ffe81bb17bc -C extra-filename=-639da2fe560e2263 --out-dir /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-21299cfb2a376262.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-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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=/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-11-11T20:26:31.780Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b20b6e1fec2d738 -C extra-filename=-a9a64a7381c23a81 --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-662fd4f266a3d203.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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 -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`
50392025-11-11T20:26:34.449Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=246a4265d663e008 -C extra-filename=-15d890f8bc7976cb --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-4fce9b1402d7a67e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-625525f36ed806d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8dbb228f04eea86f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dbc8d4e6f8aa7831.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fb91f0b1e32b2a91.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-6d0792a89940514c.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50402025-11-11T20:26:34.685Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8c3a2f21d72e09fe -C extra-filename=-bb740fa35e1c2484 --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-98c6c51fcf0abfc4.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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 propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50412025-11-11T20:26:37.372Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1efa4c93d593502c -C extra-filename=-47a5a92ce259a8ef --out-dir /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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b8f87e8310b958f7.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50422025-11-11T20:26:51.727Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f1fdc1cbfb2e6e8 -C extra-filename=-410664467258688d --out-dir /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-b66e748c46db3bca.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-10cb31dc17bace29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2b58c1863ce42b30.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-e3acd1e5812c8e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-438aca7376fabacb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50432025-11-11T20:26:53.531Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be51f76ac13b0c57 -C extra-filename=-8a4be6085aed3281 --out-dir /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-b66e748c46db3bca.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e3acd1e5812c8e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-438aca7376fabacb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50442025-11-11T20:27:34.733Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50452025-11-11T20:27:34.758Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2021 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6604d4ef196b900 -C extra-filename=-fc26570f434c9d7f --out-dir /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-e7738019bdd05e12.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-66c5e9f3badff100.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-a93d8816a3d30e9b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9bd906ef6dc85ea9.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50462025-11-11T20:27:38.590Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2021 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=0cc7422402bade61 -C extra-filename=-d0f25a6b1e16d243 --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-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.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-61a5fc82328ddd06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.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-a93d8816a3d30e9b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9bd906ef6dc85ea9.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=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50472025-11-11T20:27:44.419Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
50482025-11-11T20:27:44.466Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5a1b64e853c9327 -C extra-filename=-17f2e472cd11c36b --out-dir /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-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.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-61a5fc82328ddd06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.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-43e474fa560443f1.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-3457c0af9d93e57f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-a93d8816a3d30e9b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9bd906ef6dc85ea9.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=/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/`
50492025-11-11T20:27:44.800Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c94129af09409aa6 -C extra-filename=-5adcefa252ac8132 --out-dir /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-25ef4b38a899aa30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-930ea3364a74b948.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50502025-11-11T20:27:49.500Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95f489896da65381 -C extra-filename=-aed496109ea36110 --out-dir /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-ea19e53fa8141ba6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
50512025-11-11T20:27:50.635Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49bf399215dcf07c -C extra-filename=-27837288169ef941 --out-dir /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-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-5d49332550df18a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50522025-11-11T20:27:51.934Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7b6bdfe64e56111 -C extra-filename=-1d5c5ba6ead3d298 --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-ea19e53fa8141ba6.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.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-cdde9ab14f2a9095.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`
50532025-11-11T20:27:54.716Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d36dcdd2107ea4a -C extra-filename=-ea767b26322292d8 --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-ea19e53fa8141ba6.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-cdde9ab14f2a9095.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`
50542025-11-11T20:27:56.126Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=e05abc008a0e8040 -C extra-filename=-08b0b21aec5016bf --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.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-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-d2b340d50a4a1106.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50552025-11-11T20:28:10.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=a0989406edf8f0d4 -C extra-filename=-3b6e60c0ec700976 --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2b58c1863ce42b30.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.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-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-d2b340d50a4a1106.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50562025-11-11T20:28:13.177Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a7c1ae70dc172ab -C extra-filename=-b22c6e7ff0bdaa0f --out-dir /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-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6af0406047e80b58.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50572025-11-11T20:28:15.807Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=923abd3f6682ff8b -C extra-filename=-9d894b651f83e6c2 --out-dir /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-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6af0406047e80b58.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50582025-11-11T20:28:16.818Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de7b280373aaf798 -C extra-filename=-920a7575f8fdab5a --out-dir /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-c63da84d0f3b583c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-3f2426023a881317.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
50592025-11-11T20:28:18.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fdebc7d20f73389 -C extra-filename=-a1678ac533455942 --out-dir /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-c63da84d0f3b583c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.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-3f2426023a881317.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.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-df1c7611955e4103.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 -L native=/usr/lib/amd64`
50602025-11-11T20:28:20.851Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c4851bfb12ee68f -C extra-filename=-222ab0861a74d9a9 --out-dir /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-c63da84d0f3b583c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.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-3f2426023a881317.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.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-df1c7611955e4103.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 -L native=/usr/lib/amd64`
50612025-11-11T20:28:22.011Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=493808f7af0b4631 -C extra-filename=-cd2e52a427d52862 --out-dir /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-25ef4b38a899aa30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50622025-11-11T20:28:24.483Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98467b7993feeb4f -C extra-filename=-5d87a209f66211ec --out-dir /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-b66e748c46db3bca.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-10cb31dc17bace29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2b58c1863ce42b30.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-e3acd1e5812c8e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50632025-11-11T20:28:26.764Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f28fa6762ea52d8 -C extra-filename=-5b3b4b5745e9d1b9 --out-dir /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-b73a91d1c10eeaf2.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50642025-11-11T20:28:36.934Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c3e03ef497632e -C extra-filename=-59f507dbad3e6bce --out-dir /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-b73a91d1c10eeaf2.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50652025-11-11T20:28:38.875Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1b4dbb9b7c63d11 -C extra-filename=-48134345d278b3a6 --out-dir /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-b73a91d1c10eeaf2.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50662025-11-11T20:28:41.000Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6792ceeab19de548 -C extra-filename=-09ef9972b6bb4a41 --out-dir /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-a90960645e15a10c.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-66c5e9f3badff100.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50672025-11-11T20:28:41.525Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44336b969dd8ce44 -C extra-filename=-6c9faeb3f5c506d0 --out-dir /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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-5d49332550df18a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50682025-11-11T20:28:49.786Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc4c8a24b955e24f -C extra-filename=-7f682d478b354f12 --out-dir /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-bf3d4c49ce007717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-5d49332550df18a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50692025-11-11T20:28:53.746Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2b395c36d8110bf -C extra-filename=-a47e7f76e724f14f --out-dir /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-bf3d4c49ce007717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-5d49332550df18a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50702025-11-11T20:28:54.272Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fbad83e63b48597 -C extra-filename=-d683804eca30e29f --out-dir /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-e7738019bdd05e12.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-fe544f934c3c3264.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-66c5e9f3badff100.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50712025-11-11T20:28:56.796Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4a2618276ded58f -C extra-filename=-970e7133ab0742cd --out-dir /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-e7738019bdd05e12.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-fe544f934c3c3264.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-66c5e9f3badff100.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50722025-11-11T20:28:59.740Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a57fc0510998739 -C extra-filename=-d3e730b495630ec9 --out-dir /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-e7738019bdd05e12.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-fe544f934c3c3264.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50732025-11-11T20:29:01.229Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b224cf483d7c0a06 -C extra-filename=-c0a14a11abe9e09b --out-dir /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-c63da84d0f3b583c.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-e074a7ecb17cff8a.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-a90960645e15a10c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-aa88263e9c977be2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
50742025-11-11T20:29:04.471Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bbaaec428f7d947 -C extra-filename=-541346f446b7a9eb --out-dir /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-25ef4b38a899aa30.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-b8f87e8310b958f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
50752025-11-11T20:29:08.519Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ddcfa0f5767f37 -C extra-filename=-14346e7642538e5d --out-dir /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-25ef4b38a899aa30.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-b8f87e8310b958f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
50762025-11-11T20:29:09.304Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b027ceac65ffad9f -C extra-filename=-0eddd73f3c4f1676 --out-dir /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-25ef4b38a899aa30.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-b8f87e8310b958f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
50772025-11-11T20:29:11.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b84ab7ade7f9d7b9 -C extra-filename=-98373f20d3406ba3 --out-dir /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-25ef4b38a899aa30.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-b8f87e8310b958f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
50782025-11-11T20:29:12.328Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2718115c103ac6d3 -C extra-filename=-f8c8c815b422290a --out-dir /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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-98c6c51fcf0abfc4.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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 propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50792025-11-11T20:29:12.637Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a4758860724ab8b -C extra-filename=-86232124fb1d239d --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-580cc911457e2968.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50802025-11-11T20:29:14.246Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd47e60b261fb71c -C extra-filename=-83941b581209d7aa --out-dir /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-cf7583677d5c4f0b.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-25ef4b38a899aa30.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-74d7f181247a0469.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-7fa109a66a2fcbe2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e9ee0ebe1737bb5e.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-3457c0af9d93e57f.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 -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`
50812025-11-11T20:29:20.449Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f464d4c9c75313aa -C extra-filename=-6da58aa7690cf42e --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-95101490880613d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
50822025-11-11T20:29:23.383Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326874fd2515112d -C extra-filename=-604058fff4f5d408 --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-25ef4b38a899aa30.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-9422b400b5a4388f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
50832025-11-11T20:29:24.906Z 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=8f3d3794b1ed9498 -C extra-filename=-f2d5c766aed2bea3 --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-b8a1ff57320b9d70.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-a93d8816a3d30e9b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50842025-11-11T20:29:28.229Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5722e61eaa774307 -C extra-filename=-39c3da8dc505cda4 --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50852025-11-11T20:29:30.758Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8336a64d9a77b179 -C extra-filename=-8cac28fb3bba54b4 --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50862025-11-11T20:29:30.845Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50872025-11-11T20:29:30.870Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2955d5ad9c788d7 -C extra-filename=-2522dabb8a0d4f87 --out-dir /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-4aa94e6049d6ff76.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50882025-11-11T20:29:33.395Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=002e3f7fa7465b93 -C extra-filename=-05386398d491f7aa --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50892025-11-11T20:29:35.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d28d642acee1ced5 -C extra-filename=-3d1a7288c9668483 --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50902025-11-11T20:29:43.068Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b19cebd811737e55 -C extra-filename=-d1fffa1f370828f3 --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50912025-11-11T20:29:43.476Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efd6464c7bf9c862 -C extra-filename=-7284be7d92ba6a69 --out-dir /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-e7738019bdd05e12.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-fe544f934c3c3264.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-66c5e9f3badff100.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50922025-11-11T20:29:45.694Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=242ae098299b0165 -C extra-filename=-31f4319da8ffe02f --out-dir /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-b73a91d1c10eeaf2.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50932025-11-11T20:29:46.091Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c381312b19b9c6e -C extra-filename=-7ddc72c42413069d --out-dir /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-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.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 -L native=/opt/ooce/pgsql-13/lib/amd64`
50942025-11-11T20:29:47.835Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f47e621761ed65fa -C extra-filename=-0af85cb2b29a4e5a --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50952025-11-11T20:29:49.253Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93b8ebe417a1a1ef -C extra-filename=-914d2c7a9cb31f86 --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50962025-11-11T20:30:08.800Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5260342cd31cc93 -C extra-filename=-736d770b9ac03ec7 --out-dir /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-613e7355f1948f3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50972025-11-11T20:30:09.538Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=cd62ad728d3adda2 -C extra-filename=-b49825d74f077e56 --out-dir /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-7931e426e478c04d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.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-25ef4b38a899aa30.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-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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-3d59c4015b5f0076.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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 -L native=/usr/lib/amd64`
50982025-11-11T20:30:13.568Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d3e5089440535147 -C extra-filename=-be1e76ef08144601 --out-dir /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-7931e426e478c04d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.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-25ef4b38a899aa30.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-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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-3d59c4015b5f0076.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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 -L native=/usr/lib/amd64`
50992025-11-11T20:30:14.236Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=914f3c6789edbcb8 -C extra-filename=-6233bf162b76e294 --out-dir /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-7931e426e478c04d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.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-25ef4b38a899aa30.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-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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-3d59c4015b5f0076.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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 -L native=/usr/lib/amd64`
51002025-11-11T20:30:15.349Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51012025-11-11T20:30:15.374Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eddbdff3897ecfb -C extra-filename=-5d35cf4443d334c3 --out-dir /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-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51022025-11-11T20:30:17.944Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31971ec2b29a61a9 -C extra-filename=-1cbaa1c7f45e6b23 --out-dir /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 indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e2ae977e741df11e.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-0a79e5fb9264b00b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51032025-11-11T20:30:19.417Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eddc3bdf9195c93c -C extra-filename=-b58364795257f571 --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-da44914b7aae2c48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51042025-11-11T20:30:24.229Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e61c924648efed1 -C extra-filename=-dadc1e24bdb02f26 --out-dir /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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-aeb85ec4776bd688.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-115bab04a0181f4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-74d7f181247a0469.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-5d49332550df18a1.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51052025-11-11T20:30:27.009Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39d4bbcec41d7e43 -C extra-filename=-02c09c639664c668 --out-dir /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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-aeb85ec4776bd688.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-115bab04a0181f4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-74d7f181247a0469.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-5d49332550df18a1.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51062025-11-11T20:30:32.672Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f0d2676658e7812 -C extra-filename=-8b19eb77ab5f3558 --out-dir /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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-aeb85ec4776bd688.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-115bab04a0181f4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-74d7f181247a0469.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-5d49332550df18a1.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51072025-11-11T20:30:35.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2568dc73d0b9bd01 -C extra-filename=-b116e4a66cb5e1ba --out-dir /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-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.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-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.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-4d9d1f68f26875be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51082025-11-11T20:30:44.183Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2021 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cfe813fde62000c -C extra-filename=-3db8bedc98754ff0 --out-dir /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-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.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-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.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-4d9d1f68f26875be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51092025-11-11T20:30:52.662Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=211d8f243d10aef0 -C extra-filename=-9248cb60dbc78187 --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-25ef4b38a899aa30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4d9d1f68f26875be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51102025-11-11T20:30:55.648Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9313180fec41b34a -C extra-filename=-9b195cce2633bb0c --out-dir /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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-aeb85ec4776bd688.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-115bab04a0181f4e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-74d7f181247a0469.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-5d49332550df18a1.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51112025-11-11T20:30:56.247Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
51122025-11-11T20:30:56.418Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba35d7c053aa148d -C extra-filename=-606fbb0ff46d0d14 --out-dir /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-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d49332550df18a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51132025-11-11T20:30:59.344Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bf015dfebf2d26d -C extra-filename=-df17d6d7566932a0 --out-dir /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-25ef4b38a899aa30.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
51142025-11-11T20:31:00.579Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86dba1c71cb1ca3d -C extra-filename=-665d7d4b19d4160b --out-dir /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-25ef4b38a899aa30.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
51152025-11-11T20:31:10.353Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f4a306398c3809e -C extra-filename=-8ee4fe83ed04e2bd --out-dir /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-25ef4b38a899aa30.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-74d7f181247a0469.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f99e6d7de4b52ac6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51162025-11-11T20:31:13.167Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bac666d37f610cf -C extra-filename=-a9d75ca7f5a3b6ce --out-dir /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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9077ac5c98d1037a.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-6ab70aae336329bb.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-61a5fc82328ddd06.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-662fd4f266a3d203.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e3acd1e5812c8e19.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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 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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51172025-11-11T20:31:14.561Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=163f0736c9962d37 -C extra-filename=-e0119ba161b5b35f --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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51182025-11-11T20:31:17.199Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d3b4bac982d6a4a -C extra-filename=-86c41ff12fb68977 --out-dir /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-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51192025-11-11T20:31:18.937Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
51202025-11-11T20:31:18.962Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a50a22ab05812408 -C extra-filename=-5b74e190c55b6a2c --out-dir /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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51212025-11-11T20:31:20.713Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fb9595545f9bf92 -C extra-filename=-577d41a86ad301a6 --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-b8a1ff57320b9d70.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.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=/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`
51222025-11-11T20:31:21.247Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91c74ad0699499b -C extra-filename=-847ac15fd63e2e59 --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-25ef4b38a899aa30.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-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64`
51232025-11-11T20:31:24.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a53b5a68b159b2c2 -C extra-filename=-f619570b83af881c --out-dir /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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-4c3c70502694efa3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-662fd4f266a3d203.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-e8c0410b0a3f6481.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51242025-11-11T20:31:30.428Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=515738acde03a2df -C extra-filename=-f0d451d51f1e9a7c --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1a73baed30b3eec7.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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51252025-11-11T20:31:41.203Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7a6f75cbad2697d2 -C extra-filename=-c1aab32d0bc3ca36 --out-dir /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-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-72c39d1e0c82a58c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51262025-11-11T20:31:46.457Z 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=f27765156a4331e1 -C extra-filename=-e72d9cedec1d2c62 --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-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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/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`
51272025-11-11T20:31:49.935Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d342a4af20eac57 -C extra-filename=-707da6b91c827bc2 --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51282025-11-11T20:32:05.424Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d438f5a3d94bd1ba -C extra-filename=-afe6bb76da986c3a --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51292025-11-11T20:32:07.377Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fea6f2237078fad -C extra-filename=-9900681b7bf3fcb2 --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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51302025-11-11T20:32:19.008Z 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=295651e8ecdb7767 -C extra-filename=-f137d6957ede6404 --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-25ef4b38a899aa30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64`
51312025-11-11T20:32:23.046Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26ac1c4d4200057e -C extra-filename=-93bad6c27408b0d5 --out-dir /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-25ef4b38a899aa30.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-4ee1d0e9945609ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b129ac350673a547.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-4d9d1f68f26875be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64`
51322025-11-11T20:32:39.053Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=2038ef73952310d2 -C extra-filename=-2d75e41733e96362 --out-dir /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-25ef4b38a899aa30.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-f9a0e10683130429.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51332025-11-11T20:32:40.457Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ec6e7e44a22ad2f -C extra-filename=-d9809eedb3fb4003 --out-dir /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-25ef4b38a899aa30.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-4ee1d0e9945609ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b129ac350673a547.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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=/usr/ssl-3/lib/amd64`
51342025-11-11T20:32:47.547Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e0cc55e789f4256 -C extra-filename=-683f388fd7cedc15 --out-dir /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-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.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-16493aedf1003fbf.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-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51352025-11-11T20:32:51.604Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ca734b9b221213 -C extra-filename=-746c314e7c4d886b --out-dir /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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51362025-11-11T20:32:55.585Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6de24635855047a9 -C extra-filename=-6427c3c84d3b34ef --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51372025-11-11T20:32:56.820Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8af6044ff7955196 -C extra-filename=-abbdb4fa4949e902 --out-dir /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-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
51382025-11-11T20:32:59.983Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=210c79b09469840a -C extra-filename=-9906fbe0419cf750 --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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.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=/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`
51392025-11-11T20:33:05.676Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55a369d9d4a215b4 -C extra-filename=-d72adcc624149811 --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51402025-11-11T20:33:07.027Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f10beabba810fcd8 -C extra-filename=-c821af4eea0016ac --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-b8a1ff57320b9d70.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.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=/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`
51412025-11-11T20:33:17.335Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51422025-11-11T20:33:17.360Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=458a66a9d2cb7130 -C extra-filename=-2118c198139e6cae --out-dir /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-25ef4b38a899aa30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51432025-11-11T20:33:20.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3454516d6f85766e -C extra-filename=-21f34d7df58bd2ae --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51442025-11-11T20:33:21.318Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27a4ac94f203bd61 -C extra-filename=-ab71eedea4b23cbb --out-dir /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-7931e426e478c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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 -L native=/usr/lib/amd64`
51452025-11-11T20:33:24.322Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=04483964ad5afc3a -C extra-filename=-cbce4587f463beb6 --out-dir /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-25ef4b38a899aa30.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-f9a0e10683130429.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51462025-11-11T20:33:28.732Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=260372ba2de3d955 -C extra-filename=-23ac66035eafa897 --out-dir /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-25ef4b38a899aa30.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-f9a0e10683130429.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51472025-11-11T20:33:33.087Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=16acdfabe483ca63 -C extra-filename=-74aa46edfd00e7e8 --out-dir /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 illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-02b941a59827aefd.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51482025-11-11T20:33:34.946Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ff6e9b5492dc999 -C extra-filename=-ff147f746a044d2b --out-dir /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-fcce00b6cef56fa4.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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-fe544f934c3c3264.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-8780b73ed2d6c330.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-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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 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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.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=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51492025-11-11T20:33:42.102Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe5abdbdea31028c -C extra-filename=-412259a8a918f19a --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51502025-11-11T20:33:44.810Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=074f94ccfac9dfae -C extra-filename=-89975935050e57cc --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-61a5fc82328ddd06.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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=/usr/ssl-3/lib/amd64`
51512025-11-11T20:33:47.031Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7d1bc80aca10cf4 -C extra-filename=-1b1c0e5fe0085e70 --out-dir /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-25ef4b38a899aa30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-10cb31dc17bace29.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-907fa5398d918b31.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51522025-11-11T20:33:51.280Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec38e4344ff7b1d7 -C extra-filename=-abfbaf9de75b2724 --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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 -L native=/usr/lib/amd64`
51532025-11-11T20:33:57.391Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66082cdd81d1b467 -C extra-filename=-acfd3680a4e0e2de --out-dir /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-c63da84d0f3b583c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.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-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51542025-11-11T20:33:59.420Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=029168d5c2bab164 -C extra-filename=-22b240113b005a76 --out-dir /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-25ef4b38a899aa30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3457c0af9d93e57f.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 -L native=/usr/lib/amd64`
51552025-11-11T20:34:32.319Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cc0172aa5ed6ff4 -C extra-filename=-d01da880c5aa0d86 --out-dir /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-10cb31dc17bace29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51562025-11-11T20:34:34.848Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5d18e7a5babd460f -C extra-filename=-ab2999be92103b17 --out-dir /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-f2648bf5a0f3134f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51572025-11-11T20:34:37.322Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3e441af4943ca3d3 -C extra-filename=-61228eae5787b0b8 --out-dir /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-170bdc378466cad1.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-a54749601f8bece6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-446ca199fcecdbcb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51582025-11-11T20:34:59.701Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aea7a839f02adccb -C extra-filename=-13a723a609ba6111 --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-7ce5f5da2e98d997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51592025-11-11T20:35:10.512Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7c14734ecf7ce20 -C extra-filename=-d7cbbce6daae77ed --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-b66e748c46db3bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51602025-11-11T20:35:11.176Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a26a275f79ddfdf -C extra-filename=-faa61a87a00a0e9d --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-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51612025-11-11T20:35:11.382Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=060efbc0d456d96f -C extra-filename=-746baa4eea484ee0 --out-dir /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-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
51622025-11-11T20:35:12.960Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51632025-11-11T20:35:12.986Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af0215d574359936 -C extra-filename=-484c7d4504bdf569 --out-dir /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-b73a91d1c10eeaf2.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-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.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-5d49332550df18a1.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51642025-11-11T20:35:16.375Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=902479037b856f8c -C extra-filename=-16710c8bcfdb36fd --out-dir /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-f4320ae30d12524a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51652025-11-11T20:35:17.781Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=eef09db433d0e7f3 -C extra-filename=-70a5e67ccb26a11a --out-dir /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-7931e426e478c04d.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-25ef4b38a899aa30.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-66ab2a719fd02fc0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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-3d59c4015b5f0076.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
51662025-11-11T20:35:17.911Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=085e8b1caa7a4e1c -C extra-filename=-17b9a4b32c512f9a --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
51672025-11-11T20:35:20.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55c08cb6bad312de -C extra-filename=-eafb13fbdbcfde6b --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
51682025-11-11T20:35:21.145Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=725e6e38b7f027fd -C extra-filename=-d49a1b44b36272d3 --out-dir /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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
51692025-11-11T20:35:22.484Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2687ab8c313e69e8 -C extra-filename=-1bab772e97ad6915 --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-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51702025-11-11T20:35:22.756Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b48858700e49a70 -C extra-filename=-dab920be63e9082f --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-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51712025-11-11T20:35:25.440Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7a3b52f10ba3bdb -C extra-filename=-abce59054d3ce69c --out-dir /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-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-6d0792a89940514c.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/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 -L native=/opt/ooce/pgsql-13/lib/amd64`
51722025-11-11T20:35:27.112Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17f132f7ca6e6a42 -C extra-filename=-135c4dbf95e620fe --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-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51732025-11-11T20:35:27.911Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=5cfee0d835851af5 -C extra-filename=-7a7d900b3a0ea5e2 --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-25ef4b38a899aa30.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-74d7f181247a0469.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-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3457c0af9d93e57f.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`
51742025-11-11T20:35:33.408Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee0a1750d28e5f39 -C extra-filename=-ca6f79cedd40af9b --out-dir /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-a90960645e15a10c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32d10ba540ccb013.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-28987829464f73a8.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.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`
51752025-11-11T20:35:34.169Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2021 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=bb656c122b344e35 -C extra-filename=-795c1c0e1381c202 --out-dir /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-e074a7ecb17cff8a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
51762025-11-11T20:35:35.837Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51772025-11-11T20:35:35.865Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=881c7f6ce4ee8384 -C extra-filename=-fc38cb7e714253da --out-dir /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-25ef4b38a899aa30.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-11-11T20:35:36.900Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8a94bf571173b11 -C extra-filename=-02bfa566d01e6572 --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-a90960645e15a10c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-550bffc7cdd339d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0312674bcca61987.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`
51792025-11-11T20:35:37.076Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a44eb945b03d1e5a -C extra-filename=-3808f247e0c66003 --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-cfbdc5a5b8a8f9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
51802025-11-11T20:35:38.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a306ee067e72199 -C extra-filename=-c9d6b9daf09b5d29 --out-dir /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-9c8cffce0ac48f67.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.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-a90960645e15a10c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
51812025-11-11T20:35:38.864Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9343ff9a7f8c7634 -C extra-filename=-a3db63f4d0925fe5 --out-dir /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-a90960645e15a10c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32d10ba540ccb013.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.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`
51822025-11-11T20:35:39.350Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e6f96df0075117e -C extra-filename=-e798f5a69cbb5493 --out-dir /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-a90960645e15a10c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.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`
51832025-11-11T20:35:40.111Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9dc76bae730c35c -C extra-filename=-8a26c3303438c589 --out-dir /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-a90960645e15a10c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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`
51842025-11-11T20:35:41.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23d2150d8d4bbcf5 -C extra-filename=-d3bc81f6ac8189b5 --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-fe544f934c3c3264.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
51852025-11-11T20:35:42.218Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b9064974b5eac91 -C extra-filename=-ab7f9eb72723404b --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-25ef4b38a899aa30.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-fe544f934c3c3264.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
51862025-11-11T20:35:44.147Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc408630d8300af3 -C extra-filename=-881a8bc8759c5344 --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-670232dba5be6c1a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
51872025-11-11T20:35:44.348Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd4210a11263a505 -C extra-filename=-fcdce13fdd47d9fb --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-670232dba5be6c1a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
51882025-11-11T20:35:44.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4466b254cd283a32 -C extra-filename=-b3c2bc0f5ad9b7bd --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-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
51892025-11-11T20:35:44.600Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f572769c75f0ac5 -C extra-filename=-9357a35236982ff4 --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-670232dba5be6c1a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
51902025-11-11T20:35:45.803Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19100a64487b3986 -C extra-filename=-06e37d36f6285cbf --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-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-11-11T20:35:46.961Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3255c58665a531c6 -C extra-filename=-e4a61dfa370c8a5c --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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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`
51922025-11-11T20:35:47.992Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9049052705bf69 -C extra-filename=-af920134c0ee8c09 --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-c8b72c579dfce4cb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.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`
51932025-11-11T20:35:48.496Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1588b7691a739692 -C extra-filename=-bea17ac20c46930e --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-e7738019bdd05e12.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-0a79e5fb9264b00b.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`
51942025-11-11T20:35:48.999Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cf237941c63899a -C extra-filename=-273f1e326e6b11dc --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-e074a7ecb17cff8a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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=/usr/ssl-3/lib/amd64`
51952025-11-11T20:35:50.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44577cb26ff095d0 -C extra-filename=-6662daa9558bc75a --out-dir /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-e074a7ecb17cff8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-11-11T20:35:50.651Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c7eb91912c8df25 -C extra-filename=-116f49eb460e53fb --out-dir /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-e7738019bdd05e12.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
51972025-11-11T20:35:52.955Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=10b49d585cc69095 -C extra-filename=-fa7f2aeb7a85f9f2 --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-e7738019bdd05e12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.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`
51982025-11-11T20:35:53.198Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94e972d703965592 -C extra-filename=-d158e4c70bcb773a --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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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`
51992025-11-11T20:35:53.426Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52eb62f4c7307c1b -C extra-filename=-1e9b0ecc640feb79 --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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
52002025-11-11T20:35:56.742Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2eff006bc104d82 -C extra-filename=-49364e237a5e31b1 --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-e7738019bdd05e12.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
52012025-11-11T20:35:58.094Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c224575247464bf -C extra-filename=-d7b36888fa4c5c6e --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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52022025-11-11T20:35:59.083Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10467f4640eff5d2 -C extra-filename=-31aa96b2d26ef507 --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-25ef4b38a899aa30.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-6ab70aae336329bb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52032025-11-11T20:36:01.276Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb357c824141ca5 -C extra-filename=-48f80180747adc4b --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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e581678e7b2223ca.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
52042025-11-11T20:36:01.860Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43c17f56963f7e89 -C extra-filename=-3caa3333763c282f --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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52052025-11-11T20:36:02.084Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0532bec0141d2d -C extra-filename=-2a209ec3a3b806c6 --out-dir /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-25ef4b38a899aa30.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-74d7f181247a0469.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
52062025-11-11T20:36:02.179Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7334fc2a060209d0 -C extra-filename=-54c43590a3dcdf29 --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-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52072025-11-11T20:36:02.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15c525980fa9472a -C extra-filename=-72f43570420fbb67 --out-dir /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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52082025-11-11T20:36:03.857Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3db4089b301682 -C extra-filename=-7dc5883f4a3c9eea --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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/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`
52092025-11-11T20:36:04.100Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=751e337cd71520f3 -C extra-filename=-671ef3ddd2108cb3 --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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52102025-11-11T20:36:04.206Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dc738875d061d87 -C extra-filename=-ca04fcda1d187a21 --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-a90960645e15a10c.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`
52112025-11-11T20:36:05.196Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eb2540f547d78ed -C extra-filename=-bbf0ccb3703661cc --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-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52122025-11-11T20:36:05.255Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa1fcb5953b85b36 -C extra-filename=-73009d6e5dfcd57a --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-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52132025-11-11T20:36:07.413Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79761c3af5248069 -C extra-filename=-913d3b1ecfb99ba0 --out-dir /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-a90960645e15a10c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.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`
52142025-11-11T20:36:07.556Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f7f4ae62feb526a3 -C extra-filename=-5f68e25fc2e06755 --out-dir /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-fcce00b6cef56fa4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4519dd9ef8d21cd2.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-e7738019bdd05e12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-b406f18a6d1306ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
52152025-11-11T20:36:08.129Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66f4bd6545787dcf -C extra-filename=-878ddeae279ff9cc --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-a90960645e15a10c.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`
52162025-11-11T20:36:08.182Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be4b45e926db40e8 -C extra-filename=-097e7441754512b3 --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-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
52172025-11-11T20:36:09.078Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc791e6cf4f4ee53 -C extra-filename=-832a1cfd6ffbb255 --out-dir /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-790c7da1a746368c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
52182025-11-11T20:36:09.518Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d15ef70bbb2486ed -C extra-filename=-ec77991622724f05 --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-a90960645e15a10c.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`
52192025-11-11T20:36:09.612Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca2a59bd01198b86 -C extra-filename=-b18e28427dfeb403 --out-dir /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-c63da84d0f3b583c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-10cb31dc17bace29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.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`
52202025-11-11T20:36:09.882Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a710ed52eee075b1 -C extra-filename=-08a8ea8b3664dead --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-a90960645e15a10c.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`
52212025-11-11T20:36:10.114Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e1d41428c1a9e11 -C extra-filename=-d0b2869433885403 --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-8780b73ed2d6c330.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52222025-11-11T20:36:10.408Z 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=fa3688b1dbe27868 -C extra-filename=-3e619d6b19b4ea9e --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-25ef4b38a899aa30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
52232025-11-11T20:36:10.688Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f3f2741f203796a -C extra-filename=-eb744d1f15c12c9d --out-dir /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-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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-11-11T20:36:10.940Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e59b7a5b2ba9a9 -C extra-filename=-89fd3d814124924a --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-e7738019bdd05e12.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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 test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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`
52252025-11-11T20:36:14.088Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=74ea3a01dcdd44a5 -C extra-filename=-1c23267b6e39aaba --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-a90960645e15a10c.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`
52262025-11-11T20:36:14.662Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dd6cdffd681d4a4 -C extra-filename=-3db6866a15414179 --out-dir /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-a90960645e15a10c.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`
52272025-11-11T20:36:16.086Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db29d393eb8cb918 -C extra-filename=-ff138047a7d59de1 --out-dir /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-a90960645e15a10c.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`
52282025-11-11T20:36:16.136Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8861f56f0507f00 -C extra-filename=-44cf701ce01d9a96 --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-a90960645e15a10c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
52292025-11-11T20:36:16.293Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f49ce6ec59700749 -C extra-filename=-11cd506bb49e0a1a --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-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
52302025-11-11T20:36:16.849Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=452a81578e8f01fb -C extra-filename=-9f961947bcd7a5b6 --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-a90960645e15a10c.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`
52312025-11-11T20:36:16.893Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32d68e3e35f62e38 -C extra-filename=-37bd78279ed599e5 --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-25ef4b38a899aa30.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-74d7f181247a0469.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-11-11T20:36:17.501Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16a1832129474497 -C extra-filename=-c19cd587ddabdb43 --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-a90960645e15a10c.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`
52332025-11-11T20:36:17.627Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afee1ab641f7d31f -C extra-filename=-88702637703c68b7 --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-a90960645e15a10c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
52342025-11-11T20:36:18.794Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ee0791294e78c2 -C extra-filename=-737c0d7448cdf48a --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-25ef4b38a899aa30.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-a90960645e15a10c.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-0a79e5fb9264b00b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-11-11T20:36:19.635Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3581865a7dc8acbe -C extra-filename=-e3d5898715b53600 --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-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
52362025-11-11T20:36:20.708Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98eecc0941c941a2 -C extra-filename=-05bd51634c6ced91 --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-a90960645e15a10c.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-11-11T20:36:21.531Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66a590d2f0a01a78 -C extra-filename=-fb961f63ee9fdb2e --out-dir /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-a90960645e15a10c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
52382025-11-11T20:36:21.676Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f7c2db5e09832e1 -C extra-filename=-fc443d9e75b38994 --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-b73a91d1c10eeaf2.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-e7738019bdd05e12.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-10cb31dc17bace29.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-4ee1d0e9945609ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.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-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-8780b73ed2d6c330.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-1f26b6717392f9e4.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-ced34b824d457562.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.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-85adaab1b3ff9bed.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-11-11T20:36:22.192Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=0d636b9c0acd5eae -C extra-filename=-d26305ac5d631178 --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-e7738019bdd05e12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.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`
52402025-11-11T20:36:22.737Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9accf2a6895a2008 -C extra-filename=-bc75913913d33ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
52412025-11-11T20:37:31.727Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd2e9f49f0bd44cc -C extra-filename=-2b7a3f3af53a87c1 --out-dir /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-25ef4b38a899aa30.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-1fe3f9997311ebf6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf3d4c49ce007717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-5d49332550df18a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52422025-11-11T20:37:31.752Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e5fb9672ebfdeb4 -C extra-filename=-630e5c0ed41c3822 --out-dir /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-73fa15aae969c071.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-66c5e9f3badff100.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52432025-11-11T20:37:31.802Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb75cf1869fa5430 -C extra-filename=-1c1381ec5854d7c6 --out-dir /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-25ef4b38a899aa30.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-1fe3f9997311ebf6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf3d4c49ce007717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-5d49332550df18a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52442025-11-11T20:37:31.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fc3750d0b0ab369 -C extra-filename=-e715cecdf2da589b --out-dir /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-21299cfb2a376262.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-727f6ef5b5e25765.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-61a5fc82328ddd06.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-662fd4f266a3d203.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-9ce99e5492994807.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.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-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52452025-11-11T20:37:31.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86d3cf0f1997516b -C extra-filename=-9030e95e71d9e695 --out-dir /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-73fa15aae969c071.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-66c5e9f3badff100.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-3457c0af9d93e57f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52462025-11-11T20:37:31.874Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=300ca7b33ebd7de6 -C extra-filename=-532ce571a3449142 --out-dir /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-21299cfb2a376262.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-727f6ef5b5e25765.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-61a5fc82328ddd06.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-662fd4f266a3d203.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-68b14903ffc84249.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ea3304a8a4bf3757.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-9ce99e5492994807.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.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-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52472025-11-11T20:37:31.970Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12e3e9a565f24b60 -C extra-filename=-93349520744dec4b --out-dir /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-25ef4b38a899aa30.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-1fe3f9997311ebf6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-5d49332550df18a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52482025-11-11T20:37:31.997Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eac6b27595bdcbf2 -C extra-filename=-df138e64a24e22f8 --out-dir /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-21299cfb2a376262.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.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-1dd6ed9fa3b95018.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8780b73ed2d6c330.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.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-3457c0af9d93e57f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52492025-11-11T20:46:13.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28m 06s
52502025-11-11T20:46:29.959Z
52512025-11-11T20:46:29.985Zreal 28:22.454415794
52522025-11-11T20:46:29.985Zuser 2:07:59.631266396
52532025-11-11T20:46:29.985Zsys 26:32.940613818
52542025-11-11T20:46:29.985Ztrap 17.178594597
52552025-11-11T20:46:29.985Ztflt 2.250897750
52562025-11-11T20:46:29.986Zdflt 13:02.409086431
52572025-11-11T20:46:29.986Zkflt 0.751251177
52582025-11-11T20:46:29.986Zlock 8:07:25.244915856
52592025-11-11T20:46:29.986Zslp 13:42:08.087039792
52602025-11-11T20:46:29.986Zlat 17:11.376562366
52612025-11-11T20:46:29.986Zstop 14:24.462566649
52622025-11-11T20:46:30.977Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
52632025-11-11T20:46:37.125Z Fresh unicode-ident v1.0.19
52642025-11-11T20:46:37.125Z Fresh cfg-if v1.0.4
52652025-11-11T20:46:37.125Z Fresh autocfg v1.4.0
52662025-11-11T20:46:37.125Z Fresh memchr v2.7.4
52672025-11-11T20:46:37.200Z Fresh proc-macro2 v1.0.101
52682025-11-11T20:46:37.200Z Fresh value-bag v1.9.0
52692025-11-11T20:46:37.200Z Fresh smallvec v1.15.1
52702025-11-11T20:46:37.200Z Fresh version_check v0.9.5
52712025-11-11T20:46:37.200Z Fresh quote v1.0.40
52722025-11-11T20:46:37.201Z Fresh libc v0.2.174
52732025-11-11T20:46:37.201Z Fresh serde_core v1.0.226
52742025-11-11T20:46:37.201Z Fresh log v0.4.27
52752025-11-11T20:46:37.201Z Fresh scopeguard v1.2.0
52762025-11-11T20:46:37.201Z Fresh itoa v1.0.11
52772025-11-11T20:46:37.201Z Fresh ryu v1.0.18
52782025-11-11T20:46:37.201Z Fresh syn v2.0.106
52792025-11-11T20:46:37.201Z Fresh lock_api v0.4.12
52802025-11-11T20:46:37.201Z Fresh getrandom v0.2.15
52812025-11-11T20:46:37.201Z Fresh critical-section v1.1.3
52822025-11-11T20:46:37.201Z Fresh serde_derive v1.0.226
52832025-11-11T20:46:37.201Z Fresh zeroize_derive v1.4.2
52842025-11-11T20:46:37.201Z Fresh stable_deref_trait v1.2.0
52852025-11-11T20:46:37.201Z Fresh serde v1.0.226
52862025-11-11T20:46:37.201Z Fresh zeroize v1.8.1
52872025-11-11T20:46:37.201Z Fresh portable-atomic v1.11.0
52882025-11-11T20:46:37.201Z Fresh libm v0.2.8
52892025-11-11T20:46:37.201Z Fresh serde_json v1.0.145
52902025-11-11T20:46:37.201Z Fresh synstructure v0.13.1
52912025-11-11T20:46:37.201Z Fresh fnv v1.0.7
52922025-11-11T20:46:37.201Z Fresh bitflags v2.9.4
52932025-11-11T20:46:37.201Z Fresh bytes v1.10.1
52942025-11-11T20:46:37.201Z Fresh num-traits v0.2.19
52952025-11-11T20:46:37.201Z Fresh once_cell v1.21.3
52962025-11-11T20:46:37.201Z Fresh getrandom v0.3.4
52972025-11-11T20:46:37.201Z Fresh allocator-api2 v0.2.21
52982025-11-11T20:46:37.201Z Fresh zerofrom-derive v0.1.4
52992025-11-11T20:46:37.201Z Fresh pin-project-lite v0.2.14
53002025-11-11T20:46:37.201Z Fresh zerofrom v0.1.4
53012025-11-11T20:46:37.201Z Fresh yoke-derive v0.7.4
53022025-11-11T20:46:37.201Z Fresh rand_core v0.6.4
53032025-11-11T20:46:37.201Z Fresh errno v0.3.12
53042025-11-11T20:46:37.201Z Fresh zerovec-derive v0.10.3
53052025-11-11T20:46:37.201Z Fresh displaydoc v0.2.5
53062025-11-11T20:46:37.201Z Fresh byteorder v1.5.0
53072025-11-11T20:46:37.201Z Fresh regex-syntax v0.8.5
53082025-11-11T20:46:37.201Z Fresh yoke v0.7.4
53092025-11-11T20:46:37.201Z Fresh shlex v1.3.0
53102025-11-11T20:46:37.202Z Fresh litemap v0.7.3
53112025-11-11T20:46:37.202Z Fresh percent-encoding v2.3.2
53122025-11-11T20:46:37.202Z Fresh writeable v0.5.5
53132025-11-11T20:46:37.202Z Fresh equivalent v1.0.2
53142025-11-11T20:46:37.202Z Fresh icu_provider_macros v1.5.0
53152025-11-11T20:46:37.202Z Fresh zerovec v0.10.4
53162025-11-11T20:46:37.202Z Fresh jobserver v0.1.32
53172025-11-11T20:46:37.202Z Fresh semver v1.0.27
53182025-11-11T20:46:37.202Z Fresh subtle v2.6.1
53192025-11-11T20:46:37.202Z Fresh icu_locid_transform_data v1.5.0
53202025-11-11T20:46:37.202Z Fresh icu_properties_data v1.5.0
53212025-11-11T20:46:37.202Z Fresh write16 v1.0.0
53222025-11-11T20:46:37.202Z Fresh tinystr v0.7.6
53232025-11-11T20:46:37.202Z Fresh parking_lot_core v0.9.10
53242025-11-11T20:46:37.202Z Fresh cc v1.2.30
53252025-11-11T20:46:37.202Z Fresh icu_collections v1.5.0
53262025-11-11T20:46:37.202Z Fresh icu_normalizer_data v1.5.0
53272025-11-11T20:46:37.202Z Fresh heck v0.5.0
53282025-11-11T20:46:37.202Z Fresh utf8_iter v1.0.4
53292025-11-11T20:46:37.202Z Fresh utf16_iter v1.0.5
53302025-11-11T20:46:37.202Z Fresh icu_locid v1.5.0
53312025-11-11T20:46:37.202Z Fresh parking_lot v0.12.3
53322025-11-11T20:46:37.202Z Fresh form_urlencoded v1.2.2
53332025-11-11T20:46:37.202Z Fresh signal-hook-registry v1.4.2
53342025-11-11T20:46:37.202Z Fresh aho-corasick v1.1.3
53352025-11-11T20:46:37.202Z Fresh icu_provider v1.5.0
53362025-11-11T20:46:37.202Z Fresh regex-automata v0.4.11
53372025-11-11T20:46:37.202Z Fresh mio v1.0.2
53382025-11-11T20:46:37.202Z Fresh futures-core v0.3.31
53392025-11-11T20:46:37.202Z Fresh icu_locid_transform v1.5.0
53402025-11-11T20:46:37.202Z Fresh typenum v1.17.0
53412025-11-11T20:46:37.202Z Fresh rustix v0.38.37
53422025-11-11T20:46:37.202Z Fresh regex v1.11.3
53432025-11-11T20:46:37.202Z Fresh hashbrown v0.16.0
53442025-11-11T20:46:37.202Z Fresh thiserror-impl v2.0.17
53452025-11-11T20:46:37.202Z Fresh tokio-macros v2.5.0
53462025-11-11T20:46:37.202Z Fresh icu_properties v1.5.1
53472025-11-11T20:46:37.202Z Fresh generic-array v0.14.7
53482025-11-11T20:46:37.202Z Fresh socket2 v0.6.0
53492025-11-11T20:46:37.202Z Fresh either v1.15.0
53502025-11-11T20:46:37.203Z Fresh thiserror v2.0.17
53512025-11-11T20:46:37.203Z Fresh indexmap v2.11.4
53522025-11-11T20:46:37.203Z Fresh spin v0.9.8
53532025-11-11T20:46:37.203Z Fresh icu_normalizer v1.5.0
53542025-11-11T20:46:37.203Z Fresh crypto-common v0.1.6
53552025-11-11T20:46:37.203Z Fresh tokio v1.47.0
53562025-11-11T20:46:37.203Z Fresh thiserror-impl v1.0.69
53572025-11-11T20:46:37.203Z Fresh iana-time-zone v0.1.63
53582025-11-11T20:46:37.229Z Fresh zerocopy-derive v0.7.35
53592025-11-11T20:46:37.229Z Fresh const-oid v0.9.6
53602025-11-11T20:46:37.229Z Fresh idna_adapter v1.2.0
53612025-11-11T20:46:37.229Z Fresh chrono v0.4.42
53622025-11-11T20:46:37.229Z Fresh thiserror v1.0.69
53632025-11-11T20:46:37.229Z Fresh zerocopy v0.7.35
53642025-11-11T20:46:37.229Z Fresh futures-io v0.3.31
53652025-11-11T20:46:37.229Z Fresh lazy_static v1.5.0
53662025-11-11T20:46:37.229Z Fresh uuid v1.18.1
53672025-11-11T20:46:37.229Z Fresh idna v1.0.3
53682025-11-11T20:46:37.229Z Fresh block-buffer v0.10.4
53692025-11-11T20:46:37.229Z Fresh pkg-config v0.3.31
53702025-11-11T20:46:37.229Z Fresh futures-sink v0.3.31
53712025-11-11T20:46:37.229Z Fresh pin-utils v0.1.0
53722025-11-11T20:46:37.229Z Fresh strsim v0.11.1
53732025-11-11T20:46:37.229Z Fresh url v2.5.4
53742025-11-11T20:46:37.229Z Fresh slab v0.4.9
53752025-11-11T20:46:37.229Z Fresh digest v0.10.7
53762025-11-11T20:46:37.229Z Fresh serde_derive_internals v0.29.1
53772025-11-11T20:46:37.229Z Fresh cpufeatures v0.2.14
53782025-11-11T20:46:37.229Z Fresh dyn-clone v1.0.20
53792025-11-11T20:46:37.229Z Fresh syn v1.0.109
53802025-11-11T20:46:37.229Z Fresh schemars_derive v0.8.22
53812025-11-11T20:46:37.229Z Fresh futures-channel v0.3.31
53822025-11-11T20:46:37.229Z Fresh futures-macro v0.3.31
53832025-11-11T20:46:37.229Z Fresh futures-task v0.3.31
53842025-11-11T20:46:37.229Z Fresh foldhash v0.1.5
53852025-11-11T20:46:37.229Z Fresh ppv-lite86 v0.2.20
53862025-11-11T20:46:37.229Z Fresh futures-util v0.3.31
53872025-11-11T20:46:37.229Z Fresh schemars v0.8.22
53882025-11-11T20:46:37.229Z Fresh hashbrown v0.15.4
53892025-11-11T20:46:37.229Z Fresh adler2 v2.0.0
53902025-11-11T20:46:37.229Z Fresh tracing-core v0.1.32
53912025-11-11T20:46:37.229Z Fresh tracing-attributes v0.1.27
53922025-11-11T20:46:37.229Z Fresh gimli v0.31.1
53932025-11-11T20:46:37.229Z Fresh glob v0.3.2
53942025-11-11T20:46:37.230Z Fresh miniz_oxide v0.8.5
53952025-11-11T20:46:37.230Z Fresh tracing v0.1.40
53962025-11-11T20:46:37.230Z Fresh addr2line v0.24.2
53972025-11-11T20:46:37.230Z Fresh object v0.36.5
53982025-11-11T20:46:37.230Z Fresh rustc-demangle v0.1.24
53992025-11-11T20:46:37.230Z Fresh http v1.3.1
54002025-11-11T20:46:37.230Z Fresh backtrace v0.3.74
54012025-11-11T20:46:37.230Z Fresh minimal-lexical v0.2.1
54022025-11-11T20:46:37.230Z Fresh serde_tokenstream v0.2.2
54032025-11-11T20:46:37.230Z Fresh nom v7.1.3
54042025-11-11T20:46:37.230Z Fresh crossbeam-utils v0.8.21
54052025-11-11T20:46:37.230Z Fresh libloading v0.8.5
54062025-11-11T20:46:37.230Z Fresh time-core v0.1.6
54072025-11-11T20:46:37.230Z Fresh num-conv v0.1.0
54082025-11-11T20:46:37.230Z Fresh paste v1.0.15
54092025-11-11T20:46:37.230Z Fresh clang-sys v1.8.1
54102025-11-11T20:46:37.230Z Fresh anyhow v1.0.99
54112025-11-11T20:46:37.230Z Fresh prettyplease v0.2.36
54122025-11-11T20:46:37.230Z Fresh cexpr v0.6.0
54132025-11-11T20:46:37.230Z Fresh powerfmt v0.2.0
54142025-11-11T20:46:37.230Z Fresh home v0.5.9
54152025-11-11T20:46:37.230Z Fresh time-macros v0.2.24
54162025-11-11T20:46:37.230Z Fresh deranged v0.5.3
54172025-11-11T20:46:37.230Z Fresh num_threads v0.1.7
54182025-11-11T20:46:37.230Z Fresh vcpkg v0.2.15
54192025-11-11T20:46:37.230Z Fresh block-padding v0.3.3
54202025-11-11T20:46:37.230Z Fresh ipnet v2.11.0
54212025-11-11T20:46:37.230Z Fresh base64ct v1.6.0
54222025-11-11T20:46:37.230Z Fresh time v0.3.43
54232025-11-11T20:46:37.230Z Fresh inout v0.1.3
54242025-11-11T20:46:37.230Z Fresh itertools v0.12.1
54252025-11-11T20:46:37.230Z Fresh base64 v0.22.1
54262025-11-11T20:46:37.230Z Fresh utf8parse v0.2.2
54272025-11-11T20:46:37.230Z Fresh rustversion v1.0.22
54282025-11-11T20:46:37.230Z Fresh cipher v0.4.4
54292025-11-11T20:46:37.230Z Fresh which v4.4.2
54302025-11-11T20:46:37.230Z Fresh tokio-util v0.7.15
54312025-11-11T20:46:37.230Z Fresh atomic-waker v1.1.2
54322025-11-11T20:46:37.230Z Fresh lazycell v1.3.0
54332025-11-11T20:46:37.230Z Fresh rustc-hash v1.1.0
54342025-11-11T20:46:37.230Z Fresh cmake v0.1.51
54352025-11-11T20:46:37.231Z Fresh ident_case v1.0.1
54362025-11-11T20:46:37.231Z Fresh untrusted v0.9.0
54372025-11-11T20:46:37.231Z Fresh fastrand v2.1.1
54382025-11-11T20:46:37.231Z Fresh dunce v1.0.5
54392025-11-11T20:46:37.231Z Fresh fs_extra v1.3.0
54402025-11-11T20:46:37.231Z Fresh bindgen v0.69.5
54412025-11-11T20:46:37.231Z Fresh ring v0.17.14
54422025-11-11T20:46:37.231Z Fresh httparse v1.9.5
54432025-11-11T20:46:37.231Z Fresh sha2 v0.10.9
54442025-11-11T20:46:37.231Z Fresh anstyle v1.0.11
54452025-11-11T20:46:37.231Z Fresh pem-rfc7468 v0.7.0
54462025-11-11T20:46:37.231Z Fresh hmac v0.12.1
54472025-11-11T20:46:37.231Z Fresh unicode-segmentation v1.12.0
54482025-11-11T20:46:37.231Z Fresh anstyle-parse v0.2.5
54492025-11-11T20:46:37.231Z Fresh rand_chacha v0.3.1
54502025-11-11T20:46:37.231Z Fresh colorchoice v1.0.2
54512025-11-11T20:46:37.231Z Fresh rustls-pki-types v1.10.0
54522025-11-11T20:46:37.231Z Fresh anstyle-query v1.1.1
54532025-11-11T20:46:37.231Z Fresh is_terminal_polyfill v1.70.1
54542025-11-11T20:46:37.231Z Fresh rand v0.8.5
54552025-11-11T20:46:37.231Z Fresh anstream v0.6.18
54562025-11-11T20:46:37.231Z Fresh http-body v1.0.1
54572025-11-11T20:46:37.231Z Fresh der_derive v0.7.3
54582025-11-11T20:46:37.257Z Fresh flagset v0.4.6
54592025-11-11T20:46:37.257Z Fresh terminal_size v0.4.0
54602025-11-11T20:46:37.257Z Fresh aws-lc-sys v0.26.0
54612025-11-11T20:46:37.257Z Fresh der v0.7.10
54622025-11-11T20:46:37.257Z Fresh zerocopy-derive v0.8.27
54632025-11-11T20:46:37.257Z Fresh untrusted v0.7.1
54642025-11-11T20:46:37.257Z Fresh try-lock v0.2.5
54652025-11-11T20:46:37.257Z Fresh httpdate v1.0.3
54662025-11-11T20:46:37.257Z Fresh want v0.3.1
54672025-11-11T20:46:37.257Z Fresh zerocopy v0.8.27
54682025-11-11T20:46:37.257Z Fresh aws-lc-rs v1.12.4
54692025-11-11T20:46:37.257Z Fresh h2 v0.4.6
54702025-11-11T20:46:37.257Z Fresh clap_lex v0.7.4
54712025-11-11T20:46:37.257Z Fresh tower-service v0.3.3
54722025-11-11T20:46:37.257Z Fresh clap_builder v4.5.48
54732025-11-11T20:46:37.257Z Fresh hyper v1.7.0
54742025-11-11T20:46:37.258Z Fresh rustls-webpki v0.102.8
54752025-11-11T20:46:37.258Z Fresh clap_derive v4.5.47
54762025-11-11T20:46:37.258Z Fresh serde_spanned v0.6.9
54772025-11-11T20:46:37.258Z Fresh toml_datetime v0.6.11
54782025-11-11T20:46:37.258Z Fresh async-trait v0.1.89
54792025-11-11T20:46:37.258Z Fresh clap v4.5.48
54802025-11-11T20:46:37.258Z Fresh camino v1.2.0
54812025-11-11T20:46:37.258Z Fresh rand_core v0.9.3
54822025-11-11T20:46:37.258Z Fresh ucd-trie v0.1.7
54832025-11-11T20:46:37.258Z Fresh mime v0.3.17
54842025-11-11T20:46:37.258Z Fresh pest v2.8.2
54852025-11-11T20:46:37.258Z Fresh hyper-util v0.1.17
54862025-11-11T20:46:37.258Z Fresh spki v0.7.3
54872025-11-11T20:46:37.258Z Fresh pbkdf2 v0.12.2
54882025-11-11T20:46:37.258Z Fresh aes v0.8.4
54892025-11-11T20:46:37.258Z Fresh rustc_version v0.4.1
54902025-11-11T20:46:37.258Z Fresh slog v2.7.0
54912025-11-11T20:46:37.258Z Fresh rustix v1.0.7
54922025-11-11T20:46:37.258Z Fresh pest_meta v2.8.2
54932025-11-11T20:46:37.258Z Fresh http-body-util v0.1.3
54942025-11-11T20:46:37.258Z Fresh cbc v0.1.2
54952025-11-11T20:46:37.258Z Fresh salsa20 v0.10.2
54962025-11-11T20:46:37.258Z Fresh plain v0.2.3
54972025-11-11T20:46:37.258Z Fresh rand_chacha v0.9.0
54982025-11-11T20:46:37.258Z Fresh pest_generator v2.8.2
54992025-11-11T20:46:37.258Z Fresh scrypt v0.11.0
55002025-11-11T20:46:37.258Z Fresh darling_core v0.20.10
55012025-11-11T20:46:37.258Z Fresh foreign-types-shared v0.1.1
55022025-11-11T20:46:37.258Z Fresh openssl-probe v0.1.5
55032025-11-11T20:46:37.258Z Fresh rand v0.9.2
55042025-11-11T20:46:37.258Z Fresh tempfile v3.20.0
55052025-11-11T20:46:37.258Z Fresh pest_derive v2.8.2
55062025-11-11T20:46:37.258Z Fresh darling_macro v0.20.10
55072025-11-11T20:46:37.258Z Fresh pkcs5 v0.7.1
55082025-11-11T20:46:37.258Z Fresh foreign-types v0.3.2
55092025-11-11T20:46:37.258Z Fresh openssl-sys v0.9.109
55102025-11-11T20:46:37.258Z Fresh serde_urlencoded v0.7.1
55112025-11-11T20:46:37.258Z Fresh openssl-macros v0.1.1
55122025-11-11T20:46:37.258Z Fresh encoding_rs v0.8.34
55132025-11-11T20:46:37.259Z Fresh pretty-hex v0.4.1
55142025-11-11T20:46:37.259Z Fresh darling v0.20.10
55152025-11-11T20:46:37.259Z Fresh openssl v0.10.73
55162025-11-11T20:46:37.259Z Fresh pkcs8 v0.10.2
55172025-11-11T20:46:37.259Z Fresh openapiv3 v2.2.0
55182025-11-11T20:46:37.259Z Fresh litrs v0.4.1
55192025-11-11T20:46:37.259Z Fresh sync_wrapper v1.0.1
55202025-11-11T20:46:37.259Z Fresh winnow v0.7.13
55212025-11-11T20:46:37.259Z Fresh psl-types v2.0.11
55222025-11-11T20:46:37.259Z Fresh tower-layer v0.3.3
55232025-11-11T20:46:37.259Z Fresh rustls v0.23.19
55242025-11-11T20:46:37.259Z Fresh native-tls v0.2.12
55252025-11-11T20:46:37.259Z Fresh document-features v0.2.11
55262025-11-11T20:46:37.259Z Fresh tower v0.5.2
55272025-11-11T20:46:37.259Z Fresh publicsuffix v2.3.0
55282025-11-11T20:46:37.259Z Fresh rustls-native-certs v0.8.1
55292025-11-11T20:46:37.259Z Fresh webpki-roots v1.0.1
55302025-11-11T20:46:37.259Z Fresh tokio-rustls v0.26.0
55312025-11-11T20:46:37.259Z Fresh cookie v0.18.1
55322025-11-11T20:46:37.259Z Fresh tokio-native-tls v0.3.1
55332025-11-11T20:46:37.259Z Fresh ipnetwork v0.21.1
55342025-11-11T20:46:37.259Z Fresh scroll_derive v0.12.0
55352025-11-11T20:46:37.259Z Fresh iri-string v0.7.8
55362025-11-11T20:46:37.259Z Fresh sha1 v0.10.6
55372025-11-11T20:46:37.259Z Fresh signature v2.2.0
55382025-11-11T20:46:37.259Z Fresh cookie_store v0.21.1
55392025-11-11T20:46:37.259Z Fresh hyper-tls v0.6.0
55402025-11-11T20:46:37.259Z Fresh hyper-rustls v0.27.7
55412025-11-11T20:46:37.259Z Fresh scroll v0.12.0
55422025-11-11T20:46:37.259Z Fresh tower-http v0.6.6
55432025-11-11T20:46:37.259Z Fresh data-encoding v2.9.0
55442025-11-11T20:46:37.259Z Fresh dtrace-parser v0.2.0
55452025-11-11T20:46:37.259Z Fresh reqwest v0.12.24
55462025-11-11T20:46:37.259Z Fresh goblin v0.8.2
55472025-11-11T20:46:37.259Z Fresh thread-id v4.2.2
55482025-11-11T20:46:37.259Z Fresh tinyvec_macros v0.1.1
55492025-11-11T20:46:37.259Z Fresh quick-error v1.2.3
55502025-11-11T20:46:37.259Z Fresh winnow v0.5.40
55512025-11-11T20:46:37.259Z Fresh strum_macros v0.26.4
55522025-11-11T20:46:37.260Z Fresh dof v0.3.0
55532025-11-11T20:46:37.260Z Fresh tinyvec v1.8.0
55542025-11-11T20:46:37.260Z Fresh toml_edit v0.19.15
55552025-11-11T20:46:37.260Z Fresh strum v0.26.3
55562025-11-11T20:46:37.260Z Fresh num-integer v0.1.46
55572025-11-11T20:46:37.260Z Fresh bit-vec v0.8.0
55582025-11-11T20:46:37.286Z Fresh static_assertions v1.1.0
55592025-11-11T20:46:37.286Z Fresh hubpack_derive v0.1.1
55602025-11-11T20:46:37.286Z Fresh usdt-impl v0.5.0
55612025-11-11T20:46:37.286Z Fresh bit-set v0.8.0
55622025-11-11T20:46:37.286Z Fresh memmap v0.7.0
55632025-11-11T20:46:37.286Z Fresh wait-timeout v0.2.0
55642025-11-11T20:46:37.286Z Fresh base16ct v0.2.0
55652025-11-11T20:46:37.286Z Fresh hubpack v0.1.2
55662025-11-11T20:46:37.286Z Fresh oxnet v0.1.3
55672025-11-11T20:46:37.286Z Fresh usdt-macro v0.5.0
55682025-11-11T20:46:37.286Z Fresh usdt-attr-macro v0.5.0
55692025-11-11T20:46:37.286Z Fresh sec1 v0.7.3
55702025-11-11T20:46:37.286Z Fresh heck v0.4.1
55712025-11-11T20:46:37.286Z Fresh bstr v1.10.0
55722025-11-11T20:46:37.286Z Fresh ff v0.13.0
55732025-11-11T20:46:37.286Z Fresh crc32fast v1.4.2
55742025-11-11T20:46:37.286Z Fresh usdt v0.5.0
55752025-11-11T20:46:37.286Z Fresh toml_write v0.1.2
55762025-11-11T20:46:37.286Z Fresh ahash v0.8.12
55772025-11-11T20:46:37.286Z Fresh group v0.13.0
55782025-11-11T20:46:37.286Z Fresh rusty-fork v0.3.0
55792025-11-11T20:46:37.286Z Fresh num-iter v0.1.45
55802025-11-11T20:46:37.286Z Fresh rand_xorshift v0.4.0
55812025-11-11T20:46:37.286Z Fresh hkdf v0.12.4
55822025-11-11T20:46:37.287Z Fresh toml_edit v0.22.27
55832025-11-11T20:46:37.287Z Fresh crossbeam-epoch v0.9.18
55842025-11-11T20:46:37.287Z Fresh itertools v0.13.0
55852025-11-11T20:46:37.287Z Fresh crypto-bigint v0.5.5
55862025-11-11T20:46:37.287Z Fresh unarray v0.1.4
55872025-11-11T20:46:37.287Z Fresh zlib-rs v0.5.1
55882025-11-11T20:46:37.287Z Fresh pkcs1 v0.7.5
55892025-11-11T20:46:37.287Z Fresh elliptic-curve v0.13.8
55902025-11-11T20:46:37.287Z Fresh proptest v1.7.0
55912025-11-11T20:46:37.287Z Fresh libz-rs-sys v0.5.1
55922025-11-11T20:46:37.287Z Fresh bitflags v1.3.2
55932025-11-11T20:46:37.287Z Fresh derive_builder_core v0.20.2
55942025-11-11T20:46:37.287Z Fresh num-bigint-dig v0.8.4
55952025-11-11T20:46:37.287Z Fresh flate2 v1.1.2
55962025-11-11T20:46:37.287Z Fresh newtype-uuid v1.3.1
55972025-11-11T20:46:37.287Z Fresh x509-cert v0.2.5
55982025-11-11T20:46:37.287Z Fresh rfc6979 v0.4.0
55992025-11-11T20:46:37.287Z Fresh daft-derive v0.1.4
56002025-11-11T20:46:37.287Z Fresh rsa v0.9.8
56012025-11-11T20:46:37.287Z Fresh curve25519-dalek-derive v0.1.1
56022025-11-11T20:46:37.287Z Fresh siphasher v0.3.11
56032025-11-11T20:46:37.287Z Fresh ecdsa v0.16.9
56042025-11-11T20:46:37.287Z Fresh bzip2-sys v0.1.13+1.0.8
56052025-11-11T20:46:37.287Z Fresh daft v0.1.4
56062025-11-11T20:46:37.287Z Fresh derive_builder_macro v0.20.2
56072025-11-11T20:46:37.287Z Fresh curve25519-dalek v4.1.3
56082025-11-11T20:46:37.287Z Fresh phf_shared v0.11.2
56092025-11-11T20:46:37.287Z Fresh cfg_aliases v0.2.1
56102025-11-11T20:46:37.287Z Fresh derive_builder v0.20.2
56112025-11-11T20:46:37.287Z Fresh unicode-normalization v0.1.24
56122025-11-11T20:46:37.287Z Fresh signal-hook v0.3.18
56132025-11-11T20:46:37.287Z Fresh toml v0.7.8
56142025-11-11T20:46:37.287Z Fresh ed25519 v2.2.3
56152025-11-11T20:46:37.287Z Fresh enum-as-inner v0.6.1
56162025-11-11T20:46:37.287Z Fresh scroll_derive v0.13.1
56172025-11-11T20:46:37.287Z Fresh env_filter v0.1.2
56182025-11-11T20:46:37.287Z Fresh managed v0.8.0
56192025-11-11T20:46:37.287Z Fresh keccak v0.1.5
56202025-11-11T20:46:37.287Z Fresh ed25519-dalek v2.1.1
56212025-11-11T20:46:37.287Z Fresh memoffset v0.9.1
56222025-11-11T20:46:37.288Z Fresh scroll v0.13.0
56232025-11-11T20:46:37.288Z Fresh sha3 v0.10.8
56242025-11-11T20:46:37.288Z Fresh env_logger v0.11.8
56252025-11-11T20:46:37.288Z Fresh serde_with_macros v3.14.0
56262025-11-11T20:46:37.288Z Fresh itertools v0.10.5
56272025-11-11T20:46:37.288Z Fresh cargo-platform v0.1.8
56282025-11-11T20:46:37.288Z Fresh ref-cast-impl v1.0.24
56292025-11-11T20:46:37.288Z Fresh precomputed-hash v0.1.1
56302025-11-11T20:46:37.288Z Fresh new_debug_unreachable v1.0.6
56312025-11-11T20:46:37.288Z Fresh fixedbitset v0.4.2
56322025-11-11T20:46:37.288Z Fresh rustc-hash v2.1.1
56332025-11-11T20:46:37.288Z Fresh ref-cast v1.0.24
56342025-11-11T20:46:37.288Z Fresh serde_with v3.14.0
56352025-11-11T20:46:37.288Z Fresh string_cache v0.8.9
56362025-11-11T20:46:37.288Z Fresh petgraph v0.6.5
56372025-11-11T20:46:37.288Z Fresh cargo_metadata v0.19.2
56382025-11-11T20:46:37.288Z Fresh goblin v0.10.2
56392025-11-11T20:46:37.288Z Fresh vergen-lib v0.1.6
56402025-11-11T20:46:37.288Z Fresh zstd-sys v2.0.14+zstd.1.5.7
56412025-11-11T20:46:37.288Z Fresh signal-hook-mio v0.2.4
56422025-11-11T20:46:37.288Z Fresh vergen v9.0.6
56432025-11-11T20:46:37.288Z Fresh zstd-safe v7.2.3
56442025-11-11T20:46:37.288Z Fresh dof v0.4.0
56452025-11-11T20:46:37.288Z Fresh bzip2 v0.4.4
56462025-11-11T20:46:37.288Z Fresh dtrace-parser v0.3.0
56472025-11-11T20:46:37.288Z Fresh thread-id v5.0.0
56482025-11-11T20:46:37.288Z Fresh lalrpop-util v0.19.12
56492025-11-11T20:46:37.288Z Fresh lockfree-object-pool v0.1.6
56502025-11-11T20:46:37.288Z Fresh bumpalo v3.16.0
56512025-11-11T20:46:37.288Z Fresh simd-adler32 v0.3.7
56522025-11-11T20:46:37.288Z Fresh zip v0.6.6
56532025-11-11T20:46:37.288Z Fresh zstd v0.13.3
56542025-11-11T20:46:37.288Z Fresh zopfli v0.8.1
56552025-11-11T20:46:37.288Z Fresh usdt-impl v0.6.0
56562025-11-11T20:46:37.288Z Fresh crossterm v0.28.1
56572025-11-11T20:46:37.288Z Fresh bzip2 v0.5.2
56582025-11-11T20:46:37.314Z Fresh similar v2.7.0
56592025-11-11T20:46:37.314Z Fresh hash32 v0.2.1
56602025-11-11T20:46:37.314Z Fresh serde-big-array v0.5.1
56612025-11-11T20:46:37.314Z Fresh socket2 v0.5.10
56622025-11-11T20:46:37.314Z Fresh winnow v0.6.26
56632025-11-11T20:46:37.314Z Fresh predicates-core v1.0.8
56642025-11-11T20:46:37.314Z Fresh unicode-properties v0.1.3
56652025-11-11T20:46:37.314Z Fresh jiff v0.2.15
56662025-11-11T20:46:37.314Z Fresh unicode-bidi v0.3.17
56672025-11-11T20:46:37.314Z Fresh zip v4.2.0
56682025-11-11T20:46:37.315Z Fresh heapless v0.7.17
56692025-11-11T20:46:37.315Z Fresh hickory-proto v0.25.2
56702025-11-11T20:46:37.315Z Fresh stringprep v0.1.5
56712025-11-11T20:46:37.315Z Fresh tokio-stream v0.1.17
56722025-11-11T20:46:37.315Z Fresh md-5 v0.10.6
56732025-11-11T20:46:37.315Z Fresh strum_macros v0.27.2
56742025-11-11T20:46:37.315Z Fresh float-cmp v0.10.0
56752025-11-11T20:46:37.315Z Fresh foldhash v0.2.0
56762025-11-11T20:46:37.315Z Fresh normalize-line-endings v0.3.0
56772025-11-11T20:46:37.315Z Fresh difflib v0.4.0
56782025-11-11T20:46:37.315Z Fresh fallible-iterator v0.2.0
56792025-11-11T20:46:37.315Z Fresh iddqd v0.3.13
56802025-11-11T20:46:37.315Z Fresh strum v0.27.2
56812025-11-11T20:46:37.315Z Fresh predicates v3.1.3
56822025-11-11T20:46:37.315Z Fresh nix v0.29.0
56832025-11-11T20:46:37.315Z Fresh fs-err v3.1.1
56842025-11-11T20:46:37.315Z Fresh buf-list v1.0.3
56852025-11-11T20:46:37.315Z Fresh smoltcp v0.9.1
56862025-11-11T20:46:37.315Z Fresh postgres-protocol v0.6.8
56872025-11-11T20:46:37.315Z Fresh serde_repr v0.1.19
56882025-11-11T20:46:37.315Z Fresh peg-runtime v0.8.5
56892025-11-11T20:46:37.315Z Fresh phf v0.11.2
56902025-11-11T20:46:37.315Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
56912025-11-11T20:46:37.315Z Fresh whoami v1.5.2
56922025-11-11T20:46:37.315Z Fresh is-terminal v0.4.13
56932025-11-11T20:46:37.315Z Fresh futures-executor v0.3.31
56942025-11-11T20:46:37.315Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
56952025-11-11T20:46:37.315Z Fresh postgres-types v0.2.9
56962025-11-11T20:46:37.315Z Fresh futures v0.3.31
56972025-11-11T20:46:37.315Z Fresh regress v0.10.4
56982025-11-11T20:46:37.315Z Fresh crossbeam-channel v0.5.15
56992025-11-11T20:46:37.315Z Fresh thread_local v1.1.8
57002025-11-11T20:46:37.315Z Fresh hex v0.4.3
57012025-11-11T20:46:37.315Z Fresh tokio-postgres v0.7.13
57022025-11-11T20:46:37.315Z Fresh unsafe-libyaml v0.2.11
57032025-11-11T20:46:37.315Z Fresh typify-impl v0.4.3
57042025-11-11T20:46:37.315Z Fresh term v1.1.0
57052025-11-11T20:46:37.315Z Fresh take_mut v0.2.2
57062025-11-11T20:46:37.315Z Fresh match_cfg v0.1.0
57072025-11-11T20:46:37.315Z Fresh debug-ignore v1.0.5
57082025-11-11T20:46:37.316Z Fresh serde_yaml v0.9.34+deprecated
57092025-11-11T20:46:37.316Z Fresh slog-async v2.8.0
57102025-11-11T20:46:37.316Z Fresh slog-term v2.9.2
57112025-11-11T20:46:37.316Z Fresh typify-macro v0.4.3
57122025-11-11T20:46:37.316Z Fresh hostname v0.3.1
57132025-11-11T20:46:37.316Z Fresh structmeta-derive v0.3.0
57142025-11-11T20:46:37.316Z Fresh typify v0.4.3
57152025-11-11T20:46:37.316Z Fresh structmeta v0.3.0
57162025-11-11T20:46:37.316Z Fresh toml_parser v1.0.2
57172025-11-11T20:46:37.316Z Fresh serde_path_to_error v0.1.17
57182025-11-11T20:46:37.316Z Fresh toml_datetime v0.7.0
57192025-11-11T20:46:37.316Z Fresh serde_spanned v1.0.0
57202025-11-11T20:46:37.316Z Fresh toml_writer v1.0.2
57212025-11-11T20:46:37.316Z Fresh rustls v0.22.4
57222025-11-11T20:46:37.316Z Fresh progenitor-client v0.10.0
57232025-11-11T20:46:37.316Z Fresh slog-json v2.6.1
57242025-11-11T20:46:37.316Z Fresh async-stream-impl v0.3.6
57252025-11-11T20:46:37.316Z Fresh toml v0.9.5
57262025-11-11T20:46:37.316Z Fresh tokio-rustls v0.25.0
57272025-11-11T20:46:37.316Z Fresh slog-bunyan v2.5.0
57282025-11-11T20:46:37.316Z Fresh async-stream v0.3.6
57292025-11-11T20:46:37.316Z Fresh rustls-pemfile v2.2.0
57302025-11-11T20:46:37.316Z Fresh waitgroup v0.1.2
57312025-11-11T20:46:37.316Z Fresh multer v3.1.0
57322025-11-11T20:46:37.316Z Fresh dropshot_endpoint v0.16.4
57332025-11-11T20:46:37.316Z Fresh hostname v0.4.0
57342025-11-11T20:46:37.316Z Fresh derive-ex v0.1.8
57352025-11-11T20:46:37.316Z Fresh newtype-uuid-macros v0.1.0
57362025-11-11T20:46:37.316Z Fresh macaddr v1.0.1
57372025-11-11T20:46:37.316Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
57382025-11-11T20:46:37.316Z Fresh instant v0.1.13
57392025-11-11T20:46:37.316Z Fresh dropshot v0.16.4
57402025-11-11T20:46:37.316Z Fresh test-strategy v0.4.3
57412025-11-11T20:46:37.316Z Fresh progenitor-impl v0.11.2
57422025-11-11T20:46:37.316Z Fresh derive-where v1.5.0
57432025-11-11T20:46:37.316Z Fresh parse-display-derive v0.10.0
57442025-11-11T20:46:37.316Z Fresh progenitor-client v0.11.2
57452025-11-11T20:46:37.316Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57462025-11-11T20:46:37.316Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
57472025-11-11T20:46:37.317Z Fresh progenitor-macro v0.11.2
57482025-11-11T20:46:37.317Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57492025-11-11T20:46:37.317Z Fresh parse-display v0.10.0
57502025-11-11T20:46:37.317Z Fresh backoff v0.4.0
57512025-11-11T20:46:37.317Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
57522025-11-11T20:46:37.317Z Fresh progenitor v0.11.2
57532025-11-11T20:46:37.317Z Fresh itertools v0.14.0
57542025-11-11T20:46:37.317Z Fresh unicode-width v0.1.14
57552025-11-11T20:46:37.317Z Fresh toml v0.8.23
57562025-11-11T20:46:37.317Z Fresh camino-tempfile v1.4.1
57572025-11-11T20:46:37.317Z Fresh unicode-width v0.2.0
57582025-11-11T20:46:37.350Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
57592025-11-11T20:46:37.350Z Fresh crossbeam-deque v0.8.5
57602025-11-11T20:46:37.350Z Fresh progenitor-impl v0.10.0
57612025-11-11T20:46:37.350Z Fresh darling_core v0.21.0
57622025-11-11T20:46:37.350Z Fresh proc-macro-error-attr v1.0.4
57632025-11-11T20:46:37.350Z Fresh progenitor-macro v0.10.0
57642025-11-11T20:46:37.350Z Fresh darling_macro v0.21.0
57652025-11-11T20:46:37.350Z Fresh proc-macro-crate v1.3.1
57662025-11-11T20:46:37.350Z Fresh proc-macro-error v1.0.4
57672025-11-11T20:46:37.350Z Fresh progenitor v0.10.0
57682025-11-11T20:46:37.350Z Fresh rayon-core v1.12.1
57692025-11-11T20:46:37.350Z Fresh crucible-workspace-hack v0.1.0
57702025-11-11T20:46:37.350Z Fresh darling v0.21.0
57712025-11-11T20:46:37.350Z Fresh num_enum_derive v0.5.11
57722025-11-11T20:46:37.351Z Fresh rayon v1.10.0
57732025-11-11T20:46:37.351Z Fresh num_enum v0.5.11
57742025-11-11T20:46:37.351Z Fresh ingot-macros v0.1.1
57752025-11-11T20:46:37.351Z Fresh hash32 v0.3.1
57762025-11-11T20:46:37.351Z Fresh tabwriter v1.4.0
57772025-11-11T20:46:37.351Z Fresh ingot-types v0.1.2
57782025-11-11T20:46:37.351Z Fresh heapless v0.8.0
57792025-11-11T20:46:37.351Z Fresh foreign-types-macros v0.2.3
57802025-11-11T20:46:37.351Z Fresh foreign-types-shared v0.3.1
57812025-11-11T20:46:37.351Z Fresh cobs v0.2.3
57822025-11-11T20:46:37.351Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57832025-11-11T20:46:37.351Z Fresh smoltcp v0.11.0
57842025-11-11T20:46:37.351Z Fresh ingot v0.1.1
57852025-11-11T20:46:37.351Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57862025-11-11T20:46:37.351Z Fresh foreign-types v0.5.0
57872025-11-11T20:46:37.351Z Fresh postcard v1.0.10
57882025-11-11T20:46:37.351Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57892025-11-11T20:46:37.351Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57902025-11-11T20:46:37.351Z Fresh cstr-argument v0.1.2
57912025-11-11T20:46:37.351Z Fresh pretty-hex v0.2.1
57922025-11-11T20:46:37.351Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57932025-11-11T20:46:37.351Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57942025-11-11T20:46:37.351Z Fresh colored v2.2.0
57952025-11-11T20:46:37.351Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57962025-11-11T20:46:37.351Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57972025-11-11T20:46:37.351Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57982025-11-11T20:46:37.351Z Fresh sigpipe v0.1.3
57992025-11-11T20:46:37.351Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58002025-11-11T20:46:37.351Z Fresh zone_cfg_derive v0.3.0
58012025-11-11T20:46:37.351Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
58022025-11-11T20:46:37.351Z Fresh smf v0.2.3
58032025-11-11T20:46:37.351Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
58042025-11-11T20:46:37.351Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58052025-11-11T20:46:37.351Z Fresh num-derive v0.4.2
58062025-11-11T20:46:37.351Z Fresh zone v0.3.1
58072025-11-11T20:46:37.351Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
58082025-11-11T20:46:37.351Z Fresh convert_case v0.4.0
58092025-11-11T20:46:37.352Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
58102025-11-11T20:46:37.352Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
58112025-11-11T20:46:37.352Z Fresh derive_more v0.99.20
58122025-11-11T20:46:37.352Z Fresh indent_write v2.2.0
58132025-11-11T20:46:37.352Z Fresh num-rational v0.4.2
58142025-11-11T20:46:37.352Z Fresh num-complex v0.4.6
58152025-11-11T20:46:37.352Z Fresh float-ord v0.3.2
58162025-11-11T20:46:37.352Z Fresh num v0.4.3
58172025-11-11T20:46:37.352Z Fresh secrecy v0.10.3
58182025-11-11T20:46:37.352Z Fresh swrite v0.1.0
58192025-11-11T20:46:37.352Z Fresh console v0.15.10
58202025-11-11T20:46:37.352Z Fresh password-hash v0.5.0
58212025-11-11T20:46:37.352Z Fresh blake2 v0.10.6
58222025-11-11T20:46:37.352Z Fresh argon2 v0.5.3
58232025-11-11T20:46:37.352Z Fresh atomicwrites v0.4.4
58242025-11-11T20:46:37.352Z Fresh newline-converter v0.3.0
58252025-11-11T20:46:37.352Z Fresh bytecount v0.6.8
58262025-11-11T20:46:37.352Z Fresh fixedbitset v0.5.7
58272025-11-11T20:46:37.352Z Fresh base64 v0.21.7
58282025-11-11T20:46:37.352Z Fresh tokio-dtrace v0.1.0
58292025-11-11T20:46:37.352Z Fresh expectorate v1.2.0
58302025-11-11T20:46:37.352Z Fresh petgraph v0.8.2
58312025-11-11T20:46:37.352Z Fresh oxide-tokio-rt v0.1.2
58322025-11-11T20:46:37.352Z Fresh libsw-core v0.3.1
58332025-11-11T20:46:37.352Z Fresh linear-map v1.2.0
58342025-11-11T20:46:37.352Z Fresh libsw v3.5.0
58352025-11-11T20:46:37.352Z Fresh same-file v1.0.6
58362025-11-11T20:46:37.352Z Fresh unicode-xid v0.2.6
58372025-11-11T20:46:37.352Z Fresh owo-colors v4.2.2
58382025-11-11T20:46:37.352Z Fresh cancel-safe-futures v0.1.5
58392025-11-11T20:46:37.352Z Fresh walkdir v2.5.0
58402025-11-11T20:46:37.352Z Fresh gethostname v0.5.0
58412025-11-11T20:46:37.352Z Fresh resolv-conf v0.7.0
58422025-11-11T20:46:37.352Z Fresh utf-8 v0.7.6
58432025-11-11T20:46:37.352Z Fresh convert_case v0.7.1
58442025-11-11T20:46:37.352Z Fresh smawk v0.3.2
58452025-11-11T20:46:37.352Z Fresh unicode-linebreak v0.1.5
58462025-11-11T20:46:37.352Z Fresh derive_more-impl v2.0.1
58472025-11-11T20:46:37.352Z Fresh globset v0.4.15
58482025-11-11T20:46:37.352Z Fresh derive_more v2.0.1
58492025-11-11T20:46:37.353Z Fresh async-recursion v1.1.1
58502025-11-11T20:46:37.353Z Fresh vte_generate_state_changes v0.1.2
58512025-11-11T20:46:37.353Z Fresh termtree v0.5.1
58522025-11-11T20:46:37.353Z Fresh fd-lock v4.0.2
58532025-11-11T20:46:37.353Z Fresh linked-hash-map v0.5.6
58542025-11-11T20:46:37.353Z Fresh tungstenite v0.21.0
58552025-11-11T20:46:37.353Z Fresh slog-dtrace v0.3.0
58562025-11-11T20:46:37.353Z Fresh crossterm v0.29.0
58572025-11-11T20:46:37.353Z Fresh vte v0.11.1
58582025-11-11T20:46:37.380Z Fresh lru-cache v0.1.2
58592025-11-11T20:46:37.380Z Fresh hickory-proto v0.24.4
58602025-11-11T20:46:37.380Z Fresh nibble_vec v0.1.0
58612025-11-11T20:46:37.380Z Fresh nu-ansi-term v0.50.1
58622025-11-11T20:46:37.380Z Fresh strip-ansi-escapes v0.2.0
58632025-11-11T20:46:37.380Z Fresh display-error-chain v0.2.2
58642025-11-11T20:46:37.380Z Fresh endian-type v0.1.2
58652025-11-11T20:46:37.380Z Fresh tokio-tungstenite v0.21.0
58662025-11-11T20:46:37.380Z Fresh pin-project-internal v1.1.6
58672025-11-11T20:46:37.380Z Fresh radix_trie v0.2.1
58682025-11-11T20:46:37.380Z Fresh reedline v0.40.0
58692025-11-11T20:46:37.380Z Fresh pin-project v1.1.6
58702025-11-11T20:46:37.380Z Fresh hickory-resolver v0.24.4
58712025-11-11T20:46:37.380Z Fresh textwrap v0.16.2
58722025-11-11T20:46:37.380Z Fresh pem v3.0.5
58732025-11-11T20:46:37.380Z Fresh qorb v0.4.1
58742025-11-11T20:46:37.380Z Fresh snafu-derive v0.8.5
58752025-11-11T20:46:37.380Z Fresh cfg_aliases v0.1.1
58762025-11-11T20:46:37.380Z Fresh humantime v2.2.0
58772025-11-11T20:46:37.380Z Fresh olpc-cjson v0.1.4
58782025-11-11T20:46:37.380Z Fresh serde_plain v1.0.2
58792025-11-11T20:46:37.380Z Fresh typed-path v0.9.3
58802025-11-11T20:46:37.380Z Fresh siphasher v1.0.1
58812025-11-11T20:46:37.381Z Fresh snafu v0.8.5
58822025-11-11T20:46:37.381Z Fresh phf_shared v0.12.1
58832025-11-11T20:46:37.381Z Fresh papergrid v0.11.0
58842025-11-11T20:46:37.381Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
58852025-11-11T20:46:37.381Z Fresh tabled_derive v0.7.0
58862025-11-11T20:46:37.381Z Fresh csv-core v0.1.11
58872025-11-11T20:46:37.381Z Fresh tough v0.20.0
58882025-11-11T20:46:37.381Z Fresh highway v1.3.0
58892025-11-11T20:46:37.381Z Fresh semver v0.1.20
58902025-11-11T20:46:37.381Z Fresh csv v1.3.1
58912025-11-11T20:46:37.381Z Fresh phf v0.12.1
58922025-11-11T20:46:37.381Z Fresh tabled v0.15.0
58932025-11-11T20:46:37.381Z Fresh rustc_version v0.1.7
58942025-11-11T20:46:37.381Z Fresh nix v0.28.0
58952025-11-11T20:46:37.381Z Fresh const_format_proc_macros v0.2.34
58962025-11-11T20:46:37.381Z Fresh peg-macros v0.8.5
58972025-11-11T20:46:37.381Z Fresh sqlparser_derive v0.2.2
58982025-11-11T20:46:37.381Z Fresh unicode_categories v0.1.1
58992025-11-11T20:46:37.381Z Fresh sqlparser v0.45.0
59002025-11-11T20:46:37.381Z Fresh const_format v0.2.34
59012025-11-11T20:46:37.381Z Fresh rustyline v14.0.0
59022025-11-11T20:46:37.381Z Fresh chrono-tz v0.10.4
59032025-11-11T20:46:37.381Z Fresh peg v0.8.5
59042025-11-11T20:46:37.381Z Fresh sqlformat v0.3.5
59052025-11-11T20:46:37.381Z Fresh bcs v0.1.6
59062025-11-11T20:46:37.381Z Fresh arc-swap v1.7.1
59072025-11-11T20:46:37.381Z Fresh xattr v1.3.1
59082025-11-11T20:46:37.381Z Fresh newtype_derive v0.1.6
59092025-11-11T20:46:37.381Z Fresh slog-scope v4.4.0
59102025-11-11T20:46:37.381Z Fresh filetime v0.2.26
59112025-11-11T20:46:37.381Z Fresh half v2.4.1
59122025-11-11T20:46:37.381Z Fresh ciborium-io v0.2.2
59132025-11-11T20:46:37.381Z Fresh universal-hash v0.5.1
59142025-11-11T20:46:37.381Z Fresh steno v0.4.1
59152025-11-11T20:46:37.381Z Fresh slog-stdlog v4.1.1
59162025-11-11T20:46:37.381Z Fresh tar v0.4.44
59172025-11-11T20:46:37.381Z Fresh ciborium-ll v0.2.2
59182025-11-11T20:46:37.381Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
59192025-11-11T20:46:37.382Z Fresh opaque-debug v0.3.1
59202025-11-11T20:46:37.382Z Fresh typify-impl v0.2.0
59212025-11-11T20:46:37.382Z Fresh subprocess v0.2.9
59222025-11-11T20:46:37.382Z Fresh slog-envlogger v2.2.0
59232025-11-11T20:46:37.382Z Fresh ciborium v0.2.2
59242025-11-11T20:46:37.382Z Fresh typify-macro v0.2.0
59252025-11-11T20:46:37.382Z Fresh headers-core v0.3.0
59262025-11-11T20:46:37.382Z Fresh aead v0.5.2
59272025-11-11T20:46:37.382Z Fresh poly1305 v0.8.0
59282025-11-11T20:46:37.382Z Fresh chacha20 v0.9.1
59292025-11-11T20:46:37.382Z Fresh headers v0.4.1
59302025-11-11T20:46:37.382Z Fresh typify v0.2.0
59312025-11-11T20:46:37.382Z Fresh progenitor-client v0.8.0
59322025-11-11T20:46:37.382Z Fresh heck v0.3.3
59332025-11-11T20:46:37.382Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59342025-11-11T20:46:37.382Z Fresh yasna v0.5.2
59352025-11-11T20:46:37.382Z Fresh progenitor-impl v0.8.0
59362025-11-11T20:46:37.382Z Fresh zone_cfg_derive v0.1.2
59372025-11-11T20:46:37.382Z Fresh base64 v0.13.1
59382025-11-11T20:46:37.382Z Fresh number_prefix v0.4.0
59392025-11-11T20:46:37.382Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59402025-11-11T20:46:37.382Z Fresh rcgen v0.12.1
59412025-11-11T20:46:37.382Z Fresh thiserror-impl-no-std v2.0.2
59422025-11-11T20:46:37.382Z Fresh progenitor-macro v0.8.0
59432025-11-11T20:46:37.382Z Fresh lzma-sys v0.1.20
59442025-11-11T20:46:37.382Z Fresh zone v0.1.8
59452025-11-11T20:46:37.382Z Fresh indicatif v0.17.11
59462025-11-11T20:46:37.382Z Fresh ron v0.7.1
59472025-11-11T20:46:37.382Z Fresh thiserror-no-std v2.0.2
59482025-11-11T20:46:37.382Z Fresh chacha20poly1305 v0.10.1
59492025-11-11T20:46:37.382Z Fresh progenitor v0.8.0
59502025-11-11T20:46:37.382Z Fresh xz2 v0.1.7
59512025-11-11T20:46:37.382Z Fresh vsss-rs v3.3.4
59522025-11-11T20:46:37.382Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
59532025-11-11T20:46:37.383Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
59542025-11-11T20:46:37.383Z Fresh dropshot-api-manager-types v0.2.3
59552025-11-11T20:46:37.383Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59562025-11-11T20:46:37.383Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
59572025-11-11T20:46:37.383Z Fresh tagptr v0.2.0
59582025-11-11T20:46:37.408Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
59592025-11-11T20:46:37.408Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
59602025-11-11T20:46:37.408Z Fresh moka v0.12.10
59612025-11-11T20:46:37.408Z Fresh bitfield-struct v0.6.2
59622025-11-11T20:46:37.408Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59632025-11-11T20:46:37.408Z Fresh hickory-resolver v0.25.2
59642025-11-11T20:46:37.408Z Fresh nix v0.30.1
59652025-11-11T20:46:37.408Z Fresh libefi-sys v0.1.0
59662025-11-11T20:46:37.408Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59672025-11-11T20:46:37.408Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59682025-11-11T20:46:37.408Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59692025-11-11T20:46:37.408Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
59702025-11-11T20:46:37.408Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59712025-11-11T20:46:37.408Z Fresh xshell-macros v0.2.7
59722025-11-11T20:46:37.408Z Fresh xshell v0.2.7
59732025-11-11T20:46:37.408Z Fresh tap v1.0.1
59742025-11-11T20:46:37.408Z Fresh zerocopy-derive v0.6.6
59752025-11-11T20:46:37.408Z Fresh crc-catalog v2.4.0
59762025-11-11T20:46:37.408Z Fresh funty v2.0.0
59772025-11-11T20:46:37.409Z Fresh wyz v0.5.1
59782025-11-11T20:46:37.409Z Fresh zerocopy v0.6.6
59792025-11-11T20:46:37.409Z Fresh crc v3.2.1
59802025-11-11T20:46:37.409Z Fresh packed_struct_codegen v0.10.1
59812025-11-11T20:46:37.409Z Fresh radium v0.7.0
59822025-11-11T20:46:37.409Z Fresh maybe-uninit v2.0.0
59832025-11-11T20:46:37.409Z Fresh bitfield-macros v0.19.2
59842025-11-11T20:46:37.409Z Fresh memmap2 v0.9.8
59852025-11-11T20:46:37.409Z Fresh nodrop v0.1.14
59862025-11-11T20:46:37.409Z Fresh proc-macro-error-attr2 v2.0.0
59872025-11-11T20:46:37.409Z Fresh bitvec v1.0.1
59882025-11-11T20:46:37.409Z Fresh smallvec v0.6.14
59892025-11-11T20:46:37.409Z Fresh bitfield v0.19.2
59902025-11-11T20:46:37.409Z Fresh array-init v0.0.4
59912025-11-11T20:46:37.409Z Fresh hashbrown v0.12.3
59922025-11-11T20:46:37.409Z Fresh proc-macro-error2 v2.0.1
59932025-11-11T20:46:37.409Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59942025-11-11T20:46:37.409Z Fresh packed_struct v0.10.1
59952025-11-11T20:46:37.409Z Fresh indexmap v1.9.3
59962025-11-11T20:46:37.409Z Fresh serde-hex v0.1.0
59972025-11-11T20:46:37.409Z Fresh ron v0.8.1
59982025-11-11T20:46:37.409Z Fresh hashbrown v0.13.2
59992025-11-11T20:46:37.409Z Fresh crc-any v2.5.0
60002025-11-11T20:46:37.409Z Fresh maplit v1.0.2
60012025-11-11T20:46:37.409Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
60022025-11-11T20:46:37.409Z Fresh object v0.30.4
60032025-11-11T20:46:37.409Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
60042025-11-11T20:46:37.409Z Fresh path-slash v0.1.5
60052025-11-11T20:46:37.409Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60062025-11-11T20:46:37.409Z Fresh num-derive v0.3.3
60072025-11-11T20:46:37.409Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60082025-11-11T20:46:37.409Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
60092025-11-11T20:46:37.409Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60102025-11-11T20:46:37.409Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60112025-11-11T20:46:37.409Z Fresh libscf-sys v1.1.0
60122025-11-11T20:46:37.409Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60132025-11-11T20:46:37.409Z Fresh tabled_derive v0.11.0
60142025-11-11T20:46:37.409Z Fresh papergrid v0.17.0
60152025-11-11T20:46:37.409Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
60162025-11-11T20:46:37.410Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
60172025-11-11T20:46:37.410Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
60182025-11-11T20:46:37.410Z Fresh testing_table v0.3.0
60192025-11-11T20:46:37.410Z Fresh usdt-macro v0.6.0
60202025-11-11T20:46:37.410Z Fresh usdt-attr-macro v0.6.0
60212025-11-11T20:46:37.410Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
60222025-11-11T20:46:37.410Z Fresh unicase v2.8.1
60232025-11-11T20:46:37.410Z Fresh tabled v0.20.0
60242025-11-11T20:46:37.410Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
60252025-11-11T20:46:37.410Z Fresh usdt v0.6.0
60262025-11-11T20:46:37.410Z Fresh fxhash v0.2.1
60272025-11-11T20:46:37.410Z Fresh crc8 v0.1.1
60282025-11-11T20:46:37.410Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
60292025-11-11T20:46:37.410Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
60302025-11-11T20:46:37.410Z Fresh diff v0.1.13
60312025-11-11T20:46:37.410Z Fresh half v1.8.3
60322025-11-11T20:46:37.410Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
60332025-11-11T20:46:37.410Z Fresh serde_cbor v0.11.2
60342025-11-11T20:46:37.410Z Fresh dsl_auto_type v0.1.2
60352025-11-11T20:46:37.410Z Fresh scheduled-thread-pool v0.2.7
60362025-11-11T20:46:37.410Z Fresh diesel_table_macro_syntax v0.2.0
60372025-11-11T20:46:37.410Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
60382025-11-11T20:46:37.410Z Fresh r2d2 v0.8.10
60392025-11-11T20:46:37.410Z Fresh diesel_derives v2.2.3
60402025-11-11T20:46:37.410Z Fresh kstat-rs v0.2.4
60412025-11-11T20:46:37.410Z Fresh dirs-sys-next v0.1.2
60422025-11-11T20:46:37.410Z Fresh vergen-gitcl v1.0.8
60432025-11-11T20:46:37.410Z Fresh diesel v2.2.12
60442025-11-11T20:46:37.410Z Fresh dirs-next v2.0.0
60452025-11-11T20:46:37.410Z Fresh term v0.7.0
60462025-11-11T20:46:37.410Z Fresh crunchy v0.2.2
60472025-11-11T20:46:37.410Z Fresh bit-vec v0.6.3
60482025-11-11T20:46:37.410Z Fresh bit-set v0.5.3
60492025-11-11T20:46:37.410Z Fresh ascii-canvas v3.0.0
60502025-11-11T20:46:37.410Z Fresh tiny-keccak v2.0.2
60512025-11-11T20:46:37.410Z Fresh ena v0.14.3
60522025-11-11T20:46:37.410Z Fresh regex-syntax v0.6.29
60532025-11-11T20:46:37.411Z Fresh parking_lot_core v0.8.6
60542025-11-11T20:46:37.411Z Fresh lalrpop v0.19.12
60552025-11-11T20:46:37.411Z Fresh nanorand v0.7.0
60562025-11-11T20:46:37.411Z Fresh flume v0.11.1
60572025-11-11T20:46:37.411Z Fresh bindgen v0.71.1
60582025-11-11T20:46:37.437Z Fresh parking_lot v0.11.2
60592025-11-11T20:46:37.437Z Fresh prefix-trie v0.7.0
60602025-11-11T20:46:37.437Z Fresh sled v0.34.7
60612025-11-11T20:46:37.437Z Fresh hickory-server v0.25.2
60622025-11-11T20:46:37.437Z Fresh hickory-client v0.25.2
60632025-11-11T20:46:37.437Z Fresh strum_macros v0.24.3
60642025-11-11T20:46:37.437Z Fresh indoc v1.0.9
60652025-11-11T20:46:37.437Z Fresh libxml v0.3.3
60662025-11-11T20:46:37.437Z Fresh impl-trait-for-tuples v0.2.2
60672025-11-11T20:46:37.437Z Fresh oso-derive v0.27.3
60682025-11-11T20:46:37.437Z Fresh polar-core v0.27.3
60692025-11-11T20:46:37.437Z Fresh quick-xml v0.37.2
60702025-11-11T20:46:37.437Z Fresh trait-variant v0.1.2
60712025-11-11T20:46:37.437Z Fresh oso v0.27.3
60722025-11-11T20:46:37.437Z Fresh samael v0.0.19
60732025-11-11T20:46:37.437Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
60742025-11-11T20:46:37.437Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
60752025-11-11T20:46:37.437Z Fresh primeorder v0.13.6
60762025-11-11T20:46:37.437Z Fresh predicates-tree v1.0.12
60772025-11-11T20:46:37.437Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
60782025-11-11T20:46:37.438Z Fresh fs-err v2.11.0
60792025-11-11T20:46:37.438Z Fresh salty v0.3.0
60802025-11-11T20:46:37.438Z Fresh bb8 v0.8.5
60812025-11-11T20:46:37.438Z Fresh parse-size v1.1.0
60822025-11-11T20:46:37.438Z Fresh diesel-dtrace v0.4.2
60832025-11-11T20:46:37.438Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60842025-11-11T20:46:37.438Z Fresh async-bb8-diesel v0.2.1
60852025-11-11T20:46:37.438Z Fresh p384 v0.13.1
60862025-11-11T20:46:37.438Z Fresh assert_matches v1.5.0
60872025-11-11T20:46:37.438Z Fresh ignore v0.4.23
60882025-11-11T20:46:37.438Z Fresh http-range v0.1.5
60892025-11-11T20:46:37.438Z Fresh globwalk v0.9.1
60902025-11-11T20:46:37.438Z Fresh signal-hook-tokio v0.3.1
60912025-11-11T20:46:37.438Z Fresh atty v0.2.14
60922025-11-11T20:46:37.438Z Fresh mime_guess v2.0.5
60932025-11-11T20:46:37.438Z Fresh camino-tempfile-ext v0.3.2
60942025-11-11T20:46:37.438Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
60952025-11-11T20:46:37.438Z Fresh attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
60962025-11-11T20:46:37.438Z Fresh hyper-staticfile v0.10.1
60972025-11-11T20:46:37.438Z Fresh corncobs v0.1.4
60982025-11-11T20:46:37.438Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
60992025-11-11T20:46:37.438Z Fresh dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
61002025-11-11T20:46:37.438Z Fresh tungstenite v0.23.0
61012025-11-11T20:46:37.438Z Fresh secrecy v0.8.0
61022025-11-11T20:46:37.438Z Fresh void v1.0.2
61032025-11-11T20:46:37.438Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
61042025-11-11T20:46:37.438Z Fresh lzss v0.8.2
61052025-11-11T20:46:37.438Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
61062025-11-11T20:46:37.438Z Fresh tokio-tungstenite v0.23.1
61072025-11-11T20:46:37.438Z Fresh nix v0.27.1
61082025-11-11T20:46:37.438Z Fresh serde_bytes v0.11.19
61092025-11-11T20:46:37.438Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
61102025-11-11T20:46:37.438Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
61112025-11-11T20:46:37.438Z Fresh rand_seeder v0.4.0
61122025-11-11T20:46:37.438Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
61132025-11-11T20:46:37.438Z Fresh yansi v1.0.1
61142025-11-11T20:46:37.438Z Fresh is_ci v1.2.0
61152025-11-11T20:46:37.439Z Fresh pretty_assertions v1.4.1
61162025-11-11T20:46:37.439Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
61172025-11-11T20:46:37.439Z Fresh tabled_derive v0.10.0
61182025-11-11T20:46:37.439Z Fresh papergrid v0.14.0
61192025-11-11T20:46:37.439Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
61202025-11-11T20:46:37.439Z Fresh concurrent-queue v2.5.0
61212025-11-11T20:46:37.439Z Fresh parking v2.2.1
61222025-11-11T20:46:37.439Z Fresh typeid v1.0.3
61232025-11-11T20:46:37.439Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
61242025-11-11T20:46:37.439Z Fresh tabled v0.18.0
61252025-11-11T20:46:37.439Z Fresh castaway v0.2.3
61262025-11-11T20:46:37.439Z Fresh indoc v2.0.6
61272025-11-11T20:46:37.439Z Fresh compact_str v0.8.0
61282025-11-11T20:46:37.439Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
61292025-11-11T20:46:37.439Z Fresh erased-serde v0.4.6
61302025-11-11T20:46:37.439Z Fresh libz-sys v1.1.20
61312025-11-11T20:46:37.439Z Fresh unicode-truncate v1.1.0
61322025-11-11T20:46:37.439Z Fresh lru v0.12.5
61332025-11-11T20:46:37.439Z Fresh ordered-float v2.10.1
61342025-11-11T20:46:37.439Z Fresh instability v0.3.2
61352025-11-11T20:46:37.439Z Fresh cassowary v0.3.0
61362025-11-11T20:46:37.439Z Fresh serde-untagged v0.1.7
61372025-11-11T20:46:37.439Z Fresh libgit2-sys v0.18.2+1.9.1
61382025-11-11T20:46:37.439Z Fresh event-listener v5.3.1
61392025-11-11T20:46:37.439Z Fresh console v0.16.0
61402025-11-11T20:46:37.439Z Fresh serde-value v0.7.0
61412025-11-11T20:46:37.439Z Fresh ratatui v0.29.0
61422025-11-11T20:46:37.439Z Fresh unit-prefix v0.5.1
61432025-11-11T20:46:37.439Z Fresh git2 v0.20.2
61442025-11-11T20:46:37.439Z Fresh event-listener-strategy v0.5.2
61452025-11-11T20:46:37.439Z Fresh cargo-util-schemas v0.8.2
61462025-11-11T20:46:37.439Z Fresh indicatif v0.18.0
61472025-11-11T20:46:37.439Z Fresh supports-color v3.0.2
61482025-11-11T20:46:37.439Z Fresh cargo-platform v0.2.0
61492025-11-11T20:46:37.439Z Fresh vergen-git2 v1.0.7
61502025-11-11T20:46:37.439Z Fresh cargo_metadata v0.21.0
61512025-11-11T20:46:37.439Z Fresh futures-lite v2.3.0
61522025-11-11T20:46:37.439Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
61532025-11-11T20:46:37.439Z Fresh rustls-webpki v0.101.7
61542025-11-11T20:46:37.440Z Fresh sct v0.7.1
61552025-11-11T20:46:37.440Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
61562025-11-11T20:46:37.440Z Fresh rustls v0.21.12
61572025-11-11T20:46:37.440Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61582025-11-11T20:46:37.466Z Fresh async-lock v3.4.0
61592025-11-11T20:46:37.466Z Fresh tokio-rustls v0.24.1
61602025-11-11T20:46:37.466Z Fresh rustls-pemfile v1.0.4
61612025-11-11T20:46:37.466Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
61622025-11-11T20:46:37.466Z Fresh twox-hash v2.1.0
61632025-11-11T20:46:37.466Z Fresh polling v3.7.3
61642025-11-11T20:46:37.466Z Fresh shell-words v1.1.0
61652025-11-11T20:46:37.466Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
61662025-11-11T20:46:37.466Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61672025-11-11T20:46:37.466Z Fresh async-io v2.3.4
61682025-11-11T20:46:37.466Z Fresh fatfs v0.3.6
61692025-11-11T20:46:37.466Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
61702025-11-11T20:46:37.466Z Fresh async-task v4.7.1
61712025-11-11T20:46:37.466Z Fresh async-channel v2.3.1
61722025-11-11T20:46:37.466Z Fresh piper v0.2.4
61732025-11-11T20:46:37.466Z Fresh plotters-backend v0.3.7
61742025-11-11T20:46:37.466Z Fresh hex-literal v0.4.1
61752025-11-11T20:46:37.466Z Fresh plotters-svg v0.3.7
61762025-11-11T20:46:37.466Z Fresh blocking v1.6.1
61772025-11-11T20:46:37.466Z Fresh async-signal v0.2.10
61782025-11-11T20:46:37.466Z Fresh async-executor v1.13.1
61792025-11-11T20:46:37.467Z Fresh rtoolbox v0.0.2
61802025-11-11T20:46:37.467Z Fresh futures-timer v3.0.3
61812025-11-11T20:46:37.467Z Fresh event-listener v2.5.3
61822025-11-11T20:46:37.467Z Fresh cast v0.3.0
61832025-11-11T20:46:37.467Z Fresh async-global-executor v2.4.1
61842025-11-11T20:46:37.467Z Fresh rpassword v7.4.0
61852025-11-11T20:46:37.467Z Fresh async-process v2.3.0
61862025-11-11T20:46:37.467Z Fresh plotters v0.3.7
61872025-11-11T20:46:37.467Z Fresh criterion-plot v0.6.0
61882025-11-11T20:46:37.467Z Fresh async-channel v1.9.0
61892025-11-11T20:46:37.467Z Fresh tui-tree-widget v0.23.1
61902025-11-11T20:46:37.467Z Fresh async-attributes v1.1.2
61912025-11-11T20:46:37.467Z Fresh tinytemplate v1.2.1
61922025-11-11T20:46:37.467Z Fresh kv-log-macro v1.0.7
61932025-11-11T20:46:37.467Z Fresh oorandom v11.1.4
61942025-11-11T20:46:37.467Z Fresh anes v0.1.6
61952025-11-11T20:46:37.467Z Fresh criterion v0.7.0
61962025-11-11T20:46:37.467Z Fresh async-std v1.13.0
61972025-11-11T20:46:37.467Z Fresh petname v2.0.2
61982025-11-11T20:46:37.467Z Fresh polyval v0.6.2
61992025-11-11T20:46:37.467Z Fresh sync-ptr v0.1.4
62002025-11-11T20:46:37.467Z Fresh async-object-pool v0.1.5
62012025-11-11T20:46:37.467Z Fresh ghash v0.5.1
62022025-11-11T20:46:37.467Z Fresh ctr v0.9.2
62032025-11-11T20:46:37.467Z Fresh serde_regex v1.1.0
62042025-11-11T20:46:37.467Z Fresh assert-json-diff v2.0.2
62052025-11-11T20:46:37.467Z Fresh path-tree v0.8.1
62062025-11-11T20:46:37.467Z Fresh stringmetrics v2.2.2
62072025-11-11T20:46:37.467Z Fresh aes-gcm v0.10.3
62082025-11-11T20:46:37.467Z Fresh ssh-encoding v0.2.0
62092025-11-11T20:46:37.467Z Fresh httpmock v0.8.0-alpha.1
62102025-11-11T20:46:37.467Z Fresh blowfish v0.9.1
62112025-11-11T20:46:37.467Z Fresh arrayvec v0.7.6
62122025-11-11T20:46:37.467Z Fresh arrayref v0.3.9
62132025-11-11T20:46:37.467Z Fresh constant_time_eq v0.3.1
62142025-11-11T20:46:37.467Z Fresh ssh-cipher v0.2.0
62152025-11-11T20:46:37.467Z Fresh bcrypt-pbkdf v0.10.0
62162025-11-11T20:46:37.467Z Fresh target-lexicon v0.13.2
62172025-11-11T20:46:37.468Z Fresh supports-color v2.1.0
62182025-11-11T20:46:37.468Z Fresh textwrap v0.15.2
62192025-11-11T20:46:37.468Z Fresh supports-hyperlinks v2.1.0
62202025-11-11T20:46:37.468Z Fresh supports-unicode v2.1.0
62212025-11-11T20:46:37.468Z Fresh hashbrown v0.14.5
62222025-11-11T20:46:37.468Z Fresh password-hash v0.4.2
62232025-11-11T20:46:37.468Z Fresh backtrace-ext v0.2.1
62242025-11-11T20:46:37.468Z Fresh miette-derive v5.10.0
62252025-11-11T20:46:37.468Z Fresh terminal_size v0.1.17
62262025-11-11T20:46:37.468Z Fresh owo-colors v3.5.0
62272025-11-11T20:46:37.468Z Fresh cfg-expr v0.20.1
62282025-11-11T20:46:37.468Z Fresh chumsky v0.9.3
62292025-11-11T20:46:37.468Z Fresh pbkdf2 v0.11.0
62302025-11-11T20:46:37.468Z Fresh miette v5.10.0
62312025-11-11T20:46:37.468Z Fresh ssh-key v0.6.6
62322025-11-11T20:46:37.468Z Fresh guppy-workspace-hack v0.1.0
62332025-11-11T20:46:37.468Z Fresh p521 v0.13.3
62342025-11-11T20:46:37.468Z Fresh p256 v0.13.2
62352025-11-11T20:46:37.468Z Fresh knuffel-derive v3.2.0
62362025-11-11T20:46:37.468Z Fresh russh-cryptovec v0.7.3
62372025-11-11T20:46:37.468Z Fresh md5 v0.7.0
62382025-11-11T20:46:37.468Z Fresh target-spec v3.5.0
62392025-11-11T20:46:37.468Z Fresh russh-keys v0.45.0
62402025-11-11T20:46:37.468Z Fresh knuffel v3.2.0
62412025-11-11T20:46:37.468Z Fresh httptest v0.16.3
62422025-11-11T20:46:37.468Z Fresh num-bigint v0.4.6
62432025-11-11T20:46:37.468Z Fresh pathdiff v0.2.3
62442025-11-11T20:46:37.468Z Fresh des v0.8.1
62452025-11-11T20:46:37.468Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
62462025-11-11T20:46:37.468Z Fresh nested v0.1.1
62472025-11-11T20:46:37.468Z Fresh blake3 v1.5.4
62482025-11-11T20:46:37.468Z Fresh guppy v0.17.20
62492025-11-11T20:46:37.468Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
62502025-11-11T20:46:37.468Z Fresh russh v0.45.0
62512025-11-11T20:46:37.468Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62522025-11-11T20:46:37.469Z Fresh internet-checksum v0.2.1
62532025-11-11T20:46:37.469Z Fresh topological-sort v0.2.2
62542025-11-11T20:46:37.469Z Fresh escape8259 v0.5.3
62552025-11-11T20:46:37.469Z Fresh doc-comment v0.3.3
62562025-11-11T20:46:37.469Z Fresh omicron-zone-package v0.12.2
62572025-11-11T20:46:37.469Z Fresh libtest-mimic v0.8.1
62582025-11-11T20:46:37.496Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
62592025-11-11T20:46:37.496Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62602025-11-11T20:46:37.496Z 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=c4b844c395a5b19c -C extra-filename=-220013007ed5e466 --out-dir /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-f4d647ac6fdc43d8.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f99e6d7de4b52ac6.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-3457c0af9d93e57f.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`
62612025-11-11T20:46:37.496Z Compiling similar-asserts v1.7.0
62622025-11-11T20:46:37.496Z Fresh proc-macro-crate v3.2.0
62632025-11-11T20:46:37.496Z Fresh fancy-regex v0.14.0
62642025-11-11T20:46:37.496Z 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`
62652025-11-11T20:46:37.496Z Fresh relative-path v1.9.3
62662025-11-11T20:46:37.521Z Fresh datatest-stable v0.3.2
62672025-11-11T20:46:37.521Z Fresh rstest_macros v0.25.0
62682025-11-11T20:46:37.522Z Fresh assert_cmd v2.0.17
62692025-11-11T20:46:37.522Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
62702025-11-11T20:46:37.522Z Fresh target-triple v0.1.3
62712025-11-11T20:46:37.522Z Fresh support-bundle-viewer v0.1.2
62722025-11-11T20:46:37.522Z Fresh multimap v0.10.1
62732025-11-11T20:46:37.577Z Fresh uzers v0.12.1
62742025-11-11T20:46:37.578Z Fresh termcolor v1.4.1
62752025-11-11T20:46:37.578Z Fresh rstest v0.25.0
62762025-11-11T20:46:37.578Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
62772025-11-11T20:46:37.578Z Fresh blake2b_simd v1.0.2
62782025-11-11T20:46:37.578Z Fresh trybuild v1.0.106
62792025-11-11T20:46:37.578Z Fresh partial-io v0.5.4
62802025-11-11T20:46:37.578Z Fresh drift v0.1.1
62812025-11-11T20:46:37.578Z Fresh rand_distr v0.5.1
62822025-11-11T20:46:37.578Z Fresh approx v0.5.1
62832025-11-11T20:46:37.578Z Fresh rust-argon2 v2.1.0
62842025-11-11T20:46:37.578Z Fresh dropshot-api-manager v0.2.3
62852025-11-11T20:46:37.578Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
62862025-11-11T20:46:37.578Z Fresh cargo_toml v0.21.0
62872025-11-11T20:46:37.578Z Fresh termios v0.3.3
62882025-11-11T20:46:37.578Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
62892025-11-11T20:46:37.578Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
62902025-11-11T20:46:37.578Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
62912025-11-11T20:46:37.578Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
62922025-11-11T20:46:37.578Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
62932025-11-11T20:46:37.578Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
62942025-11-11T20:46:37.578Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62952025-11-11T20:46:37.578Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
62962025-11-11T20:46:37.578Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
62972025-11-11T20:46:37.578Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62982025-11-11T20:46:37.578Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
62992025-11-11T20:46:37.578Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
63002025-11-11T20:46:37.578Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
63012025-11-11T20:46:37.578Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
63022025-11-11T20:46:37.578Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
63032025-11-11T20:46:37.578Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
63042025-11-11T20:46:37.578Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
63052025-11-11T20:46:37.578Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
63062025-11-11T20:46:37.578Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
63072025-11-11T20:46:37.578Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
63082025-11-11T20:46:37.578Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
63092025-11-11T20:46:37.578Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
63102025-11-11T20:46:37.578Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
63112025-11-11T20:46:37.578Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
63122025-11-11T20:46:37.579Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
63132025-11-11T20:46:37.579Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
63142025-11-11T20:46:37.579Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
63152025-11-11T20:46:37.579Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
63162025-11-11T20:46:37.579Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
63172025-11-11T20:46:37.579Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
63182025-11-11T20:46:37.579Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
63192025-11-11T20:46:37.579Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
63202025-11-11T20:46:37.579Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
63212025-11-11T20:46:37.579Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
63222025-11-11T20:46:37.579Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
63232025-11-11T20:46:37.579Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
63242025-11-11T20:46:37.579Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
63252025-11-11T20:46:37.579Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
63262025-11-11T20:46:37.579Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
63272025-11-11T20:46:37.579Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
63282025-11-11T20:46:37.579Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
63292025-11-11T20:46:37.579Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
63302025-11-11T20:46:37.579Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a86ea2b7347f79e -C extra-filename=-9752c4ce9f9311db --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63312025-11-11T20:46:37.579Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
63322025-11-11T20:46:37.579Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
63332025-11-11T20:46:37.579Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8507d37cf985191 -C extra-filename=-3b1074fcd935e192 --out-dir /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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63342025-11-11T20:46:37.605Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
63352025-11-11T20:46:37.631Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
63362025-11-11T20:46:37.631Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
63372025-11-11T20:46:37.631Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
63382025-11-11T20:46:37.631Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
63392025-11-11T20:46:37.631Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
63402025-11-11T20:46:37.631Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
63412025-11-11T20:46:37.631Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
63422025-11-11T20:46:37.631Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
63432025-11-11T20:46:37.631Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
63442025-11-11T20:46:37.631Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
63452025-11-11T20:46:37.631Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
63462025-11-11T20:46:37.631Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
63472025-11-11T20:46:37.631Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
63482025-11-11T20:46:37.631Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
63492025-11-11T20:46:37.631Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
63502025-11-11T20:46:37.631Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
63512025-11-11T20:46:37.631Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
63522025-11-11T20:46:37.631Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
63532025-11-11T20:46:37.631Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
63542025-11-11T20:46:37.631Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
63552025-11-11T20:46:37.631Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
63562025-11-11T20:46:37.631Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
63572025-11-11T20:46:37.631Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
63582025-11-11T20:46:37.631Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
63592025-11-11T20:46:37.631Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
63602025-11-11T20:46:37.631Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
63612025-11-11T20:46:37.631Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
63622025-11-11T20:46:37.631Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
63632025-11-11T20:46:37.631Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
63642025-11-11T20:46:37.631Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
63652025-11-11T20:46:37.631Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
63662025-11-11T20:46:37.631Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
63672025-11-11T20:46:37.631Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
63682025-11-11T20:46:37.631Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
63692025-11-11T20:46:37.631Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
63702025-11-11T20:46:37.632Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
63712025-11-11T20:46:37.632Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
63722025-11-11T20:46:37.632Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
63732025-11-11T20:46:37.632Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
63742025-11-11T20:46:37.632Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63752025-11-11T20:46:37.632Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
63762025-11-11T20:46:37.632Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
63772025-11-11T20:46:37.632Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
63782025-11-11T20:46:37.632Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
63792025-11-11T20:46:37.632Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
63802025-11-11T20:46:37.632Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
63812025-11-11T20:46:37.632Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63822025-11-11T20:46:37.632Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
63832025-11-11T20:46:37.632Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63842025-11-11T20:46:37.632Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
63852025-11-11T20:46:37.632Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
63862025-11-11T20:46:37.632Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63872025-11-11T20:46:37.632Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
63882025-11-11T20:46:37.632Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
63892025-11-11T20:46:37.632Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
63902025-11-11T20:46:37.632Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63912025-11-11T20:46:37.632Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
63922025-11-11T20:46:37.632Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
63932025-11-11T20:46:37.632Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
63942025-11-11T20:46:37.632Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
63952025-11-11T20:46:37.632Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
63962025-11-11T20:46:37.632Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
63972025-11-11T20:46:37.632Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
63982025-11-11T20:46:37.632Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
63992025-11-11T20:46:37.632Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
64002025-11-11T20:46:37.632Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
64012025-11-11T20:46:37.632Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
64022025-11-11T20:46:37.632Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
64032025-11-11T20:46:37.632Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
64042025-11-11T20:46:37.632Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
64052025-11-11T20:46:37.632Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64062025-11-11T20:46:37.632Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64072025-11-11T20:46:37.632Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64082025-11-11T20:46:37.632Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
64092025-11-11T20:46:37.633Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64102025-11-11T20:46:37.633Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
64112025-11-11T20:46:37.633Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
64122025-11-11T20:46:37.633Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
64132025-11-11T20:46:37.633Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
64142025-11-11T20:46:37.659Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
64152025-11-11T20:46:37.659Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
64162025-11-11T20:46:37.659Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64172025-11-11T20:46:37.659Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
64182025-11-11T20:46:37.659Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64192025-11-11T20:46:37.659Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
64202025-11-11T20:46:37.659Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
64212025-11-11T20:46:37.659Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
64222025-11-11T20:46:37.659Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64232025-11-11T20:46:37.659Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
64242025-11-11T20:46:37.659Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
64252025-11-11T20:46:37.659Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64262025-11-11T20:46:37.659Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
64272025-11-11T20:46:37.659Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
64282025-11-11T20:46:37.659Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
64292025-11-11T20:46:37.659Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
64302025-11-11T20:46:37.659Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
64312025-11-11T20:46:37.659Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
64322025-11-11T20:46:37.659Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
64332025-11-11T20:46:37.659Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64342025-11-11T20:46:37.659Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64352025-11-11T20:46:37.659Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
64362025-11-11T20:46:37.659Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
64372025-11-11T20:46:37.659Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
64382025-11-11T20:46:37.659Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
64392025-11-11T20:46:37.660Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
64402025-11-11T20:46:37.660Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
64412025-11-11T20:46:37.660Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
64422025-11-11T20:46:37.660Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
64432025-11-11T20:46:37.660Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
64442025-11-11T20:46:37.660Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
64452025-11-11T20:46:37.660Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
64462025-11-11T20:46:37.660Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
64472025-11-11T20:46:37.660Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
64482025-11-11T20:46:40.872Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52057392f87551d4 -C extra-filename=-6415a07342c425ed --out-dir /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-21299cfb2a376262.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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-b8f87e8310b958f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1dd6ed9fa3b95018.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-220013007ed5e466.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-4d9d1f68f26875be.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64492025-11-11T20:46:40.944Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7de7a13063667273 -C extra-filename=-bbae106d83712593 --out-dir /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-21299cfb2a376262.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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-b8f87e8310b958f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1dd6ed9fa3b95018.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-220013007ed5e466.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-4d9d1f68f26875be.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64502025-11-11T20:46:40.944Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdafe3ba0a127d5a -C extra-filename=-4761150d3944d357 --out-dir /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-21299cfb2a376262.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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-b8f87e8310b958f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1dd6ed9fa3b95018.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-220013007ed5e466.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-4d9d1f68f26875be.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64512025-11-11T20:46:40.944Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60c568f9d2d30793 -C extra-filename=-33d2dd4d476672e7 --out-dir /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-21299cfb2a376262.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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-b8f87e8310b958f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1dd6ed9fa3b95018.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-220013007ed5e466.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-4d9d1f68f26875be.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6b19ee7f764b2908/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64522025-11-11T20:55:31.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 00s
64532025-11-11T20:55:32.065Z
64542025-11-11T20:55:32.065Zreal 9:00.962312167
64552025-11-11T20:55:32.065Zuser 18:44.768996858
64562025-11-11T20:55:32.065Zsys 1:30.130116543
64572025-11-11T20:55:32.065Ztrap 0.471066442
64582025-11-11T20:55:32.065Ztflt 1.606884944
64592025-11-11T20:55:32.065Zdflt 11.842065335
64602025-11-11T20:55:32.065Zkflt 0.076610234
64612025-11-11T20:55:32.065Zlock 51:34.166549306
64622025-11-11T20:55:32.065Zslp 1:01:17.963473823
64632025-11-11T20:55:32.065Zlat 4.745421688
64642025-11-11T20:55:32.065Zstop 9.873468381
64652025-11-11T20:55:32.090Z+ banner test
64662025-11-11T20:55:32.091Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
64672025-11-11T20:55:32.952Z
64682025-11-11T20:55:32.953Z ##### ###### #### #####
64692025-11-11T20:55:32.953Z # # # #
64702025-11-11T20:55:32.953Z # ##### #### #
64712025-11-11T20:55:32.953Z # # # #
64722025-11-11T20:55:32.953Z # # # # #
64732025-11-11T20:55:32.953Z # ###### #### #
64742025-11-11T20:55:32.953Z
64752025-11-11T20:55:36.004Zinfo: experimental features enabled: setup-scripts
64762025-11-11T20:55:38.652Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64772025-11-11T20:55:38.733Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64782025-11-11T20:55:38.780Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64792025-11-11T20:55:38.829Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64802025-11-11T20:55:38.870Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
64812025-11-11T20:55:57.266Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.24s
64822025-11-11T20:56:01.619Z────────────
64832025-11-11T20:56:01.619Z Nextest run ID 5c84a72c-c8ae-4c29-b5ad-b24eafc7b063 with nextest profile: ci
64842025-11-11T20:56:01.644Z Starting 2326 tests across 212 binaries (5 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
64852025-11-11T20:56:01.644Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
64862025-11-11T20:56:03.383Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64872025-11-11T20:56:03.409Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64882025-11-11T20:56:03.460Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64892025-11-11T20:56:03.491Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64902025-11-11T20:56:03.516Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64912025-11-11T20:56:03.562Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
64922025-11-11T20:56:03.587Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64932025-11-11T20:56:03.587Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
64942025-11-11T20:56:07.010Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64952025-11-11T20:56:08.316Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64962025-11-11T20:56:09.314Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64972025-11-11T20:56:12.607Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64982025-11-11T20:56:42.088Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64992025-11-11T20:56:45.379Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65002025-11-11T20:56:48.580Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65012025-11-11T20:57:01.908Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
65022025-11-11T20:57:02.056Z Running `target/debug/crdb-seed`
65032025-11-11T20:57:02.144ZNov 11 20:57:01.186 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmphHdJPj
65042025-11-11T20:57:02.145ZNov 11 20:57:01.192 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpCJggXe,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmphHdJPj/listen-url
65052025-11-11T20:57:02.145ZNov 11 20:57:01.192 INFO cockroach environment: BUILDOMAT_JOB_ID=01K9T8M14YKCP079WPG0JCQ6AA 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=ixi/max_vcpu_crank_turn GITHUB_REF=refs/heads/ixi/max_vcpu_crank_turn GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=e63468db4286b00fbd6f2809b8b2179920dbb20b 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/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-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envkgWr6N 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-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=5c84a72c-c8ae-4c29-b5ad-b24eafc7b063 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
65062025-11-11T20:57:03.577ZNov 11 20:57:02.627 INFO cockroach pid: 12659
65072025-11-11T20:57:03.577ZNov 11 20:57:02.628 INFO cockroach listen URL: postgresql://root@[::1]:34317/omicron?sslmode=disable
65082025-11-11T20:57:03.611ZNov 11 20:57:02.662 INFO cockroach: populating
65092025-11-11T20:57:06.241ZNov 11 20:57:05.292 INFO cockroach: populated
65102025-11-11T20:57:08.155ZNov 11 20:57:07.206 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/572e1b571ee792fe2cb3b976b58eefbce9d75854080f45950d19ff4bfd45cdb2.tar`
65112025-11-11T20:57:08.180Z SETUP PASS [ 66.542s] crdb-seed: cargo run -p crdb-seed --profile test
65122025-11-11T20:57:08.180Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
65132025-11-11T20:57:09.817Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65142025-11-11T20:57:09.817Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65152025-11-11T20:57:11.865Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65162025-11-11T20:57:13.445Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65172025-11-11T20:57:28.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
65182025-11-11T20:57:28.265Z Running `target/debug/clickhouse-cluster-dev`
65192025-11-11T20:57:28.344ZNov 11 20:57:27.395 INFO Setting up a ClickHouse cluster
65202025-11-11T20:57:28.369ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
65212025-11-11T20:57:28.369ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
65222025-11-11T20:57:28.369ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
65232025-11-11T20:57:28.369ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
65242025-11-11T20:57:28.370ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
65252025-11-11T20:57:31.974ZNov 11 20:57:31.025 INFO ClickHouse server ready
65262025-11-11T20:57:32.001ZNov 11 20:57:31.026 INFO ClickHouse server ready
65272025-11-11T20:57:32.271ZNov 11 20:57:31.322 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
65282025-11-11T20:57:32.298Z SETUP PASS [ 24.117s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
65292025-11-11T20:57:53.995Z PASS [ 21.710s] ( 1/2326) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
65302025-11-11T20:57:54.624Z PASS [ 22.338s] ( 2/2326) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
65312025-11-11T20:58:01.082Z PASS [ 28.797s] ( 3/2326) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
65322025-11-11T20:58:01.470Z PASS [ 29.184s] ( 4/2326) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
65332025-11-11T20:58:27.038Z PASS [ 33.033s] ( 5/2326) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
65342025-11-11T20:58:27.799Z PASS [ 33.173s] ( 6/2326) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
65352025-11-11T20:58:32.288Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65362025-11-11T20:58:32.313Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65372025-11-11T20:58:34.328Z PASS [ 33.247s] ( 7/2326) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
65382025-11-11T20:58:34.836Z PASS [ 33.366s] ( 8/2326) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
65392025-11-11T20:59:04.798Z PASS [ 37.000s] ( 9/2326) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
65402025-11-11T20:59:09.067Z PASS [ 34.231s] ( 10/2326) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
65412025-11-11T20:59:09.892Z PASS [ 35.564s] ( 11/2326) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
65422025-11-11T20:59:27.031Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
65432025-11-11T20:59:32.289Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65442025-11-11T20:59:32.289Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65452025-11-11T20:59:44.398Z PASS [ 39.600s] ( 12/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
65462025-11-11T20:59:44.531Z PASS [ 77.502s] ( 13/2326) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
65472025-11-11T20:59:48.367Z PASS [ 39.300s] ( 14/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
65482025-11-11T21:00:09.894Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65492025-11-11T21:00:12.152Z PASS [ 23.785s] ( 15/2326) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
65502025-11-11T21:00:15.918Z PASS [ 31.386s] ( 16/2326) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
65512025-11-11T21:00:32.290Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65522025-11-11T21:00:32.315Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65532025-11-11T21:00:39.003Z PASS [ 26.850s] ( 17/2326) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
65542025-11-11T21:00:39.036Z PASS [ 0.033s] ( 18/2326) api_identity test::test_identity
65552025-11-11T21:00:39.066Z PASS [ 0.030s] ( 19/2326) api_identity test::test_identity_no_field
65562025-11-11T21:00:39.118Z PASS [ 0.052s] ( 20/2326) authz-macros tests::test_authz_snapshots
65572025-11-11T21:00:39.159Z PASS [ 0.040s] ( 21/2326) bootstore schemes::tests::hello_roundtrip
65582025-11-11T21:00:40.312Z PASS [ 1.153s] ( 22/2326) bootstore schemes::v0::peer::tests::basic_3_nodes
65592025-11-11T21:00:40.374Z PASS [ 0.062s] ( 23/2326) bootstore schemes::v0::peer::tests::network_config
65602025-11-11T21:00:40.403Z PASS [ 0.028s] ( 24/2326) bootstore schemes::v0::share_pkg::tests::create_packages
65612025-11-11T21:00:40.431Z PASS [ 0.028s] ( 25/2326) bootstore trust_quorum::rack_secret::tests::create_and_verify
65622025-11-11T21:00:40.455Z PASS [ 0.024s] ( 26/2326) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
65632025-11-11T21:00:44.400Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65642025-11-11T21:00:45.033Z PASS [ 4.579s] ( 27/2326) bootstore::v0-fsm-proptest-learner run
65652025-11-11T21:00:52.230Z PASS [ 7.196s] ( 28/2326) bootstore::v0-fsm-proptest-rack-coordinator run
65662025-11-11T21:00:52.501Z PASS [ 0.269s] ( 29/2326) cert-dev::test-cert-dev test_cert_create
65672025-11-11T21:00:52.745Z PASS [ 0.246s] ( 30/2326) clickana chart::tests::gather_chart_data_failure
65682025-11-11T21:00:52.774Z PASS [ 0.026s] ( 31/2326) clickana chart::tests::gather_chart_data_for_disk_usage_success
65692025-11-11T21:00:52.798Z PASS [ 0.021s] ( 32/2326) clickana chart::tests::gather_chart_data_for_memory_tracking_success
65702025-11-11T21:00:52.823Z PASS [ 0.020s] ( 33/2326) clickana chart::tests::gather_chart_data_for_query_count_success
65712025-11-11T21:00:52.849Z PASS [ 0.035s] ( 34/2326) clickana chart::tests::gather_chart_data_for_running_queries_success
65722025-11-11T21:00:52.923Z PASS [ 0.074s] ( 35/2326) clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
65732025-11-11T21:00:52.958Z PASS [ 0.034s] ( 36/2326) clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
65742025-11-11T21:00:52.992Z PASS [ 0.034s] ( 37/2326) clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
65752025-11-11T21:00:53.031Z PASS [ 0.039s] ( 38/2326) clickhouse-admin-types tests::test_empty_output_parse_fail
65762025-11-11T21:00:53.066Z PASS [ 0.034s] ( 39/2326) clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
65772025-11-11T21:00:53.134Z PASS [ 0.068s] ( 40/2326) clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
65782025-11-11T21:00:53.164Z PASS [ 0.029s] ( 41/2326) clickhouse-admin-types tests::test_full_keeper_conf_parse_success
65792025-11-11T21:00:53.189Z PASS [ 0.025s] ( 42/2326) clickhouse-admin-types tests::test_full_lgif_parse_success
65802025-11-11T21:00:53.219Z PASS [ 0.030s] ( 43/2326) clickhouse-admin-types tests::test_full_raft_config_parse_success
65812025-11-11T21:00:53.264Z PASS [ 0.045s] ( 44/2326) clickhouse-admin-types tests::test_generate_keeper_config
65822025-11-11T21:00:53.298Z PASS [ 0.034s] ( 45/2326) clickhouse-admin-types tests::test_generate_replica_config
65832025-11-11T21:00:53.328Z PASS [ 0.030s] ( 46/2326) clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
65842025-11-11T21:00:53.359Z PASS [ 0.031s] ( 47/2326) clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
65852025-11-11T21:00:53.389Z PASS [ 0.030s] ( 48/2326) clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
65862025-11-11T21:00:53.415Z PASS [ 0.026s] ( 49/2326) clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
65872025-11-11T21:00:53.442Z PASS [ 0.026s] ( 50/2326) clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
65882025-11-11T21:00:53.468Z PASS [ 0.026s] ( 51/2326) clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
65892025-11-11T21:00:53.495Z PASS [ 0.027s] ( 52/2326) clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
65902025-11-11T21:00:53.526Z PASS [ 0.030s] ( 53/2326) clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
65912025-11-11T21:00:53.556Z PASS [ 0.030s] ( 54/2326) clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
65922025-11-11T21:00:53.585Z PASS [ 0.028s] ( 55/2326) clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
65932025-11-11T21:00:53.612Z PASS [ 0.027s] ( 56/2326) clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
65942025-11-11T21:00:53.641Z PASS [ 0.028s] ( 57/2326) clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
65952025-11-11T21:00:53.669Z PASS [ 0.028s] ( 58/2326) clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
65962025-11-11T21:00:53.697Z PASS [ 0.028s] ( 59/2326) clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
65972025-11-11T21:00:53.728Z PASS [ 0.031s] ( 60/2326) clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
65982025-11-11T21:00:53.756Z PASS [ 0.027s] ( 61/2326) clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
65992025-11-11T21:00:53.786Z PASS [ 0.031s] ( 62/2326) clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
66002025-11-11T21:00:53.815Z PASS [ 0.028s] ( 63/2326) clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
66012025-11-11T21:00:53.856Z PASS [ 0.041s] ( 64/2326) clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
66022025-11-11T21:00:53.888Z PASS [ 0.031s] ( 65/2326) clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
66032025-11-11T21:00:53.913Z PASS [ 0.025s] ( 66/2326) clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
66042025-11-11T21:00:53.938Z PASS [ 0.025s] ( 67/2326) clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
66052025-11-11T21:00:53.975Z PASS [ 0.036s] ( 68/2326) clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
66062025-11-11T21:00:54.085Z PASS [ 0.110s] ( 69/2326) cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
66072025-11-11T21:00:54.158Z PASS [ 0.073s] ( 70/2326) cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
66082025-11-11T21:00:54.205Z PASS [ 0.023s] ( 71/2326) cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
66092025-11-11T21:00:54.205Z PASS [ 0.018s] ( 72/2326) cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
66102025-11-11T21:00:54.230Z PASS [ 0.023s] ( 73/2326) cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
66112025-11-11T21:00:54.255Z PASS [ 0.024s] ( 74/2326) cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
66122025-11-11T21:00:54.280Z PASS [ 0.020s] ( 75/2326) cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
66132025-11-11T21:00:54.568Z PASS [ 0.302s] ( 76/2326) db-dev::test-db-dev test_db_dev_populate_no_args
66142025-11-11T21:00:54.618Z PASS [ 0.051s] ( 77/2326) db-dev::test-db-dev test_db_dev_wipe_no_args
66152025-11-11T21:01:02.349Z PASS [ 7.730s] ( 78/2326) db-dev::test-db-dev test_db_killed
66162025-11-11T21:01:09.895Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66172025-11-11T21:01:15.919Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
66182025-11-11T21:01:20.675Z PASS [ 96.277s] ( 79/2326) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
66192025-11-11T21:01:20.758Z PASS [ 0.082s] ( 80/2326) db-macros lookup::test::test_lookup_snapshots
66202025-11-11T21:01:20.783Z PASS [ 0.023s] ( 81/2326) db-macros tests::test_derive_metadata_identity_fails_for_enums
66212025-11-11T21:01:20.809Z PASS [ 0.028s] ( 82/2326) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
66222025-11-11T21:01:20.834Z PASS [ 0.021s] ( 83/2326) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
66232025-11-11T21:01:20.871Z PASS [ 0.041s] ( 84/2326) db-macros tests::test_derive_metadata_identity_fails_without_table_name
66242025-11-11T21:01:20.904Z PASS [ 0.032s] ( 85/2326) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
66252025-11-11T21:01:20.949Z PASS [ 0.044s] ( 86/2326) db-macros tests::test_derive_snapshots
66262025-11-11T21:01:20.973Z PASS [ 0.023s] ( 87/2326) db-macros tests::test_derive_with_unknown_field
66272025-11-11T21:01:21.341Z PASS [ 0.369s] ( 88/2326) dns-server storage::test::test_update_basic
66282025-11-11T21:01:21.482Z PASS [ 0.141s] ( 89/2326) dns-server storage::test::test_update_in_progress
66292025-11-11T21:01:21.630Z PASS [ 0.148s] ( 90/2326) dns-server storage::test::test_update_interrupted
66302025-11-11T21:01:21.818Z PASS [ 0.188s] ( 91/2326) dns-server storage::test::test_zone_gets_soa_record
66312025-11-11T21:01:22.903Z PASS [ 1.085s] ( 92/2326) dns-server::basic_test a_crud
66322025-11-11T21:01:23.456Z PASS [ 0.553s] ( 93/2326) dns-server::basic_test aaaa_crud
66332025-11-11T21:01:23.810Z PASS [ 0.354s] ( 94/2326) dns-server::basic_test answers_match_question
66342025-11-11T21:01:24.359Z PASS [ 0.549s] ( 95/2326) dns-server::basic_test empty_record
66352025-11-11T21:01:24.599Z PASS [ 0.240s] ( 96/2326) dns-server::basic_test multi_record_crud
66362025-11-11T21:01:24.889Z PASS [ 0.290s] ( 97/2326) dns-server::basic_test name_contains_zone
66372025-11-11T21:01:25.372Z PASS [ 0.482s] ( 98/2326) dns-server::basic_test nxdomain
66382025-11-11T21:01:25.724Z PASS [ 0.352s] ( 99/2326) dns-server::basic_test servfail
66392025-11-11T21:01:26.213Z PASS [ 0.489s] ( 100/2326) dns-server::basic_test soa
66402025-11-11T21:01:26.520Z PASS [ 0.307s] ( 101/2326) dns-server::basic_test srv_crud
66412025-11-11T21:01:29.681Z PASS [ 27.332s] ( 102/2326) db-dev::test-db-dev test_db_run
66422025-11-11T21:01:30.257Z PASS [ 0.576s] ( 103/2326) dns-server::cross_version_test cross_version_works
66432025-11-11T21:01:30.301Z PASS [ 0.044s] ( 104/2326) ereport-types tests::test_arb_json_deserializes
66442025-11-11T21:01:30.330Z PASS [ 0.027s] ( 105/2326) ereport-types tests::test_ena_from_str
66452025-11-11T21:01:30.366Z PASS [ 0.021s] ( 106/2326) ereport-types tests::test_ena_from_str_roundtrip
66462025-11-11T21:01:30.401Z PASS [ 0.051s] ( 107/2326) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
66472025-11-11T21:01:30.426Z PASS [ 0.021s] ( 108/2326) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
66482025-11-11T21:01:30.451Z PASS [ 0.023s] ( 109/2326) gfss gf256::tests::test_all_multiplication
66492025-11-11T21:01:30.476Z PASS [ 3.940s] ( 110/2326) dns-server::commands_test test_dnsadm
66502025-11-11T21:01:30.476Z PASS [ 0.020s] ( 111/2326) gfss gf256::tests::test_all_multiplicative_inverses
66512025-11-11T21:01:30.506Z PASS [ 0.022s] ( 112/2326) gfss gf256::tests::test_docs_example
66522025-11-11T21:01:31.961Z PASS [ 1.478s] ( 113/2326) gfss shamir::tests::split_and_combine
66532025-11-11T21:01:31.986Z PASS [ 0.019s] ( 114/2326) gfss shamir::tests::test_share_reconstruction
66542025-11-11T21:01:32.017Z PASS [ 0.036s] ( 115/2326) id-map tests::deserialize_rejects_duplicates
66552025-11-11T21:01:32.042Z PASS [ 0.021s] ( 116/2326) id-map tests::deserialize_rejects_mismatched_keys
66562025-11-11T21:01:32.176Z PASS [ 0.138s] ( 117/2326) id-map tests::get_mut_panics_if_id_changes
66572025-11-11T21:01:32.244Z PASS [ 0.067s] ( 118/2326) id-map tests::iter_mut_panics_if_id_changes
66582025-11-11T21:01:32.269Z PASS [ 0.025s] ( 119/2326) id-map tests::methods_allow_borrowed_ids
66592025-11-11T21:01:32.294Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66602025-11-11T21:01:32.294Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66612025-11-11T21:01:32.327Z PASS [ 0.058s] ( 120/2326) id-map tests::mut_into_iter_panics_if_id_changes
66622025-11-11T21:01:32.393Z PASS [ 0.065s] ( 121/2326) id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
66632025-11-11T21:01:32.460Z PASS [ 0.068s] ( 122/2326) id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
66642025-11-11T21:01:32.531Z PASS [ 0.070s] ( 123/2326) id-map tests::occupied_entry_panics_if_id_changes_on_insert
66652025-11-11T21:01:32.595Z PASS [ 0.064s] ( 124/2326) id-map tests::retain_panics_if_id_changes
66662025-11-11T21:01:32.660Z PASS [ 0.065s] ( 125/2326) id-map tests::serialization_is_transparent
66672025-11-11T21:01:32.759Z PASS [ 0.099s] ( 126/2326) id-map tests::serialization_roundtrip
66682025-11-11T21:01:32.822Z PASS [ 0.064s] ( 127/2326) id-map tests::vacant_entry_panics_if_id_changed_after_insert
66692025-11-11T21:01:32.887Z PASS [ 0.064s] ( 128/2326) id-map tests::vacant_entry_panics_if_id_changes_on_insert
66702025-11-11T21:01:32.978Z PASS [ 0.091s] ( 129/2326) illumos-utils destructor::test::test_delayed_delete
66712025-11-11T21:01:33.692Z PASS [ 0.714s] ( 130/2326) illumos-utils destructor::test::test_delayed_delete_with_error
66722025-11-11T21:01:33.726Z PASS [ 0.034s] ( 131/2326) illumos-utils destructor::test::test_destructor_bad_close
66732025-11-11T21:01:33.761Z PASS [ 0.034s] ( 132/2326) illumos-utils link::test::test_allocate
66742025-11-11T21:01:33.790Z PASS [ 0.029s] ( 133/2326) illumos-utils link::test::test_allocate_within_scopes
66752025-11-11T21:01:33.845Z PASS [ 0.055s] ( 134/2326) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
66762025-11-11T21:01:33.893Z PASS [ 0.048s] ( 135/2326) illumos-utils running_zone::tests::test_is_oxide_smf_service
66772025-11-11T21:01:33.979Z PASS [ 0.085s] ( 136/2326) illumos-utils zfs::test::directory_mutability
66782025-11-11T21:01:34.058Z PASS [ 0.079s] ( 137/2326) illumos-utils zfs::test::get_values_of_rpool
66792025-11-11T21:01:34.090Z PASS [ 0.033s] ( 138/2326) illumos-utils zfs::test::parse_dataset_bad_avail
66802025-11-11T21:01:34.121Z PASS [ 0.030s] ( 139/2326) illumos-utils zfs::test::parse_dataset_bad_quota
66812025-11-11T21:01:34.150Z PASS [ 0.029s] ( 140/2326) illumos-utils zfs::test::parse_dataset_bad_reservation
66822025-11-11T21:01:34.204Z PASS [ 0.031s] ( 141/2326) illumos-utils zfs::test::parse_dataset_bad_usage
66832025-11-11T21:01:34.231Z PASS [ 0.031s] ( 142/2326) illumos-utils zfs::test::parse_dataset_bad_uuid
66842025-11-11T21:01:34.257Z PASS [ 0.028s] ( 143/2326) illumos-utils zfs::test::parse_dataset_missing_fields
66852025-11-11T21:01:34.283Z PASS [ 0.030s] ( 144/2326) illumos-utils zfs::test::parse_dataset_props
66862025-11-11T21:01:34.309Z PASS [ 0.032s] ( 145/2326) illumos-utils zfs::test::parse_dataset_props_with_optionals
66872025-11-11T21:01:34.334Z PASS [ 0.028s] ( 146/2326) illumos-utils zfs::test::parse_dataset_too_many_columns
66882025-11-11T21:01:34.359Z PASS [ 0.027s] ( 147/2326) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
66892025-11-11T21:01:34.387Z PASS [ 0.028s] ( 148/2326) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
66902025-11-11T21:01:34.416Z PASS [ 0.030s] ( 149/2326) illumos-utils zfs::test::parse_quota_ignored_if_default
66912025-11-11T21:01:34.444Z PASS [ 0.027s] ( 150/2326) illumos-utils zfs::test::parse_reservation_ignored_if_default
66922025-11-11T21:01:34.474Z PASS [ 0.030s] ( 151/2326) illumos-utils zfs::test::parse_sorts_and_dedups
66932025-11-11T21:01:34.517Z PASS [ 0.041s] ( 152/2326) illumos-utils zone::tests::delete_nonexistent_address
66942025-11-11T21:01:34.560Z PASS [ 0.044s] ( 153/2326) illumos-utils zone::tests::test_parse_ip_network
66952025-11-11T21:01:34.591Z PASS [ 0.031s] ( 154/2326) illumos-utils zpool::test::test_parse_zpool
66962025-11-11T21:01:34.617Z PASS [ 0.026s] ( 155/2326) illumos-utils zpool::test::test_parse_zpool_missing_column
66972025-11-11T21:01:37.700Z PASS [ 7.234s] ( 156/2326) gfss polynomial::tests::test_polynomial_eval
66982025-11-11T21:01:38.328Z PASS [ 3.710s] ( 157/2326) installinator mock_peers::tests::proptest_fetch_artifact
66992025-11-11T21:01:38.477Z PASS [ 0.149s] ( 158/2326) installinator-common block_size_writer::tests::proptest_block_writer
67002025-11-11T21:01:39.108Z PASS [ 0.632s] ( 159/2326) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
67012025-11-11T21:01:39.409Z PASS [ 0.294s] ( 160/2326) internal-dns-resolver resolver::test::insert_and_lookup_one_record
67022025-11-11T21:01:39.671Z PASS [ 0.267s] ( 161/2326) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
67032025-11-11T21:01:40.102Z PASS [ 2.395s] ( 162/2326) installinator write::tests::proptest_write_artifact
67042025-11-11T21:01:40.236Z PASS [ 0.564s] ( 163/2326) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
67052025-11-11T21:01:40.490Z PASS [ 0.396s] ( 164/2326) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
67062025-11-11T21:01:40.533Z PASS [ 0.298s] ( 165/2326) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
67072025-11-11T21:01:40.569Z PASS [ 0.036s] ( 166/2326) internal-dns-types config::test::display_hosts
67082025-11-11T21:01:40.604Z PASS [ 0.036s] ( 167/2326) internal-dns-types config::test::display_srv_service
67092025-11-11T21:01:40.653Z PASS [ 0.048s] ( 168/2326) internal-dns-types config::test::test_builder_errors
67102025-11-11T21:01:40.710Z PASS [ 0.057s] ( 169/2326) internal-dns-types config::test::test_builder_output
67112025-11-11T21:01:40.742Z PASS [ 0.032s] ( 170/2326) internal-dns-types diff::test::diff_different
67122025-11-11T21:01:40.769Z PASS [ 0.027s] ( 171/2326) internal-dns-types diff::test::diff_equivalent
67132025-11-11T21:01:40.802Z PASS [ 0.031s] ( 172/2326) internal-dns-types diff::test::diff_invalid
67142025-11-11T21:01:40.828Z PASS [ 0.316s] ( 173/2326) internal-dns-resolver resolver::test::update_record
67152025-11-11T21:01:40.853Z PASS [ 0.028s] ( 174/2326) ipcc tests::deserialize_fixed_value
67162025-11-11T21:01:40.854Z PASS [ 0.031s] ( 175/2326) ipcc tests::installinator_image_id_round_trip
67172025-11-11T21:01:40.854Z PASS [ 0.020s] ( 176/2326) ipcc tests::serialized_size
67182025-11-11T21:01:40.896Z PASS [ 0.059s] ( 177/2326) key-manager tests::different_disks_produce_different_keys
67192025-11-11T21:01:40.921Z PASS [ 0.048s] ( 178/2326) key-manager tests::different_ikm_produces_different_keys
67202025-11-11T21:01:40.946Z PASS [ 0.035s] ( 179/2326) key-manager tests::disk_encryption_key_epoch_0
67212025-11-11T21:01:40.946Z PASS [ 0.045s] ( 180/2326) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
67222025-11-11T21:01:41.071Z PASS [ 0.139s] ( 181/2326) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
67232025-11-11T21:01:41.097Z PASS [ 0.131s] ( 182/2326) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
67242025-11-11T21:01:41.122Z PASS [ 0.043s] ( 183/2326) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
67252025-11-11T21:01:41.122Z PASS [ 0.044s] ( 184/2326) nexus-auth authn::external::session_cookie::test::test_get_token
67262025-11-11T21:01:41.169Z PASS [ 0.051s] ( 185/2326) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
67272025-11-11T21:01:41.194Z PASS [ 0.063s] ( 186/2326) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
67282025-11-11T21:01:41.219Z PASS [ 0.040s] ( 187/2326) nexus-auth authn::external::session_cookie::test::test_missing_cookie
67292025-11-11T21:01:41.244Z PASS [ 0.050s] ( 188/2326) nexus-auth authn::external::session_cookie::test::test_other_cookie
67302025-11-11T21:01:41.270Z PASS [ 0.046s] ( 189/2326) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
67312025-11-11T21:01:41.270Z PASS [ 0.040s] ( 190/2326) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
67322025-11-11T21:01:41.299Z PASS [ 0.043s] ( 191/2326) nexus-auth authn::external::session_cookie::test::test_valid_cookie
67332025-11-11T21:01:41.324Z PASS [ 0.044s] ( 192/2326) nexus-auth authn::external::spoof::test::test_make_header_value
67342025-11-11T21:01:41.350Z PASS [ 0.038s] ( 193/2326) nexus-auth authn::external::spoof::test::test_make_header_value_raw
67352025-11-11T21:01:41.375Z PASS [ 0.056s] ( 194/2326) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
67362025-11-11T21:01:41.400Z PASS [ 0.041s] ( 195/2326) nexus-auth authn::external::spoof::test::test_spoof_header_missing
67372025-11-11T21:01:41.425Z PASS [ 0.036s] ( 196/2326) nexus-auth authn::external::spoof::test::test_spoof_header_valid
67382025-11-11T21:01:41.451Z PASS [ 0.052s] ( 197/2326) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
67392025-11-11T21:01:41.476Z PASS [ 0.050s] ( 198/2326) nexus-auth authn::external::test::test_authn_sequence
67402025-11-11T21:01:41.477Z PASS [ 0.042s] ( 199/2326) nexus-auth authn::external::token::test::test_make_header_value
67412025-11-11T21:01:41.502Z PASS [ 0.033s] ( 200/2326) nexus-auth authn::external::token::test::test_token_header_bad_utf8
67422025-11-11T21:01:41.526Z PASS [ 0.030s] ( 201/2326) nexus-auth authn::external::token::test::test_token_header_missing
67432025-11-11T21:01:41.551Z PASS [ 0.042s] ( 202/2326) nexus-auth authn::external::token::test::test_token_header_valid
67442025-11-11T21:01:41.576Z PASS [ 0.058s] ( 203/2326) nexus-auth authn::test::test_internal_users
67452025-11-11T21:01:41.613Z PASS [ 0.053s] ( 204/2326) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
67462025-11-11T21:01:41.688Z PASS [ 0.160s] ( 205/2326) nexus-auth authz::context::test::test_unregistered_resource
67472025-11-11T21:01:41.713Z PASS [ 0.082s] ( 206/2326) nexus-auth context::test::test_background_context
67482025-11-11T21:01:41.769Z PASS [ 0.081s] ( 207/2326) nexus-auth context::test::test_child_context
67492025-11-11T21:01:41.798Z PASS [ 0.103s] ( 208/2326) nexus-auth context::test::test_test_context
67502025-11-11T21:01:41.838Z PASS [ 0.038s] ( 209/2326) nexus-config nexus_config::test::test_config_bad_toml
67512025-11-11T21:01:41.875Z PASS [ 0.106s] ( 210/2326) nexus-config nexus_config::test::test_bad_authn_schemes
67522025-11-11T21:01:41.900Z PASS [ 0.056s] ( 211/2326) nexus-config nexus_config::test::test_config_empty
67532025-11-11T21:01:41.925Z PASS [ 0.031s] ( 212/2326) nexus-config nexus_config::test::test_config_nonexistent
67542025-11-11T21:01:41.956Z PASS [ 0.050s] ( 213/2326) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
67552025-11-11T21:01:42.006Z PASS [ 0.112s] ( 214/2326) nexus-config nexus_config::test::test_deployment_config_schema
67562025-11-11T21:01:42.051Z PASS [ 0.095s] ( 215/2326) nexus-config nexus_config::test::test_repo_configs_are_valid
67572025-11-11T21:01:42.076Z PASS [ 0.065s] ( 216/2326) nexus-config nexus_config::test::test_valid
67582025-11-11T21:01:42.101Z PASS [ 0.033s] ( 217/2326) nexus-config postgres_config::test::test_bad_url
67592025-11-11T21:01:42.126Z PASS [ 0.031s] ( 218/2326) nexus-config postgres_config::test::test_example_url
67602025-11-11T21:01:42.154Z PASS [ 0.046s] ( 219/2326) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
67612025-11-11T21:01:42.154Z PASS [ 0.034s] ( 220/2326) nexus-db-fixed-data test::test_allowlist_id_is_valid
67622025-11-11T21:01:42.180Z PASS [ 0.037s] ( 221/2326) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
67632025-11-11T21:01:42.206Z PASS [ 0.048s] ( 222/2326) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
67642025-11-11T21:01:42.231Z PASS [ 0.039s] ( 223/2326) nexus-db-model alert_class::tests::test_from_str_roundtrips
67652025-11-11T21:01:42.256Z PASS [ 0.028s] ( 224/2326) nexus-db-model alert_class::tests::test_is_test
67662025-11-11T21:01:42.289Z PASS [ 0.037s] ( 225/2326) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
67672025-11-11T21:01:42.336Z PASS [ 0.041s] ( 226/2326) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
67682025-11-11T21:01:42.403Z PASS [ 0.073s] ( 227/2326) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
67692025-11-11T21:01:42.437Z PASS [ 0.034s] ( 228/2326) nexus-db-model bytecount::test::test_bytecount_i64_conversions
67702025-11-11T21:01:42.477Z PASS [ 0.040s] ( 229/2326) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
67712025-11-11T21:01:42.522Z PASS [ 0.045s] ( 230/2326) nexus-db-model device_auth::test::test_generate_user_code
67722025-11-11T21:01:42.553Z PASS [ 0.031s] ( 231/2326) nexus-db-model instance_state::tests::test_from_str_roundtrips
67732025-11-11T21:01:42.590Z PASS [ 0.036s] ( 232/2326) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
67742025-11-11T21:01:42.623Z PASS [ 0.034s] ( 233/2326) nexus-db-model role_assignment::tests::test_role_assignment_from_database
67752025-11-11T21:01:42.680Z PASS [ 0.055s] ( 234/2326) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
67762025-11-11T21:01:42.714Z PASS [ 0.035s] ( 235/2326) nexus-db-model schema_versions::test::test_known_versions
67772025-11-11T21:01:42.753Z PASS [ 0.038s] ( 236/2326) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
67782025-11-11T21:01:42.788Z PASS [ 0.035s] ( 237/2326) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
67792025-11-11T21:01:42.823Z PASS [ 0.035s] ( 238/2326) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
67802025-11-11T21:01:42.854Z PASS [ 0.031s] ( 239/2326) nexus-db-model schema_versions::test::test_verify
67812025-11-11T21:01:42.901Z PASS [ 0.047s] ( 240/2326) nexus-db-model semver_version::test::test_to_from_sortable_string
67822025-11-11T21:01:42.943Z PASS [ 0.042s] ( 241/2326) nexus-db-model tests::test_ip_subnet_check_requestable_address
67832025-11-11T21:01:42.977Z PASS [ 0.033s] ( 242/2326) nexus-db-model tests::test_ipv6_net_random_subnet
67842025-11-11T21:01:43.014Z PASS [ 0.037s] ( 243/2326) nexus-db-model tests::test_roles_database_strings
67852025-11-11T21:01:43.047Z PASS [ 0.032s] ( 244/2326) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
67862025-11-11T21:01:43.076Z PASS [ 0.029s] ( 245/2326) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
67872025-11-11T21:01:43.125Z PASS [ 0.048s] ( 246/2326) nexus-db-model vmm_state::tests::test_from_str_roundtrips
67882025-11-11T21:01:48.112Z PASS [ 5.945s] ( 247/2326) nexus-db-lookup::integration lookup::test_lookup
67892025-11-11T21:01:48.733Z PASS [ 5.609s] ( 248/2326) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
67902025-11-11T21:01:52.265Z PASS [ 4.153s] ( 249/2326) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
67912025-11-11T21:01:52.732Z PASS [ 3.999s] ( 250/2326) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
67922025-11-11T21:01:56.080Z PASS [ 3.815s] ( 251/2326) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
67932025-11-11T21:01:56.868Z PASS [ 4.135s] ( 252/2326) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
67942025-11-11T21:01:59.767Z PASS [ 3.687s] ( 253/2326) nexus-db-queries db::collection_attach::test::test_attach_once
67952025-11-11T21:02:00.736Z PASS [ 3.868s] ( 254/2326) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
67962025-11-11T21:02:03.692Z PASS [ 3.925s] ( 255/2326) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
67972025-11-11T21:02:05.006Z PASS [ 4.270s] ( 256/2326) nexus-db-queries db::collection_attach::test::test_attach_with_filters
67982025-11-11T21:02:05.076Z PASS [ 0.068s] ( 257/2326) nexus-db-queries db::collection_attach::test::test_verify_query
67992025-11-11T21:02:07.868Z PASS [ 4.175s] ( 258/2326) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
68002025-11-11T21:02:09.174Z PASS [ 4.098s] ( 259/2326) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
68012025-11-11T21:02:09.897Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68022025-11-11T21:02:11.935Z PASS [ 4.067s] ( 260/2326) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
68032025-11-11T21:02:13.100Z PASS [ 3.925s] ( 261/2326) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
68042025-11-11T21:02:15.688Z PASS [ 3.753s] ( 262/2326) nexus-db-queries db::collection_detach::test::test_detach_once
68052025-11-11T21:02:15.921Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
68062025-11-11T21:02:17.153Z PASS [ 4.053s] ( 263/2326) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
68072025-11-11T21:02:17.236Z PASS [ 0.083s] ( 264/2326) nexus-db-queries db::collection_detach::test::test_verify_query
68082025-11-11T21:02:19.768Z PASS [ 4.079s] ( 265/2326) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
68092025-11-11T21:02:21.503Z PASS [ 4.267s] ( 266/2326) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
68102025-11-11T21:02:23.719Z PASS [ 3.951s] ( 267/2326) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
68112025-11-11T21:02:25.575Z PASS [ 4.071s] ( 268/2326) nexus-db-queries db::collection_detach_many::test::test_detach_many
68122025-11-11T21:02:27.442Z PASS [ 3.724s] ( 269/2326) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
68132025-11-11T21:02:29.453Z PASS [ 3.878s] ( 270/2326) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
68142025-11-11T21:02:31.280Z PASS [ 3.837s] ( 271/2326) nexus-db-queries db::collection_detach_many::test::test_detach_once
68152025-11-11T21:02:32.292Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68162025-11-11T21:02:32.292Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68172025-11-11T21:02:33.385Z PASS [ 3.932s] ( 272/2326) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
68182025-11-11T21:02:33.454Z PASS [ 0.069s] ( 273/2326) nexus-db-queries db::collection_detach_many::test::test_verify_query
68192025-11-11T21:02:35.431Z PASS [ 4.152s] ( 274/2326) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
68202025-11-11T21:02:36.892Z PASS [ 3.437s] ( 275/2326) nexus-db-queries db::collection_insert::test::test_collection_not_present
68212025-11-11T21:02:36.966Z PASS [ 0.074s] ( 276/2326) nexus-db-queries db::collection_insert::test::test_verify_query
68222025-11-11T21:02:37.042Z PASS [ 0.076s] ( 277/2326) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
68232025-11-11T21:02:37.104Z PASS [ 0.062s] ( 278/2326) nexus-db-queries db::column_walker::test::test_walk_columns
68242025-11-11T21:02:37.174Z PASS [ 0.070s] ( 279/2326) nexus-db-queries db::column_walker::test::test_walk_table
68252025-11-11T21:02:38.800Z PASS [ 3.367s] ( 280/2326) nexus-db-queries db::collection_insert::test::test_collection_present
68262025-11-11T21:02:43.808Z PASS [ 6.634s] ( 281/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
68272025-11-11T21:02:45.737Z PASS [ 6.937s] ( 282/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
68282025-11-11T21:02:52.355Z PASS [ 6.618s] ( 283/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
68292025-11-11T21:02:53.852Z PASS [ 10.043s] ( 284/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
68302025-11-11T21:02:58.705Z PASS [ 6.350s] ( 285/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
68312025-11-11T21:03:01.820Z PASS [ 7.967s] ( 286/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
68322025-11-11T21:03:05.449Z PASS [ 6.744s] ( 287/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
68332025-11-11T21:03:08.969Z PASS [ 7.149s] ( 288/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
68342025-11-11T21:03:09.897Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68352025-11-11T21:03:11.690Z PASS [ 6.240s] ( 289/2326) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
68362025-11-11T21:03:15.333Z PASS [ 6.364s] ( 290/2326) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
68372025-11-11T21:03:15.921Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
68382025-11-11T21:03:18.330Z PASS [ 6.640s] ( 291/2326) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
68392025-11-11T21:03:22.417Z PASS [ 7.084s] ( 292/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
68402025-11-11T21:03:25.897Z PASS [ 7.567s] ( 293/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
68412025-11-11T21:03:32.294Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68422025-11-11T21:03:32.294Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68432025-11-11T21:03:32.741Z PASS [ 6.843s] ( 294/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
68442025-11-11T21:03:32.921Z PASS [ 10.504s] ( 295/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
68452025-11-11T21:03:39.075Z PASS [ 6.334s] ( 296/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
68462025-11-11T21:03:40.449Z PASS [ 7.528s] ( 297/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
68472025-11-11T21:03:45.684Z PASS [ 6.609s] ( 298/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
68482025-11-11T21:03:48.000Z PASS [ 7.551s] ( 299/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
68492025-11-11T21:03:51.473Z PASS [ 5.788s] ( 300/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
68502025-11-11T21:03:54.020Z PASS [ 6.020s] ( 301/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
68512025-11-11T21:03:57.645Z PASS [ 6.172s] ( 302/2326) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
68522025-11-11T21:04:02.276Z PASS [ 8.255s] ( 303/2326) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
68532025-11-11T21:04:05.998Z PASS [ 3.722s] ( 304/2326) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
68542025-11-11T21:04:06.160Z PASS [ 8.515s] ( 305/2326) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
68552025-11-11T21:04:09.898Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68562025-11-11T21:04:12.556Z PASS [ 6.396s] ( 306/2326) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
68572025-11-11T21:04:12.581Z PASS [ 6.572s] ( 307/2326) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
68582025-11-11T21:04:15.923Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
68592025-11-11T21:04:18.072Z PASS [ 5.516s] ( 308/2326) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
68602025-11-11T21:04:18.488Z PASS [ 5.918s] ( 309/2326) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
68612025-11-11T21:04:24.508Z PASS [ 6.436s] ( 310/2326) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
68622025-11-11T21:04:25.097Z PASS [ 6.610s] ( 311/2326) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
68632025-11-11T21:04:30.552Z PASS [ 6.043s] ( 312/2326) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
68642025-11-11T21:04:31.147Z PASS [ 6.049s] ( 313/2326) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
68652025-11-11T21:04:32.294Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68662025-11-11T21:04:32.294Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68672025-11-11T21:04:36.058Z PASS [ 5.506s] ( 314/2326) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
68682025-11-11T21:04:37.362Z PASS [ 6.215s] ( 315/2326) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
68692025-11-11T21:04:38.986Z PASS [ 2.928s] ( 316/2326) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
68702025-11-11T21:04:41.599Z PASS [ 4.237s] ( 317/2326) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
68712025-11-11T21:04:42.559Z PASS [ 3.573s] ( 318/2326) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
68722025-11-11T21:04:44.943Z PASS [ 3.344s] ( 319/2326) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
68732025-11-11T21:04:46.108Z PASS [ 3.548s] ( 320/2326) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
68742025-11-11T21:04:48.284Z PASS [ 3.341s] ( 321/2326) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
68752025-11-11T21:04:49.574Z PASS [ 3.466s] ( 322/2326) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
68762025-11-11T21:04:51.608Z PASS [ 3.324s] ( 323/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
68772025-11-11T21:04:53.245Z PASS [ 3.670s] ( 324/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
68782025-11-11T21:04:55.370Z PASS [ 3.762s] ( 325/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
68792025-11-11T21:04:57.018Z PASS [ 3.773s] ( 326/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
68802025-11-11T21:04:58.592Z PASS [ 3.222s] ( 327/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
68812025-11-11T21:05:00.574Z PASS [ 3.556s] ( 328/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
68822025-11-11T21:05:02.272Z PASS [ 3.680s] ( 329/2326) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
68832025-11-11T21:05:06.245Z PASS [ 5.671s] ( 330/2326) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
68842025-11-11T21:05:08.301Z PASS [ 6.028s] ( 331/2326) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
68852025-11-11T21:05:09.906Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68862025-11-11T21:05:10.453Z PASS [ 360.561s] ( 332/2326) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68872025-11-11T21:05:12.418Z PASS [ 6.173s] ( 333/2326) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
68882025-11-11T21:05:14.425Z PASS [ 6.125s] ( 334/2326) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
68892025-11-11T21:05:15.925Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
68902025-11-11T21:05:16.617Z PASS [ 6.164s] ( 335/2326) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
68912025-11-11T21:05:19.205Z PASS [ 6.778s] ( 336/2326) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
68922025-11-11T21:05:20.660Z PASS [ 6.235s] ( 337/2326) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
68932025-11-11T21:05:26.157Z PASS [ 6.961s] ( 338/2326) nexus-db-queries db::datastore::deployment::tests::test_set_target
68942025-11-11T21:05:26.182Z PASS [ 9.559s] ( 339/2326) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
68952025-11-11T21:05:26.262Z PASS [ 0.085s] ( 340/2326) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
68962025-11-11T21:05:28.151Z PASS [ 7.491s] ( 341/2326) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
68972025-11-11T21:05:31.716Z PASS [ 5.454s] ( 342/2326) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
68982025-11-11T21:05:32.026Z PASS [ 5.868s] ( 343/2326) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
68992025-11-11T21:05:32.296Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69002025-11-11T21:05:32.296Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69012025-11-11T21:05:33.837Z PASS [ 5.685s] ( 344/2326) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
69022025-11-11T21:05:37.250Z PASS [ 5.224s] ( 345/2326) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
69032025-11-11T21:05:38.042Z PASS [ 6.325s] ( 346/2326) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
69042025-11-11T21:05:39.295Z PASS [ 5.458s] ( 347/2326) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
69052025-11-11T21:05:40.672Z PASS [ 2.630s] ( 348/2326) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
69062025-11-11T21:05:42.444Z PASS [ 3.149s] ( 349/2326) nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
69072025-11-11T21:05:42.744Z PASS [ 5.495s] ( 350/2326) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
69082025-11-11T21:05:44.488Z PASS [ 3.817s] ( 351/2326) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
69092025-11-11T21:05:44.806Z PASS [ 0.317s] ( 352/2326) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
69102025-11-11T21:05:45.109Z PASS [ 0.303s] ( 353/2326) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
69112025-11-11T21:05:45.480Z PASS [ 3.036s] ( 354/2326) nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
69122025-11-11T21:05:45.505Z PASS [ 0.380s] ( 355/2326) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
69132025-11-11T21:05:48.649Z PASS [ 3.160s] ( 356/2326) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
69142025-11-11T21:05:48.847Z PASS [ 3.367s] ( 357/2326) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
69152025-11-11T21:05:49.272Z PASS [ 6.527s] ( 358/2326) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
69162025-11-11T21:05:51.968Z PASS [ 3.318s] ( 359/2326) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
69172025-11-11T21:05:54.284Z PASS [ 5.437s] ( 360/2326) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
69182025-11-11T21:05:54.730Z PASS [ 5.458s] ( 361/2326) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
69192025-11-11T21:05:57.551Z PASS [ 5.583s] ( 362/2326) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
69202025-11-11T21:06:00.086Z PASS [ 5.802s] ( 363/2326) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
69212025-11-11T21:06:00.935Z PASS [ 6.205s] ( 364/2326) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
69222025-11-11T21:06:05.942Z PASS [ 8.391s] ( 365/2326) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
69232025-11-11T21:06:06.016Z PASS [ 5.929s] ( 366/2326) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
69242025-11-11T21:06:06.806Z PASS [ 5.872s] ( 367/2326) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
69252025-11-11T21:06:12.118Z PASS [ 6.176s] ( 368/2326) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
69262025-11-11T21:06:12.531Z PASS [ 6.515s] ( 369/2326) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
69272025-11-11T21:06:12.848Z PASS [ 6.042s] ( 370/2326) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
69282025-11-11T21:06:15.927Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
69292025-11-11T21:06:17.966Z PASS [ 5.848s] ( 371/2326) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
69302025-11-11T21:06:18.336Z PASS [ 5.805s] ( 372/2326) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
69312025-11-11T21:06:18.604Z PASS [ 5.755s] ( 373/2326) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
69322025-11-11T21:06:24.364Z PASS [ 6.398s] ( 374/2326) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
69332025-11-11T21:06:24.444Z PASS [ 6.108s] ( 375/2326) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
69342025-11-11T21:06:25.606Z PASS [ 7.001s] ( 376/2326) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
69352025-11-11T21:06:31.107Z PASS [ 6.663s] ( 377/2326) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
69362025-11-11T21:06:32.063Z PASS [ 6.458s] ( 378/2326) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
69372025-11-11T21:06:32.296Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69382025-11-11T21:06:32.297Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69392025-11-11T21:06:34.291Z PASS [ 9.926s] ( 379/2326) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
69402025-11-11T21:06:35.683Z PASS [ 3.620s] ( 380/2326) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
69412025-11-11T21:06:37.543Z PASS [ 6.434s] ( 381/2326) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
69422025-11-11T21:06:37.650Z PASS [ 3.357s] ( 382/2326) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
69432025-11-11T21:06:38.158Z PASS [ 545.873s] ( 383/2326) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69442025-11-11T21:06:39.421Z PASS [ 3.738s] ( 384/2326) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
69452025-11-11T21:06:41.578Z PASS [ 4.037s] ( 385/2326) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
69462025-11-11T21:06:43.537Z PASS [ 5.889s] ( 386/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
69472025-11-11T21:06:43.852Z PASS [ 387.934s] ( 387/2326) oximeter-db client::tests::test_replicated
69482025-11-11T21:06:43.921Z PASS [ 0.067s] ( 388/2326) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
69492025-11-11T21:06:43.949Z PASS [ 0.028s] ( 389/2326) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
69502025-11-11T21:06:43.975Z PASS [ 0.025s] ( 390/2326) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
69512025-11-11T21:06:44.002Z PASS [ 0.027s] ( 391/2326) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
69522025-11-11T21:06:44.031Z PASS [ 0.029s] ( 392/2326) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
69532025-11-11T21:06:44.067Z PASS [ 5.909s] ( 393/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
69542025-11-11T21:06:44.593Z PASS [ 0.562s] ( 394/2326) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
69552025-11-11T21:06:44.765Z PASS [ 0.171s] ( 395/2326) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
69562025-11-11T21:06:44.925Z PASS [ 5.504s] ( 396/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
69572025-11-11T21:06:44.951Z PASS [ 0.183s] ( 397/2326) omicron-clickhouse-admin::integration_test test_lgif_parsing
69582025-11-11T21:06:45.128Z PASS [ 0.180s] ( 398/2326) omicron-clickhouse-admin::integration_test test_raft_config_parsing
69592025-11-11T21:06:45.339Z PASS [ 0.211s] ( 399/2326) omicron-clickhouse-admin::integration_test test_teardown
69602025-11-11T21:06:45.443Z PASS [ 0.103s] ( 400/2326) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
69612025-11-11T21:06:46.631Z PASS [ 5.053s] ( 401/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
69622025-11-11T21:06:46.881Z PASS [ 0.249s] ( 402/2326) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
69632025-11-11T21:06:47.123Z PASS [ 0.239s] ( 403/2326) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
69642025-11-11T21:06:47.412Z PASS [ 0.291s] ( 404/2326) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
69652025-11-11T21:06:48.146Z PASS [ 4.608s] ( 405/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
69662025-11-11T21:06:48.825Z PASS [ 4.757s] ( 406/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
69672025-11-11T21:06:49.667Z PASS [ 4.742s] ( 407/2326) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
69682025-11-11T21:06:52.930Z PASS [ 5.519s] ( 408/2326) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
69692025-11-11T21:06:52.989Z PASS [ 4.844s] ( 409/2326) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
69702025-11-11T21:06:54.163Z PASS [ 5.337s] ( 410/2326) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
69712025-11-11T21:06:54.903Z PASS [ 5.236s] ( 411/2326) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
69722025-11-11T21:06:58.971Z PASS [ 5.981s] ( 412/2326) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
69732025-11-11T21:06:59.054Z PASS [ 6.124s] ( 413/2326) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
69742025-11-11T21:06:59.756Z PASS [ 5.594s] ( 414/2326) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
69752025-11-11T21:07:00.795Z PASS [ 5.891s] ( 415/2326) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
69762025-11-11T21:07:04.749Z PASS [ 5.778s] ( 416/2326) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
69772025-11-11T21:07:04.978Z PASS [ 5.923s] ( 417/2326) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
69782025-11-11T21:07:06.282Z PASS [ 5.487s] ( 418/2326) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
69792025-11-11T21:07:07.348Z PASS [ 7.592s] ( 419/2326) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
69802025-11-11T21:07:10.152Z PASS [ 5.403s] ( 420/2326) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
69812025-11-11T21:07:10.330Z PASS [ 5.352s] ( 421/2326) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
69822025-11-11T21:07:12.532Z PASS [ 6.244s] ( 422/2326) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
69832025-11-11T21:07:12.644Z PASS [ 5.296s] ( 423/2326) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
69842025-11-11T21:07:16.621Z PASS [ 6.468s] ( 424/2326) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
69852025-11-11T21:07:18.022Z PASS [ 5.494s] ( 425/2326) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
69862025-11-11T21:07:21.934Z PASS [ 5.313s] ( 426/2326) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
69872025-11-11T21:07:23.475Z PASS [ 5.454s] ( 427/2326) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
69882025-11-11T21:07:25.064Z PASS [ 14.733s] ( 428/2326) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
69892025-11-11T21:07:27.562Z PASS [ 5.628s] ( 429/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
69902025-11-11T21:07:29.158Z PASS [ 5.683s] ( 430/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
69912025-11-11T21:07:31.144Z PASS [ 6.080s] ( 431/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
69922025-11-11T21:07:32.298Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69932025-11-11T21:07:33.697Z PASS [ 6.135s] ( 432/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
69942025-11-11T21:07:35.249Z PASS [ 6.091s] ( 433/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
69952025-11-11T21:07:36.971Z PASS [ 5.827s] ( 434/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
69962025-11-11T21:07:37.367Z PASS [ 24.723s] ( 435/2326) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
69972025-11-11T21:07:40.555Z PASS [ 6.857s] ( 436/2326) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
69982025-11-11T21:07:43.454Z PASS [ 6.087s] ( 437/2326) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
69992025-11-11T21:07:43.538Z PASS [ 6.568s] ( 438/2326) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
70002025-11-11T21:07:43.796Z PASS [ 8.547s] ( 439/2326) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
70012025-11-11T21:07:45.444Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70022025-11-11T21:07:46.999Z PASS [ 6.444s] ( 440/2326) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
70032025-11-11T21:07:49.391Z PASS [ 5.936s] ( 441/2326) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
70042025-11-11T21:07:50.083Z PASS [ 6.544s] ( 442/2326) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
70052025-11-11T21:07:50.116Z PASS [ 0.034s] ( 443/2326) nexus-db-queries db::datastore::region::test::test_extent_count
70062025-11-11T21:07:50.345Z PASS [ 6.549s] ( 444/2326) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
70072025-11-11T21:07:52.497Z PASS [ 5.498s] ( 445/2326) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
70082025-11-11T21:07:54.834Z PASS [ 5.443s] ( 446/2326) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
70092025-11-11T21:07:55.435Z PASS [ 5.319s] ( 447/2326) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
70102025-11-11T21:07:55.700Z PASS [ 5.355s] ( 448/2326) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
70112025-11-11T21:07:55.809Z PASS [ 70.367s] ( 449/2326) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70122025-11-11T21:07:57.697Z PASS [ 5.195s] ( 450/2326) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
70132025-11-11T21:07:58.724Z PASS [ 2.915s] ( 451/2326) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
70142025-11-11T21:07:59.914Z PASS [ 5.080s] ( 452/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
70152025-11-11T21:08:00.089Z PASS [ 4.653s] ( 453/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
70162025-11-11T21:08:00.502Z PASS [ 4.802s] ( 454/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
70172025-11-11T21:08:02.667Z PASS [ 4.974s] ( 455/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
70182025-11-11T21:08:04.616Z PASS [ 4.702s] ( 456/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
70192025-11-11T21:08:04.789Z PASS [ 4.697s] ( 457/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
70202025-11-11T21:08:05.158Z PASS [ 4.656s] ( 458/2326) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
70212025-11-11T21:08:07.453Z PASS [ 4.787s] ( 459/2326) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
70222025-11-11T21:08:09.609Z PASS [ 4.993s] ( 460/2326) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
70232025-11-11T21:08:09.957Z PASS [ 5.170s] ( 461/2326) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
70242025-11-11T21:08:10.555Z PASS [ 5.397s] ( 462/2326) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
70252025-11-11T21:08:12.764Z PASS [ 5.310s] ( 463/2326) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
70262025-11-11T21:08:15.130Z PASS [ 5.520s] ( 464/2326) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
70272025-11-11T21:08:15.315Z PASS [ 5.358s] ( 465/2326) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
70282025-11-11T21:08:15.815Z PASS [ 5.244s] ( 466/2326) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
70292025-11-11T21:08:15.855Z PASS [ 17.104s] ( 467/2326) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70302025-11-11T21:08:18.491Z PASS [ 5.720s] ( 468/2326) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
70312025-11-11T21:08:20.641Z PASS [ 5.512s] ( 469/2326) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
70322025-11-11T21:08:20.800Z PASS [ 5.485s] ( 470/2326) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
70332025-11-11T21:08:21.425Z PASS [ 5.616s] ( 471/2326) nexus-db-queries db::datastore::sled::test::affinity_multi_group
70342025-11-11T21:08:24.159Z PASS [ 5.676s] ( 472/2326) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
70352025-11-11T21:08:26.585Z PASS [ 5.944s] ( 473/2326) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
70362025-11-11T21:08:26.676Z PASS [ 5.872s] ( 474/2326) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
70372025-11-11T21:08:27.357Z PASS [ 5.902s] ( 475/2326) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
70382025-11-11T21:08:30.081Z PASS [ 5.921s] ( 476/2326) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
70392025-11-11T21:08:32.300Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70402025-11-11T21:08:32.344Z PASS [ 16.515s] ( 477/2326) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70412025-11-11T21:08:32.498Z PASS [ 5.826s] ( 478/2326) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
70422025-11-11T21:08:32.564Z PASS [ 5.978s] ( 479/2326) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
70432025-11-11T21:08:33.179Z PASS [ 5.861s] ( 480/2326) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
70442025-11-11T21:08:37.383Z PASS [ 5.664s] ( 481/2326) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
70452025-11-11T21:08:37.803Z PASS [ 5.305s] ( 482/2326) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
70462025-11-11T21:08:37.853Z PASS [ 5.289s] ( 483/2326) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
70472025-11-11T21:08:37.941Z PASS [ 5.597s] ( 484/2326) nexus-db-queries db::datastore::sled::test::sled_list_batch
70482025-11-11T21:08:38.161Z PASS [ 665.875s] ( 485/2326) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70492025-11-11T21:08:38.499Z PASS [ 5.318s] ( 486/2326) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
70502025-11-11T21:08:40.690Z PASS [ 4.945s] ( 487/2326) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
70512025-11-11T21:08:43.365Z PASS [ 5.203s] ( 488/2326) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
70522025-11-11T21:08:43.405Z PASS [ 5.552s] ( 489/2326) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
70532025-11-11T21:08:43.522Z PASS [ 5.720s] ( 490/2326) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
70542025-11-11T21:08:43.548Z PASS [ 5.031s] ( 491/2326) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
70552025-11-11T21:08:45.973Z PASS [ 5.283s] ( 492/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
70562025-11-11T21:08:47.031Z PASS [ 9.090s] ( 493/2326) nexus-db-queries db::datastore::sled::test::test_sled_transitions
70572025-11-11T21:08:50.057Z PASS [ 6.692s] ( 494/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
70582025-11-11T21:08:50.082Z PASS [ 6.667s] ( 495/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
70592025-11-11T21:08:50.148Z PASS [ 6.625s] ( 496/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
70602025-11-11T21:08:50.183Z PASS [ 6.649s] ( 497/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
70612025-11-11T21:08:51.013Z PASS [ 5.037s] ( 498/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
70622025-11-11T21:08:52.136Z PASS [ 5.105s] ( 499/2326) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
70632025-11-11T21:08:55.083Z PASS [ 4.935s] ( 500/2326) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
70642025-11-11T21:08:55.083Z PASS [ 5.010s] ( 501/2326) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
70652025-11-11T21:08:55.130Z PASS [ 5.073s] ( 502/2326) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
70662025-11-11T21:08:55.182Z PASS [ 5.004s] ( 503/2326) nexus-db-queries db::datastore::target_release::test::target_release_datastore
70672025-11-11T21:08:56.174Z PASS [ 5.164s] ( 504/2326) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
70682025-11-11T21:08:57.139Z PASS [ 5.003s] ( 505/2326) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
70692025-11-11T21:08:59.796Z PASS [ 4.665s] ( 506/2326) nexus-db-queries db::datastore::test::test_project_creation
70702025-11-11T21:08:59.983Z PASS [ 4.800s] ( 507/2326) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
70712025-11-11T21:09:00.009Z PASS [ 4.902s] ( 508/2326) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
70722025-11-11T21:09:00.035Z PASS [ 4.952s] ( 509/2326) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
70732025-11-11T21:09:01.434Z PASS [ 5.259s] ( 510/2326) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
70742025-11-11T21:09:05.212Z PASS [ 5.416s] ( 511/2326) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
70752025-11-11T21:09:05.371Z PASS [ 5.386s] ( 512/2326) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
70762025-11-11T21:09:05.925Z PASS [ 5.943s] ( 513/2326) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
70772025-11-11T21:09:08.250Z PASS [ 11.111s] ( 514/2326) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
70782025-11-11T21:09:10.450Z PASS [ 10.413s] ( 515/2326) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
70792025-11-11T21:09:10.900Z PASS [ 4.974s] ( 516/2326) nexus-db-queries db::datastore::test::test_session_methods
70802025-11-11T21:09:11.975Z PASS [ 10.541s] ( 517/2326) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
70812025-11-11T21:09:13.077Z PASS [ 4.827s] ( 518/2326) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
70822025-11-11T21:09:15.519Z PASS [ 5.068s] ( 519/2326) nexus-db-queries db::datastore::test::test_ssh_keys
70832025-11-11T21:09:15.639Z PASS [ 4.740s] ( 520/2326) nexus-db-queries db::datastore::test::test_table_scan
70842025-11-11T21:09:17.254Z PASS [ 11.884s] ( 521/2326) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
70852025-11-11T21:09:18.065Z PASS [ 12.852s] ( 522/2326) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
70862025-11-11T21:09:19.021Z PASS [ 5.944s] ( 523/2326) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
70872025-11-11T21:09:20.386Z PASS [ 4.746s] ( 524/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
70882025-11-11T21:09:20.493Z PASS [ 4.976s] ( 525/2326) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
70892025-11-11T21:09:22.490Z PASS [ 5.235s] ( 526/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
70902025-11-11T21:09:23.110Z PASS [ 5.045s] ( 527/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
70912025-11-11T21:09:24.169Z PASS [ 5.148s] ( 528/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
70922025-11-11T21:09:25.430Z PASS [ 4.937s] ( 529/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
70932025-11-11T21:09:26.498Z PASS [ 6.112s] ( 530/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
70942025-11-11T21:09:27.630Z PASS [ 5.140s] ( 531/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
70952025-11-11T21:09:28.749Z PASS [ 5.638s] ( 532/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
70962025-11-11T21:09:28.927Z PASS [ 4.758s] ( 533/2326) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
70972025-11-11T21:09:33.739Z PASS [ 5.618s] ( 534/2326) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
70982025-11-11T21:09:33.764Z PASS [ 4.901s] ( 535/2326) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
70992025-11-11T21:09:33.764Z PASS [ 4.808s] ( 536/2326) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
71002025-11-11T21:09:33.821Z PASS [ 4.895s] ( 537/2326) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
71012025-11-11T21:09:33.954Z PASS [ 5.197s] ( 538/2326) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
71022025-11-11T21:09:36.009Z PASS [ 4.956s] ( 539/2326) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
71032025-11-11T21:09:36.092Z PASS [ 4.692s] ( 540/2326) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
71042025-11-11T21:09:37.073Z PASS [ 4.635s] ( 541/2326) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
71052025-11-11T21:09:37.113Z PASS [ 0.039s] ( 542/2326) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
71062025-11-11T21:09:37.148Z PASS [ 0.035s] ( 543/2326) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
71072025-11-11T21:09:38.535Z PASS [ 4.591s] ( 544/2326) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
71082025-11-11T21:09:38.785Z PASS [ 4.964s] ( 545/2326) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
71092025-11-11T21:09:40.841Z PASS [ 4.836s] ( 546/2326) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
71102025-11-11T21:09:43.423Z PASS [ 4.637s] ( 547/2326) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
71112025-11-11T21:09:45.722Z PASS [ 4.880s] ( 548/2326) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
71122025-11-11T21:09:46.728Z PASS [ 10.636s] ( 549/2326) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
71132025-11-11T21:09:47.709Z PASS [ 35.734s] ( 550/2326) nexus-db-queries db::datastore::update::test::test_list_unpruned
71142025-11-11T21:09:48.058Z PASS [ 10.910s] ( 551/2326) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
71152025-11-11T21:09:48.146Z PASS [ 4.723s] ( 552/2326) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
71162025-11-11T21:09:49.561Z PASS [ 11.026s] ( 553/2326) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
71172025-11-11T21:09:49.831Z PASS [ 0.270s] ( 554/2326) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
71182025-11-11T21:09:50.956Z PASS [ 5.233s] ( 555/2326) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
71192025-11-11T21:09:51.864Z PASS [ 5.136s] ( 556/2326) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
71202025-11-11T21:09:52.951Z PASS [ 3.119s] ( 557/2326) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
71212025-11-11T21:09:54.050Z PASS [ 5.992s] ( 558/2326) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
71222025-11-11T21:09:54.430Z PASS [ 6.721s] ( 559/2326) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
71232025-11-11T21:09:54.567Z PASS [ 2.703s] ( 560/2326) nexus-db-queries db::explain::test::test_explain_async
71242025-11-11T21:09:54.844Z PASS [ 6.698s] ( 561/2326) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
71252025-11-11T21:09:55.397Z PASS [ 2.447s] ( 562/2326) nexus-db-queries db::explain::test::test_explain_full_table_scan
71262025-11-11T21:09:55.819Z PASS [ 4.863s] ( 563/2326) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
71272025-11-11T21:09:57.304Z PASS [ 3.253s] ( 564/2326) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
71282025-11-11T21:09:57.640Z PASS [ 3.209s] ( 565/2326) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
71292025-11-11T21:09:57.678Z PASS [ 0.039s] ( 566/2326) nexus-db-queries db::pagination::test::test_paginator
71302025-11-11T21:09:57.827Z PASS [ 3.259s] ( 567/2326) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
71312025-11-11T21:09:58.269Z PASS [ 3.420s] ( 568/2326) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
71322025-11-11T21:09:58.797Z PASS [ 3.399s] ( 569/2326) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
71332025-11-11T21:09:58.822Z PASS [ 2.996s] ( 570/2326) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
71342025-11-11T21:09:59.281Z PASS [ 1.602s] ( 571/2326) nexus-db-queries db::pool::test::test_pool_can_be_terminated
71352025-11-11T21:09:59.362Z PASS [ 1.535s] ( 572/2326) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
71362025-11-11T21:10:00.464Z PASS [ 3.159s] ( 573/2326) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
71372025-11-11T21:10:01.789Z PASS [ 2.973s] ( 574/2326) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
71382025-11-11T21:10:02.123Z PASS [ 0.334s] ( 575/2326) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
71392025-11-11T21:10:02.443Z PASS [ 0.320s] ( 576/2326) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
71402025-11-11T21:10:02.761Z PASS [ 0.318s] ( 577/2326) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
71412025-11-11T21:10:03.058Z PASS [ 0.297s] ( 578/2326) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
71422025-11-11T21:10:03.718Z PASS [ 5.453s] ( 579/2326) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
71432025-11-11T21:10:04.132Z PASS [ 5.335s] ( 580/2326) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
71442025-11-11T21:10:04.167Z PASS [ 4.886s] ( 581/2326) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
71452025-11-11T21:10:04.819Z PASS [ 5.456s] ( 582/2326) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
71462025-11-11T21:10:06.281Z PASS [ 5.818s] ( 583/2326) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
71472025-11-11T21:10:08.814Z PASS [ 5.755s] ( 584/2326) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
71482025-11-11T21:10:09.205Z PASS [ 5.022s] ( 585/2326) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
71492025-11-11T21:10:09.205Z PASS [ 5.477s] ( 586/2326) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
71502025-11-11T21:10:09.356Z PASS [ 5.224s] ( 587/2326) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
71512025-11-11T21:10:09.772Z PASS [ 4.952s] ( 588/2326) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
71522025-11-11T21:10:11.348Z PASS [ 5.067s] ( 589/2326) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
71532025-11-11T21:10:14.238Z PASS [ 5.425s] ( 590/2326) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
71542025-11-11T21:10:14.493Z PASS [ 5.304s] ( 591/2326) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
71552025-11-11T21:10:14.518Z PASS [ 5.157s] ( 592/2326) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
71562025-11-11T21:10:14.582Z PASS [ 5.387s] ( 593/2326) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
71572025-11-11T21:10:15.195Z PASS [ 5.424s] ( 594/2326) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
71582025-11-11T21:10:15.231Z PASS [ 0.036s] ( 595/2326) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
71592025-11-11T21:10:16.925Z PASS [ 5.577s] ( 596/2326) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
71602025-11-11T21:10:19.292Z PASS [ 5.054s] ( 597/2326) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
71612025-11-11T21:10:19.318Z PASS [ 4.790s] ( 598/2326) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
71622025-11-11T21:10:19.425Z PASS [ 4.932s] ( 599/2326) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
71632025-11-11T21:10:20.402Z PASS [ 5.171s] ( 600/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
71642025-11-11T21:10:20.626Z PASS [ 6.044s] ( 601/2326) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
71652025-11-11T21:10:22.324Z PASS [ 5.398s] ( 602/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
71662025-11-11T21:10:24.103Z PASS [ 4.800s] ( 603/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
71672025-11-11T21:10:24.153Z PASS [ 4.861s] ( 604/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
71682025-11-11T21:10:24.553Z PASS [ 5.128s] ( 605/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
71692025-11-11T21:10:25.203Z PASS [ 4.801s] ( 606/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
71702025-11-11T21:10:25.406Z PASS [ 4.780s] ( 607/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
71712025-11-11T21:10:27.347Z PASS [ 5.024s] ( 608/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
71722025-11-11T21:10:29.122Z PASS [ 5.019s] ( 609/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
71732025-11-11T21:10:29.165Z PASS [ 0.043s] ( 610/2326) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
71742025-11-11T21:10:29.341Z PASS [ 5.188s] ( 611/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
71752025-11-11T21:10:29.548Z PASS [ 4.995s] ( 612/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
71762025-11-11T21:10:30.420Z PASS [ 5.216s] ( 613/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
71772025-11-11T21:10:30.449Z PASS [ 5.042s] ( 614/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
71782025-11-11T21:10:32.029Z PASS [ 2.687s] ( 615/2326) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
71792025-11-11T21:10:32.069Z PASS [ 0.040s] ( 616/2326) nexus-db-queries db::queries::next_item::tests::test_shift_indices
71802025-11-11T21:10:32.587Z PASS [ 5.240s] ( 617/2326) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
71812025-11-11T21:10:32.627Z PASS [ 3.079s] ( 618/2326) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
71822025-11-11T21:10:32.855Z PASS [ 0.267s] ( 619/2326) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
71832025-11-11T21:10:32.928Z PASS [ 0.301s] ( 620/2326) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
71842025-11-11T21:10:33.305Z PASS [ 2.884s] ( 621/2326) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
71852025-11-11T21:10:33.330Z PASS [ 2.863s] ( 622/2326) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
71862025-11-11T21:10:33.355Z PASS [ 0.030s] ( 623/2326) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
71872025-11-11T21:10:33.355Z PASS [ 0.028s] ( 624/2326) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
71882025-11-11T21:10:34.379Z PASS [ 1.044s] ( 625/2326) nexus-db-queries db::queries::region_allocation::test::expectorate_query
71892025-11-11T21:10:34.598Z PASS [ 5.433s] ( 626/2326) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
71902025-11-11T21:10:34.679Z PASS [ 0.300s] ( 627/2326) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
71912025-11-11T21:10:34.855Z PASS [ 2.786s] ( 628/2326) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
71922025-11-11T21:10:34.932Z PASS [ 0.253s] ( 629/2326) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
71932025-11-11T21:10:35.135Z PASS [ 0.279s] ( 630/2326) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
71942025-11-11T21:10:35.189Z PASS [ 0.257s] ( 631/2326) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
71952025-11-11T21:10:35.360Z PASS [ 2.505s] ( 632/2326) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
71962025-11-11T21:10:35.616Z PASS [ 0.256s] ( 633/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
71972025-11-11T21:10:35.681Z PASS [ 2.753s] ( 634/2326) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
71982025-11-11T21:10:35.886Z PASS [ 0.270s] ( 635/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
71992025-11-11T21:10:35.979Z PASS [ 0.298s] ( 636/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
72002025-11-11T21:10:36.123Z PASS [ 2.782s] ( 637/2326) nexus-db-queries db::queries::region_allocation::test::explainable
72012025-11-11T21:10:36.148Z PASS [ 0.242s] ( 638/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
72022025-11-11T21:10:37.106Z PASS [ 2.508s] ( 639/2326) nexus-db-queries db::queries::regions_hard_delete::test::explainable
72032025-11-11T21:10:37.653Z PASS [ 2.464s] ( 640/2326) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
72042025-11-11T21:10:37.730Z PASS [ 0.076s] ( 641/2326) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
72052025-11-11T21:10:37.763Z PASS [ 0.034s] ( 642/2326) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
72062025-11-11T21:10:37.805Z PASS [ 0.042s] ( 643/2326) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
72072025-11-11T21:10:37.846Z PASS [ 0.041s] ( 644/2326) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
72082025-11-11T21:10:37.871Z PASS [ 2.733s] ( 645/2326) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
72092025-11-11T21:10:37.896Z PASS [ 0.038s] ( 646/2326) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
72102025-11-11T21:10:38.554Z PASS [ 2.574s] ( 647/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
72112025-11-11T21:10:38.625Z PASS [ 2.496s] ( 648/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
72122025-11-11T21:10:38.658Z PASS [ 2.536s] ( 649/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
72132025-11-11T21:10:39.646Z PASS [ 2.540s] ( 650/2326) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
72142025-11-11T21:10:40.502Z PASS [ 2.634s] ( 651/2326) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
72152025-11-11T21:10:40.667Z PASS [ 2.782s] ( 652/2326) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
72162025-11-11T21:10:40.700Z PASS [ 0.033s] ( 653/2326) nexus-defaults tests::test_random_vpc_ipv6_prefix
72172025-11-11T21:10:41.019Z PASS [ 2.465s] ( 654/2326) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
72182025-11-11T21:10:41.062Z PASS [ 0.043s] ( 655/2326) nexus-inventory builder::test::test_empty
72192025-11-11T21:10:41.103Z PASS [ 0.041s] ( 656/2326) nexus-inventory builder::test::test_problems
72202025-11-11T21:10:41.155Z PASS [ 0.455s] ( 657/2326) nexus-inventory builder::test::test_basic
72212025-11-11T21:10:42.396Z PASS [ 1.291s] ( 658/2326) nexus-inventory collector::test::test_basic
72222025-11-11T21:10:42.616Z PASS [ 1.460s] ( 659/2326) nexus-inventory collector::test::test_multi_mgs
72232025-11-11T21:10:42.907Z PASS [ 0.511s] ( 660/2326) nexus-inventory collector::test::test_multi_mgs_failure
72242025-11-11T21:10:43.416Z PASS [ 0.800s] ( 661/2326) nexus-inventory collector::test::test_sled_agent_failure
72252025-11-11T21:10:44.576Z PASS [ 4.930s] ( 662/2326) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
72262025-11-11T21:10:45.333Z PASS [ 4.831s] ( 663/2326) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
72272025-11-11T21:10:46.940Z PASS [ 1.607s] ( 664/2326) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
72282025-11-11T21:10:47.079Z PASS [ 2.503s] ( 665/2326) nexus-mgs-updates driver_update::test::test_rot_basic_failures
72292025-11-11T21:10:49.097Z PASS [ 6.190s] ( 666/2326) nexus-metrics-producer-gc tests::test_prune_expired_producers
72302025-11-11T21:10:49.097Z PASS [ 5.680s] ( 667/2326) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
72312025-11-11T21:10:50.199Z PASS [ 1.102s] ( 668/2326) nexus-mgs-updates driver_update::test::test_sp_basic_failures
72322025-11-11T21:10:51.169Z PASS [ 12.544s] ( 669/2326) nexus-db-queries policy_test::test_conferred_roles
72332025-11-11T21:10:54.205Z PASS [ 7.262s] ( 670/2326) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
72342025-11-11T21:10:54.230Z PASS [ 7.126s] ( 671/2326) nexus-mgs-updates driver_update::test::test_rot_update_basic
72352025-11-11T21:10:55.776Z PASS [ 4.607s] ( 672/2326) nexus-mgs-updates driver_update::test::test_sp_update_watched
72362025-11-11T21:10:55.848Z PASS [ 1.642s] ( 673/2326) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
72372025-11-11T21:10:58.026Z PASS [ 8.929s] ( 674/2326) nexus-mgs-updates driver_update::test::test_sp_update_basic
72382025-11-11T21:10:58.267Z PASS [ 0.241s] ( 675/2326) nexus-mgs-updates test_util::step_through::test::test_basic
72392025-11-11T21:10:59.204Z PASS [ 0.917s] ( 676/2326) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
72402025-11-11T21:10:59.482Z PASS [ 0.297s] ( 677/2326) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
72412025-11-11T21:10:59.522Z PASS [ 0.039s] ( 678/2326) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
72422025-11-11T21:10:59.560Z PASS [ 0.038s] ( 679/2326) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
72432025-11-11T21:10:59.600Z PASS [ 0.040s] ( 680/2326) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
72442025-11-11T21:10:59.638Z PASS [ 0.038s] ( 681/2326) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
72452025-11-11T21:10:59.676Z PASS [ 0.037s] ( 682/2326) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
72462025-11-11T21:10:59.714Z PASS [ 0.038s] ( 683/2326) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
72472025-11-11T21:10:59.750Z PASS [ 0.036s] ( 684/2326) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
72482025-11-11T21:10:59.788Z PASS [ 0.038s] ( 685/2326) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
72492025-11-11T21:10:59.828Z PASS [ 0.040s] ( 686/2326) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
72502025-11-11T21:10:59.869Z PASS [ 0.041s] ( 687/2326) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
72512025-11-11T21:10:59.903Z PASS [ 0.034s] ( 688/2326) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
72522025-11-11T21:10:59.938Z PASS [ 0.035s] ( 689/2326) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
72532025-11-11T21:10:59.973Z PASS [ 0.035s] ( 690/2326) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
72542025-11-11T21:10:59.998Z PASS [ 5.786s] ( 691/2326) nexus-mgs-updates driver_update::test_host_phase_1::basic
72552025-11-11T21:11:00.023Z PASS [ 0.037s] ( 692/2326) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
72562025-11-11T21:11:00.048Z PASS [ 0.042s] ( 693/2326) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
72572025-11-11T21:11:00.073Z PASS [ 0.040s] ( 694/2326) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
72582025-11-11T21:11:00.073Z PASS [ 0.038s] ( 695/2326) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
72592025-11-11T21:11:00.224Z PASS [ 0.156s] ( 696/2326) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
72602025-11-11T21:11:04.854Z PASS [ 14.655s] ( 697/2326) nexus-mgs-updates driver_update::test::test_sp_update_takeover
72612025-11-11T21:11:05.859Z PASS [ 10.012s] ( 698/2326) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
72622025-11-11T21:11:11.491Z PASS [ 6.636s] ( 699/2326) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
72632025-11-11T21:11:11.976Z PASS [ 6.115s] ( 700/2326) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
72642025-11-11T21:11:15.634Z PASS [ 19.857s] ( 701/2326) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
72652025-11-11T21:11:15.734Z PASS [ 0.101s] ( 702/2326) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
72662025-11-11T21:11:15.817Z PASS [ 0.082s] ( 703/2326) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
72672025-11-11T21:11:15.863Z PASS [ 0.046s] ( 704/2326) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
72682025-11-11T21:11:15.928Z PASS [ 0.064s] ( 705/2326) nexus-reconfigurator-execution dns::test::test_dns_compute_update
72692025-11-11T21:11:18.911Z PASS [ 7.420s] ( 706/2326) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
72702025-11-11T21:11:19.572Z PASS [ 7.597s] ( 707/2326) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
72712025-11-11T21:11:38.660Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
72722025-11-11T21:11:42.550Z PASS [ 23.638s] ( 708/2326) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
72732025-11-11T21:11:42.698Z PASS [ 23.126s] ( 709/2326) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
72742025-11-11T21:11:42.784Z PASS [ 0.086s] ( 710/2326) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
72752025-11-11T21:12:00.054Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
72762025-11-11T21:12:00.226Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72772025-11-11T21:12:04.356Z PASS [ 64.305s] ( 711/2326) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
72782025-11-11T21:12:05.013Z PASS [ 0.657s] ( 712/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
72792025-11-11T21:12:05.054Z PASS [ 0.040s] ( 713/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
72802025-11-11T21:12:05.096Z PASS [ 0.042s] ( 714/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
72812025-11-11T21:12:05.170Z PASS [ 0.074s] ( 715/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
72822025-11-11T21:12:05.234Z PASS [ 0.051s] ( 716/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
72832025-11-11T21:12:05.354Z PASS [ 0.119s] ( 717/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
72842025-11-11T21:12:05.411Z PASS [ 0.057s] ( 718/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
72852025-11-11T21:12:05.456Z PASS [ 0.045s] ( 719/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
72862025-11-11T21:12:05.507Z PASS [ 0.051s] ( 720/2326) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
72872025-11-11T21:12:05.538Z PASS [ 0.030s] ( 721/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
72882025-11-11T21:12:05.573Z PASS [ 0.035s] ( 722/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
72892025-11-11T21:12:05.598Z PASS [ 22.794s] ( 723/2326) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
72902025-11-11T21:12:05.623Z PASS [ 0.035s] ( 724/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
72912025-11-11T21:12:05.624Z PASS [ 0.041s] ( 725/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
72922025-11-11T21:12:05.648Z PASS [ 0.036s] ( 726/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
72932025-11-11T21:12:05.673Z PASS [ 0.036s] ( 727/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
72942025-11-11T21:12:05.698Z PASS [ 0.033s] ( 728/2326) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
72952025-11-11T21:12:05.698Z PASS [ 0.040s] ( 729/2326) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
72962025-11-11T21:12:05.743Z PASS [ 0.066s] ( 730/2326) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
72972025-11-11T21:12:06.108Z PASS [ 0.365s] ( 731/2326) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
72982025-11-11T21:12:06.697Z PASS [ 0.588s] ( 732/2326) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
72992025-11-11T21:12:06.868Z PASS [ 0.172s] ( 733/2326) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
73002025-11-11T21:12:06.974Z PASS [ 0.105s] ( 734/2326) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
73012025-11-11T21:12:07.008Z PASS [ 0.034s] ( 735/2326) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
73022025-11-11T21:12:07.068Z PASS [ 0.060s] ( 736/2326) nexus-reconfigurator-planning example::tests::builder_zone_counts
73032025-11-11T21:12:07.440Z PASS [ 24.889s] ( 737/2326) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
73042025-11-11T21:12:07.470Z PASS [ 0.031s] ( 738/2326) nexus-reconfigurator-planning example::tests::instances_on_examples
73052025-11-11T21:12:07.525Z PASS [ 0.054s] ( 739/2326) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
73062025-11-11T21:12:07.572Z PASS [ 0.047s] ( 740/2326) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
73072025-11-11T21:12:07.617Z PASS [ 0.045s] ( 741/2326) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
73082025-11-11T21:12:07.665Z PASS [ 0.047s] ( 742/2326) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
73092025-11-11T21:12:07.713Z PASS [ 0.048s] ( 743/2326) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
73102025-11-11T21:12:07.756Z PASS [ 0.042s] ( 744/2326) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
73112025-11-11T21:12:07.801Z PASS [ 0.045s] ( 745/2326) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
73122025-11-11T21:12:07.842Z PASS [ 0.041s] ( 746/2326) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
73132025-11-11T21:12:07.901Z PASS [ 0.058s] ( 747/2326) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
73142025-11-11T21:12:07.951Z PASS [ 0.049s] ( 748/2326) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
73152025-11-11T21:12:08.027Z PASS [ 0.076s] ( 749/2326) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
73162025-11-11T21:12:08.170Z PASS [ 0.143s] ( 750/2326) nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
73172025-11-11T21:12:08.233Z PASS [ 0.063s] ( 751/2326) nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
73182025-11-11T21:12:08.522Z PASS [ 0.287s] ( 752/2326) nexus-reconfigurator-planning planner::test::test_basic_add_sled
73192025-11-11T21:12:08.582Z PASS [ 0.059s] ( 753/2326) nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
73202025-11-11T21:12:08.643Z PASS [ 0.061s] ( 754/2326) nexus-reconfigurator-planning planner::test::test_crucible_pantry
73212025-11-11T21:12:08.704Z PASS [ 0.061s] ( 755/2326) nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
73222025-11-11T21:12:08.777Z PASS [ 0.073s] ( 756/2326) nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
73232025-11-11T21:12:08.838Z PASS [ 0.060s] ( 757/2326) nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
73242025-11-11T21:12:08.902Z PASS [ 0.064s] ( 758/2326) nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
73252025-11-11T21:12:08.967Z PASS [ 0.065s] ( 759/2326) nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
73262025-11-11T21:12:09.042Z PASS [ 0.076s] ( 760/2326) nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
73272025-11-11T21:12:09.115Z PASS [ 0.072s] ( 761/2326) nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
73282025-11-11T21:12:09.204Z PASS [ 0.079s] ( 762/2326) nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
73292025-11-11T21:12:09.399Z PASS [ 0.205s] ( 763/2326) nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
73302025-11-11T21:12:09.487Z PASS [ 0.088s] ( 764/2326) nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
73312025-11-11T21:12:09.562Z PASS [ 0.075s] ( 765/2326) nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
73322025-11-11T21:12:09.641Z PASS [ 0.079s] ( 766/2326) nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
73332025-11-11T21:12:09.711Z PASS [ 0.069s] ( 767/2326) nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
73342025-11-11T21:12:09.778Z PASS [ 0.067s] ( 768/2326) nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
73352025-11-11T21:12:09.846Z PASS [ 0.067s] ( 769/2326) nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
73362025-11-11T21:12:10.992Z PASS [ 5.295s] ( 770/2326) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
73372025-11-11T21:12:11.795Z PASS [ 1.949s] ( 771/2326) nexus-reconfigurator-planning planner::test::test_update_all_zones
73382025-11-11T21:12:12.361Z PASS [ 1.369s] ( 772/2326) nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
73392025-11-11T21:12:12.875Z PASS [ 1.080s] ( 773/2326) nexus-reconfigurator-planning planner::test::test_update_cockroach
73402025-11-11T21:12:13.016Z PASS [ 5.948s] ( 774/2326) nexus-reconfigurator-planning example::tests::dns_resolution_works
73412025-11-11T21:12:13.087Z PASS [ 0.071s] ( 775/2326) nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
73422025-11-11T21:12:13.781Z PASS [ 1.419s] ( 776/2326) nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
73432025-11-11T21:12:14.204Z PASS [ 1.325s] ( 777/2326) nexus-reconfigurator-planning planner::test::test_update_internal_dns
73442025-11-11T21:12:15.929Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73452025-11-11T21:12:32.332Z PASS [ 92.108s] ( 778/2326) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
73462025-11-11T21:12:32.379Z PASS [ 0.046s] ( 779/2326) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
73472025-11-11T21:12:32.494Z PASS [ 0.115s] ( 780/2326) nexus-saga-recovery recovery::test::test_execution_basic
73482025-11-11T21:12:32.529Z PASS [ 0.035s] ( 781/2326) nexus-saga-recovery recovery::test::test_plan_basic
73492025-11-11T21:12:32.561Z PASS [ 0.032s] ( 782/2326) nexus-saga-recovery recovery::test::test_read_all_from_channel
73502025-11-11T21:12:32.600Z PASS [ 0.039s] ( 783/2326) nexus-saga-recovery test::test_basic
73512025-11-11T21:12:32.632Z PASS [ 0.032s] ( 784/2326) nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
73522025-11-11T21:12:32.663Z PASS [ 0.031s] ( 785/2326) nexus-sled-agent-shared inventory::tests::test_name_prefixes
73532025-11-11T21:12:32.694Z PASS [ 0.030s] ( 786/2326) nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
73542025-11-11T21:12:32.738Z PASS [ 0.044s] ( 787/2326) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
73552025-11-11T21:12:32.789Z PASS [ 0.051s] ( 788/2326) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
73562025-11-11T21:12:32.815Z PASS [ 0.026s] ( 789/2326) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
73572025-11-11T21:12:32.844Z PASS [ 0.028s] ( 790/2326) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
73582025-11-11T21:12:32.872Z PASS [ 0.028s] ( 791/2326) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
73592025-11-11T21:12:32.898Z PASS [ 0.026s] ( 792/2326) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
73602025-11-11T21:12:32.935Z PASS [ 0.035s] ( 793/2326) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
73612025-11-11T21:12:38.662Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
73622025-11-11T21:12:43.211Z PASS [ 30.086s] ( 794/2326) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73632025-11-11T21:12:43.237Z PASS [ 0.034s] ( 795/2326) nexus-types deployment::test::test_serialize_pending_mgs_updates
73642025-11-11T21:12:43.272Z PASS [ 0.065s] ( 796/2326) nexus-types external_api::shared::test::test_policy_parsing
73652025-11-11T21:12:43.724Z PASS [ 0.074s] ( 797/2326) nexus-types external_api::shared::test::test_webhook_subscription_validation
73662025-11-11T21:12:43.752Z PASS [ 0.031s] ( 798/2326) nexus-types external_api::views::test::test_expected_one_of
73672025-11-11T21:12:43.752Z PASS [ 0.037s] ( 799/2326) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status
73682025-11-11T21:12:43.752Z PASS [ 0.039s] ( 800/2326) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
73692025-11-11T21:12:43.752Z PASS [ 0.064s] ( 801/2326) nexus-types quiesce::test::test_drained_blueprint
73702025-11-11T21:12:43.752Z PASS [ 0.038s] ( 802/2326) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
73712025-11-11T21:12:43.752Z PASS [ 0.036s] ( 803/2326) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
73722025-11-11T21:12:43.752Z PASS [ 0.039s] ( 804/2326) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
73732025-11-11T21:12:43.752Z PASS [ 0.038s] ( 805/2326) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
73742025-11-11T21:12:43.752Z PASS [ 0.040s] ( 806/2326) nexus-types quiesce::test::test_quiesce_block_on_reassignment
73752025-11-11T21:12:43.752Z PASS [ 0.038s] ( 807/2326) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
73762025-11-11T21:12:43.789Z PASS [ 0.040s] ( 808/2326) nexus-types quiesce::test::test_quiesce_block_on_saga_started
73772025-11-11T21:12:43.993Z PASS [ 0.038s] ( 809/2326) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
73782025-11-11T21:12:44.020Z PASS [ 0.034s] ( 810/2326) nexus-types quiesce::test::test_quiesce_noop
73792025-11-11T21:12:44.020Z PASS [ 0.037s] ( 811/2326) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
73802025-11-11T21:12:44.046Z PASS [ 0.137s] ( 812/2326) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
73812025-11-11T21:12:44.221Z PASS [ 0.061s] ( 813/2326) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
73822025-11-11T21:12:44.274Z PASS [ 0.064s] ( 814/2326) omicron-certificates tests::test_cert_extended_key_usage
73832025-11-11T21:12:44.301Z PASS [ 0.057s] ( 815/2326) omicron-certificates tests::test_common_name_is_validated
73842025-11-11T21:12:44.413Z PASS [ 0.109s] ( 816/2326) omicron-certificates tests::test_subject_alternate_names_are_validated
73852025-11-11T21:12:44.574Z PASS [ 0.246s] ( 817/2326) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
73862025-11-11T21:12:49.490Z PASS [ 4.916s] ( 818/2326) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
73872025-11-11T21:12:51.941Z PASS [ 133.283s] ( 819/2326) nexus-db-queries policy_test::test_iam_roles_behavior
73882025-11-11T21:12:52.270Z PASS [ 38.070s] ( 820/2326) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
73892025-11-11T21:12:52.631Z PASS [ 19.697s] ( 821/2326) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73902025-11-11T21:12:53.313Z PASS [ 39.531s] ( 822/2326) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73912025-11-11T21:12:53.831Z PASS [ 1.888s] ( 823/2326) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
73922025-11-11T21:12:53.886Z PASS [ 0.055s] ( 824/2326) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
73932025-11-11T21:12:53.934Z PASS [ 0.048s] ( 825/2326) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
73942025-11-11T21:12:54.044Z PASS [ 1.774s] ( 826/2326) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
73952025-11-11T21:12:54.074Z PASS [ 0.030s] ( 827/2326) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
73962025-11-11T21:12:54.102Z PASS [ 0.028s] ( 828/2326) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
73972025-11-11T21:12:54.128Z PASS [ 0.026s] ( 829/2326) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
73982025-11-11T21:12:54.153Z PASS [ 0.024s] ( 830/2326) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
73992025-11-11T21:12:54.227Z PASS [ 0.030s] ( 831/2326) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
74002025-11-11T21:12:54.227Z PASS [ 0.030s] ( 832/2326) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
74012025-11-11T21:12:54.266Z PASS [ 0.053s] ( 833/2326) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
74022025-11-11T21:12:54.292Z PASS [ 0.344s] ( 834/2326) omicron-cockroach-metrics tests::test_cluster_client_caching
74032025-11-11T21:12:54.317Z PASS [ 0.047s] ( 835/2326) omicron-common address::test::test_dns_subnets
74042025-11-11T21:12:54.317Z PASS [ 0.035s] ( 836/2326) omicron-common address::test::test_ip_range_checks_non_decreasing
74052025-11-11T21:12:54.344Z PASS [ 0.030s] ( 837/2326) omicron-common address::test::test_ip_range_iter
74062025-11-11T21:12:54.369Z PASS [ 0.041s] ( 838/2326) omicron-common address::test::test_ip_range_enum_deserialization
74072025-11-11T21:12:54.394Z PASS [ 0.032s] ( 839/2326) omicron-common address::test::test_ip_range_length
74082025-11-11T21:12:54.394Z PASS [ 0.033s] ( 840/2326) omicron-common address::test::test_ip_range_try_from
74092025-11-11T21:12:54.419Z PASS [ 0.038s] ( 841/2326) omicron-common address::test::test_ipv6_subnet_deserialize
74102025-11-11T21:12:54.419Z PASS [ 0.028s] ( 842/2326) omicron-common address::test::test_sled_address
74112025-11-11T21:12:54.445Z PASS [ 0.029s] ( 843/2326) omicron-common api::external::error::test::test_bail_unless
74122025-11-11T21:12:54.470Z PASS [ 0.028s] ( 844/2326) omicron-common api::external::error::test::test_context
74132025-11-11T21:12:54.495Z PASS [ 0.042s] ( 845/2326) omicron-common api::external::http_pagination::test::test_pagination_schemas
74142025-11-11T21:12:54.495Z PASS [ 0.044s] ( 846/2326) omicron-common api::external::http_pagination::test::test_pagination_examples
74152025-11-11T21:12:54.527Z PASS [ 0.040s] ( 847/2326) omicron-common api::external::http_pagination::test::test_scan_by_id
74162025-11-11T21:12:54.552Z PASS [ 0.040s] ( 848/2326) omicron-common api::external::http_pagination::test::test_scan_by_name
74172025-11-11T21:12:54.578Z PASS [ 0.026s] ( 849/2326) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
74182025-11-11T21:12:54.578Z PASS [ 0.031s] ( 850/2326) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
74192025-11-11T21:12:54.603Z PASS [ 0.028s] ( 851/2326) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
74202025-11-11T21:12:54.603Z PASS [ 0.031s] ( 852/2326) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
74212025-11-11T21:12:54.630Z PASS [ 0.027s] ( 853/2326) omicron-common api::external::test::test_bytecount
74222025-11-11T21:12:54.630Z PASS [ 0.026s] ( 854/2326) omicron-common api::external::test::test_bytecount_display
74232025-11-11T21:12:54.655Z PASS [ 0.038s] ( 855/2326) omicron-common api::external::test::test_digest
74242025-11-11T21:12:54.655Z PASS [ 0.032s] ( 856/2326) omicron-common api::external::test::test_firewall_deserialization
74252025-11-11T21:12:54.680Z PASS [ 0.031s] ( 857/2326) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
74262025-11-11T21:12:54.710Z PASS [ 0.063s] ( 858/2326) omicron-common api::external::test::test_firewall_rule_host_filter_parse
74272025-11-11T21:12:54.735Z PASS [ 0.051s] ( 859/2326) omicron-common api::external::test::test_firewall_rule_target_parse
74282025-11-11T21:12:54.735Z PASS [ 0.025s] ( 860/2326) omicron-common api::external::test::test_generation_display_parse
74292025-11-11T21:12:54.760Z PASS [ 0.028s] ( 861/2326) omicron-common api::external::test::test_generation_from_int
74302025-11-11T21:12:54.786Z PASS [ 0.023s] ( 862/2326) omicron-common api::external::test::test_generation_serde
74312025-11-11T21:12:54.825Z PASS [ 0.041s] ( 863/2326) omicron-common api::external::test::test_hostname_from_str
74322025-11-11T21:12:54.850Z PASS [ 1.526s] ( 864/2326) omicron-cockroach-admin context::tests::test_node_id
74332025-11-11T21:12:54.875Z PASS [ 0.025s] ( 865/2326) omicron-common api::external::test::test_ip_port_range_from_str
74342025-11-11T21:12:54.875Z PASS [ 0.027s] ( 866/2326) omicron-common api::external::test::test_ip_port_range_into_str
74352025-11-11T21:12:54.901Z PASS [ 0.031s] ( 867/2326) omicron-common api::external::test::test_ipv6_net_operations
74362025-11-11T21:12:54.901Z PASS [ 0.032s] ( 868/2326) omicron-common api::external::test::test_mac_system_iterator
74372025-11-11T21:12:54.926Z PASS [ 0.027s] ( 869/2326) omicron-common api::external::test::test_mac_to_int_conversions
74382025-11-11T21:12:54.951Z PASS [ 0.029s] ( 870/2326) omicron-common api::external::test::test_macaddr
74392025-11-11T21:12:54.951Z PASS [ 0.032s] ( 871/2326) omicron-common api::external::test::test_name_parse
74402025-11-11T21:12:54.976Z PASS [ 0.029s] ( 872/2326) omicron-common api::external::test::test_name_parse_from_param
74412025-11-11T21:12:54.976Z PASS [ 0.026s] ( 873/2326) omicron-common api::external::test::test_resource_name_parse
74422025-11-11T21:12:55.006Z PASS [ 0.050s] ( 874/2326) omicron-common api::external::test::test_route_destination_parse
74432025-11-11T21:12:55.031Z PASS [ 0.059s] ( 875/2326) omicron-common api::external::test::test_route_target_parse
74442025-11-11T21:12:55.056Z PASS [ 0.031s] ( 876/2326) omicron-common api::external::test::test_semver_serialize
74452025-11-11T21:12:55.056Z PASS [ 0.029s] ( 877/2326) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
74462025-11-11T21:12:55.081Z PASS [ 0.030s] ( 878/2326) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
74472025-11-11T21:12:55.106Z PASS [ 0.027s] ( 879/2326) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
74482025-11-11T21:12:55.106Z PASS [ 0.026s] ( 880/2326) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
74492025-11-11T21:12:55.132Z PASS [ 0.033s] ( 881/2326) omicron-common disk::tests::parse_dataset_name
74502025-11-11T21:12:55.158Z PASS [ 0.051s] ( 882/2326) omicron-common ledger::test::test_commit_handles_write_failures
74512025-11-11T21:12:55.158Z PASS [ 0.035s] ( 883/2326) omicron-common ledger::test::test_create_default_ledger
74522025-11-11T21:12:55.183Z PASS [ 0.432s] ( 884/2326) omicron-common api::external::test::test_generation_overflow
74532025-11-11T21:12:55.183Z PASS [ 0.034s] ( 885/2326) omicron-common ledger::test::test_create_ledger_reads_from_storage
74542025-11-11T21:12:55.208Z PASS [ 0.037s] ( 886/2326) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
74552025-11-11T21:12:55.208Z PASS [ 0.031s] ( 887/2326) omicron-common zpool_name::test::test_parse_bad_zpool_names
74562025-11-11T21:12:55.208Z PASS [ 0.026s] ( 888/2326) omicron-common zpool_name::test::test_parse_external_zpool_name
74572025-11-11T21:12:55.233Z PASS [ 0.026s] ( 889/2326) omicron-common zpool_name::test::test_parse_internal_zpool_name
74582025-11-11T21:12:55.233Z PASS [ 0.027s] ( 890/2326) omicron-common zpool_name::test::test_parse_zpool_name_json
74592025-11-11T21:12:55.258Z PASS [ 0.028s] ( 891/2326) omicron-common zpool_name::test::test_zpool_name_regex
74602025-11-11T21:12:56.823Z PASS [ 1.609s] ( 892/2326) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
74612025-11-11T21:12:56.848Z PASS [ 1.597s] ( 893/2326) omicron-dev::test-omicron-dev test_omicron_dev_no_args
74622025-11-11T21:12:56.911Z PASS [ 0.087s] ( 894/2326) omicron-gateway management_switch::location_map::tests::test_config_validation
74632025-11-11T21:12:56.960Z PASS [ 0.049s] ( 895/2326) omicron-gateway management_switch::location_map::tests::test_resolve_location
74642025-11-11T21:12:57.688Z PASS [ 0.728s] ( 896/2326) omicron-gateway::test_all integration_tests::component_list::component_list
74652025-11-11T21:12:57.727Z PASS [ 0.039s] ( 897/2326) omicron-gateway::test_all integration_tests::config::read_production_smf_config
74662025-11-11T21:12:57.785Z PASS [ 8.295s] ( 898/2326) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
74672025-11-11T21:12:57.993Z PASS [ 0.265s] ( 899/2326) omicron-gateway::test_all integration_tests::ereports::ereports_basic
74682025-11-11T21:12:58.098Z PASS [ 0.312s] ( 900/2326) omicron-gateway::test_all integration_tests::ereports::ereports_commit
74692025-11-11T21:12:58.282Z PASS [ 0.289s] ( 901/2326) omicron-gateway::test_all integration_tests::ereports::ereports_limit
74702025-11-11T21:12:58.616Z PASS [ 0.334s] ( 902/2326) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
74712025-11-11T21:12:58.669Z PASS [ 0.571s] ( 903/2326) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
74722025-11-11T21:12:58.879Z PASS [ 0.263s] ( 904/2326) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
74732025-11-11T21:12:58.955Z PASS [ 0.286s] ( 905/2326) omicron-gateway::test_all integration_tests::task_dump::task_dump
74742025-11-11T21:12:59.016Z PASS [ 0.061s] ( 906/2326) omicron-nexus app::alert::tests::test_alert_class_list
74752025-11-11T21:12:59.660Z PASS [ 7.029s] ( 907/2326) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
74762025-11-11T21:13:03.233Z PASS [ 6.410s] ( 908/2326) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
74772025-11-11T21:13:15.930Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74782025-11-11T21:13:17.621Z PASS [ 17.961s] ( 909/2326) omicron-nexus app::background::driver::test::test_driver_basic
74792025-11-11T21:13:18.510Z PASS [ 19.494s] ( 910/2326) omicron-nexus app::background::driver::test::test_activation_in_progress
74802025-11-11T21:13:18.642Z PASS [ 23.408s] ( 911/2326) omicron-dev::test-omicron-dev test_run_all
74812025-11-11T21:13:20.794Z PASS [ 21.915s] ( 912/2326) omicron-ls-apis::test_dependencies test_api_dependencies
74822025-11-11T21:13:21.743Z PASS [ 18.510s] ( 913/2326) omicron-nexus app::background::init::test::test_dns_propagation_basic
74832025-11-11T21:13:31.814Z PASS [ 135.886s] ( 914/2326) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74842025-11-11T21:13:38.810Z PASS [ 18.016s] ( 915/2326) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
74852025-11-11T21:13:42.045Z PASS [ 20.301s] ( 916/2326) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
74862025-11-11T21:13:42.203Z PASS [ 23.692s] ( 917/2326) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
74872025-11-11T21:13:42.582Z PASS [ 24.960s] ( 918/2326) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
74882025-11-11T21:13:42.880Z PASS [ 24.238s] ( 919/2326) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
74892025-11-11T21:13:47.826Z PASS [ 5.624s] ( 920/2326) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
74902025-11-11T21:13:47.884Z PASS [ 0.057s] ( 921/2326) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
74912025-11-11T21:13:48.456Z PASS [ 16.641s] ( 922/2326) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
74922025-11-11T21:13:48.719Z PASS [ 6.137s] ( 923/2326) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
74932025-11-11T21:13:48.768Z PASS [ 5.888s] ( 924/2326) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
74942025-11-11T21:13:49.166Z PASS [ 7.121s] ( 925/2326) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
74952025-11-11T21:14:00.862Z PASS [ 22.052s] ( 926/2326) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
74962025-11-11T21:14:05.264Z PASS [ 17.380s] ( 927/2326) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
74972025-11-11T21:14:05.669Z PASS [ 17.213s] ( 928/2326) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
74982025-11-11T21:14:05.743Z PASS [ 16.975s] ( 929/2326) omicron-nexus app::background::tasks::dns_config::test::test_basic
74992025-11-11T21:14:06.250Z PASS [ 17.531s] ( 930/2326) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
75002025-11-11T21:14:06.554Z PASS [ 17.388s] ( 931/2326) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
75012025-11-11T21:14:11.218Z PASS [ 5.475s] ( 932/2326) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
75022025-11-11T21:14:11.480Z PASS [ 5.811s] ( 933/2326) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
75032025-11-11T21:14:18.491Z PASS [ 17.629s] ( 934/2326) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
75042025-11-11T21:14:23.535Z PASS [ 18.270s] ( 935/2326) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
75052025-11-11T21:14:32.403Z PASS [ 25.849s] ( 936/2326) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
75062025-11-11T21:14:37.442Z PASS [ 25.962s] ( 937/2326) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
75072025-11-11T21:14:38.468Z PASS [ 6.064s] ( 938/2326) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
75082025-11-11T21:14:42.054Z PASS [ 18.519s] ( 939/2326) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
75092025-11-11T21:14:50.585Z PASS [ 44.334s] ( 940/2326) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
75102025-11-11T21:14:52.141Z PASS [ 33.649s] ( 941/2326) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
75112025-11-11T21:14:54.778Z PASS [ 17.336s] ( 942/2326) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
75122025-11-11T21:15:00.543Z PASS [ 18.490s] ( 943/2326) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
75132025-11-11T21:15:02.511Z PASS [ 24.044s] ( 944/2326) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
75142025-11-11T21:15:08.179Z PASS [ 17.594s] ( 945/2326) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
75152025-11-11T21:15:10.765Z PASS [ 18.624s] ( 946/2326) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
75162025-11-11T21:15:11.221Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
75172025-11-11T21:15:13.603Z PASS [ 18.824s] ( 947/2326) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
75182025-11-11T21:15:19.447Z PASS [ 18.903s] ( 948/2326) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
75192025-11-11T21:15:21.139Z PASS [ 18.627s] ( 949/2326) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
75202025-11-11T21:15:27.213Z PASS [ 19.033s] ( 950/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
75212025-11-11T21:15:30.127Z PASS [ 19.362s] ( 951/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
75222025-11-11T21:15:32.746Z PASS [ 19.143s] ( 952/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
75232025-11-11T21:15:37.311Z PASS [ 4.565s] ( 953/2326) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
75242025-11-11T21:15:42.835Z PASS [ 23.389s] ( 954/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
75252025-11-11T21:15:46.177Z PASS [ 94.959s] ( 955/2326) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
75262025-11-11T21:15:46.629Z PASS [ 19.416s] ( 956/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
75272025-11-11T21:15:46.750Z PASS [ 25.611s] ( 957/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
75282025-11-11T21:15:47.088Z PASS [ 4.252s] ( 958/2326) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
75292025-11-11T21:15:47.798Z PASS [ 17.670s] ( 959/2326) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
75302025-11-11T21:15:57.885Z PASS [ 20.574s] ( 960/2326) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
75312025-11-11T21:16:05.065Z PASS [ 18.316s] ( 961/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
75322025-11-11T21:16:06.184Z PASS [ 20.007s] ( 962/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
75332025-11-11T21:16:06.897Z PASS [ 20.268s] ( 963/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
75342025-11-11T21:16:06.923Z PASS [ 19.103s] ( 964/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
75352025-11-11T21:16:07.666Z PASS [ 20.578s] ( 965/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
75362025-11-11T21:16:13.651Z PASS [ 15.765s] ( 966/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
75372025-11-11T21:16:13.727Z PASS [ 0.076s] ( 967/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
75382025-11-11T21:16:14.330Z PASS [ 0.603s] ( 968/2326) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
75392025-11-11T21:16:14.903Z PASS [ 0.573s] ( 969/2326) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
75402025-11-11T21:16:15.333Z PASS [ 0.430s] ( 970/2326) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
75412025-11-11T21:16:16.872Z PASS [ 1.539s] ( 971/2326) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
75422025-11-11T21:16:16.940Z PASS [ 0.068s] ( 972/2326) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
75432025-11-11T21:16:17.020Z PASS [ 0.080s] ( 973/2326) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
75442025-11-11T21:16:17.582Z PASS [ 0.562s] ( 974/2326) omicron-nexus app::external_endpoints::test::test_authority
75452025-11-11T21:16:17.697Z PASS [ 0.115s] ( 975/2326) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
75462025-11-11T21:16:19.051Z PASS [ 1.354s] ( 976/2326) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
75472025-11-11T21:16:19.153Z PASS [ 0.102s] ( 977/2326) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
75482025-11-11T21:16:19.222Z PASS [ 0.069s] ( 978/2326) omicron-nexus app::external_endpoints::test::test_no_endpoint
75492025-11-11T21:16:19.280Z PASS [ 0.058s] ( 979/2326) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
75502025-11-11T21:16:19.344Z PASS [ 0.064s] ( 980/2326) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
75512025-11-11T21:16:19.405Z PASS [ 0.060s] ( 981/2326) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
75522025-11-11T21:16:19.477Z PASS [ 0.072s] ( 982/2326) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
75532025-11-11T21:16:19.554Z PASS [ 0.077s] ( 983/2326) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
75542025-11-11T21:16:19.614Z PASS [ 0.059s] ( 984/2326) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
75552025-11-11T21:16:19.668Z PASS [ 0.054s] ( 985/2326) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
75562025-11-11T21:16:19.732Z PASS [ 0.063s] ( 986/2326) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
75572025-11-11T21:16:24.568Z PASS [ 17.671s] ( 987/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
75582025-11-11T21:16:26.601Z PASS [ 19.700s] ( 988/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
75592025-11-11T21:16:27.512Z PASS [ 21.326s] ( 989/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
75602025-11-11T21:16:27.571Z PASS [ 0.060s] ( 990/2326) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
75612025-11-11T21:16:27.695Z PASS [ 20.029s] ( 991/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
75622025-11-11T21:16:27.720Z PASS [ 22.647s] ( 992/2326) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
75632025-11-11T21:16:38.621Z PASS [ 18.889s] ( 993/2326) omicron-nexus app::quiesce::test::test_quiesce_easy
75642025-11-11T21:16:42.882Z PASS [ 18.314s] ( 994/2326) omicron-nexus app::quiesce::test::test_quiesce_full
75652025-11-11T21:16:43.601Z PASS [ 16.999s] ( 995/2326) omicron-nexus app::quiesce::test::test_quiesce_multi
75662025-11-11T21:16:51.686Z PASS [ 23.991s] ( 996/2326) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
75672025-11-11T21:16:52.753Z PASS [ 25.041s] ( 997/2326) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
75682025-11-11T21:16:52.974Z PASS [ 25.403s] ( 998/2326) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
75692025-11-11T21:17:03.853Z PASS [ 20.970s] ( 999/2326) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
75702025-11-11T21:17:03.959Z PASS [ 25.337s] (1000/2326) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
75712025-11-11T21:17:10.069Z PASS [ 26.468s] (1001/2326) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
75722025-11-11T21:17:10.833Z PASS [ 19.146s] (1002/2326) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
75732025-11-11T21:17:22.477Z PASS [ 29.503s] (1003/2326) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
75742025-11-11T21:17:24.129Z PASS [ 31.376s] (1004/2326) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
75752025-11-11T21:17:34.209Z PASS [ 30.232s] (1005/2326) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
75762025-11-11T21:17:34.907Z PASS [ 31.054s] (1006/2326) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
75772025-11-11T21:17:38.575Z PASS [ 27.742s] (1007/2326) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
75782025-11-11T21:17:38.754Z PASS [ 28.685s] (1008/2326) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
75792025-11-11T21:17:52.086Z PASS [ 29.609s] (1009/2326) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
75802025-11-11T21:17:52.317Z PASS [ 28.187s] (1010/2326) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
75812025-11-11T21:18:00.584Z PASS [ 26.393s] (1011/2326) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
75822025-11-11T21:18:03.785Z PASS [ 28.878s] (1012/2326) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
75832025-11-11T21:18:04.972Z PASS [ 26.218s] (1013/2326) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
75842025-11-11T21:18:05.456Z PASS [ 26.880s] (1014/2326) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
75852025-11-11T21:18:18.247Z PASS [ 26.160s] (1015/2326) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
75862025-11-11T21:18:27.346Z PASS [ 26.761s] (1016/2326) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
75872025-11-11T21:18:29.670Z PASS [ 25.885s] (1017/2326) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
75882025-11-11T21:18:34.315Z PASS [ 29.343s] (1018/2326) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
75892025-11-11T21:18:48.280Z PASS [ 30.033s] (1019/2326) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
75902025-11-11T21:18:52.318Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75912025-11-11T21:18:59.204Z PASS [ 31.852s] (1020/2326) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
75922025-11-11T21:19:05.457Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75932025-11-11T21:19:06.955Z PASS [ 32.639s] (1021/2326) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
75942025-11-11T21:19:24.684Z PASS [ 36.404s] (1022/2326) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
75952025-11-11T21:19:29.672Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75962025-11-11T21:19:42.796Z PASS [ 35.841s] (1023/2326) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
75972025-11-11T21:19:52.319Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75982025-11-11T21:19:59.204Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75992025-11-11T21:20:05.459Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76002025-11-11T21:20:07.262Z PASS [ 42.578s] (1024/2326) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
76012025-11-11T21:20:10.644Z PASS [ 138.327s] (1025/2326) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76022025-11-11T21:20:29.674Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76032025-11-11T21:20:42.799Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
76042025-11-11T21:20:45.169Z PASS [ 37.907s] (1026/2326) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
76052025-11-11T21:20:50.378Z PASS [ 39.734s] (1027/2326) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
76062025-11-11T21:20:59.205Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76072025-11-11T21:21:05.461Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76082025-11-11T21:21:25.750Z PASS [ 35.372s] (1028/2326) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
76092025-11-11T21:21:28.085Z PASS [ 105.289s] (1029/2326) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
76102025-11-11T21:21:29.675Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76112025-11-11T21:21:45.170Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76122025-11-11T21:21:45.927Z PASS [ 220.471s] (1030/2326) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76132025-11-11T21:21:46.889Z PASS [ 197.219s] (1031/2326) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76142025-11-11T21:21:59.204Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76152025-11-11T21:22:00.285Z PASS [ 34.535s] (1032/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
76162025-11-11T21:22:17.140Z PASS [ 31.213s] (1033/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
76172025-11-11T21:22:19.279Z PASS [ 32.381s] (1034/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
76182025-11-11T21:22:28.089Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76192025-11-11T21:22:45.171Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76202025-11-11T21:22:50.106Z PASS [ 32.808s] (1035/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
76212025-11-11T21:22:55.802Z PASS [ 87.717s] (1036/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76222025-11-11T21:22:59.204Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76232025-11-11T21:23:00.286Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76242025-11-11T21:23:19.271Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76252025-11-11T21:23:24.051Z PASS [ 34.103s] (1037/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
76262025-11-11T21:23:29.526Z PASS [ 33.723s] (1038/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
76272025-11-11T21:23:45.172Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76282025-11-11T21:23:54.546Z PASS [ 295.349s] (1039/2326) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76292025-11-11T21:23:58.572Z PASS [ 29.046s] (1040/2326) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
76302025-11-11T21:24:00.295Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76312025-11-11T21:24:08.087Z PASS [ 44.036s] (1041/2326) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
76322025-11-11T21:24:14.979Z PASS [ 20.433s] (1042/2326) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
76332025-11-11T21:24:18.355Z PASS [ 19.783s] (1043/2326) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
76342025-11-11T21:24:18.755Z PASS [ 213.587s] (1044/2326) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76352025-11-11T21:24:19.273Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76362025-11-11T21:24:33.539Z PASS [ 18.560s] (1045/2326) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
76372025-11-11T21:24:36.348Z PASS [ 28.261s] (1046/2326) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
76382025-11-11T21:24:36.404Z PASS [ 137.134s] (1047/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76392025-11-11T21:24:38.744Z PASS [ 19.988s] (1048/2326) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
76402025-11-11T21:24:47.091Z PASS [ 28.736s] (1049/2326) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
76412025-11-11T21:24:50.226Z PASS [ 169.941s] (1050/2326) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76422025-11-11T21:25:04.204Z PASS [ 30.664s] (1051/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
76432025-11-11T21:25:04.264Z PASS [ 0.060s] (1052/2326) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
76442025-11-11T21:25:06.211Z PASS [ 29.863s] (1053/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
76452025-11-11T21:25:07.856Z PASS [ 31.452s] (1054/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
76462025-11-11T21:25:08.729Z PASS [ 18.503s] (1055/2326) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
76472025-11-11T21:25:08.836Z PASS [ 30.092s] (1056/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76482025-11-11T21:25:16.942Z PASS [ 29.851s] (1057/2326) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
76492025-11-11T21:25:28.104Z PASS [ 19.375s] (1058/2326) omicron-nexus app::sagas::test_saga::test_saga_stuck
76502025-11-11T21:25:32.041Z PASS [ 23.204s] (1059/2326) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
76512025-11-11T21:25:32.148Z PASS [ 27.883s] (1060/2326) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
76522025-11-11T21:25:38.327Z PASS [ 21.386s] (1061/2326) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
76532025-11-11T21:25:42.184Z PASS [ 35.973s] (1062/2326) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
76542025-11-11T21:25:43.212Z PASS [ 35.355s] (1063/2326) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
76552025-11-11T21:25:46.971Z PASS [ 3.760s] (1064/2326) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
76562025-11-11T21:25:47.050Z PASS [ 0.079s] (1065/2326) omicron-nexus external_api::console_api::test::test_accept_gz
76572025-11-11T21:25:47.107Z PASS [ 0.057s] (1066/2326) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
76582025-11-11T21:25:47.163Z PASS [ 0.056s] (1067/2326) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
76592025-11-11T21:25:47.216Z PASS [ 0.053s] (1068/2326) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
76602025-11-11T21:25:47.268Z PASS [ 0.052s] (1069/2326) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
76612025-11-11T21:25:47.322Z PASS [ 0.054s] (1070/2326) omicron-nexus external_api::console_api::test::test_find_file_finds_file
76622025-11-11T21:25:47.376Z PASS [ 0.054s] (1071/2326) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
76632025-11-11T21:25:47.429Z PASS [ 0.053s] (1072/2326) omicron-nexus external_api::console_api::test::test_relative_uri
76642025-11-11T21:25:47.485Z PASS [ 0.055s] (1073/2326) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
76652025-11-11T21:25:48.617Z PASS [ 20.512s] (1074/2326) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
76662025-11-11T21:25:52.721Z PASS [ 20.681s] (1075/2326) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
76672025-11-11T21:25:53.206Z PASS [ 21.058s] (1076/2326) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
76682025-11-11T21:25:59.205Z PASS [ 20.878s] (1077/2326) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
76692025-11-11T21:26:03.091Z PASS [ 20.906s] (1078/2326) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
76702025-11-11T21:26:06.737Z PASS [ 18.120s] (1079/2326) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
76712025-11-11T21:26:10.286Z PASS [ 17.564s] (1080/2326) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
76722025-11-11T21:26:20.684Z PASS [ 27.478s] (1081/2326) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
76732025-11-11T21:26:25.140Z PASS [ 37.655s] (1082/2326) omicron-nexus populate::test::test_populators
76742025-11-11T21:26:25.885Z PASS [ 26.679s] (1083/2326) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
76752025-11-11T21:26:30.627Z PASS [ 23.890s] (1084/2326) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
76762025-11-11T21:26:37.244Z PASS [ 26.959s] (1085/2326) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
76772025-11-11T21:26:45.476Z PASS [ 42.385s] (1086/2326) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
76782025-11-11T21:26:48.222Z PASS [ 27.538s] (1087/2326) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
76792025-11-11T21:26:50.283Z PASS [ 24.398s] (1088/2326) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
76802025-11-11T21:26:51.990Z PASS [ 21.363s] (1089/2326) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
76812025-11-11T21:26:52.192Z PASS [ 1.909s] (1090/2326) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
76822025-11-11T21:26:52.674Z PASS [ 0.481s] (1091/2326) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
76832025-11-11T21:26:54.126Z PASS [ 2.135s] (1092/2326) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
76842025-11-11T21:27:07.840Z PASS [ 42.700s] (1093/2326) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
76852025-11-11T21:27:08.708Z PASS [ 31.463s] (1094/2326) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
76862025-11-11T21:27:09.819Z PASS [ 24.343s] (1095/2326) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
76872025-11-11T21:27:11.020Z PASS [ 18.346s] (1096/2326) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76882025-11-11T21:27:12.070Z PASS [ 17.944s] (1097/2326) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76892025-11-11T21:27:13.952Z PASS [ 25.729s] (1098/2326) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
76902025-11-11T21:27:27.093Z PASS [ 19.253s] (1099/2326) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
76912025-11-11T21:27:27.720Z PASS [ 19.012s] (1100/2326) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
76922025-11-11T21:27:29.120Z PASS [ 19.300s] (1101/2326) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
76932025-11-11T21:27:29.856Z PASS [ 18.836s] (1102/2326) omicron-nexus::test_all integration_tests::basic::test_basic_failures
76942025-11-11T21:27:30.345Z PASS [ 18.274s] (1103/2326) omicron-nexus::test_all integration_tests::basic::test_ping
76952025-11-11T21:27:41.782Z PASS [ 27.831s] (1104/2326) omicron-nexus::test_all integration_tests::basic::test_projects_basic
76962025-11-11T21:27:44.927Z PASS [ 17.206s] (1105/2326) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
76972025-11-11T21:27:46.773Z PASS [ 17.653s] (1106/2326) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
76982025-11-11T21:27:47.855Z PASS [ 17.999s] (1107/2326) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
76992025-11-11T21:27:48.222Z PASS [ 17.877s] (1108/2326) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
77002025-11-11T21:28:00.141Z PASS [ 18.358s] (1109/2326) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
77012025-11-11T21:28:00.181Z PASS [ 33.088s] (1110/2326) omicron-nexus::test_all integration_tests::basic::test_projects_list
77022025-11-11T21:28:04.997Z PASS [ 20.068s] (1111/2326) omicron-nexus::test_all integration_tests::certificates::test_crud
77032025-11-11T21:28:05.023Z PASS [ 18.247s] (1112/2326) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
77042025-11-11T21:28:06.617Z PASS [ 1.597s] (1113/2326) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
77052025-11-11T21:28:06.702Z PASS [ 1.706s] (1114/2326) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
77062025-11-11T21:28:06.786Z PASS [ 18.564s] (1115/2326) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
77072025-11-11T21:28:06.815Z PASS [ 0.197s] (1116/2326) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
77082025-11-11T21:28:13.069Z PASS [ 25.213s] (1117/2326) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
77092025-11-11T21:28:18.189Z PASS [ 18.048s] (1118/2326) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
77102025-11-11T21:28:18.470Z PASS [ 18.289s] (1119/2326) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
77112025-11-11T21:28:24.254Z PASS [ 17.552s] (1120/2326) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
77122025-11-11T21:28:24.350Z PASS [ 17.564s] (1121/2326) omicron-nexus::test_all integration_tests::console_api::test_assets
77132025-11-11T21:28:24.536Z PASS [ 17.721s] (1122/2326) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
77142025-11-11T21:28:36.118Z PASS [ 23.049s] (1123/2326) omicron-nexus::test_all integration_tests::console_api::test_console_pages
77152025-11-11T21:28:36.588Z PASS [ 18.117s] (1124/2326) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
77162025-11-11T21:28:39.927Z PASS [ 21.737s] (1125/2326) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
77172025-11-11T21:28:42.570Z PASS [ 18.034s] (1126/2326) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
77182025-11-11T21:28:43.018Z PASS [ 18.667s] (1127/2326) omicron-nexus::test_all integration_tests::console_api::test_session_me
77192025-11-11T21:28:45.216Z PASS [ 20.962s] (1128/2326) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
77202025-11-11T21:28:55.660Z PASS [ 19.072s] (1129/2326) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
77212025-11-11T21:29:00.189Z PASS [ 24.069s] (1130/2326) omicron-nexus::test_all integration_tests::console_api::test_sessions
77222025-11-11T21:29:14.892Z PASS [ 34.966s] (1131/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
77232025-11-11T21:29:16.441Z PASS [ 33.871s] (1132/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
77242025-11-11T21:29:18.804Z PASS [ 35.787s] (1133/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
77252025-11-11T21:29:21.291Z PASS [ 36.075s] (1134/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
77262025-11-11T21:29:42.690Z PASS [ 47.030s] (1135/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77272025-11-11T21:29:46.746Z PASS [ 46.557s] (1136/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
77282025-11-11T21:29:56.210Z PASS [ 39.769s] (1137/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77292025-11-11T21:29:59.478Z PASS [ 44.584s] (1138/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77302025-11-11T21:30:07.265Z PASS [ 48.461s] (1139/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
77312025-11-11T21:30:07.500Z PASS [ 46.209s] (1140/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
77322025-11-11T21:30:23.862Z PASS [ 27.652s] (1141/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
77332025-11-11T21:30:27.759Z PASS [ 45.068s] (1142/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
77342025-11-11T21:30:46.748Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
77352025-11-11T21:30:59.478Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77362025-11-11T21:31:02.974Z PASS [ 55.473s] (1143/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
77372025-11-11T21:31:07.268Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77382025-11-11T21:31:15.027Z PASS [ 88.281s] (1144/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
77392025-11-11T21:31:19.052Z PASS [ 55.188s] (1145/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
77402025-11-11T21:31:20.418Z PASS [ 52.659s] (1146/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
77412025-11-11T21:31:27.160Z PASS [ 87.684s] (1147/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77422025-11-11T21:31:29.403Z PASS [ 82.138s] (1148/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77432025-11-11T21:31:36.454Z PASS [ 17.403s] (1149/2326) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
77442025-11-11T21:31:47.016Z PASS [ 19.855s] (1150/2326) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
77452025-11-11T21:31:53.568Z PASS [ 24.165s] (1151/2326) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
77462025-11-11T21:31:54.699Z PASS [ 34.281s] (1152/2326) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
77472025-11-11T21:31:59.839Z PASS [ 23.384s] (1153/2326) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
77482025-11-11T21:32:02.976Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77492025-11-11T21:32:04.725Z PASS [ 17.709s] (1154/2326) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
77502025-11-11T21:32:15.029Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77512025-11-11T21:32:28.846Z PASS [ 34.147s] (1155/2326) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
77522025-11-11T21:32:34.851Z PASS [ 91.877s] (1156/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77532025-11-11T21:32:37.584Z PASS [ 32.859s] (1157/2326) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
77542025-11-11T21:32:45.013Z PASS [ 45.176s] (1158/2326) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
77552025-11-11T21:32:53.574Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77562025-11-11T21:32:59.333Z PASS [ 30.487s] (1159/2326) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77572025-11-11T21:33:03.768Z PASS [ 28.917s] (1160/2326) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
77582025-11-11T21:33:05.846Z PASS [ 28.262s] (1161/2326) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
77592025-11-11T21:33:12.134Z PASS [ 27.121s] (1162/2326) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
77602025-11-11T21:33:15.030Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77612025-11-11T21:33:15.467Z PASS [ 81.898s] (1163/2326) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77622025-11-11T21:33:30.211Z PASS [ 26.443s] (1164/2326) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
77632025-11-11T21:33:33.646Z PASS [ 27.800s] (1165/2326) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
77642025-11-11T21:33:33.834Z PASS [ 21.700s] (1166/2326) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
77652025-11-11T21:33:37.784Z PASS [ 22.317s] (1167/2326) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
77662025-11-11T21:33:41.255Z PASS [ 146.228s] (1168/2326) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77672025-11-11T21:33:53.703Z PASS [ 54.369s] (1169/2326) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
77682025-11-11T21:33:55.678Z PASS [ 22.032s] (1170/2326) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
77692025-11-11T21:33:56.088Z PASS [ 25.877s] (1171/2326) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
77702025-11-11T21:34:02.172Z PASS [ 28.338s] (1172/2326) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
77712025-11-11T21:34:08.588Z PASS [ 27.333s] (1173/2326) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
77722025-11-11T21:34:21.895Z PASS [ 44.110s] (1174/2326) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
77732025-11-11T21:34:23.474Z PASS [ 29.771s] (1175/2326) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
77742025-11-11T21:34:26.659Z PASS [ 30.979s] (1176/2326) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
77752025-11-11T21:34:28.849Z PASS [ 32.761s] (1177/2326) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
77762025-11-11T21:34:32.603Z PASS [ 30.431s] (1178/2326) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
77772025-11-11T21:34:39.381Z PASS [ 30.792s] (1179/2326) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
77782025-11-11T21:34:48.773Z PASS [ 26.875s] (1180/2326) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
77792025-11-11T21:34:53.076Z PASS [ 26.419s] (1181/2326) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
77802025-11-11T21:34:53.124Z PASS [ 29.650s] (1182/2326) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
77812025-11-11T21:34:54.880Z PASS [ 22.277s] (1183/2326) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
77822025-11-11T21:34:56.128Z PASS [ 27.279s] (1184/2326) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
77832025-11-11T21:35:01.522Z PASS [ 22.140s] (1185/2326) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
77842025-11-11T21:35:15.617Z PASS [ 26.846s] (1186/2326) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
77852025-11-11T21:35:19.204Z PASS [ 26.114s] (1187/2326) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
77862025-11-11T21:35:20.326Z PASS [ 25.445s] (1188/2326) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
77872025-11-11T21:35:23.367Z PASS [ 30.242s] (1189/2326) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
77882025-11-11T21:35:25.302Z PASS [ 29.174s] (1190/2326) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
77892025-11-11T21:35:36.519Z PASS [ 34.997s] (1191/2326) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
77902025-11-11T21:35:40.467Z PASS [ 20.142s] (1192/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
77912025-11-11T21:35:47.904Z PASS [ 22.602s] (1193/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
77922025-11-11T21:35:53.721Z PASS [ 30.354s] (1194/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
77932025-11-11T21:35:56.661Z PASS [ 41.045s] (1195/2326) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
77942025-11-11T21:36:02.961Z PASS [ 22.494s] (1196/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
77952025-11-11T21:36:04.065Z PASS [ 44.875s] (1197/2326) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
77962025-11-11T21:36:10.189Z PASS [ 33.669s] (1198/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
77972025-11-11T21:36:11.641Z PASS [ 23.737s] (1199/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
77982025-11-11T21:36:17.311Z PASS [ 23.590s] (1200/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
77992025-11-11T21:36:21.839Z PASS [ 25.178s] (1201/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
78002025-11-11T21:36:26.267Z PASS [ 23.304s] (1202/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
78012025-11-11T21:36:27.041Z PASS [ 22.976s] (1203/2326) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
78022025-11-11T21:36:36.986Z PASS [ 26.797s] (1204/2326) omicron-nexus::test_all integration_tests::images::test_image_create
78032025-11-11T21:36:41.216Z PASS [ 29.574s] (1205/2326) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
78042025-11-11T21:36:50.358Z PASS [ 33.047s] (1206/2326) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
78052025-11-11T21:36:53.316Z PASS [ 31.476s] (1207/2326) omicron-nexus::test_all integration_tests::images::test_image_promotion
78062025-11-11T21:36:55.545Z PASS [ 29.279s] (1208/2326) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
78072025-11-11T21:36:56.673Z PASS [ 29.632s] (1209/2326) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
78082025-11-11T21:37:01.442Z PASS [ 8.126s] (1210/2326) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
78092025-11-11T21:37:01.860Z PASS [ 5.187s] (1211/2326) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
78102025-11-11T21:37:03.742Z PASS [ 8.196s] (1212/2326) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
78112025-11-11T21:37:05.713Z PASS [ 28.727s] (1213/2326) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
78122025-11-11T21:37:06.167Z PASS [ 24.951s] (1214/2326) omicron-nexus::test_all integration_tests::images::test_silo_image_create
78132025-11-11T21:37:07.074Z PASS [ 16.715s] (1215/2326) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
78142025-11-11T21:37:12.951Z PASS [ 11.508s] (1216/2326) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
78152025-11-11T21:37:39.960Z PASS [ 32.243s] (1217/2326) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
78162025-11-11T21:37:43.842Z PASS [ 36.769s] (1218/2326) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
78172025-11-11T21:37:43.951Z PASS [ 37.784s] (1219/2326) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
78182025-11-11T21:37:44.242Z PASS [ 40.500s] (1220/2326) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
78192025-11-11T21:37:50.313Z PASS [ 37.363s] (1221/2326) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
78202025-11-11T21:37:51.709Z PASS [ 49.848s] (1222/2326) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
78212025-11-11T21:38:09.253Z PASS [ 25.011s] (1223/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
78222025-11-11T21:38:10.036Z PASS [ 26.085s] (1224/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
78232025-11-11T21:38:23.417Z PASS [ 39.575s] (1225/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
78242025-11-11T21:38:26.869Z PASS [ 36.556s] (1226/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
78252025-11-11T21:38:28.811Z PASS [ 50.855s] (1227/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
78262025-11-11T21:38:30.229Z PASS [ 20.976s] (1228/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
78272025-11-11T21:38:35.257Z PASS [ 43.547s] (1229/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
78282025-11-11T21:38:48.117Z PASS [ 24.699s] (1230/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
78292025-11-11T21:38:51.722Z PASS [ 41.686s] (1231/2326) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
78302025-11-11T21:38:51.882Z PASS [ 25.013s] (1232/2326) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
78312025-11-11T21:39:02.558Z PASS [ 27.302s] (1233/2326) omicron-nexus::test_all integration_tests::instances::test_instance_access
78322025-11-11T21:39:08.109Z PASS [ 19.888s] (1234/2326) omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
78332025-11-11T21:39:13.341Z PASS [ 43.111s] (1235/2326) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
78342025-11-11T21:39:23.045Z PASS [ 31.320s] (1236/2326) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
78352025-11-11T21:39:28.294Z PASS [ 36.412s] (1237/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
78362025-11-11T21:39:28.828Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
78372025-11-11T21:39:38.156Z PASS [ 69.345s] (1238/2326) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
78382025-11-11T21:39:43.050Z PASS [ 40.492s] (1239/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
78392025-11-11T21:39:47.826Z PASS [ 34.486s] (1240/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
78402025-11-11T21:39:48.398Z PASS [ 40.393s] (1241/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
78412025-11-11T21:40:01.291Z PASS [ 38.250s] (1242/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
78422025-11-11T21:40:02.436Z PASS [ 34.142s] (1243/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
78432025-11-11T21:40:05.875Z PASS [ 27.719s] (1244/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
78442025-11-11T21:40:15.128Z PASS [ 32.077s] (1245/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
78452025-11-11T21:40:21.570Z PASS [ 33.743s] (1246/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
78462025-11-11T21:40:31.411Z PASS [ 43.013s] (1247/2326) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
78472025-11-11T21:40:31.804Z PASS [ 29.367s] (1248/2326) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
78482025-11-11T21:40:34.297Z PASS [ 28.421s] (1249/2326) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
78492025-11-11T21:40:47.353Z PASS [ 32.225s] (1250/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
78502025-11-11T21:40:54.665Z PASS [ 33.095s] (1251/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
78512025-11-11T21:40:57.702Z PASS [ 56.410s] (1252/2326) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
78522025-11-11T21:41:05.092Z PASS [ 33.680s] (1253/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
78532025-11-11T21:41:08.477Z PASS [ 34.181s] (1254/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
78542025-11-11T21:41:08.712Z PASS [ 36.907s] (1255/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
78552025-11-11T21:41:22.926Z PASS [ 35.573s] (1256/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
78562025-11-11T21:41:54.668Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78572025-11-11T21:41:54.901Z PASS [ 49.809s] (1257/2326) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
78582025-11-11T21:41:55.438Z PASS [ 46.726s] (1258/2326) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
78592025-11-11T21:41:57.704Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
78602025-11-11T21:42:00.513Z PASS [ 52.036s] (1259/2326) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
78612025-11-11T21:42:04.060Z PASS [ 66.358s] (1260/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
78622025-11-11T21:42:15.208Z PASS [ 52.282s] (1261/2326) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
78632025-11-11T21:42:20.560Z PASS [ 85.894s] (1262/2326) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78642025-11-11T21:42:33.260Z PASS [ 37.822s] (1263/2326) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
78652025-11-11T21:42:37.851Z PASS [ 37.336s] (1264/2326) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
78662025-11-11T21:42:42.611Z PASS [ 47.710s] (1265/2326) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
78672025-11-11T21:42:53.185Z PASS [ 32.625s] (1266/2326) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
78682025-11-11T21:42:57.861Z PASS [ 53.801s] (1267/2326) omicron-nexus::test_all integration_tests::instances::test_instance_serial
78692025-11-11T21:43:05.460Z PASS [ 27.611s] (1268/2326) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
78702025-11-11T21:43:05.578Z PASS [ 50.369s] (1269/2326) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
78712025-11-11T21:43:21.191Z PASS [ 28.006s] (1270/2326) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
78722025-11-11T21:43:24.090Z PASS [ 50.830s] (1271/2326) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
78732025-11-11T21:43:27.946Z PASS [ 45.335s] (1272/2326) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
78742025-11-11T21:43:30.105Z PASS [ 24.527s] (1273/2326) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
78752025-11-11T21:43:32.803Z PASS [ 34.942s] (1274/2326) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
78762025-11-11T21:43:37.666Z PASS [ 32.206s] (1275/2326) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
78772025-11-11T21:43:54.689Z PASS [ 33.498s] (1276/2326) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
78782025-11-11T21:43:57.101Z PASS [ 33.011s] (1277/2326) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
78792025-11-11T21:43:59.471Z PASS [ 21.805s] (1278/2326) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
78802025-11-11T21:44:02.258Z PASS [ 32.153s] (1279/2326) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
78812025-11-11T21:44:09.204Z PASS [ 36.386s] (1280/2326) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
78822025-11-11T21:44:16.162Z PASS [ 48.215s] (1281/2326) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
78832025-11-11T21:44:18.737Z PASS [ 24.049s] (1282/2326) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
78842025-11-11T21:44:21.747Z PASS [ 24.646s] (1283/2326) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
78852025-11-11T21:44:23.885Z PASS [ 24.413s] (1284/2326) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
78862025-11-11T21:44:38.627Z PASS [ 22.465s] (1285/2326) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
78872025-11-11T21:44:44.079Z PASS [ 41.821s] (1286/2326) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
78882025-11-11T21:44:45.931Z PASS [ 36.742s] (1287/2326) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
78892025-11-11T21:44:59.035Z PASS [ 37.287s] (1288/2326) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
78902025-11-11T21:45:01.524Z PASS [ 37.639s] (1289/2326) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
78912025-11-11T21:45:04.600Z PASS [ 45.861s] (1290/2326) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
78922025-11-11T21:45:10.520Z PASS [ 24.587s] (1291/2326) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
78932025-11-11T21:45:17.164Z PASS [ 38.537s] (1292/2326) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
78942025-11-11T21:45:19.039Z PASS [ 34.960s] (1293/2326) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
78952025-11-11T21:45:23.876Z PASS [ 22.352s] (1294/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
78962025-11-11T21:45:30.168Z PASS [ 25.569s] (1295/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
78972025-11-11T21:45:32.803Z PASS [ 33.768s] (1296/2326) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
78982025-11-11T21:45:34.268Z PASS [ 23.749s] (1297/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
78992025-11-11T21:45:39.039Z PASS [ 21.875s] (1298/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
79002025-11-11T21:45:40.239Z PASS [ 21.201s] (1299/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
79012025-11-11T21:45:45.684Z PASS [ 21.808s] (1300/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
79022025-11-11T21:45:51.127Z PASS [ 20.959s] (1301/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
79032025-11-11T21:45:54.565Z PASS [ 21.754s] (1302/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
79042025-11-11T21:45:57.776Z PASS [ 23.507s] (1303/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
79052025-11-11T21:46:04.204Z PASS [ 23.953s] (1304/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
79062025-11-11T21:46:05.588Z PASS [ 26.549s] (1305/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
79072025-11-11T21:46:11.276Z PASS [ 20.149s] (1306/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
79082025-11-11T21:46:13.875Z PASS [ 28.190s] (1307/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
79092025-11-11T21:46:19.255Z PASS [ 24.698s] (1308/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
79102025-11-11T21:46:26.160Z PASS [ 21.966s] (1309/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
79112025-11-11T21:46:27.058Z PASS [ 21.470s] (1310/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
79122025-11-11T21:46:32.759Z PASS [ 34.983s] (1311/2326) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
79132025-11-11T21:46:45.321Z PASS [ 26.066s] (1312/2326) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
79142025-11-11T21:46:48.909Z PASS [ 21.851s] (1313/2326) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
79152025-11-11T21:46:53.170Z PASS [ 41.894s] (1314/2326) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
79162025-11-11T21:46:54.004Z PASS [ 21.245s] (1315/2326) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
79172025-11-11T21:47:10.748Z PASS [ 25.427s] (1316/2326) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
79182025-11-11T21:47:13.877Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
79192025-11-11T21:47:14.747Z PASS [ 48.588s] (1317/2326) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
79202025-11-11T21:47:16.009Z PASS [ 62.134s] (1318/2326) omicron-nexus::test_all integration_tests::metrics::test_metrics
79212025-11-11T21:47:24.448Z PASS [ 30.444s] (1319/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
79222025-11-11T21:47:34.635Z PASS [ 45.725s] (1320/2326) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
79232025-11-11T21:47:40.496Z PASS [ 29.748s] (1321/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
79242025-11-11T21:47:44.812Z PASS [ 30.065s] (1322/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
79252025-11-11T21:47:47.929Z PASS [ 54.759s] (1323/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
79262025-11-11T21:48:02.457Z PASS [ 27.822s] (1324/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
79272025-11-11T21:48:10.972Z PASS [ 54.963s] (1325/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
79282025-11-11T21:48:17.710Z PASS [ 53.262s] (1326/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
79292025-11-11T21:48:28.857Z PASS [ 40.927s] (1327/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
79302025-11-11T21:48:29.284Z PASS [ 44.472s] (1328/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
79312025-11-11T21:48:33.792Z PASS [ 53.295s] (1329/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
79322025-11-11T21:48:41.691Z PASS [ 30.719s] (1330/2326) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
79332025-11-11T21:48:44.625Z PASS [ 42.169s] (1331/2326) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
79342025-11-11T21:49:00.237Z PASS [ 26.446s] (1332/2326) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
79352025-11-11T21:49:01.786Z PASS [ 20.094s] (1333/2326) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
79362025-11-11T21:49:06.554Z PASS [ 21.928s] (1334/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion
79372025-11-11T21:49:15.268Z PASS [ 57.558s] (1335/2326) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
79382025-11-11T21:49:23.062Z PASS [ 22.824s] (1336/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
79392025-11-11T21:49:24.763Z PASS [ 22.977s] (1337/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
79402025-11-11T21:49:25.174Z PASS [ 56.316s] (1338/2326) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
79412025-11-11T21:49:29.285Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
79422025-11-11T21:49:36.661Z PASS [ 30.106s] (1339/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
79432025-11-11T21:49:44.983Z PASS [ 29.715s] (1340/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
79442025-11-11T21:49:49.939Z PASS [ 26.876s] (1341/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
79452025-11-11T21:49:56.874Z PASS [ 32.109s] (1342/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
79462025-11-11T21:49:58.172Z PASS [ 88.888s] (1343/2326) omicron-nexus::test_all integration_tests::password_login::test_local_users
79472025-11-11T21:50:01.240Z PASS [ 36.067s] (1344/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
79482025-11-11T21:50:02.553Z PASS [ 25.893s] (1345/2326) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
79492025-11-11T21:50:09.023Z PASS [ 24.040s] (1346/2326) omicron-nexus::test_all integration_tests::projects::test_projects
79502025-11-11T21:50:11.621Z PASS [ 21.682s] (1347/2326) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
79512025-11-11T21:50:21.290Z PASS [ 24.417s] (1348/2326) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
79522025-11-11T21:50:23.212Z PASS [ 25.040s] (1349/2326) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
79532025-11-11T21:50:23.699Z PASS [ 21.145s] (1350/2326) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
79542025-11-11T21:50:29.454Z PASS [ 20.431s] (1351/2326) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
79552025-11-11T21:50:36.008Z PASS [ 24.387s] (1352/2326) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
79562025-11-11T21:50:42.824Z PASS [ 21.534s] (1353/2326) omicron-nexus::test_all integration_tests::rack::test_sled_add
79572025-11-11T21:50:44.945Z PASS [ 21.733s] (1354/2326) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
79582025-11-11T21:50:45.304Z PASS [ 21.606s] (1355/2326) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
79592025-11-11T21:50:53.222Z PASS [ 23.767s] (1356/2326) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
79602025-11-11T21:50:56.913Z PASS [ 20.905s] (1357/2326) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
79612025-11-11T21:50:59.303Z PASS [ 58.064s] (1358/2326) omicron-nexus::test_all integration_tests::quotas::test_quotas
79622025-11-11T21:51:02.673Z PASS [ 19.848s] (1359/2326) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
79632025-11-11T21:51:02.805Z PASS [ 0.133s] (1360/2326) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
79642025-11-11T21:51:02.926Z PASS [ 0.121s] (1361/2326) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
79652025-11-11T21:51:03.043Z PASS [ 0.117s] (1362/2326) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
79662025-11-11T21:51:03.168Z PASS [ 0.124s] (1363/2326) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
79672025-11-11T21:51:03.302Z PASS [ 0.135s] (1364/2326) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
79682025-11-11T21:51:09.063Z PASS [ 23.757s] (1365/2326) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
79692025-11-11T21:51:10.189Z PASS [ 25.243s] (1366/2326) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
79702025-11-11T21:51:20.467Z PASS [ 23.553s] (1367/2326) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
79712025-11-11T21:51:22.665Z PASS [ 29.440s] (1368/2326) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
79722025-11-11T21:51:24.602Z PASS [ 25.298s] (1369/2326) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
79732025-11-11T21:51:24.682Z PASS [ 21.379s] (1370/2326) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
79742025-11-11T21:51:24.813Z PASS [ 0.131s] (1371/2326) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
79752025-11-11T21:51:30.400Z PASS [ 21.338s] (1372/2326) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
79762025-11-11T21:51:30.425Z PASS [ 20.224s] (1373/2326) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
79772025-11-11T21:51:30.532Z PASS [ 0.120s] (1374/2326) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
79782025-11-11T21:51:30.646Z PASS [ 0.113s] (1375/2326) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
79792025-11-11T21:51:42.831Z PASS [ 22.364s] (1376/2326) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
79802025-11-11T21:51:44.637Z PASS [ 21.976s] (1377/2326) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
79812025-11-11T21:51:47.173Z PASS [ 22.571s] (1378/2326) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
79822025-11-11T21:51:48.687Z PASS [ 23.873s] (1379/2326) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
79832025-11-11T21:51:52.056Z PASS [ 21.409s] (1380/2326) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
79842025-11-11T21:51:52.946Z PASS [ 22.546s] (1381/2326) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
79852025-11-11T21:52:00.425Z PASS [ 17.594s] (1382/2326) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
79862025-11-11T21:52:01.425Z PASS [ 16.788s] (1383/2326) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
79872025-11-11T21:52:03.350Z PASS [ 2.925s] (1384/2326) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
79882025-11-11T21:52:03.455Z PASS [ 16.282s] (1385/2326) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
79892025-11-11T21:52:05.901Z PASS [ 2.551s] (1386/2326) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
79902025-11-11T21:52:08.074Z PASS [ 2.173s] (1387/2326) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
79912025-11-11T21:52:10.366Z PASS [ 2.292s] (1388/2326) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
79922025-11-11T21:52:12.547Z PASS [ 2.181s] (1389/2326) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
79932025-11-11T21:52:14.864Z PASS [ 2.317s] (1390/2326) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
79942025-11-11T21:53:14.867Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
79952025-11-11T21:53:59.754Z PASS [ 104.890s] (1391/2326) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
79962025-11-11T21:54:01.331Z PASS [ 1.577s] (1392/2326) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
79972025-11-11T21:55:01.334Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
79982025-11-11T21:55:31.952Z PASS [ 90.620s] (1393/2326) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
79992025-11-11T21:55:51.942Z PASS [ 19.991s] (1394/2326) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
80002025-11-11T21:56:51.945Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
80012025-11-11T21:57:08.266Z PASS [ 76.324s] (1395/2326) omicron-nexus::test_all integration_tests::schema::validate_data_migration
80022025-11-11T21:57:24.708Z PASS [ 16.442s] (1396/2326) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
80032025-11-11T21:57:26.520Z PASS [ 18.253s] (1397/2326) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
80042025-11-11T21:57:40.770Z PASS [ 16.061s] (1398/2326) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
80052025-11-11T21:57:49.364Z PASS [ 22.844s] (1399/2326) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
80062025-11-11T21:57:56.195Z PASS [ 15.426s] (1400/2326) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
80072025-11-11T21:58:05.299Z PASS [ 15.935s] (1401/2326) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
80082025-11-11T21:58:08.269Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
80092025-11-11T21:58:13.763Z PASS [ 17.567s] (1402/2326) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
80102025-11-11T21:58:22.854Z PASS [ 17.554s] (1403/2326) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
80112025-11-11T21:58:30.001Z PASS [ 16.238s] (1404/2326) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
80122025-11-11T21:58:38.827Z PASS [ 15.973s] (1405/2326) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
80132025-11-11T21:58:41.947Z PASS [ 93.681s] (1406/2326) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
80142025-11-11T21:58:49.289Z PASS [ 19.289s] (1407/2326) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
80152025-11-11T21:59:01.028Z PASS [ 22.201s] (1408/2326) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
80162025-11-11T21:59:02.504Z PASS [ 20.557s] (1409/2326) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
80172025-11-11T21:59:03.342Z PASS [ 21.395s] (1410/2326) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
80182025-11-11T21:59:04.843Z PASS [ 22.895s] (1411/2326) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
80192025-11-11T21:59:05.121Z PASS [ 23.173s] (1412/2326) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
80202025-11-11T21:59:08.862Z PASS [ 19.572s] (1413/2326) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
80212025-11-11T21:59:22.288Z PASS [ 21.259s] (1414/2326) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
80222025-11-11T21:59:24.257Z PASS [ 21.753s] (1415/2326) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
80232025-11-11T21:59:25.197Z PASS [ 21.855s] (1416/2326) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
80242025-11-11T21:59:26.419Z PASS [ 21.298s] (1417/2326) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
80252025-11-11T21:59:26.483Z PASS [ 21.640s] (1418/2326) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
80262025-11-11T21:59:32.064Z PASS [ 23.202s] (1419/2326) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
80272025-11-11T21:59:42.934Z PASS [ 20.646s] (1420/2326) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
80282025-11-11T21:59:45.093Z PASS [ 20.836s] (1421/2326) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
80292025-11-11T21:59:46.402Z PASS [ 21.204s] (1422/2326) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
80302025-11-11T21:59:48.385Z PASS [ 21.966s] (1423/2326) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
80312025-11-11T21:59:49.291Z PASS [ 22.807s] (1424/2326) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
80322025-11-11T22:00:02.642Z PASS [ 30.578s] (1425/2326) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
80332025-11-11T22:00:04.778Z PASS [ 21.844s] (1426/2326) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
80342025-11-11T22:00:07.014Z PASS [ 20.612s] (1427/2326) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
80352025-11-11T22:00:08.319Z PASS [ 23.225s] (1428/2326) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
80362025-11-11T22:00:08.774Z PASS [ 20.389s] (1429/2326) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
80372025-11-11T22:00:09.651Z PASS [ 20.360s] (1430/2326) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
80382025-11-11T22:00:23.302Z PASS [ 20.660s] (1431/2326) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
80392025-11-11T22:00:25.415Z PASS [ 20.637s] (1432/2326) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
80402025-11-11T22:00:30.778Z PASS [ 22.003s] (1433/2326) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
80412025-11-11T22:00:33.800Z PASS [ 26.785s] (1434/2326) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
80422025-11-11T22:00:36.834Z PASS [ 28.512s] (1435/2326) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
80432025-11-11T22:00:37.904Z PASS [ 28.252s] (1436/2326) omicron-nexus::test_all integration_tests::silos::test_silos
80442025-11-11T22:00:43.835Z PASS [ 20.533s] (1437/2326) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
80452025-11-11T22:00:51.663Z PASS [ 20.886s] (1438/2326) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
80462025-11-11T22:00:55.105Z PASS [ 29.691s] (1439/2326) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
80472025-11-11T22:00:59.088Z PASS [ 22.256s] (1440/2326) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
80482025-11-11T22:01:01.425Z PASS [ 27.625s] (1441/2326) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
80492025-11-11T22:01:12.263Z PASS [ 34.358s] (1442/2326) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
80502025-11-11T22:01:14.562Z PASS [ 19.456s] (1443/2326) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
80512025-11-11T22:01:18.799Z PASS [ 34.963s] (1444/2326) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
80522025-11-11T22:01:22.505Z PASS [ 23.417s] (1445/2326) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
80532025-11-11T22:01:24.784Z PASS [ 33.121s] (1446/2326) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
80542025-11-11T22:01:25.522Z PASS [ 24.098s] (1447/2326) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
80552025-11-11T22:01:34.821Z PASS [ 22.558s] (1448/2326) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
80562025-11-11T22:01:48.094Z PASS [ 29.295s] (1449/2326) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
80572025-11-11T22:01:51.093Z PASS [ 36.531s] (1450/2326) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
80582025-11-11T22:01:54.945Z PASS [ 20.124s] (1451/2326) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
80592025-11-11T22:01:55.248Z PASS [ 30.463s] (1452/2326) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
80602025-11-11T22:01:55.860Z PASS [ 30.337s] (1453/2326) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
80612025-11-11T22:01:56.041Z PASS [ 33.537s] (1454/2326) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
80622025-11-11T22:02:17.090Z PASS [ 21.230s] (1455/2326) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
80632025-11-11T22:02:17.377Z PASS [ 26.284s] (1456/2326) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
80642025-11-11T22:02:20.201Z PASS [ 24.953s] (1457/2326) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
80652025-11-11T22:02:22.387Z PASS [ 34.292s] (1458/2326) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
80662025-11-11T22:02:22.899Z PASS [ 27.953s] (1459/2326) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
80672025-11-11T22:02:23.157Z PASS [ 27.116s] (1460/2326) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
80682025-11-11T22:02:25.714Z PASS [ 2.815s] (1461/2326) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
80692025-11-11T22:02:41.572Z PASS [ 24.482s] (1462/2326) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
80702025-11-11T22:02:41.857Z PASS [ 24.480s] (1463/2326) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
80712025-11-11T22:02:42.639Z PASS [ 22.438s] (1464/2326) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
80722025-11-11T22:02:47.585Z PASS [ 21.871s] (1465/2326) omicron-nexus::test_all integration_tests::updates::test_repo_prune
80732025-11-11T22:02:47.721Z PASS [ 24.563s] (1466/2326) omicron-nexus::test_all integration_tests::updates::test_repo_list
80742025-11-11T22:03:02.168Z PASS [ 20.311s] (1467/2326) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
80752025-11-11T22:03:04.156Z PASS [ 21.517s] (1468/2326) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
80762025-11-11T22:03:07.699Z PASS [ 19.978s] (1469/2326) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
80772025-11-11T22:03:08.431Z PASS [ 20.846s] (1470/2326) omicron-nexus::test_all integration_tests::updates::test_update_status
80782025-11-11T22:03:10.809Z PASS [ 29.236s] (1471/2326) omicron-nexus::test_all integration_tests::updates::test_repo_upload
80792025-11-11T22:03:22.388Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80802025-11-11T22:03:32.353Z PASS [ 30.185s] (1472/2326) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
80812025-11-11T22:03:38.931Z PASS [ 34.774s] (1473/2326) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
80822025-11-11T22:03:39.470Z PASS [ 31.771s] (1474/2326) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
80832025-11-11T22:03:39.559Z PASS [ 28.749s] (1475/2326) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
80842025-11-11T22:03:42.882Z PASS [ 34.449s] (1476/2326) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
80852025-11-11T22:04:05.731Z PASS [ 33.377s] (1477/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
80862025-11-11T22:04:11.281Z PASS [ 31.810s] (1478/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
80872025-11-11T22:04:12.069Z PASS [ 33.138s] (1479/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
80882025-11-11T22:04:12.107Z PASS [ 32.548s] (1480/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
80892025-11-11T22:04:15.925Z PASS [ 33.043s] (1481/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
80902025-11-11T22:04:22.390Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80912025-11-11T22:04:26.035Z PASS [ 123.648s] (1482/2326) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80922025-11-11T22:04:36.400Z PASS [ 30.668s] (1483/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
80932025-11-11T22:04:38.065Z PASS [ 25.996s] (1484/2326) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
80942025-11-11T22:04:41.310Z PASS [ 30.028s] (1485/2326) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
80952025-11-11T22:04:50.334Z PASS [ 24.299s] (1486/2326) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
80962025-11-11T22:05:03.873Z PASS [ 25.808s] (1487/2326) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
80972025-11-11T22:05:07.203Z PASS [ 51.279s] (1488/2326) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
80982025-11-11T22:05:08.124Z PASS [ 56.017s] (1489/2326) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
80992025-11-11T22:05:10.398Z PASS [ 33.998s] (1490/2326) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
81002025-11-11T22:05:13.342Z PASS [ 32.034s] (1491/2326) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
81012025-11-11T22:05:27.571Z PASS [ 37.236s] (1492/2326) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
81022025-11-11T22:05:38.833Z PASS [ 34.959s] (1493/2326) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
81032025-11-11T22:05:50.087Z PASS [ 42.884s] (1494/2326) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
81042025-11-11T22:05:50.261Z PASS [ 42.137s] (1495/2326) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
81052025-11-11T22:05:52.682Z PASS [ 42.284s] (1496/2326) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
81062025-11-11T22:05:54.207Z PASS [ 40.864s] (1497/2326) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
81072025-11-11T22:05:56.106Z PASS [ 28.535s] (1498/2326) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
81082025-11-11T22:06:09.013Z PASS [ 30.180s] (1499/2326) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
81092025-11-11T22:06:23.758Z PASS [ 27.652s] (1500/2326) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
81102025-11-11T22:06:25.156Z PASS [ 35.069s] (1501/2326) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
81112025-11-11T22:06:36.054Z PASS [ 27.041s] (1502/2326) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
81122025-11-11T22:06:42.526Z PASS [ 49.844s] (1503/2326) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
81132025-11-11T22:06:45.103Z PASS [ 50.895s] (1504/2326) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
81142025-11-11T22:06:50.262Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
81152025-11-11T22:06:51.981Z PASS [ 28.222s] (1505/2326) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
81162025-11-11T22:06:53.842Z PASS [ 28.686s] (1506/2326) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
81172025-11-11T22:07:05.654Z PASS [ 29.600s] (1507/2326) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
81182025-11-11T22:07:10.910Z PASS [ 18.929s] (1508/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
81192025-11-11T22:07:12.625Z PASS [ 18.783s] (1509/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
81202025-11-11T22:07:16.990Z PASS [ 31.888s] (1510/2326) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
81212025-11-11T22:07:17.172Z PASS [ 34.646s] (1511/2326) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
81222025-11-11T22:07:24.204Z PASS [ 18.545s] (1512/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
81232025-11-11T22:07:29.602Z PASS [ 18.693s] (1513/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
81242025-11-11T22:07:31.741Z PASS [ 19.116s] (1514/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
81252025-11-11T22:07:35.683Z PASS [ 18.511s] (1515/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
81262025-11-11T22:07:36.036Z PASS [ 19.045s] (1516/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
81272025-11-11T22:07:42.853Z PASS [ 18.652s] (1517/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
81282025-11-11T22:07:48.076Z PASS [ 18.473s] (1518/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
81292025-11-11T22:07:50.264Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
81302025-11-11T22:07:53.453Z PASS [ 21.712s] (1519/2326) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
81312025-11-11T22:07:54.468Z PASS [ 18.432s] (1520/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
81322025-11-11T22:07:54.585Z PASS [ 18.901s] (1521/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
81332025-11-11T22:08:00.651Z PASS [ 17.799s] (1522/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
81342025-11-11T22:08:06.450Z PASS [ 18.375s] (1523/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
81352025-11-11T22:08:11.850Z PASS [ 18.396s] (1524/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
81362025-11-11T22:08:13.064Z PASS [ 18.596s] (1525/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
81372025-11-11T22:08:18.923Z PASS [ 18.271s] (1526/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
81382025-11-11T22:08:19.243Z PASS [ 148.981s] (1527/2326) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
81392025-11-11T22:08:23.654Z PASS [ 17.203s] (1528/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
81402025-11-11T22:08:25.220Z PASS [ 30.633s] (1529/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
81412025-11-11T22:08:28.915Z PASS [ 17.066s] (1530/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
81422025-11-11T22:08:29.806Z PASS [ 16.741s] (1531/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
81432025-11-11T22:08:35.872Z PASS [ 16.948s] (1532/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
81442025-11-11T22:08:36.860Z PASS [ 17.617s] (1533/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
81452025-11-11T22:08:47.508Z PASS [ 18.592s] (1534/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
81462025-11-11T22:08:47.984Z PASS [ 18.177s] (1535/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
81472025-11-11T22:08:52.798Z PASS [ 16.927s] (1536/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
81482025-11-11T22:08:53.116Z PASS [ 29.462s] (1537/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
81492025-11-11T22:08:55.187Z PASS [ 18.327s] (1538/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
81502025-11-11T22:08:56.166Z PASS [ 30.948s] (1539/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
81512025-11-11T22:09:06.191Z PASS [ 18.682s] (1540/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
81522025-11-11T22:09:12.100Z PASS [ 19.302s] (1541/2326) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
81532025-11-11T22:09:14.642Z PASS [ 21.525s] (1542/2326) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
81542025-11-11T22:09:15.377Z PASS [ 20.189s] (1543/2326) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
81552025-11-11T22:09:15.871Z PASS [ 19.704s] (1544/2326) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
81562025-11-11T22:09:16.335Z PASS [ 28.352s] (1545/2326) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
81572025-11-11T22:09:27.591Z PASS [ 21.399s] (1546/2326) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
81582025-11-11T22:09:37.386Z PASS [ 22.744s] (1547/2326) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
81592025-11-11T22:09:37.592Z PASS [ 25.492s] (1548/2326) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
81602025-11-11T22:09:41.348Z PASS [ 25.012s] (1549/2326) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
81612025-11-11T22:09:44.395Z PASS [ 28.525s] (1550/2326) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
81622025-11-11T22:09:47.437Z PASS [ 19.846s] (1551/2326) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
81632025-11-11T22:09:57.411Z PASS [ 19.818s] (1552/2326) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
81642025-11-11T22:09:59.998Z PASS [ 44.621s] (1553/2326) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
81652025-11-11T22:10:01.928Z PASS [ 24.542s] (1554/2326) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
81662025-11-11T22:10:02.569Z PASS [ 21.221s] (1555/2326) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
81672025-11-11T22:10:09.724Z PASS [ 25.328s] (1556/2326) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
81682025-11-11T22:10:12.885Z PASS [ 15.474s] (1557/2326) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
81692025-11-11T22:10:15.874Z PASS [ 15.875s] (1558/2326) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
81702025-11-11T22:10:18.888Z PASS [ 16.960s] (1559/2326) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
81712025-11-11T22:10:19.997Z PASS [ 17.428s] (1560/2326) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
81722025-11-11T22:10:26.909Z PASS [ 17.185s] (1561/2326) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
81732025-11-11T22:10:37.317Z PASS [ 17.320s] (1562/2326) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
81742025-11-11T22:10:38.736Z PASS [ 51.300s] (1563/2326) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
81752025-11-11T22:10:42.542Z PASS [ 15.633s] (1564/2326) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
81762025-11-11T22:10:51.922Z PASS [ 13.184s] (1565/2326) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
81772025-11-11T22:10:52.191Z PASS [ 14.874s] (1566/2326) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
81782025-11-11T22:10:52.238Z PASS [ 0.046s] (1567/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
81792025-11-11T22:10:52.263Z PASS [ 0.023s] (1568/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
81802025-11-11T22:10:52.289Z PASS [ 0.028s] (1569/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
81812025-11-11T22:10:52.314Z PASS [ 0.021s] (1570/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
81822025-11-11T22:10:52.339Z PASS [ 0.022s] (1571/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
81832025-11-11T22:10:52.365Z PASS [ 0.017s] (1572/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
81842025-11-11T22:10:52.390Z PASS [ 0.018s] (1573/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
81852025-11-11T22:10:52.390Z PASS [ 0.018s] (1574/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
81862025-11-11T22:10:52.415Z PASS [ 0.021s] (1575/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
81872025-11-11T22:10:52.441Z PASS [ 0.033s] (1576/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
81882025-11-11T22:10:52.467Z PASS [ 0.016s] (1577/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
81892025-11-11T22:10:52.492Z PASS [ 0.018s] (1578/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
81902025-11-11T22:10:52.517Z PASS [ 0.020s] (1579/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
81912025-11-11T22:10:52.542Z PASS [ 0.024s] (1580/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
81922025-11-11T22:10:52.542Z PASS [ 0.018s] (1581/2326) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
81932025-11-11T22:10:56.029Z PASS [ 13.487s] (1582/2326) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
81942025-11-11T22:10:59.157Z PASS [ 46.271s] (1583/2326) omicron-nexus::test_all integration_tests::webhooks::test_probe
81952025-11-11T22:11:05.985Z PASS [ 14.064s] (1584/2326) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
81962025-11-11T22:11:06.032Z PASS [ 0.047s] (1585/2326) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
81972025-11-11T22:11:06.062Z PASS [ 0.029s] (1586/2326) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
81982025-11-11T22:11:06.112Z PASS [ 0.051s] (1587/2326) omicron-package config::tests::multi_preset_arg
81992025-11-11T22:11:06.159Z PASS [ 0.047s] (1588/2326) omicron-package dot::test::test_bad_dependency
82002025-11-11T22:11:06.197Z PASS [ 0.037s] (1589/2326) omicron-package dot::test::test_dot_output
82012025-11-11T22:11:06.597Z PASS [ 50.724s] (1590/2326) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
82022025-11-11T22:11:06.623Z PASS [ 0.020s] (1591/2326) omicron-passwords test::test_password_constraints
82032025-11-11T22:11:08.864Z PASS [ 9.707s] (1592/2326) omicron-omdb::test_all_output test_omdb_usage_errors
82042025-11-11T22:11:10.135Z PASS [ 3.517s] (1593/2326) omicron-passwords test::test_reproducible
82052025-11-11T22:11:10.177Z PASS [ 0.043s] (1594/2326) omicron-passwords test::test_stable
82062025-11-11T22:11:10.202Z PASS [ 0.019s] (1595/2326) omicron-passwords test::test_weak_hashes
82072025-11-11T22:11:10.227Z PASS [ 0.020s] (1596/2326) omicron-rpaths internal::tests::test_configure_from_path
82082025-11-11T22:11:10.261Z PASS [ 0.044s] (1597/2326) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
82092025-11-11T22:11:10.286Z PASS [ 0.018s] (1598/2326) omicron-rpaths internal::tests::test_emit_rpath
82102025-11-11T22:11:10.644Z PASS [ 0.365s] (1599/2326) omicron-sled-agent artifact_store::test::generations
82112025-11-11T22:11:10.768Z PASS [ 0.125s] (1600/2326) omicron-sled-agent artifact_store::test::issue_7796
82122025-11-11T22:11:10.899Z PASS [ 0.130s] (1601/2326) omicron-sled-agent artifact_store::test::list_get_put
82132025-11-11T22:11:11.013Z PASS [ 0.114s] (1602/2326) omicron-sled-agent artifact_store::test::no_dataset
82142025-11-11T22:11:11.127Z PASS [ 0.114s] (1603/2326) omicron-sled-agent artifact_store::test::wrong_hash
82152025-11-11T22:11:11.176Z PASS [ 0.049s] (1604/2326) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
82162025-11-11T22:11:11.215Z PASS [ 0.038s] (1605/2326) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
82172025-11-11T22:11:11.260Z PASS [ 0.045s] (1606/2326) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
82182025-11-11T22:11:11.285Z PASS [ 0.024s] (1607/2326) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
82192025-11-11T22:11:11.312Z PASS [ 0.029s] (1608/2326) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
82202025-11-11T22:11:11.343Z PASS [ 0.031s] (1609/2326) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
82212025-11-11T22:11:11.368Z PASS [ 0.025s] (1610/2326) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
82222025-11-11T22:11:11.393Z PASS [ 0.025s] (1611/2326) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
82232025-11-11T22:11:11.427Z PASS [ 0.034s] (1612/2326) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
82242025-11-11T22:11:11.476Z PASS [ 0.048s] (1613/2326) omicron-sled-agent config::test::test_smf_configs
82252025-11-11T22:11:11.838Z PASS [ 52.950s] (1614/2326) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
82262025-11-11T22:11:11.862Z PASS [ 0.370s] (1615/2326) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
82272025-11-11T22:11:12.114Z PASS [ 0.276s] (1616/2326) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
82282025-11-11T22:11:12.226Z PASS [ 0.379s] (1617/2326) omicron-sled-agent instance::tests::test_instance_create_events_normal
82292025-11-11T22:11:13.288Z PASS [ 1.174s] (1618/2326) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
82302025-11-11T22:11:13.313Z PASS [ 1.086s] (1619/2326) omicron-sled-agent instance::tests::test_instance_manager_creation
82312025-11-11T22:11:13.668Z PASS [ 0.379s] (1620/2326) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
82322025-11-11T22:11:13.702Z PASS [ 0.035s] (1621/2326) omicron-sled-agent probe_manager::test::probe_state_set_ops
82332025-11-11T22:11:13.728Z PASS [ 0.026s] (1622/2326) omicron-sled-agent profile::tests::empty_profile
82342025-11-11T22:11:13.753Z PASS [ 0.025s] (1623/2326) omicron-sled-agent profile::tests::test_disabled_instance
82352025-11-11T22:11:13.791Z PASS [ 0.038s] (1624/2326) omicron-sled-agent profile::tests::test_instance
82362025-11-11T22:11:13.827Z PASS [ 0.035s] (1625/2326) omicron-sled-agent profile::tests::test_multiple
82372025-11-11T22:11:13.864Z PASS [ 0.037s] (1626/2326) omicron-sled-agent profile::tests::test_property
82382025-11-11T22:11:13.900Z PASS [ 0.036s] (1627/2326) omicron-sled-agent profile::tests::test_property_group
82392025-11-11T22:11:13.928Z PASS [ 0.028s] (1628/2326) omicron-sled-agent profile::tests::test_service
82402025-11-11T22:11:13.965Z PASS [ 0.036s] (1629/2326) omicron-sled-agent profile::tests::test_service_property_group
82412025-11-11T22:11:14.007Z PASS [ 0.043s] (1630/2326) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
82422025-11-11T22:11:14.039Z PASS [ 0.031s] (1631/2326) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
82432025-11-11T22:11:14.084Z PASS [ 0.045s] (1632/2326) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
82442025-11-11T22:11:14.126Z PASS [ 0.042s] (1633/2326) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
82452025-11-11T22:11:14.203Z PASS [ 0.058s] (1634/2326) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
82462025-11-11T22:11:14.229Z PASS [ 0.045s] (1635/2326) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
82472025-11-11T22:11:14.254Z PASS [ 8.039s] (1636/2326) omicron-passwords test::test_compatible
82482025-11-11T22:11:14.279Z PASS [ 0.033s] (1637/2326) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
82492025-11-11T22:11:14.279Z PASS [ 0.035s] (1638/2326) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
82502025-11-11T22:11:14.304Z PASS [ 0.037s] (1639/2326) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
82512025-11-11T22:11:14.329Z PASS [ 0.037s] (1640/2326) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
82522025-11-11T22:11:14.353Z PASS [ 0.041s] (1641/2326) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
82532025-11-11T22:11:14.353Z PASS [ 0.037s] (1642/2326) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
82542025-11-11T22:11:14.381Z PASS [ 0.036s] (1643/2326) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
82552025-11-11T22:11:14.406Z PASS [ 0.042s] (1644/2326) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
82562025-11-11T22:11:14.431Z PASS [ 0.044s] (1645/2326) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
82572025-11-11T22:11:14.466Z PASS [ 0.040s] (1646/2326) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
82582025-11-11T22:11:14.505Z PASS [ 0.039s] (1647/2326) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
82592025-11-11T22:11:14.545Z PASS [ 0.040s] (1648/2326) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
82602025-11-11T22:11:14.586Z PASS [ 0.040s] (1649/2326) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
82612025-11-11T22:11:14.625Z PASS [ 0.039s] (1650/2326) omicron-sled-agent sim::storage::test::nested_dataset
82622025-11-11T22:11:14.665Z PASS [ 0.040s] (1651/2326) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
82632025-11-11T22:11:14.700Z PASS [ 0.035s] (1652/2326) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
82642025-11-11T22:11:14.734Z PASS [ 0.033s] (1653/2326) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
82652025-11-11T22:11:14.775Z PASS [ 0.042s] (1654/2326) omicron-sled-agent sim::storage::test::snapshot_needs_region
82662025-11-11T22:11:14.839Z PASS [ 0.063s] (1655/2326) omicron-sled-agent support_bundle::storage::tests::basic_crud
82672025-11-11T22:11:14.885Z PASS [ 0.046s] (1656/2326) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
82682025-11-11T22:11:14.939Z PASS [ 0.053s] (1657/2326) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
82692025-11-11T22:11:14.990Z PASS [ 0.051s] (1658/2326) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
82702025-11-11T22:11:15.045Z PASS [ 0.055s] (1659/2326) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
82712025-11-11T22:11:15.119Z PASS [ 0.074s] (1660/2326) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
82722025-11-11T22:11:15.172Z PASS [ 0.053s] (1661/2326) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
82732025-11-11T22:11:15.222Z PASS [ 0.049s] (1662/2326) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
82742025-11-11T22:11:15.266Z PASS [ 0.044s] (1663/2326) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
82752025-11-11T22:11:15.316Z PASS [ 0.050s] (1664/2326) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
82762025-11-11T22:11:15.374Z PASS [ 0.058s] (1665/2326) omicron-sled-agent support_bundle::storage::tests::ranges
82772025-11-11T22:11:15.430Z PASS [ 0.056s] (1666/2326) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
82782025-11-11T22:11:15.459Z PASS [ 0.029s] (1667/2326) omicron-sled-agent updates::test::test_query_no_components
82792025-11-11T22:11:15.499Z PASS [ 0.040s] (1668/2326) omicron-sled-agent updates::test::test_query_sled_agent_version
82802025-11-11T22:11:15.537Z PASS [ 0.038s] (1669/2326) omicron-sled-agent updates::test::test_query_zone_version
82812025-11-11T22:11:15.565Z PASS [ 0.027s] (1670/2326) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
82822025-11-11T22:11:17.606Z PASS [ 25.068s] (1671/2326) omicron-omdb::test_all_output test_omdb_env_settings
82832025-11-11T22:11:17.796Z PASS [ 3.414s] (1672/2326) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
82842025-11-11T22:11:17.841Z PASS [ 0.045s] (1673/2326) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
82852025-11-11T22:11:17.866Z PASS [ 2.283s] (1674/2326) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
82862025-11-11T22:11:19.840Z PASS [ 2.234s] (1675/2326) omicron-sled-agent zone_bundle::illumos_tests::test_context
82872025-11-11T22:11:19.968Z PASS [ 2.119s] (1676/2326) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
82882025-11-11T22:11:20.029Z PASS [ 0.061s] (1677/2326) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
82892025-11-11T22:11:20.101Z PASS [ 0.072s] (1678/2326) omicron-sled-agent zone_bundle::tests::test_dir_size
82902025-11-11T22:11:20.151Z PASS [ 0.050s] (1679/2326) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
82912025-11-11T22:11:20.427Z PASS [ 2.586s] (1680/2326) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
82922025-11-11T22:11:20.753Z PASS [ 0.602s] (1681/2326) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
82932025-11-11T22:11:20.845Z PASS [ 0.092s] (1682/2326) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
82942025-11-11T22:11:20.998Z PASS [ 0.571s] (1683/2326) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
82952025-11-11T22:11:21.048Z PASS [ 0.051s] (1684/2326) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
82962025-11-11T22:11:21.083Z PASS [ 0.035s] (1685/2326) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
82972025-11-11T22:11:21.616Z PASS [ 0.532s] (1686/2326) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
82982025-11-11T22:11:21.687Z PASS [ 0.842s] (1687/2326) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
82992025-11-11T22:11:21.815Z PASS [ 0.199s] (1688/2326) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
83002025-11-11T22:11:21.851Z PASS [ 0.036s] (1689/2326) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
83012025-11-11T22:11:21.886Z PASS [ 0.034s] (1690/2326) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
83022025-11-11T22:11:22.101Z PASS [ 0.216s] (1691/2326) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
83032025-11-11T22:11:22.207Z PASS [ 2.367s] (1692/2326) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
83042025-11-11T22:11:22.455Z PASS [ 0.248s] (1693/2326) omicron-test-utils dev::db::test::test_bad_cmd
83052025-11-11T22:11:22.547Z PASS [ 0.445s] (1694/2326) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
83062025-11-11T22:11:22.723Z PASS [ 1.035s] (1695/2326) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
83072025-11-11T22:11:22.908Z PASS [ 0.452s] (1696/2326) omicron-test-utils dev::db::test::test_cmd_fails
83082025-11-11T22:11:22.992Z PASS [ 0.269s] (1697/2326) omicron-test-utils dev::db::test::test_database_start_hang
83092025-11-11T22:11:23.028Z PASS [ 0.036s] (1698/2326) omicron-test-utils dev::db::test::test_make_pg_config_fail
83102025-11-11T22:11:23.058Z PASS [ 0.030s] (1699/2326) omicron-test-utils dev::db::test::test_make_pg_config_ok
83112025-11-11T22:11:23.099Z PASS [ 0.041s] (1700/2326) omicron-test-utils dev::db::test::test_parse_http_addr
83122025-11-11T22:11:23.135Z PASS [ 0.036s] (1701/2326) omicron-test-utils dev::db::test::test_process_exit_abnormal
83132025-11-11T22:11:23.184Z PASS [ 0.049s] (1702/2326) omicron-test-utils dev::db::test::test_process_exit_normal
83142025-11-11T22:11:23.617Z PASS [ 0.432s] (1703/2326) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
83152025-11-11T22:11:23.780Z PASS [ 0.872s] (1704/2326) omicron-test-utils dev::db::test::test_http_addr_integration
83162025-11-11T22:11:24.381Z PASS [ 1.834s] (1705/2326) omicron-test-utils dev::db::test::test_database_concurrent
83172025-11-11T22:11:24.418Z PASS [ 0.037s] (1706/2326) omicron-test-utils dev::db::test::test_starter_tmpdir
83182025-11-11T22:11:24.486Z PASS [ 0.068s] (1707/2326) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
83192025-11-11T22:11:24.526Z PASS [ 0.040s] (1708/2326) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
83202025-11-11T22:11:24.570Z PASS [ 0.042s] (1709/2326) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
83212025-11-11T22:11:24.606Z PASS [ 0.037s] (1710/2326) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
83222025-11-11T22:11:24.672Z PASS [ 0.065s] (1711/2326) omicron-test-utils dev::test_cmds::tests::test_redact_extra
83232025-11-11T22:11:24.735Z PASS [ 0.063s] (1712/2326) omicron-test-utils dev::test_cmds::tests::test_redact_section
83242025-11-11T22:11:25.067Z PASS [ 1.287s] (1713/2326) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
83252025-11-11T22:11:25.132Z PASS [ 0.065s] (1714/2326) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
83262025-11-11T22:11:25.157Z PASS [ 0.404s] (1715/2326) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
83272025-11-11T22:11:25.456Z PASS [ 0.324s] (1716/2326) oximeter test::timeseries_schema_consistency
83282025-11-11T22:11:25.487Z PASS [ 0.348s] (1717/2326) oximeter-collector agent::tests::test_self_stat_collection_count
83292025-11-11T22:11:25.573Z PASS [ 0.117s] (1718/2326) oximeter-collector agent::tests::test_self_stat_error_counter
83302025-11-11T22:11:25.614Z PASS [ 0.127s] (1719/2326) oximeter-collector agent::tests::test_self_stat_unreachable_counter
83312025-11-11T22:11:25.697Z PASS [ 0.123s] (1720/2326) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
83322025-11-11T22:11:25.725Z PASS [ 0.027s] (1721/2326) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
83332025-11-11T22:11:25.749Z PASS [ 0.125s] (1722/2326) oximeter-collector agent::tests::verify_producer_details
83342025-11-11T22:11:25.774Z PASS [ 0.027s] (1723/2326) oximeter-collector self_stats::tests::test_failure_reason_serialization
83352025-11-11T22:11:25.799Z PASS [ 0.036s] (1724/2326) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
83362025-11-11T22:11:25.824Z PASS [ 0.033s] (1725/2326) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
83372025-11-11T22:11:25.849Z PASS [ 0.023s] (1726/2326) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
83382025-11-11T22:11:25.874Z PASS [ 0.020s] (1727/2326) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
83392025-11-11T22:11:25.898Z PASS [ 0.027s] (1728/2326) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
83402025-11-11T22:11:26.137Z PASS [ 0.397s] (1729/2326) oximeter-collector::test_commands test_oximeter_no_args
83412025-11-11T22:11:26.935Z PASS [ 1.041s] (1730/2326) oximeter-db client::oxql::tests::test_get_entire_table
83422025-11-11T22:11:27.175Z PASS [ 1.038s] (1731/2326) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
83432025-11-11T22:11:28.010Z PASS [ 1.076s] (1732/2326) oximeter-db client::oxql::tests::test_get_fields
83442025-11-11T22:11:28.162Z PASS [ 0.986s] (1733/2326) oximeter-db client::oxql::tests::test_get_fields_query
83452025-11-11T22:11:28.737Z PASS [ 19.873s] (1734/2326) omicron-passwords test::test_smoke
83462025-11-11T22:11:28.958Z PASS [ 0.947s] (1735/2326) oximeter-db client::oxql::tests::test_get_one_timeseries
83472025-11-11T22:11:29.139Z PASS [ 0.977s] (1736/2326) oximeter-db client::oxql::tests::test_limit_operations
83482025-11-11T22:11:29.207Z PASS [ 0.068s] (1737/2326) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
83492025-11-11T22:11:29.348Z PASS [ 0.610s] (1738/2326) oximeter-db client::tests::can_ping_clickhouse
83502025-11-11T22:11:31.436Z PASS [ 2.229s] (1739/2326) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
83512025-11-11T22:11:31.720Z PASS [ 2.372s] (1740/2326) oximeter-db client::tests::insert_samples_fails_fast
83522025-11-11T22:11:32.264Z PASS [ 0.828s] (1741/2326) oximeter-db client::tests::read_latest_version_reports_max
83532025-11-11T22:11:32.505Z PASS [ 0.785s] (1742/2326) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
83542025-11-11T22:11:32.913Z PASS [ 0.648s] (1743/2326) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
83552025-11-11T22:11:33.415Z PASS [ 0.909s] (1744/2326) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
83562025-11-11T22:11:33.798Z PASS [ 0.886s] (1745/2326) oximeter-db client::tests::select_timeseries_with_select_one
83572025-11-11T22:11:34.067Z PASS [ 0.653s] (1746/2326) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
83582025-11-11T22:11:34.754Z PASS [ 0.955s] (1747/2326) oximeter-db client::tests::test_client_select_timeseries_one
83592025-11-11T22:11:34.885Z PASS [ 0.817s] (1748/2326) oximeter-db client::tests::test_database_version_update_is_idempotent
83602025-11-11T22:11:35.095Z PASS [ 11.478s] (1749/2326) omicron-test-utils dev::db::test::test_setup_database_default_dir
83612025-11-11T22:11:35.534Z PASS [ 0.780s] (1750/2326) oximeter-db client::tests::test_database_version_will_not_downgrade
83622025-11-11T22:11:35.639Z PASS [ 0.754s] (1751/2326) oximeter-db client::tests::test_database_version_will_not_upgrade
83632025-11-11T22:11:35.877Z PASS [ 0.783s] (1752/2326) oximeter-db client::tests::test_differentiate_by_timeseries_name
83642025-11-11T22:11:36.344Z PASS [ 0.809s] (1753/2326) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
83652025-11-11T22:11:36.398Z PASS [ 0.758s] (1754/2326) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
83662025-11-11T22:11:36.658Z PASS [ 0.779s] (1755/2326) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
83672025-11-11T22:11:36.931Z PASS [ 40.902s] (1756/2326) omicron-omdb::test_all_output test_omdb_success_cases
83682025-11-11T22:11:37.188Z PASS [ 0.790s] (1757/2326) oximeter-db client::tests::test_field_record_count
83692025-11-11T22:11:37.423Z PASS [ 0.765s] (1758/2326) oximeter-db client::tests::test_get_schema_no_new_values
83702025-11-11T22:11:37.454Z PASS [ 1.110s] (1759/2326) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
83712025-11-11T22:11:37.687Z PASS [ 0.756s] (1760/2326) oximeter-db client::tests::test_insert_samples
83722025-11-11T22:11:37.723Z PASS [ 0.036s] (1761/2326) oximeter-db client::tests::test_read_schema_upgrade_sql_files
83732025-11-11T22:11:37.757Z PASS [ 0.034s] (1762/2326) oximeter-db client::tests::test_read_timeseries_to_delete
83742025-11-11T22:11:37.785Z PASS [ 0.028s] (1763/2326) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
83752025-11-11T22:11:37.809Z PASS [ 0.022s] (1764/2326) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
83762025-11-11T22:11:37.920Z PASS [ 0.732s] (1765/2326) oximeter-db client::tests::test_is_oximeter_cluster
83772025-11-11T22:11:38.228Z PASS [ 0.774s] (1766/2326) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
83782025-11-11T22:11:38.253Z PASS [ 0.821s] (1767/2326) oximeter-db client::tests::test_list_timeseries
83792025-11-11T22:11:38.678Z PASS [ 0.758s] (1768/2326) oximeter-db client::tests::test_schema_mismatch
83802025-11-11T22:11:39.002Z PASS [ 0.774s] (1769/2326) oximeter-db client::tests::test_schema_update
83812025-11-11T22:11:39.070Z PASS [ 1.263s] (1770/2326) oximeter-db client::tests::test_recall_of_all_fields
83822025-11-11T22:11:39.100Z PASS [ 0.855s] (1771/2326) oximeter-db client::tests::test_select_all_datum_types
83832025-11-11T22:11:39.476Z PASS [ 0.798s] (1772/2326) oximeter-db client::tests::test_select_all_field_types
83842025-11-11T22:11:39.842Z PASS [ 0.840s] (1773/2326) oximeter-db client::tests::test_select_timeseries_with_all
83852025-11-11T22:11:40.121Z PASS [ 1.021s] (1774/2326) oximeter-db client::tests::test_select_timeseries_with_order
83862025-11-11T22:11:40.146Z PASS [ 1.049s] (1775/2326) oximeter-db client::tests::test_select_timeseries_with_limit
83872025-11-11T22:11:40.349Z PASS [ 0.872s] (1776/2326) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
83882025-11-11T22:11:40.671Z PASS [ 0.829s] (1777/2326) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
83892025-11-11T22:11:40.696Z PASS [ 0.025s] (1778/2326) oximeter-db client::tests::test_unravel_index
83902025-11-11T22:11:40.943Z PASS [ 0.822s] (1779/2326) oximeter-db client::tests::test_select_timeseries_with_start_time
83912025-11-11T22:11:40.977Z PASS [ 0.034s] (1780/2326) oximeter-db client::tests::test_verify_schema_upgrades
83922025-11-11T22:11:41.014Z PASS [ 0.037s] (1781/2326) oximeter-db model::fields::tests::test_extract_fields_as_block
83932025-11-11T22:11:41.058Z PASS [ 0.043s] (1782/2326) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
83942025-11-11T22:11:41.099Z PASS [ 0.042s] (1783/2326) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
83952025-11-11T22:11:41.141Z PASS [ 0.042s] (1784/2326) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
83962025-11-11T22:11:41.167Z PASS [ 0.819s] (1785/2326) oximeter-db client::tests::test_timeseries_schema_list
83972025-11-11T22:11:41.192Z PASS [ 0.040s] (1786/2326) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
83982025-11-11T22:11:41.217Z PASS [ 0.037s] (1787/2326) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
83992025-11-11T22:11:41.242Z PASS [ 0.036s] (1788/2326) oximeter-db native::block::tests::concat_blocks
84002025-11-11T22:11:41.267Z PASS [ 0.041s] (1789/2326) oximeter-db native::block::tests::datetime64_scale_checks_range
84012025-11-11T22:11:41.267Z PASS [ 0.031s] (1790/2326) oximeter-db native::block::tests::parse_date_time
84022025-11-11T22:11:41.291Z PASS [ 0.031s] (1791/2326) oximeter-db native::block::tests::parse_date_time64
84032025-11-11T22:11:41.291Z PASS [ 0.035s] (1792/2326) oximeter-db native::block::tests::parse_escaped_date_time64
84042025-11-11T22:11:41.316Z PASS [ 0.036s] (1793/2326) oximeter-db native::block::tests::test_data_type_to_string
84052025-11-11T22:11:41.341Z PASS [ 0.039s] (1794/2326) oximeter-db native::block::tests::test_datetime64_conversions
84062025-11-11T22:11:41.366Z PASS [ 0.031s] (1795/2326) oximeter-db native::block::tests::test_parse_all_known_timezones
84072025-11-11T22:11:41.366Z PASS [ 0.034s] (1796/2326) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
84082025-11-11T22:11:41.391Z PASS [ 0.037s] (1797/2326) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
84092025-11-11T22:11:41.416Z PASS [ 0.038s] (1798/2326) oximeter-db native::block::tests::test_parse_enum8
84102025-11-11T22:11:41.441Z PASS [ 0.035s] (1799/2326) oximeter-db native::block::tests::test_parse_enum_variant
84112025-11-11T22:11:41.441Z PASS [ 0.036s] (1800/2326) oximeter-db native::block::tests::test_parse_invalid_data_type
84122025-11-11T22:11:41.466Z PASS [ 1.341s] (1801/2326) oximeter-db client::tests::test_sql_query_output
84132025-11-11T22:11:41.565Z PASS [ 0.868s] (1802/2326) oximeter-db client::tests::test_update_schema_cache_on_new_sample
84142025-11-11T22:11:42.022Z PASS [ 0.605s] (1803/2326) oximeter-db native::connection::tests::test_basic_select_query
84152025-11-11T22:11:42.063Z PASS [ 0.600s] (1804/2326) oximeter-db native::connection::tests::test_exchange_hello
84162025-11-11T22:11:42.143Z PASS [ 0.711s] (1805/2326) oximeter-db native::connection::tests::test_can_cancel_query
84172025-11-11T22:11:42.168Z PASS [ 0.603s] (1806/2326) oximeter-db native::connection::tests::test_insert_and_select_data
84182025-11-11T22:11:42.618Z PASS [ 0.595s] (1807/2326) oximeter-db native::connection::tests::test_insert_and_select_uuid
84192025-11-11T22:11:42.660Z PASS [ 0.598s] (1808/2326) oximeter-db native::connection::tests::test_select_array_column
84202025-11-11T22:11:42.685Z PASS [ 0.025s] (1809/2326) oximeter-db native::io::block::tests::test_decode_block_with_nulls
84212025-11-11T22:11:42.712Z PASS [ 0.026s] (1810/2326) oximeter-db native::io::block::tests::test_decode_full_block
84222025-11-11T22:11:42.737Z PASS [ 0.025s] (1811/2326) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
84232025-11-11T22:11:42.762Z PASS [ 0.598s] (1812/2326) oximeter-db native::connection::tests::test_select_array_of_nullable_column
84242025-11-11T22:11:42.763Z PASS [ 0.024s] (1813/2326) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
84252025-11-11T22:11:42.787Z PASS [ 0.031s] (1814/2326) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
84262025-11-11T22:11:42.787Z PASS [ 0.613s] (1815/2326) oximeter-db native::connection::tests::test_select_nullable_column
84272025-11-11T22:11:42.812Z PASS [ 0.027s] (1816/2326) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
84282025-11-11T22:11:42.812Z PASS [ 0.031s] (1817/2326) oximeter-db native::io::column::tests::test_decode_string_column
84292025-11-11T22:11:42.812Z PASS [ 0.025s] (1818/2326) oximeter-db native::io::column::tests::test_decode_uint64_column
84302025-11-11T22:11:42.837Z PASS [ 0.025s] (1819/2326) oximeter-db native::io::column::tests::test_decode_uint8_column
84312025-11-11T22:11:42.837Z PASS [ 0.029s] (1820/2326) oximeter-db native::io::column::tests::test_decode_uuid_column
84322025-11-11T22:11:42.837Z PASS [ 0.029s] (1821/2326) oximeter-db native::io::column::tests::test_encode_decode_column
84332025-11-11T22:11:42.862Z PASS [ 0.028s] (1822/2326) oximeter-db native::io::packet::server::tests::test_decode_full_hello
84342025-11-11T22:11:42.862Z PASS [ 0.027s] (1823/2326) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
84352025-11-11T22:11:42.887Z PASS [ 0.030s] (1824/2326) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
84362025-11-11T22:11:42.887Z PASS [ 0.026s] (1825/2326) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
84372025-11-11T22:11:42.887Z PASS [ 0.022s] (1826/2326) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
84382025-11-11T22:11:42.912Z PASS [ 0.020s] (1827/2326) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
84392025-11-11T22:11:42.912Z PASS [ 0.028s] (1828/2326) oximeter-db native::io::packet::server::tests::test_decode_pong
84402025-11-11T22:11:42.912Z PASS [ 0.023s] (1829/2326) oximeter-db native::io::packet::server::tests::test_decode_single_exception
84412025-11-11T22:11:42.912Z PASS [ 0.023s] (1830/2326) oximeter-db native::io::string::test::test_encode_decode
84422025-11-11T22:11:42.937Z PASS [ 0.020s] (1831/2326) oximeter-db native::io::string::test::test_encode_hello_world
84432025-11-11T22:11:42.937Z PASS [ 0.028s] (1832/2326) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
84442025-11-11T22:11:42.962Z PASS [ 0.029s] (1833/2326) oximeter-db native::io::table_columns::tests::test_column_count
84452025-11-11T22:11:42.962Z PASS [ 0.032s] (1834/2326) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
84462025-11-11T22:11:42.962Z PASS [ 0.028s] (1835/2326) oximeter-db native::io::table_columns::tests::test_column_description_with_default
84472025-11-11T22:11:42.991Z PASS [ 0.034s] (1836/2326) oximeter-db native::io::table_columns::tests::test_column_descriptions
84482025-11-11T22:11:42.991Z PASS [ 0.035s] (1837/2326) oximeter-db native::io::varuint::test_encode_decode_varuint
84492025-11-11T22:11:42.991Z PASS [ 0.027s] (1838/2326) oximeter-db oxql::ast::grammar::tests::test_align_table_op
84502025-11-11T22:11:43.018Z PASS [ 0.028s] (1839/2326) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
84512025-11-11T22:11:43.018Z PASS [ 0.030s] (1840/2326) oximeter-db oxql::ast::grammar::tests::test_comparison
84522025-11-11T22:11:43.018Z PASS [ 0.026s] (1841/2326) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
84532025-11-11T22:11:43.043Z PASS [ 0.029s] (1842/2326) oximeter-db oxql::ast::grammar::tests::test_double_literal
84542025-11-11T22:11:43.068Z PASS [ 0.031s] (1843/2326) oximeter-db oxql::ast::grammar::tests::test_duration_literal
84552025-11-11T22:11:43.068Z PASS [ 0.038s] (1844/2326) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
84562025-11-11T22:11:43.068Z PASS [ 0.027s] (1845/2326) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
84572025-11-11T22:11:43.093Z PASS [ 0.030s] (1846/2326) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
84582025-11-11T22:11:43.093Z PASS [ 0.026s] (1847/2326) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
84592025-11-11T22:11:43.093Z PASS [ 0.024s] (1848/2326) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
84602025-11-11T22:11:43.119Z PASS [ 0.023s] (1849/2326) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
84612025-11-11T22:11:43.119Z PASS [ 0.022s] (1850/2326) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
84622025-11-11T22:11:43.119Z PASS [ 0.029s] (1851/2326) oximeter-db oxql::ast::grammar::tests::test_get_table_op
84632025-11-11T22:11:43.144Z PASS [ 0.023s] (1852/2326) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
84642025-11-11T22:11:43.144Z PASS [ 0.031s] (1853/2326) oximeter-db oxql::ast::grammar::tests::test_group_by
84652025-11-11T22:11:43.144Z PASS [ 0.023s] (1854/2326) oximeter-db oxql::ast::grammar::tests::test_ident
84662025-11-11T22:11:43.170Z PASS [ 0.026s] (1855/2326) oximeter-db oxql::ast::grammar::tests::test_integer_literal
84672025-11-11T22:11:43.170Z PASS [ 0.025s] (1856/2326) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
84682025-11-11T22:11:43.170Z PASS [ 0.020s] (1857/2326) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
84692025-11-11T22:11:43.195Z PASS [ 0.028s] (1858/2326) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
84702025-11-11T22:11:43.195Z PASS [ 0.024s] (1859/2326) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
84712025-11-11T22:11:43.195Z PASS [ 0.026s] (1860/2326) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
84722025-11-11T22:11:43.220Z PASS [ 0.023s] (1861/2326) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
84732025-11-11T22:11:43.220Z PASS [ 0.030s] (1862/2326) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
84742025-11-11T22:11:43.220Z PASS [ 0.591s] (1863/2326) oximeter-db native::connection::tests::test_send_cancel_with_no_query
84752025-11-11T22:11:43.220Z PASS [ 0.037s] (1864/2326) oximeter-db oxql::ast::grammar::tests::test_query
84762025-11-11T22:11:43.245Z PASS [ 0.025s] (1865/2326) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
84772025-11-11T22:11:43.245Z PASS [ 0.036s] (1866/2326) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
84782025-11-11T22:11:43.245Z PASS [ 0.021s] (1867/2326) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
84792025-11-11T22:11:43.270Z PASS [ 0.020s] (1868/2326) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
84802025-11-11T22:11:43.270Z PASS [ 0.026s] (1869/2326) oximeter-db oxql::ast::grammar::tests::test_reducer
84812025-11-11T22:11:43.270Z PASS [ 0.024s] (1870/2326) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
84822025-11-11T22:11:43.295Z PASS [ 0.022s] (1871/2326) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
84832025-11-11T22:11:43.295Z PASS [ 0.024s] (1872/2326) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
84842025-11-11T22:11:43.320Z PASS [ 0.033s] (1873/2326) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
84852025-11-11T22:11:43.320Z PASS [ 0.024s] (1874/2326) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
84862025-11-11T22:11:43.320Z PASS [ 0.025s] (1875/2326) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
84872025-11-11T22:11:43.320Z PASS [ 0.024s] (1876/2326) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
84882025-11-11T22:11:43.345Z PASS [ 0.025s] (1877/2326) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
84892025-11-11T22:11:43.345Z PASS [ 0.025s] (1878/2326) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
84902025-11-11T22:11:43.346Z PASS [ 0.022s] (1879/2326) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
84912025-11-11T22:11:43.370Z PASS [ 0.026s] (1880/2326) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
84922025-11-11T22:11:43.371Z PASS [ 0.025s] (1881/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
84932025-11-11T22:11:43.371Z PASS [ 0.029s] (1882/2326) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
84942025-11-11T22:11:43.395Z PASS [ 0.028s] (1883/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
84952025-11-11T22:11:43.395Z PASS [ 0.025s] (1884/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
84962025-11-11T22:11:43.420Z PASS [ 0.035s] (1885/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
84972025-11-11T22:11:43.420Z PASS [ 0.029s] (1886/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
84982025-11-11T22:11:43.445Z PASS [ 0.033s] (1887/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
84992025-11-11T22:11:43.445Z PASS [ 0.030s] (1888/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
85002025-11-11T22:11:43.445Z PASS [ 0.026s] (1889/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
85012025-11-11T22:11:43.470Z PASS [ 0.024s] (1890/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
85022025-11-11T22:11:43.470Z PASS [ 0.022s] (1891/2326) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
85032025-11-11T22:11:43.470Z PASS [ 0.029s] (1892/2326) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
85042025-11-11T22:11:43.496Z PASS [ 0.022s] (1893/2326) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
85052025-11-11T22:11:43.496Z PASS [ 0.032s] (1894/2326) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
85062025-11-11T22:11:43.496Z PASS [ 0.028s] (1895/2326) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
85072025-11-11T22:11:43.521Z PASS [ 0.030s] (1896/2326) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
85082025-11-11T22:11:43.521Z PASS [ 0.028s] (1897/2326) oximeter-db oxql::plan::align::test::test_align_input_schema
85092025-11-11T22:11:43.604Z PASS [ 0.114s] (1898/2326) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
85102025-11-11T22:11:43.630Z PASS [ 0.110s] (1899/2326) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
85112025-11-11T22:11:43.630Z PASS [ 0.112s] (1900/2326) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
85122025-11-11T22:11:43.714Z PASS [ 0.109s] (1901/2326) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
85132025-11-11T22:11:43.739Z PASS [ 0.116s] (1902/2326) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
85142025-11-11T22:11:43.739Z PASS [ 0.116s] (1903/2326) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
85152025-11-11T22:11:43.826Z PASS [ 0.111s] (1904/2326) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
85162025-11-11T22:11:43.851Z PASS [ 0.112s] (1905/2326) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
85172025-11-11T22:11:43.876Z PASS [ 0.115s] (1906/2326) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
85182025-11-11T22:11:43.936Z PASS [ 0.110s] (1907/2326) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
85192025-11-11T22:11:43.965Z PASS [ 0.115s] (1908/2326) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
85202025-11-11T22:11:43.990Z PASS [ 0.120s] (1909/2326) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
85212025-11-11T22:11:44.050Z PASS [ 0.114s] (1910/2326) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
85222025-11-11T22:11:44.078Z PASS [ 0.113s] (1911/2326) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
85232025-11-11T22:11:44.103Z PASS [ 0.114s] (1912/2326) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
85242025-11-11T22:11:44.162Z PASS [ 0.112s] (1913/2326) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
85252025-11-11T22:11:44.204Z PASS [ 0.111s] (1914/2326) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
85262025-11-11T22:11:44.204Z PASS [ 0.110s] (1915/2326) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
85272025-11-11T22:11:44.273Z PASS [ 0.111s] (1916/2326) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
85282025-11-11T22:11:44.299Z PASS [ 1.075s] (1917/2326) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
85292025-11-11T22:11:44.324Z PASS [ 0.114s] (1918/2326) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
85302025-11-11T22:11:44.324Z PASS [ 0.112s] (1919/2326) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
85312025-11-11T22:11:44.349Z PASS [ 0.028s] (1920/2326) oximeter-db oxql::query::tests::test_coalesce_limits
85322025-11-11T22:11:44.349Z PASS [ 0.031s] (1921/2326) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
85332025-11-11T22:11:44.375Z PASS [ 0.028s] (1922/2326) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
85342025-11-11T22:11:44.375Z PASS [ 0.031s] (1923/2326) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
85352025-11-11T22:11:44.404Z PASS [ 0.112s] (1924/2326) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
85362025-11-11T22:11:44.404Z PASS [ 0.028s] (1925/2326) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
85372025-11-11T22:11:44.404Z PASS [ 0.025s] (1926/2326) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
85382025-11-11T22:11:44.404Z PASS [ 0.119s] (1927/2326) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
85392025-11-11T22:11:44.429Z PASS [ 0.034s] (1928/2326) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
85402025-11-11T22:11:44.429Z PASS [ 0.034s] (1929/2326) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
85412025-11-11T22:11:44.455Z PASS [ 0.035s] (1930/2326) oximeter-db oxql::query::tests::test_coalesce_predicates
85422025-11-11T22:11:44.455Z PASS [ 0.035s] (1931/2326) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
85432025-11-11T22:11:44.455Z PASS [ 0.031s] (1932/2326) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
85442025-11-11T22:11:44.455Z PASS [ 0.034s] (1933/2326) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
85452025-11-11T22:11:44.480Z PASS [ 0.033s] (1934/2326) oximeter-db oxql::query::tests::test_insert_filters
85462025-11-11T22:11:44.480Z PASS [ 0.031s] (1935/2326) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
85472025-11-11T22:11:44.506Z PASS [ 0.033s] (1936/2326) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
85482025-11-11T22:11:44.506Z PASS [ 0.038s] (1937/2326) oximeter-db oxql::query::tests::test_query_end_time
85492025-11-11T22:11:44.506Z PASS [ 0.028s] (1938/2326) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
85502025-11-11T22:11:44.506Z PASS [ 0.034s] (1939/2326) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
85512025-11-11T22:11:44.531Z PASS [ 0.025s] (1940/2326) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
85522025-11-11T22:11:44.531Z PASS [ 0.027s] (1941/2326) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
85532025-11-11T22:11:44.531Z PASS [ 0.027s] (1942/2326) oximeter-db query::tests::test_field_cmp
85542025-11-11T22:11:44.531Z PASS [ 0.032s] (1943/2326) oximeter-db oxql::query::tests::test_split_query
85552025-11-11T22:11:44.557Z PASS [ 0.028s] (1944/2326) oximeter-db query::tests::test_field_selector_as_query
85562025-11-11T22:11:44.557Z PASS [ 0.025s] (1945/2326) oximeter-db query::tests::test_field_value_as_db_str
85572025-11-11T22:11:44.582Z PASS [ 0.033s] (1946/2326) oximeter-db query::tests::test_select_query_builder_field_selectors
85582025-11-11T22:11:44.582Z PASS [ 0.038s] (1947/2326) oximeter-db query::tests::test_select_query_builder_filter_raw
85592025-11-11T22:11:44.582Z PASS [ 0.032s] (1948/2326) oximeter-db query::tests::test_select_query_builder_from_parts
85602025-11-11T22:11:44.582Z PASS [ 0.033s] (1949/2326) oximeter-db query::tests::test_select_query_builder_full
85612025-11-11T22:11:44.608Z PASS [ 0.027s] (1950/2326) oximeter-db query::tests::test_select_query_builder_limit_offset
85622025-11-11T22:11:44.608Z PASS [ 0.026s] (1951/2326) oximeter-db query::tests::test_select_query_builder_no_fields
85632025-11-11T22:11:44.608Z PASS [ 0.034s] (1952/2326) oximeter-db query::tests::test_select_query_builder_no_selectors
85642025-11-11T22:11:44.633Z PASS [ 0.025s] (1953/2326) oximeter-db query::tests::test_time_range
85652025-11-11T22:11:44.634Z PASS [ 0.040s] (1954/2326) oximeter-db query::tests::test_string_field_selector
85662025-11-11T22:11:44.634Z PASS [ 0.035s] (1955/2326) oximeter-db sql::tests::test_allow_limit_offset
85672025-11-11T22:11:44.659Z PASS [ 0.028s] (1956/2326) oximeter-db sql::tests::test_allow_subqueries
85682025-11-11T22:11:44.659Z PASS [ 0.027s] (1957/2326) oximeter-db sql::tests::test_cannot_name_database
85692025-11-11T22:11:44.659Z PASS [ 0.031s] (1958/2326) oximeter-db sql::tests::test_ctes_are_not_supported
85702025-11-11T22:11:44.684Z PASS [ 0.033s] (1959/2326) oximeter-db sql::tests::test_function_allow_list
85712025-11-11T22:11:44.684Z PASS [ 0.029s] (1960/2326) oximeter-db sql::tests::test_multiple_statements_are_not_supported
85722025-11-11T22:11:44.710Z PASS [ 0.035s] (1961/2326) oximeter-db sql::tests::test_query_must_be_select_statement
85732025-11-11T22:11:44.710Z PASS [ 0.056s] (1962/2326) oximeter-db sql::tests::test_join_must_be_inner
85742025-11-11T22:11:44.710Z PASS [ 0.031s] (1963/2326) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
85752025-11-11T22:11:44.710Z PASS [ 0.036s] (1964/2326) oximeter-db sql::tests::test_require_table_is_timeseries_name
85762025-11-11T22:11:44.735Z PASS [ 0.022s] (1965/2326) oximeter-db tests::test_timeseries_key_field_stability
85772025-11-11T22:11:44.735Z PASS [ 0.032s] (1966/2326) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
85782025-11-11T22:11:44.735Z PASS [ 0.029s] (1967/2326) oximeter-db sql::tests::test_with_comma_join_fails
85792025-11-11T22:11:44.761Z PASS [ 0.032s] (1968/2326) oximeter-db tests::test_timeseries_key_sample_stability
85802025-11-11T22:11:44.786Z PASS [ 0.057s] (1969/2326) oximeter-db::integration_test test_schemas_are_not_modified
85812025-11-11T22:11:44.786Z PASS [ 0.044s] (1970/2326) oximeter-instruments http::tests::test_latency_tracker
85822025-11-11T22:11:44.926Z PASS [ 0.150s] (1971/2326) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
85832025-11-11T22:11:44.961Z PASS [ 0.035s] (1972/2326) oximeter-instruments kstat::link::tests::test_kstat_interested
85842025-11-11T22:11:45.028Z PASS [ 0.066s] (1973/2326) oximeter-instruments kstat::link::tests::test_kstat_sampler
85852025-11-11T22:11:45.105Z PASS [ 0.077s] (1974/2326) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
85862025-11-11T22:11:45.173Z PASS [ 0.067s] (1975/2326) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
85872025-11-11T22:11:45.235Z PASS [ 0.062s] (1976/2326) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
85882025-11-11T22:11:45.295Z PASS [ 0.060s] (1977/2326) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
85892025-11-11T22:11:45.353Z PASS [ 0.058s] (1978/2326) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
85902025-11-11T22:11:45.398Z PASS [ 0.045s] (1979/2326) oximeter-instruments kstat::link::tests::test_sled_datalink
85912025-11-11T22:11:45.433Z PASS [ 32.121s] (1980/2326) omicron-sled-agent nexus::test::nexus_self_notification_test
85922025-11-11T22:11:45.459Z PASS [ 0.060s] (1981/2326) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
85932025-11-11T22:11:45.484Z PASS [ 0.028s] (1982/2326) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
85942025-11-11T22:11:45.484Z PASS [ 0.021s] (1983/2326) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
85952025-11-11T22:11:45.484Z PASS [ 0.022s] (1984/2326) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
85962025-11-11T22:11:45.510Z PASS [ 0.021s] (1985/2326) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
85972025-11-11T22:11:45.510Z PASS [ 0.021s] (1986/2326) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
85982025-11-11T22:11:45.535Z PASS [ 0.021s] (1987/2326) oximeter-macro-impl tests::test_metric_datum_field
85992025-11-11T22:11:45.535Z PASS [ 0.026s] (1988/2326) oximeter-macro-impl tests::test_metric_annotated_field
86002025-11-11T22:11:45.560Z PASS [ 0.018s] (1989/2326) oximeter-macro-impl tests::test_metric_enum
86012025-11-11T22:11:45.560Z PASS [ 0.021s] (1990/2326) oximeter-macro-impl tests::test_metric_without_datum_field
86022025-11-11T22:11:45.585Z PASS [ 0.020s] (1991/2326) oximeter-macro-impl tests::test_target
86032025-11-11T22:11:45.585Z PASS [ 0.024s] (1992/2326) oximeter-macro-impl tests::test_target_empty_struct
86042025-11-11T22:11:45.585Z PASS [ 0.018s] (1993/2326) oximeter-macro-impl tests::test_target_enum
86052025-11-11T22:11:45.610Z PASS [ 0.020s] (1994/2326) oximeter-macro-impl tests::test_target_unit_struct
86062025-11-11T22:11:45.610Z PASS [ 0.017s] (1995/2326) oximeter-macro-impl tests::test_target_with_datum_field
86072025-11-11T22:11:45.661Z PASS [ 0.063s] (1996/2326) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
86082025-11-11T22:11:45.692Z PASS [ 0.030s] (1997/2326) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
86092025-11-11T22:11:45.718Z PASS [ 0.027s] (1998/2326) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
86102025-11-11T22:11:45.746Z PASS [ 0.028s] (1999/2326) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
86112025-11-11T22:11:45.774Z PASS [ 0.028s] (2000/2326) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
86122025-11-11T22:11:45.812Z PASS [ 0.038s] (2001/2326) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
86132025-11-11T22:11:45.838Z PASS [ 0.025s] (2002/2326) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
86142025-11-11T22:11:45.870Z PASS [ 0.032s] (2003/2326) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
86152025-11-11T22:11:45.895Z PASS [ 0.023s] (2004/2326) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
86162025-11-11T22:11:45.926Z PASS [ 0.032s] (2005/2326) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
86172025-11-11T22:11:45.961Z PASS [ 0.036s] (2006/2326) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
86182025-11-11T22:11:45.987Z PASS [ 0.020s] (2007/2326) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
86192025-11-11T22:11:46.012Z PASS [ 0.018s] (2008/2326) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
86202025-11-11T22:11:46.038Z PASS [ 0.017s] (2009/2326) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
86212025-11-11T22:11:46.063Z PASS [ 0.025s] (2010/2326) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
86222025-11-11T22:11:46.088Z PASS [ 0.025s] (2011/2326) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
86232025-11-11T22:11:46.113Z PASS [ 0.021s] (2012/2326) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
86242025-11-11T22:11:46.113Z PASS [ 0.021s] (2013/2326) oximeter-schema ir::tests::fail_on_empty_descriptions
86252025-11-11T22:11:46.138Z PASS [ 0.024s] (2014/2326) oximeter-schema ir::tests::fail_on_empty_metric_name
86262025-11-11T22:11:46.164Z PASS [ 0.026s] (2015/2326) oximeter-schema ir::tests::fail_on_empty_target_name
86272025-11-11T22:11:46.189Z PASS [ 0.024s] (2016/2326) oximeter-schema ir::tests::fail_on_very_long_field_names
86282025-11-11T22:11:46.214Z PASS [ 0.023s] (2017/2326) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
86292025-11-11T22:11:46.239Z PASS [ 0.018s] (2018/2326) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
86302025-11-11T22:11:46.264Z PASS [ 0.029s] (2019/2326) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
86312025-11-11T22:11:46.289Z PASS [ 0.031s] (2020/2326) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
86322025-11-11T22:11:46.316Z PASS [ 0.029s] (2021/2326) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
86332025-11-11T22:11:46.344Z PASS [ 0.028s] (2022/2326) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
86342025-11-11T22:11:46.372Z PASS [ 0.028s] (2023/2326) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
86352025-11-11T22:11:46.400Z PASS [ 0.028s] (2024/2326) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
86362025-11-11T22:11:46.426Z PASS [ 0.026s] (2025/2326) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
86372025-11-11T22:11:46.453Z PASS [ 0.027s] (2026/2326) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
86382025-11-11T22:11:46.481Z PASS [ 0.028s] (2027/2326) oximeter-schema ir::tests::only_support_format_version_1
86392025-11-11T22:11:46.508Z PASS [ 0.027s] (2028/2326) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
86402025-11-11T22:11:46.533Z PASS [ 0.025s] (2029/2326) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
86412025-11-11T22:11:46.627Z PASS [ 0.093s] (2030/2326) oximeter-test-utils tests::test_gen_test_samples
86422025-11-11T22:11:46.657Z PASS [ 0.030s] (2031/2326) oximeter-test-utils tests::test_sample_struct
86432025-11-11T22:11:46.683Z PASS [ 0.026s] (2032/2326) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
86442025-11-11T22:11:46.710Z PASS [ 0.027s] (2033/2326) oximeter-test-utils tests::test_timeseries_schema_from_parts
86452025-11-11T22:11:46.736Z PASS [ 0.022s] (2034/2326) oximeter-test-utils tests::test_timeseries_schema_from_sample
86462025-11-11T22:11:46.761Z PASS [ 0.026s] (2035/2326) oximeter-types histogram::tests::test_bin_range
86472025-11-11T22:11:46.787Z PASS [ 0.021s] (2036/2326) oximeter-types histogram::tests::test_bin_range_from
86482025-11-11T22:11:46.812Z PASS [ 0.018s] (2037/2326) oximeter-types histogram::tests::test_bin_range_to
86492025-11-11T22:11:46.837Z PASS [ 0.020s] (2038/2326) oximeter-types histogram::tests::test_empty_bins_not_supported
86502025-11-11T22:11:46.862Z PASS [ 0.022s] (2039/2326) oximeter-types histogram::tests::test_ensure_finite
86512025-11-11T22:11:46.888Z PASS [ 0.027s] (2040/2326) oximeter-types histogram::tests::test_histogram
86522025-11-11T22:11:46.913Z PASS [ 0.029s] (2041/2326) oximeter-types histogram::tests::test_histogram_construct_with
86532025-11-11T22:11:46.938Z PASS [ 0.018s] (2042/2326) oximeter-types histogram::tests::test_histogram_extreme_bins
86542025-11-11T22:11:46.963Z PASS [ 0.023s] (2043/2326) oximeter-types histogram::tests::test_histogram_extreme_samples
86552025-11-11T22:11:46.963Z PASS [ 0.020s] (2044/2326) oximeter-types histogram::tests::test_histogram_float_bins
86562025-11-11T22:11:46.989Z PASS [ 0.016s] (2045/2326) oximeter-types histogram::tests::test_histogram_unbounded_samples
86572025-11-11T22:11:47.014Z PASS [ 0.030s] (2046/2326) oximeter-types histogram::tests::test_histogram_unsorted_bins
86582025-11-11T22:11:47.039Z PASS [ 0.020s] (2047/2326) oximeter-types histogram::tests::test_histogram_with_bins
86592025-11-11T22:11:47.065Z PASS [ 0.026s] (2048/2326) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
86602025-11-11T22:11:47.090Z PASS [ 0.024s] (2049/2326) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
86612025-11-11T22:11:47.115Z PASS [ 0.022s] (2050/2326) oximeter-types histogram::tests::test_log_bins_u64
86622025-11-11T22:11:47.140Z PASS [ 0.021s] (2051/2326) oximeter-types histogram::tests::test_log_bins_u8
86632025-11-11T22:11:47.165Z PASS [ 0.026s] (2052/2326) oximeter-types histogram::tests::test_log_linear_bins_all_representable
86642025-11-11T22:11:47.191Z PASS [ 0.023s] (2053/2326) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
86652025-11-11T22:11:47.191Z PASS [ 0.017s] (2054/2326) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
86662025-11-11T22:11:47.216Z PASS [ 0.016s] (2055/2326) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
86672025-11-11T22:11:47.241Z PASS [ 0.016s] (2056/2326) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
86682025-11-11T22:11:47.266Z PASS [ 0.025s] (2057/2326) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
86692025-11-11T22:11:47.266Z PASS [ 0.022s] (2058/2326) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
86702025-11-11T22:11:47.291Z PASS [ 0.019s] (2059/2326) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
86712025-11-11T22:11:47.317Z PASS [ 0.022s] (2060/2326) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
86722025-11-11T22:11:47.342Z PASS [ 0.019s] (2061/2326) oximeter-types histogram::tests::test_span_decades
86732025-11-11T22:11:47.368Z PASS [ 0.023s] (2062/2326) oximeter-types histogram::tests::test_span_decades_other_counts_f64
86742025-11-11T22:11:47.368Z PASS [ 0.018s] (2063/2326) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
86752025-11-11T22:11:47.393Z PASS [ 0.021s] (2064/2326) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
86762025-11-11T22:11:47.418Z PASS [ 0.018s] (2065/2326) oximeter-types quantile::tests::test_default_percentiles
86772025-11-11T22:11:47.443Z PASS [ 0.020s] (2066/2326) oximeter-types quantile::tests::test_empty_observations
86782025-11-11T22:11:47.468Z PASS [ 0.024s] (2067/2326) oximeter-types quantile::tests::test_find_cells
86792025-11-11T22:11:47.469Z PASS [ 0.016s] (2068/2326) oximeter-types quantile::tests::test_float_observations
86802025-11-11T22:11:47.494Z PASS [ 0.016s] (2069/2326) oximeter-types quantile::tests::test_integer_observations
86812025-11-11T22:11:47.519Z PASS [ 0.016s] (2070/2326) oximeter-types quantile::tests::test_invalid_p_value
86822025-11-11T22:11:47.519Z PASS [ 0.020s] (2071/2326) oximeter-types quantile::tests::test_max_p
86832025-11-11T22:11:47.545Z PASS [ 0.021s] (2072/2326) oximeter-types quantile::tests::test_min_p
86842025-11-11T22:11:47.570Z PASS [ 0.023s] (2073/2326) oximeter-types quantile::tests::test_non_filled_observations
86852025-11-11T22:11:47.595Z PASS [ 0.024s] (2074/2326) oximeter-types quantile::tests::test_rounding
86862025-11-11T22:11:47.621Z PASS [ 0.024s] (2075/2326) oximeter-types schema::tests::test_field_schema_ordering
86872025-11-11T22:11:47.652Z PASS [ 0.042s] (2076/2326) oximeter-types schema::tests::test_timeseries_name
86882025-11-11T22:11:47.679Z PASS [ 0.027s] (2077/2326) oximeter-types schema::tests::test_timeseries_name_from_str
86892025-11-11T22:11:47.705Z PASS [ 0.022s] (2078/2326) oximeter-types traits::tests::test_metric_trait
86902025-11-11T22:11:47.730Z PASS [ 0.024s] (2079/2326) oximeter-types traits::tests::test_producer_trait
86912025-11-11T22:11:47.755Z PASS [ 0.022s] (2080/2326) oximeter-types traits::tests::test_target_trait
86922025-11-11T22:11:47.780Z PASS [ 0.024s] (2081/2326) oximeter-types types::tests::test_cumulative_f64
86932025-11-11T22:11:47.811Z PASS [ 0.021s] (2082/2326) oximeter-types types::tests::test_cumulative_i64
86942025-11-11T22:11:47.836Z PASS [ 0.023s] (2083/2326) oximeter-types types::tests::test_datum
86952025-11-11T22:11:47.836Z PASS [ 0.019s] (2084/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
86962025-11-11T22:11:47.862Z PASS [ 0.019s] (2085/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
86972025-11-11T22:11:47.887Z PASS [ 0.016s] (2086/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
86982025-11-11T22:11:47.887Z PASS [ 0.015s] (2087/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
86992025-11-11T22:11:47.912Z PASS [ 0.023s] (2088/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
87002025-11-11T22:11:47.937Z PASS [ 0.022s] (2089/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
87012025-11-11T22:11:47.962Z PASS [ 0.024s] (2090/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
87022025-11-11T22:11:47.988Z PASS [ 0.020s] (2091/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
87032025-11-11T22:11:48.013Z PASS [ 0.022s] (2092/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
87042025-11-11T22:11:48.038Z PASS [ 0.020s] (2093/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
87052025-11-11T22:11:48.063Z PASS [ 0.023s] (2094/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
87062025-11-11T22:11:48.063Z PASS [ 0.020s] (2095/2326) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
87072025-11-11T22:11:48.088Z PASS [ 0.019s] (2096/2326) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
87082025-11-11T22:11:48.114Z PASS [ 0.022s] (2097/2326) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
87092025-11-11T22:11:48.139Z PASS [ 0.021s] (2098/2326) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
87102025-11-11T22:11:48.164Z PASS [ 0.017s] (2099/2326) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
87112025-11-11T22:11:48.189Z PASS [ 0.023s] (2100/2326) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
87122025-11-11T22:11:48.189Z PASS [ 0.021s] (2101/2326) oximeter-types types::tests::test_measurement
87132025-11-11T22:11:48.214Z PASS [ 0.023s] (2102/2326) oximeter-types types::tests::test_verify_field_names
87142025-11-11T22:11:48.240Z PASS [ 0.026s] (2103/2326) oxlog tests::test_daterange_filter
87152025-11-11T22:11:48.265Z PASS [ 0.015s] (2104/2326) oxlog tests::test_is_oxide_smf_log_file
87162025-11-11T22:11:48.290Z PASS [ 0.015s] (2105/2326) oxlog tests::test_oxide_smf_service_name_from_log_file_name
87172025-11-11T22:11:48.290Z PASS [ 0.013s] (2106/2326) oxlog tests::test_sort_logs
87182025-11-11T22:11:48.315Z PASS [ 0.033s] (2107/2326) oxlog::bin/oxlog tests::test_parse_timestamp
87192025-11-11T22:11:48.361Z PASS [ 0.048s] (2108/2326) oxql-types point::tests::test_cast_points_from_bool
87202025-11-11T22:11:48.387Z PASS [ 0.023s] (2109/2326) oxql-types point::tests::test_cast_points_from_double
87212025-11-11T22:11:48.417Z PASS [ 0.032s] (2110/2326) oxql-types point::tests::test_cast_points_from_double_distribution
87222025-11-11T22:11:48.444Z PASS [ 0.027s] (2111/2326) oxql-types point::tests::test_cast_points_from_int_distribution
87232025-11-11T22:11:48.469Z PASS [ 0.025s] (2112/2326) oxql-types point::tests::test_cast_points_from_integer
87242025-11-11T22:11:48.498Z PASS [ 0.028s] (2113/2326) oxql-types point::tests::test_cast_points_from_string
87252025-11-11T22:11:48.524Z PASS [ 0.027s] (2114/2326) oxql-types point::tests::test_join_point_arrays
87262025-11-11T22:11:48.550Z PASS [ 0.021s] (2115/2326) oxql-types point::tests::test_point_delta_between
87272025-11-11T22:11:48.550Z PASS [ 2.955s] (2116/2326) oximeter-producer tests::test_producer_registration_task
87282025-11-11T22:11:48.575Z PASS [ 0.023s] (2117/2326) oxql-types point::tests::test_point_delta_between_with_new_epoch
87292025-11-11T22:11:48.575Z PASS [ 0.026s] (2118/2326) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
87302025-11-11T22:11:48.600Z PASS [ 0.026s] (2119/2326) oxql-types point::tests::test_push_concrete_values
87312025-11-11T22:11:48.626Z PASS [ 0.031s] (2120/2326) oxql-types point::tests::test_sub_between_histogram_distributions
87322025-11-11T22:11:48.651Z PASS [ 0.036s] (2121/2326) range-requests test::get_response_no_range
87332025-11-11T22:11:48.676Z PASS [ 0.035s] (2122/2326) range-requests test::get_response_with_range
87342025-11-11T22:11:48.701Z PASS [ 0.089s] (2123/2326) parallel-task-set test::test_spawn_many
87352025-11-11T22:11:48.701Z PASS [ 0.016s] (2124/2326) range-requests test::invalid_ranges
87362025-11-11T22:11:48.727Z PASS [ 0.017s] (2125/2326) range-requests test::parse_range_invalid
87372025-11-11T22:11:48.727Z PASS [ 0.017s] (2126/2326) range-requests test::parse_range_valid
87382025-11-11T22:11:48.727Z PASS [ 0.018s] (2127/2326) range-requests test::range_into_str
87392025-11-11T22:11:48.727Z PASS [ 0.022s] (2128/2326) range-requests test::potential_range_parsing_does_not_crash
87402025-11-11T22:11:48.752Z PASS [ 0.021s] (2129/2326) range-requests test::single_range_parsing_does_not_crash
87412025-11-11T22:11:49.283Z PASS [ 0.557s] (2130/2326) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
87422025-11-11T22:11:49.498Z PASS [ 0.215s] (2131/2326) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
87432025-11-11T22:11:49.729Z PASS [ 0.230s] (2132/2326) reconfigurator-cli::test-scripts script::cmds-example.txt
87442025-11-11T22:11:49.961Z PASS [ 0.232s] (2133/2326) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
87452025-11-11T22:11:50.068Z PASS [ 1.320s] (2134/2326) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
87462025-11-11T22:11:50.117Z PASS [ 0.157s] (2135/2326) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
87472025-11-11T22:11:50.209Z PASS [ 0.141s] (2136/2326) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
87482025-11-11T22:11:50.280Z PASS [ 0.163s] (2137/2326) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
87492025-11-11T22:11:51.296Z PASS [ 1.016s] (2138/2326) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
87502025-11-11T22:11:52.028Z PASS [ 1.819s] (2139/2326) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
87512025-11-11T22:11:53.172Z PASS [ 1.144s] (2140/2326) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
87522025-11-11T22:11:53.332Z PASS [ 0.160s] (2141/2326) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
87532025-11-11T22:11:53.357Z PASS [ 2.053s] (2142/2326) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
87542025-11-11T22:11:53.484Z PASS [ 0.135s] (2143/2326) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
87552025-11-11T22:11:53.714Z PASS [ 0.230s] (2144/2326) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
87562025-11-11T22:11:53.866Z PASS [ 0.152s] (2145/2326) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
87572025-11-11T22:11:54.018Z PASS [ 0.152s] (2146/2326) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
87582025-11-11T22:11:55.046Z PASS [ 1.713s] (2147/2326) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
87592025-11-11T22:11:56.502Z PASS [ 2.483s] (2148/2326) reconfigurator-cli::test-scripts script::cmds-target-release.txt
87602025-11-11T22:11:56.723Z PASS [ 0.221s] (2149/2326) reconfigurator-cli::test-scripts script::cmds.txt
87612025-11-11T22:11:56.891Z PASS [ 1.845s] (2150/2326) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
87622025-11-11T22:11:57.726Z PASS [ 1.003s] (2151/2326) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
87632025-11-11T22:11:57.829Z PASS [ 0.938s] (2152/2326) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
87642025-11-11T22:11:58.707Z PASS [ 0.982s] (2153/2326) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
87652025-11-11T22:11:59.001Z PASS [ 30.043s] (2154/2326) oximeter-db client::tests::cannot_ping_nonexistent_server
87662025-11-11T22:11:59.757Z PASS [ 1.049s] (2155/2326) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
87672025-11-11T22:12:00.032Z PASS [ 15.312s] (2156/2326) oximeter-db::integration_test test_schemas_disjoint
87682025-11-11T22:12:01.246Z PASS [ 2.245s] (2157/2326) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
87692025-11-11T22:12:02.600Z PASS [ 17.820s] (2158/2326) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
87702025-11-11T22:12:03.541Z PASS [ 3.510s] (2159/2326) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
87712025-11-11T22:12:03.567Z PASS [ 0.958s] (2160/2326) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
87722025-11-11T22:12:03.610Z PASS [ 0.046s] (2161/2326) sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
87732025-11-11T22:12:03.654Z PASS [ 0.043s] (2162/2326) sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
87742025-11-11T22:12:03.702Z PASS [ 0.049s] (2163/2326) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
87752025-11-11T22:12:03.750Z PASS [ 0.048s] (2164/2326) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
87762025-11-11T22:12:03.798Z PASS [ 0.048s] (2165/2326) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
87772025-11-11T22:12:03.839Z PASS [ 0.041s] (2166/2326) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
87782025-11-11T22:12:03.879Z PASS [ 0.039s] (2167/2326) sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
87792025-11-11T22:12:03.924Z PASS [ 0.046s] (2168/2326) sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
87802025-11-11T22:12:03.967Z PASS [ 0.043s] (2169/2326) sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
87812025-11-11T22:12:04.006Z PASS [ 0.039s] (2170/2326) sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
87822025-11-11T22:12:04.070Z PASS [ 4.313s] (2171/2326) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
87832025-11-11T22:12:04.113Z PASS [ 0.043s] (2172/2326) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
87842025-11-11T22:12:04.166Z PASS [ 0.053s] (2173/2326) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
87852025-11-11T22:12:04.455Z PASS [ 0.289s] (2174/2326) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
87862025-11-11T22:12:04.715Z PASS [ 1.174s] (2175/2326) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
87872025-11-11T22:12:04.764Z PASS [ 0.049s] (2176/2326) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
87882025-11-11T22:12:04.789Z PASS [ 6.958s] (2177/2326) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
87892025-11-11T22:12:04.814Z PASS [ 0.045s] (2178/2326) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
87902025-11-11T22:12:04.839Z PASS [ 0.043s] (2179/2326) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
87912025-11-11T22:12:04.912Z PASS [ 0.101s] (2180/2326) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
87922025-11-11T22:12:04.953Z PASS [ 0.041s] (2181/2326) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
87932025-11-11T22:12:06.066Z PASS [ 0.081s] (2182/2326) sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
87942025-11-11T22:12:06.091Z PASS [ 0.063s] (2183/2326) sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
87952025-11-11T22:12:06.091Z PASS [ 0.091s] (2184/2326) sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
87962025-11-11T22:12:06.091Z PASS [ 0.047s] (2185/2326) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
87972025-11-11T22:12:06.091Z PASS [ 0.048s] (2186/2326) sled-agent-config-reconciler ledger::tests::read_existing_config
87982025-11-11T22:12:06.091Z PASS [ 0.052s] (2187/2326) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
87992025-11-11T22:12:06.091Z PASS [ 0.050s] (2188/2326) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
88002025-11-11T22:12:06.091Z PASS [ 0.945s] (2189/2326) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
88012025-11-11T22:12:06.091Z PASS [ 0.049s] (2190/2326) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
88022025-11-11T22:12:06.091Z PASS [ 0.044s] (2191/2326) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
88032025-11-11T22:12:06.091Z PASS [ 0.625s] (2192/2326) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
88042025-11-11T22:12:06.091Z PASS [ 0.046s] (2193/2326) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
88052025-11-11T22:12:06.091Z PASS [ 0.042s] (2194/2326) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
88062025-11-11T22:12:07.448Z PASS [ 1.992s] (2195/2326) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
88072025-11-11T22:12:08.053Z PASS [ 2.570s] (2196/2326) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
88082025-11-11T22:12:09.037Z PASS [ 7.792s] (2197/2326) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
88092025-11-11T22:12:09.071Z PASS [ 0.034s] (2198/2326) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
88102025-11-11T22:12:09.113Z PASS [ 0.041s] (2199/2326) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
88112025-11-11T22:12:09.153Z PASS [ 0.040s] (2200/2326) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
88122025-11-11T22:12:09.203Z PASS [ 0.044s] (2201/2326) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
88132025-11-11T22:12:09.242Z PASS [ 0.045s] (2202/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
88142025-11-11T22:12:09.287Z PASS [ 0.045s] (2203/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
88152025-11-11T22:12:09.341Z PASS [ 0.053s] (2204/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
88162025-11-11T22:12:09.377Z PASS [ 0.036s] (2205/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
88172025-11-11T22:12:09.424Z PASS [ 0.047s] (2206/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
88182025-11-11T22:12:09.466Z PASS [ 0.042s] (2207/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
88192025-11-11T22:12:09.511Z PASS [ 0.045s] (2208/2326) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
88202025-11-11T22:12:09.552Z PASS [ 4.064s] (2209/2326) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
88212025-11-11T22:12:09.603Z PASS [ 0.092s] (2210/2326) sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
88222025-11-11T22:12:09.628Z PASS [ 0.051s] (2211/2326) sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
88232025-11-11T22:12:09.653Z PASS [ 0.043s] (2212/2326) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
88242025-11-11T22:12:09.653Z PASS [ 0.047s] (2213/2326) sled-agent-types rack_init::tests::parse_rack_initialization
88252025-11-11T22:12:09.680Z PASS [ 0.030s] (2214/2326) sled-agent-types rack_init::tests::test_subnets
88262025-11-11T22:12:09.705Z PASS [ 0.047s] (2215/2326) sled-agent-types rack_init::tests::test_extra_certs
88272025-11-11T22:12:09.730Z PASS [ 0.042s] (2216/2326) sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
88282025-11-11T22:12:09.730Z PASS [ 0.032s] (2217/2326) sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
88292025-11-11T22:12:09.756Z PASS [ 0.029s] (2218/2326) sled-agent-types zone_bundle::tests::test_priority_dimension
88302025-11-11T22:12:09.756Z PASS [ 0.032s] (2219/2326) sled-agent-types zone_bundle::tests::test_compare_bundles
88312025-11-11T22:12:09.782Z PASS [ 0.027s] (2220/2326) sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
88322025-11-11T22:12:09.808Z PASS [ 0.031s] (2221/2326) sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
88332025-11-11T22:12:09.886Z PASS [ 2.438s] (2222/2326) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
88342025-11-11T22:12:09.941Z PASS [ 0.054s] (2223/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
88352025-11-11T22:12:09.966Z PASS [ 0.162s] (2224/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
88362025-11-11T22:12:09.966Z PASS [ 0.159s] (2225/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
88372025-11-11T22:12:09.992Z PASS [ 0.034s] (2226/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
88382025-11-11T22:12:09.992Z PASS [ 0.032s] (2227/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
88392025-11-11T22:12:09.992Z PASS [ 0.034s] (2228/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
88402025-11-11T22:12:10.017Z PASS [ 0.035s] (2229/2326) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
88412025-11-11T22:12:10.017Z PASS [ 0.032s] (2230/2326) sled-agent-zone-images mupdate_override::tests::clear_no_status
88422025-11-11T22:12:10.017Z PASS [ 0.035s] (2231/2326) sled-agent-zone-images mupdate_override::tests::clear_file_io_error
88432025-11-11T22:12:10.046Z PASS [ 0.035s] (2232/2326) sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
88442025-11-11T22:12:10.071Z PASS [ 0.040s] (2233/2326) sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
88452025-11-11T22:12:10.071Z PASS [ 0.040s] (2234/2326) sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
88462025-11-11T22:12:10.096Z PASS [ 0.047s] (2235/2326) sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
88472025-11-11T22:12:10.121Z PASS [ 0.045s] (2236/2326) sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
88482025-11-11T22:12:10.121Z PASS [ 0.051s] (2237/2326) sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
88492025-11-11T22:12:10.147Z PASS [ 0.032s] (2238/2326) sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
88502025-11-11T22:12:10.147Z PASS [ 0.032s] (2239/2326) sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
88512025-11-11T22:12:10.147Z PASS [ 0.034s] (2240/2326) sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
88522025-11-11T22:12:10.172Z PASS [ 0.033s] (2241/2326) sled-agent-zone-images mupdate_override::tests::read_boot_read_error
88532025-11-11T22:12:10.172Z PASS [ 0.035s] (2242/2326) sled-agent-zone-images mupdate_override::tests::read_both_absent
88542025-11-11T22:12:10.172Z PASS [ 0.036s] (2243/2326) sled-agent-zone-images mupdate_override::tests::read_both_present
88552025-11-11T22:12:10.197Z PASS [ 0.034s] (2244/2326) sled-agent-zone-images mupdate_override::tests::read_different_values
88562025-11-11T22:12:10.222Z PASS [ 0.034s] (2245/2326) sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
88572025-11-11T22:12:10.248Z PASS [ 0.053s] (2246/2326) sled-agent-zone-images source_resolver::tests::file_source_with_errors
88582025-11-11T22:12:10.248Z PASS [ 0.033s] (2247/2326) sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
88592025-11-11T22:12:10.248Z PASS [ 0.036s] (2248/2326) sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
88602025-11-11T22:12:10.273Z PASS [ 0.034s] (2249/2326) sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
88612025-11-11T22:12:10.273Z PASS [ 0.044s] (2250/2326) sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
88622025-11-11T22:12:10.298Z PASS [ 0.039s] (2251/2326) sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
88632025-11-11T22:12:10.298Z PASS [ 0.033s] (2252/2326) sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
88642025-11-11T22:12:10.324Z PASS [ 0.036s] (2253/2326) sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
88652025-11-11T22:12:10.324Z PASS [ 0.040s] (2254/2326) sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
88662025-11-11T22:12:10.349Z PASS [ 0.033s] (2255/2326) sled-agent-zone-images zone_manifest::tests::read_success
88672025-11-11T22:12:11.311Z PASS [ 0.984s] (2256/2326) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
88682025-11-11T22:12:11.410Z PASS [ 1.105s] (2257/2326) sled-diagnostics logs::illumos_tests::collect_current_logs
88692025-11-11T22:12:11.457Z PASS [ 0.047s] (2258/2326) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
88702025-11-11T22:12:11.483Z PASS [ 3.416s] (2259/2326) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
88712025-11-11T22:12:11.508Z PASS [ 0.035s] (2260/2326) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
88722025-11-11T22:12:11.508Z PASS [ 1.178s] (2261/2326) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
88732025-11-11T22:12:11.533Z PASS [ 0.050s] (2262/2326) sled-diagnostics queries::test::test_command_stderr_is_correct
88742025-11-11T22:12:11.533Z PASS [ 0.037s] (2263/2326) sled-diagnostics queries::test::test_command_stdout_is_correct
88752025-11-11T22:12:11.559Z PASS [ 0.046s] (2264/2326) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
88762025-11-11T22:12:11.584Z PASS [ 0.042s] (2265/2326) sled-hardware disk::test::test_disk_paths
88772025-11-11T22:12:11.584Z PASS [ 0.037s] (2266/2326) sled-hardware disk::test::test_partition_device_paths
88782025-11-11T22:12:11.651Z PASS [ 0.075s] (2267/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
88792025-11-11T22:12:11.686Z PASS [ 0.080s] (2268/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
88802025-11-11T22:12:11.711Z PASS [ 0.037s] (2269/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
88812025-11-11T22:12:11.711Z PASS [ 0.042s] (2270/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
88822025-11-11T22:12:11.736Z PASS [ 0.039s] (2271/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
88832025-11-11T22:12:11.736Z PASS [ 0.036s] (2272/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
88842025-11-11T22:12:11.761Z PASS [ 0.029s] (2273/2326) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
88852025-11-11T22:12:11.761Z PASS [ 0.033s] (2274/2326) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
88862025-11-11T22:12:11.810Z PASS [ 0.051s] (2275/2326) sled-storage dataset::test::serialize_dataset_name
88872025-11-11T22:12:12.055Z PASS [ 0.535s] (2276/2326) sled-diagnostics queries::test::test_long_running_command_is_aborted
88882025-11-11T22:12:12.125Z PASS [ 27.408s] (2277/2326) oximeter-db::integration_test test_cluster
88892025-11-11T22:12:12.424Z PASS [ 1.113s] (2278/2326) sled-diagnostics logs::illumos_tests::log_snapshots_work
88902025-11-11T22:12:14.139Z PASS [ 2.084s] (2279/2326) trust-quorum task::tests::tq_initial_config
88912025-11-11T22:12:14.203Z PASS [ 2.057s] (2280/2326) trust-quorum task::tests::tq_initial_config_prepare_and_commit
88922025-11-11T22:12:14.812Z PASS [ 3.001s] (2281/2326) trust-quorum task::tests::test_network_config
88932025-11-11T22:12:14.892Z PASS [ 3.131s] (2282/2326) trust-quorum task::tests::full_mesh_connectivity
88942025-11-11T22:12:14.950Z PASS [ 0.058s] (2283/2326) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
88952025-11-11T22:12:14.985Z PASS [ 0.035s] (2284/2326) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
88962025-11-11T22:12:15.265Z PASS [ 0.279s] (2285/2326) trust-quorum-protocol node::tests::initial_configuration
88972025-11-11T22:12:15.299Z PASS [ 0.034s] (2286/2326) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
88982025-11-11T22:12:15.437Z PASS [ 0.138s] (2287/2326) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
88992025-11-11T22:12:15.623Z PASS [ 0.185s] (2288/2326) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
89002025-11-11T22:12:15.758Z PASS [ 0.946s] (2289/2326) trust-quorum-protocol crypto::tests::rack_secret_test
89012025-11-11T22:12:16.129Z PASS [ 3.704s] (2290/2326) trust-quorum task::tests::tq_persistent_state
89022025-11-11T22:12:16.235Z PASS [ 2.051s] (2291/2326) trust-quorum task::tests::tq_upgrade_from_lrtq
89032025-11-11T22:12:16.401Z PASS [ 0.643s] (2292/2326) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
89042025-11-11T22:12:16.455Z PASS [ 0.053s] (2293/2326) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
89052025-11-11T22:12:16.533Z PASS [ 0.079s] (2294/2326) update-common artifacts::update_plan::tests::test_bad_rot_versions
89062025-11-11T22:12:16.603Z PASS [ 0.069s] (2295/2326) update-common artifacts::update_plan::tests::test_multi_rot_bord
89072025-11-11T22:12:16.628Z PASS [ 0.492s] (2296/2326) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
89082025-11-11T22:12:16.653Z PASS [ 12.622s] (2297/2326) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
89092025-11-11T22:12:16.678Z PASS [ 0.034s] (2298/2326) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
89102025-11-11T22:12:16.678Z PASS [ 0.043s] (2299/2326) update-common artifacts::update_plan::tests::test_split_control_plane
89112025-11-11T22:12:16.703Z PASS [ 0.079s] (2300/2326) update-common artifacts::update_plan::tests::test_multi_rot_version
89122025-11-11T22:12:16.729Z PASS [ 0.047s] (2301/2326) update-common artifacts::update_plan::tests::test_too_many_rot_bord
89132025-11-11T22:12:16.754Z PASS [ 0.071s] (2302/2326) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
89142025-11-11T22:12:16.779Z PASS [ 0.028s] (2303/2326) update-engine display::line_display_shared::tests::test_format_progress_counter
89152025-11-11T22:12:16.805Z PASS [ 0.029s] (2304/2326) update-engine display::line_display_shared::tests::test_start_line
89162025-11-11T22:12:16.830Z PASS [ 0.029s] (2305/2326) update-engine engine::tests::error_exits_early
89172025-11-11T22:12:16.831Z PASS [ 0.118s] (2306/2326) update-engine display::group_display::tests::test_stats
89182025-11-11T22:12:16.860Z PASS [ 0.031s] (2307/2326) update-engine events::tests::step_event_parse_unknown
89192025-11-11T22:12:16.885Z PASS [ 0.040s] (2308/2326) update-engine events::tests::progress_event_parse_unknown
89202025-11-11T22:12:16.910Z PASS [ 0.029s] (2309/2326) update-engine spec::tests::test_merge_anyhow_list
89212025-11-11T22:12:16.936Z PASS [ 0.029s] (2310/2326) wicket state::inventory::tests::component_id_display
89222025-11-11T22:12:16.961Z PASS [ 0.258s] (2311/2326) update-engine buffer::tests::test_buffer
89232025-11-11T22:12:16.961Z PASS [ 0.030s] (2312/2326) wicket state::rack::tests::prev_next_are_opposites
89242025-11-11T22:12:16.987Z PASS [ 0.024s] (2313/2326) wicket state::rack::tests::up_down_are_opposites
89252025-11-11T22:12:16.987Z PASS [ 0.117s] (2314/2326) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
89262025-11-11T22:12:17.066Z PASS [ 0.101s] (2315/2326) wicket-common rack_setup::tests::roundtrip_import_export_policy
89272025-11-11T22:12:17.091Z PASS [ 0.105s] (2316/2326) wicketd installinator_progress::tests::test_states
89282025-11-11T22:12:17.117Z PASS [ 2.969s] (2317/2326) trust-quorum task::tests::tq_reconfig_with_commit_advance
89292025-11-11T22:12:17.142Z PASS [ 0.056s] (2318/2326) wicketd rss_config::tests::test_bgp_auth_key_states
89302025-11-11T22:12:17.292Z PASS [ 0.345s] (2319/2326) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
89312025-11-11T22:12:18.241Z PASS [ 1.158s] (2320/2326) wicketd::mod integration_tests::inventory::test_inventory
89322025-11-11T22:12:18.672Z PASS [ 1.380s] (2321/2326) wicketd::mod integration_tests::updates::test_update_races
89332025-11-11T22:12:18.860Z PASS [ 1.738s] (2322/2326) wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
89342025-11-11T22:12:18.927Z PASS [ 1.819s] (2323/2326) wicketd::mod integration_tests::updates::test_installinator_fetch
89352025-11-11T22:12:19.147Z PASS [ 2.912s] (2324/2326) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
89362025-11-11T22:12:20.326Z PASS [ 2.084s] (2325/2326) wicketd::mod integration_tests::updates::test_updates
89372025-11-11T22:13:15.625Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
89382025-11-11T22:14:15.627Z SLOW [>120.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
89392025-11-11T22:14:35.488Z PASS [ 139.865s] (2326/2326) trust-quorum-protocol::cluster test_trust_quorum_protocol
89402025-11-11T22:14:35.513Z────────────
89412025-11-11T22:14:35.513Z Summary [4713.872s] 2326 tests run: 2326 passed (39 slow), 5 skipped
89422025-11-11T22:14:35.600Z
89432025-11-11T22:14:35.600Zreal 1:19:03.513887667
89442025-11-11T22:14:35.600Zuser 7:12:27.994807176
89452025-11-11T22:14:35.627Zsys 1:24:20.248707469
89462025-11-11T22:14:35.627Ztrap 3:54.940347862
89472025-11-11T22:14:35.627Ztflt 19.243902211
89482025-11-11T22:14:35.627Zdflt 1:14.015324836
89492025-11-11T22:14:35.627Zkflt 0.595904648
89502025-11-11T22:14:35.627Zlock 1848:26:23.719928229
89512025-11-11T22:14:35.627Zslp 143:33:24.463318240
89522025-11-11T22:14:35.627Zlat 6:56:53.192672933
89532025-11-11T22:14:35.627Zstop 1:12:07.758067260
89542025-11-11T22:14:35.627Z+ banner doctest
89552025-11-11T22:14:35.627Z
89562025-11-11T22:14:35.627Z ##### #### #### ##### ###### #### #####
89572025-11-11T22:14:35.627Z # # # # # # # # # #
89582025-11-11T22:14:35.627Z # # # # # # ##### #### #
89592025-11-11T22:14:35.627Z # # # # # # # # #
89602025-11-11T22:14:35.627Z # # # # # # # # # # #
89612025-11-11T22:14:35.627Z ##### #### #### # ###### #### #
89622025-11-11T22:14:35.627Z
89632025-11-11T22:14:35.627Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
89642025-11-11T22:14:38.605Z Fresh unicode-ident v1.0.19
89652025-11-11T22:14:38.678Z Fresh cfg-if v1.0.4
89662025-11-11T22:14:38.678Z Fresh autocfg v1.4.0
89672025-11-11T22:14:38.678Z Fresh memchr v2.7.4
89682025-11-11T22:14:38.678Z Fresh proc-macro2 v1.0.101
89692025-11-11T22:14:38.678Z Fresh value-bag v1.9.0
89702025-11-11T22:14:38.678Z Fresh smallvec v1.15.1
89712025-11-11T22:14:38.678Z Fresh version_check v0.9.5
89722025-11-11T22:14:38.678Z Fresh quote v1.0.40
89732025-11-11T22:14:38.678Z Fresh libc v0.2.174
89742025-11-11T22:14:38.678Z Fresh serde_core v1.0.226
89752025-11-11T22:14:38.678Z Fresh log v0.4.27
89762025-11-11T22:14:38.678Z Fresh scopeguard v1.2.0
89772025-11-11T22:14:38.678Z Fresh itoa v1.0.11
89782025-11-11T22:14:38.678Z Fresh syn v2.0.106
89792025-11-11T22:14:38.678Z Fresh lock_api v0.4.12
89802025-11-11T22:14:38.678Z Fresh getrandom v0.2.15
89812025-11-11T22:14:38.678Z Fresh ryu v1.0.18
89822025-11-11T22:14:38.678Z Fresh critical-section v1.1.3
89832025-11-11T22:14:38.678Z Fresh serde_derive v1.0.226
89842025-11-11T22:14:38.678Z Fresh zeroize_derive v1.4.2
89852025-11-11T22:14:38.679Z Fresh portable-atomic v1.11.0
89862025-11-11T22:14:38.679Z Fresh stable_deref_trait v1.2.0
89872025-11-11T22:14:38.679Z Fresh serde v1.0.226
89882025-11-11T22:14:38.679Z Fresh zeroize v1.8.1
89892025-11-11T22:14:38.679Z Fresh libm v0.2.8
89902025-11-11T22:14:38.679Z Fresh once_cell v1.21.3
89912025-11-11T22:14:38.679Z Fresh synstructure v0.13.1
89922025-11-11T22:14:38.679Z Fresh fnv v1.0.7
89932025-11-11T22:14:38.679Z Fresh bitflags v2.9.4
89942025-11-11T22:14:38.679Z Fresh bytes v1.10.1
89952025-11-11T22:14:38.679Z Fresh num-traits v0.2.19
89962025-11-11T22:14:38.679Z Fresh getrandom v0.3.4
89972025-11-11T22:14:38.679Z Fresh serde_json v1.0.145
89982025-11-11T22:14:38.679Z Fresh zerofrom-derive v0.1.4
89992025-11-11T22:14:38.679Z Fresh rand_core v0.6.4
90002025-11-11T22:14:38.679Z Fresh yoke-derive v0.7.4
90012025-11-11T22:14:38.679Z Fresh zerofrom v0.1.4
90022025-11-11T22:14:38.679Z Fresh pin-project-lite v0.2.14
90032025-11-11T22:14:38.679Z Fresh allocator-api2 v0.2.21
90042025-11-11T22:14:38.679Z Fresh zerovec-derive v0.10.3
90052025-11-11T22:14:38.679Z Fresh errno v0.3.12
90062025-11-11T22:14:38.679Z Fresh displaydoc v0.2.5
90072025-11-11T22:14:38.679Z Fresh regex-syntax v0.8.5
90082025-11-11T22:14:38.679Z Fresh byteorder v1.5.0
90092025-11-11T22:14:38.679Z Fresh yoke v0.7.4
90102025-11-11T22:14:38.679Z Fresh shlex v1.3.0
90112025-11-11T22:14:38.679Z Fresh writeable v0.5.5
90122025-11-11T22:14:38.679Z Fresh percent-encoding v2.3.2
90132025-11-11T22:14:38.679Z Fresh litemap v0.7.3
90142025-11-11T22:14:38.679Z Fresh icu_provider_macros v1.5.0
90152025-11-11T22:14:38.679Z Fresh semver v1.0.27
90162025-11-11T22:14:38.679Z Fresh zerovec v0.10.4
90172025-11-11T22:14:38.679Z Fresh jobserver v0.1.32
90182025-11-11T22:14:38.679Z Fresh subtle v2.6.1
90192025-11-11T22:14:38.679Z Fresh icu_locid_transform_data v1.5.0
90202025-11-11T22:14:38.679Z Fresh equivalent v1.0.2
90212025-11-11T22:14:38.679Z Fresh icu_properties_data v1.5.0
90222025-11-11T22:14:38.679Z Fresh utf8_iter v1.0.4
90232025-11-11T22:14:38.680Z Fresh tinystr v0.7.6
90242025-11-11T22:14:38.680Z Fresh parking_lot_core v0.9.10
90252025-11-11T22:14:38.680Z Fresh cc v1.2.30
90262025-11-11T22:14:38.680Z Fresh icu_collections v1.5.0
90272025-11-11T22:14:38.680Z Fresh write16 v1.0.0
90282025-11-11T22:14:38.680Z Fresh utf16_iter v1.0.5
90292025-11-11T22:14:38.680Z Fresh icu_normalizer_data v1.5.0
90302025-11-11T22:14:38.680Z Fresh heck v0.5.0
90312025-11-11T22:14:38.680Z Fresh icu_locid v1.5.0
90322025-11-11T22:14:38.680Z Fresh parking_lot v0.12.3
90332025-11-11T22:14:38.680Z Fresh form_urlencoded v1.2.2
90342025-11-11T22:14:38.680Z Fresh aho-corasick v1.1.3
90352025-11-11T22:14:38.680Z Fresh signal-hook-registry v1.4.2
90362025-11-11T22:14:38.680Z Fresh icu_provider v1.5.0
90372025-11-11T22:14:38.680Z Fresh regex-automata v0.4.11
90382025-11-11T22:14:38.680Z Fresh futures-core v0.3.31
90392025-11-11T22:14:38.680Z Fresh mio v1.0.2
90402025-11-11T22:14:38.680Z Fresh icu_locid_transform v1.5.0
90412025-11-11T22:14:38.680Z Fresh typenum v1.17.0
90422025-11-11T22:14:38.680Z Fresh rustix v0.38.37
90432025-11-11T22:14:38.680Z Fresh regex v1.11.3
90442025-11-11T22:14:38.680Z Fresh thiserror-impl v2.0.17
90452025-11-11T22:14:38.680Z Fresh either v1.15.0
90462025-11-11T22:14:38.680Z Fresh tokio-macros v2.5.0
90472025-11-11T22:14:38.680Z Fresh icu_properties v1.5.1
90482025-11-11T22:14:38.680Z Fresh generic-array v0.14.7
90492025-11-11T22:14:38.680Z Fresh thiserror v2.0.17
90502025-11-11T22:14:38.680Z Fresh socket2 v0.6.0
90512025-11-11T22:14:38.680Z Fresh hashbrown v0.16.0
90522025-11-11T22:14:38.680Z Fresh spin v0.9.8
90532025-11-11T22:14:38.680Z Fresh iana-time-zone v0.1.63
90542025-11-11T22:14:38.680Z Fresh icu_normalizer v1.5.0
90552025-11-11T22:14:38.680Z Fresh crypto-common v0.1.6
90562025-11-11T22:14:38.680Z Fresh tokio v1.47.0
90572025-11-11T22:14:38.680Z Fresh indexmap v2.11.4
90582025-11-11T22:14:38.680Z Fresh chrono v0.4.42
90592025-11-11T22:14:38.680Z Fresh thiserror-impl v1.0.69
90602025-11-11T22:14:38.680Z Fresh zerocopy-derive v0.7.35
90612025-11-11T22:14:38.680Z Fresh idna_adapter v1.2.0
90622025-11-11T22:14:38.680Z Fresh thiserror v1.0.69
90632025-11-11T22:14:38.681Z Fresh zerocopy v0.7.35
90642025-11-11T22:14:38.681Z Fresh futures-io v0.3.31
90652025-11-11T22:14:38.707Z Fresh const-oid v0.9.6
90662025-11-11T22:14:38.707Z Fresh lazy_static v1.5.0
90672025-11-11T22:14:38.707Z Fresh uuid v1.18.1
90682025-11-11T22:14:38.707Z Fresh idna v1.0.3
90692025-11-11T22:14:38.707Z Fresh block-buffer v0.10.4
90702025-11-11T22:14:38.707Z Fresh pkg-config v0.3.31
90712025-11-11T22:14:38.707Z Fresh pin-utils v0.1.0
90722025-11-11T22:14:38.707Z Fresh futures-sink v0.3.31
90732025-11-11T22:14:38.707Z Fresh serde_derive_internals v0.29.1
90742025-11-11T22:14:38.707Z Fresh url v2.5.4
90752025-11-11T22:14:38.707Z Fresh slab v0.4.9
90762025-11-11T22:14:38.707Z Fresh digest v0.10.7
90772025-11-11T22:14:38.707Z Fresh cpufeatures v0.2.14
90782025-11-11T22:14:38.707Z Fresh dyn-clone v1.0.20
90792025-11-11T22:14:38.707Z Fresh strsim v0.11.1
90802025-11-11T22:14:38.707Z Fresh syn v1.0.109
90812025-11-11T22:14:38.707Z Fresh schemars_derive v0.8.22
90822025-11-11T22:14:38.707Z Fresh futures-channel v0.3.31
90832025-11-11T22:14:38.707Z Fresh futures-macro v0.3.31
90842025-11-11T22:14:38.707Z Fresh futures-task v0.3.31
90852025-11-11T22:14:38.707Z Fresh ppv-lite86 v0.2.20
90862025-11-11T22:14:38.707Z Fresh foldhash v0.1.5
90872025-11-11T22:14:38.707Z Fresh schemars v0.8.22
90882025-11-11T22:14:38.707Z Fresh futures-util v0.3.31
90892025-11-11T22:14:38.707Z Fresh hashbrown v0.15.4
90902025-11-11T22:14:38.707Z Fresh adler2 v2.0.0
90912025-11-11T22:14:38.707Z Fresh tracing-core v0.1.32
90922025-11-11T22:14:38.707Z Fresh tracing-attributes v0.1.27
90932025-11-11T22:14:38.707Z Fresh glob v0.3.2
90942025-11-11T22:14:38.707Z Fresh http v1.3.1
90952025-11-11T22:14:38.708Z Fresh miniz_oxide v0.8.5
90962025-11-11T22:14:38.708Z Fresh tracing v0.1.40
90972025-11-11T22:14:38.708Z Fresh gimli v0.31.1
90982025-11-11T22:14:38.708Z Fresh object v0.36.5
90992025-11-11T22:14:38.708Z Fresh rustc-demangle v0.1.24
91002025-11-11T22:14:38.708Z Fresh minimal-lexical v0.2.1
91012025-11-11T22:14:38.708Z Fresh addr2line v0.24.2
91022025-11-11T22:14:38.708Z Fresh nom v7.1.3
91032025-11-11T22:14:38.708Z Fresh serde_tokenstream v0.2.2
91042025-11-11T22:14:38.708Z Fresh libloading v0.8.5
91052025-11-11T22:14:38.708Z Fresh backtrace v0.3.74
91062025-11-11T22:14:38.708Z Fresh prettyplease v0.2.36
91072025-11-11T22:14:38.708Z Fresh cexpr v0.6.0
91082025-11-11T22:14:38.708Z Fresh clang-sys v1.8.1
91092025-11-11T22:14:38.708Z Fresh vcpkg v0.2.15
91102025-11-11T22:14:38.708Z Fresh powerfmt v0.2.0
91112025-11-11T22:14:38.708Z Fresh crossbeam-utils v0.8.21
91122025-11-11T22:14:38.708Z Fresh paste v1.0.15
91132025-11-11T22:14:38.708Z Fresh home v0.5.9
91142025-11-11T22:14:38.708Z Fresh time-core v0.1.6
91152025-11-11T22:14:38.708Z Fresh num-conv v0.1.0
91162025-11-11T22:14:38.708Z Fresh deranged v0.5.3
91172025-11-11T22:14:38.708Z Fresh block-padding v0.3.3
91182025-11-11T22:14:38.708Z Fresh time-macros v0.2.24
91192025-11-11T22:14:38.708Z Fresh base64ct v1.6.0
91202025-11-11T22:14:38.708Z Fresh num_threads v0.1.7
91212025-11-11T22:14:38.708Z Fresh inout v0.1.3
91222025-11-11T22:14:38.708Z Fresh ipnet v2.11.0
91232025-11-11T22:14:38.708Z Fresh time v0.3.43
91242025-11-11T22:14:38.708Z Fresh cipher v0.4.4
91252025-11-11T22:14:38.708Z Fresh itertools v0.12.1
91262025-11-11T22:14:38.708Z Fresh base64 v0.22.1
91272025-11-11T22:14:38.708Z Fresh which v4.4.2
91282025-11-11T22:14:38.708Z Fresh anyhow v1.0.99
91292025-11-11T22:14:38.708Z Fresh rustversion v1.0.22
91302025-11-11T22:14:38.708Z Fresh tokio-util v0.7.15
91312025-11-11T22:14:38.708Z Fresh lazycell v1.3.0
91322025-11-11T22:14:38.708Z Fresh ident_case v1.0.1
91332025-11-11T22:14:38.708Z Fresh rustc-hash v1.1.0
91342025-11-11T22:14:38.709Z Fresh utf8parse v0.2.2
91352025-11-11T22:14:38.709Z Fresh atomic-waker v1.1.2
91362025-11-11T22:14:38.709Z Fresh bindgen v0.69.5
91372025-11-11T22:14:38.709Z Fresh cmake v0.1.51
91382025-11-11T22:14:38.709Z Fresh dunce v1.0.5
91392025-11-11T22:14:38.709Z Fresh fs_extra v1.3.0
91402025-11-11T22:14:38.709Z Fresh untrusted v0.9.0
91412025-11-11T22:14:38.709Z Fresh httparse v1.9.5
91422025-11-11T22:14:38.709Z Fresh ring v0.17.14
91432025-11-11T22:14:38.709Z Fresh pem-rfc7468 v0.7.0
91442025-11-11T22:14:38.709Z Fresh sha2 v0.10.9
91452025-11-11T22:14:38.709Z Fresh hmac v0.12.1
91462025-11-11T22:14:38.709Z Fresh fastrand v2.1.1
91472025-11-11T22:14:38.709Z Fresh rand_chacha v0.3.1
91482025-11-11T22:14:38.709Z Fresh anstyle v1.0.11
91492025-11-11T22:14:38.709Z Fresh rand v0.8.5
91502025-11-11T22:14:38.709Z Fresh der_derive v0.7.3
91512025-11-11T22:14:38.709Z Fresh rustls-pki-types v1.10.0
91522025-11-11T22:14:38.709Z Fresh flagset v0.4.6
91532025-11-11T22:14:38.709Z Fresh der v0.7.10
91542025-11-11T22:14:38.709Z Fresh anstyle-parse v0.2.5
91552025-11-11T22:14:38.709Z Fresh http-body v1.0.1
91562025-11-11T22:14:38.709Z Fresh zerocopy-derive v0.8.27
91572025-11-11T22:14:38.709Z Fresh unicode-segmentation v1.12.0
91582025-11-11T22:14:38.709Z Fresh is_terminal_polyfill v1.70.1
91592025-11-11T22:14:38.709Z Fresh anstyle-query v1.1.1
91602025-11-11T22:14:38.709Z Fresh colorchoice v1.0.2
91612025-11-11T22:14:38.709Z Fresh zerocopy v0.8.27
91622025-11-11T22:14:38.709Z Fresh aws-lc-sys v0.26.0
91632025-11-11T22:14:38.709Z Fresh try-lock v0.2.5
91642025-11-11T22:14:38.709Z Fresh untrusted v0.7.1
91652025-11-11T22:14:38.736Z Fresh httpdate v1.0.3
91662025-11-11T22:14:38.736Z Fresh h2 v0.4.6
91672025-11-11T22:14:38.736Z Fresh anstream v0.6.18
91682025-11-11T22:14:38.736Z Fresh aws-lc-rs v1.12.4
91692025-11-11T22:14:38.736Z Fresh want v0.3.1
91702025-11-11T22:14:38.736Z Fresh terminal_size v0.4.0
91712025-11-11T22:14:38.736Z Fresh tower-service v0.3.3
91722025-11-11T22:14:38.736Z Fresh rand_core v0.9.3
91732025-11-11T22:14:38.736Z Fresh clap_lex v0.7.4
91742025-11-11T22:14:38.736Z Fresh hyper v1.7.0
91752025-11-11T22:14:38.736Z Fresh rustls-webpki v0.102.8
91762025-11-11T22:14:38.736Z Fresh clap_builder v4.5.48
91772025-11-11T22:14:38.736Z Fresh spki v0.7.3
91782025-11-11T22:14:38.736Z Fresh pbkdf2 v0.12.2
91792025-11-11T22:14:38.736Z Fresh aes v0.8.4
91802025-11-11T22:14:38.736Z Fresh clap_derive v4.5.47
91812025-11-11T22:14:38.736Z Fresh rustc_version v0.4.1
91822025-11-11T22:14:38.736Z Fresh toml_datetime v0.6.11
91832025-11-11T22:14:38.736Z Fresh serde_spanned v0.6.9
91842025-11-11T22:14:38.736Z Fresh async-trait v0.1.89
91852025-11-11T22:14:38.736Z Fresh mime v0.3.17
91862025-11-11T22:14:38.736Z Fresh slog v2.7.0
91872025-11-11T22:14:38.736Z Fresh clap v4.5.48
91882025-11-11T22:14:38.736Z Fresh hyper-util v0.1.17
91892025-11-11T22:14:38.736Z Fresh salsa20 v0.10.2
91902025-11-11T22:14:38.736Z Fresh cbc v0.1.2
91912025-11-11T22:14:38.736Z Fresh ucd-trie v0.1.7
91922025-11-11T22:14:38.737Z Fresh camino v1.2.0
91932025-11-11T22:14:38.737Z Fresh pest v2.8.2
91942025-11-11T22:14:38.737Z Fresh scrypt v0.11.0
91952025-11-11T22:14:38.737Z Fresh rand_chacha v0.9.0
91962025-11-11T22:14:38.737Z Fresh http-body-util v0.1.3
91972025-11-11T22:14:38.737Z Fresh darling_core v0.20.10
91982025-11-11T22:14:38.737Z Fresh foreign-types-shared v0.1.1
91992025-11-11T22:14:38.737Z Fresh openssl-probe v0.1.5
92002025-11-11T22:14:38.737Z Fresh rand v0.9.2
92012025-11-11T22:14:38.737Z Fresh foreign-types v0.3.2
92022025-11-11T22:14:38.737Z Fresh pkcs5 v0.7.1
92032025-11-11T22:14:38.737Z Fresh darling_macro v0.20.10
92042025-11-11T22:14:38.737Z Fresh rustix v1.0.7
92052025-11-11T22:14:38.737Z Fresh pest_meta v2.8.2
92062025-11-11T22:14:38.737Z Fresh openssl-sys v0.9.109
92072025-11-11T22:14:38.737Z Fresh openssl-macros v0.1.1
92082025-11-11T22:14:38.737Z Fresh plain v0.2.3
92092025-11-11T22:14:38.737Z Fresh pkcs8 v0.10.2
92102025-11-11T22:14:38.737Z Fresh darling v0.20.10
92112025-11-11T22:14:38.737Z Fresh pest_generator v2.8.2
92122025-11-11T22:14:38.737Z Fresh openssl v0.10.73
92132025-11-11T22:14:38.737Z Fresh serde_urlencoded v0.7.1
92142025-11-11T22:14:38.737Z Fresh encoding_rs v0.8.34
92152025-11-11T22:14:38.737Z Fresh pest_derive v2.8.2
92162025-11-11T22:14:38.737Z Fresh tempfile v3.20.0
92172025-11-11T22:14:38.737Z Fresh rustls v0.23.19
92182025-11-11T22:14:38.737Z Fresh pretty-hex v0.4.1
92192025-11-11T22:14:38.737Z Fresh litrs v0.4.1
92202025-11-11T22:14:38.737Z Fresh openapiv3 v2.2.0
92212025-11-11T22:14:38.737Z Fresh sync_wrapper v1.0.1
92222025-11-11T22:14:38.737Z Fresh psl-types v2.0.11
92232025-11-11T22:14:38.737Z Fresh document-features v0.2.11
92242025-11-11T22:14:38.737Z Fresh tokio-rustls v0.26.0
92252025-11-11T22:14:38.737Z Fresh native-tls v0.2.12
92262025-11-11T22:14:38.737Z Fresh tower-layer v0.3.3
92272025-11-11T22:14:38.737Z Fresh cookie v0.18.1
92282025-11-11T22:14:38.737Z Fresh publicsuffix v2.3.0
92292025-11-11T22:14:38.737Z Fresh rustls-native-certs v0.8.1
92302025-11-11T22:14:38.737Z Fresh webpki-roots v1.0.1
92312025-11-11T22:14:38.738Z Fresh tokio-native-tls v0.3.1
92322025-11-11T22:14:38.738Z Fresh tower v0.5.2
92332025-11-11T22:14:38.738Z Fresh ipnetwork v0.21.1
92342025-11-11T22:14:38.738Z Fresh iri-string v0.7.8
92352025-11-11T22:14:38.738Z Fresh hyper-rustls v0.27.7
92362025-11-11T22:14:38.738Z Fresh cookie_store v0.21.1
92372025-11-11T22:14:38.738Z Fresh signature v2.2.0
92382025-11-11T22:14:38.738Z Fresh scroll_derive v0.12.0
92392025-11-11T22:14:38.738Z Fresh tower-http v0.6.6
92402025-11-11T22:14:38.738Z Fresh hyper-tls v0.6.0
92412025-11-11T22:14:38.738Z Fresh winnow v0.7.13
92422025-11-11T22:14:38.738Z Fresh data-encoding v2.9.0
92432025-11-11T22:14:38.738Z Fresh scroll v0.12.0
92442025-11-11T22:14:38.738Z Fresh sha1 v0.10.6
92452025-11-11T22:14:38.738Z Fresh quick-error v1.2.3
92462025-11-11T22:14:38.738Z Fresh tinyvec_macros v0.1.1
92472025-11-11T22:14:38.738Z Fresh reqwest v0.12.24
92482025-11-11T22:14:38.738Z Fresh winnow v0.5.40
92492025-11-11T22:14:38.738Z Fresh goblin v0.8.2
92502025-11-11T22:14:38.738Z Fresh tinyvec v1.8.0
92512025-11-11T22:14:38.738Z Fresh dtrace-parser v0.2.0
92522025-11-11T22:14:38.738Z Fresh strum_macros v0.26.4
92532025-11-11T22:14:38.738Z Fresh num-integer v0.1.46
92542025-11-11T22:14:38.738Z Fresh toml_edit v0.19.15
92552025-11-11T22:14:38.738Z Fresh dof v0.3.0
92562025-11-11T22:14:38.738Z Fresh thread-id v4.2.2
92572025-11-11T22:14:38.738Z Fresh bit-vec v0.8.0
92582025-11-11T22:14:38.738Z Fresh strum v0.26.3
92592025-11-11T22:14:38.738Z Fresh hubpack_derive v0.1.1
92602025-11-11T22:14:38.738Z Fresh wait-timeout v0.2.0
92612025-11-11T22:14:38.738Z Fresh bit-set v0.8.0
92622025-11-11T22:14:38.738Z Fresh usdt-impl v0.5.0
92632025-11-11T22:14:38.738Z Fresh static_assertions v1.1.0
92642025-11-11T22:14:38.738Z Fresh base16ct v0.2.0
92652025-11-11T22:14:38.765Z Fresh hubpack v0.1.2
92662025-11-11T22:14:38.765Z Fresh oxnet v0.1.3
92672025-11-11T22:14:38.765Z Fresh ff v0.13.0
92682025-11-11T22:14:38.765Z Fresh sec1 v0.7.3
92692025-11-11T22:14:38.765Z Fresh group v0.13.0
92702025-11-11T22:14:38.765Z Fresh usdt-macro v0.5.0
92712025-11-11T22:14:38.765Z Fresh usdt-attr-macro v0.5.0
92722025-11-11T22:14:38.765Z Fresh rusty-fork v0.3.0
92732025-11-11T22:14:38.765Z Fresh num-iter v0.1.45
92742025-11-11T22:14:38.765Z Fresh rand_xorshift v0.4.0
92752025-11-11T22:14:38.765Z Fresh ahash v0.8.12
92762025-11-11T22:14:38.765Z Fresh heck v0.4.1
92772025-11-11T22:14:38.765Z Fresh hkdf v0.12.4
92782025-11-11T22:14:38.765Z Fresh crossbeam-epoch v0.9.18
92792025-11-11T22:14:38.765Z Fresh crypto-bigint v0.5.5
92802025-11-11T22:14:38.765Z Fresh bstr v1.10.0
92812025-11-11T22:14:38.765Z Fresh memmap v0.7.0
92822025-11-11T22:14:38.765Z Fresh crc32fast v1.4.2
92832025-11-11T22:14:38.765Z Fresh unarray v0.1.4
92842025-11-11T22:14:38.766Z Fresh usdt v0.5.0
92852025-11-11T22:14:38.766Z Fresh elliptic-curve v0.13.8
92862025-11-11T22:14:38.766Z Fresh itertools v0.13.0
92872025-11-11T22:14:38.766Z Fresh toml_write v0.1.2
92882025-11-11T22:14:38.766Z Fresh pkcs1 v0.7.5
92892025-11-11T22:14:38.766Z Fresh proptest v1.7.0
92902025-11-11T22:14:38.766Z Fresh toml_edit v0.22.27
92912025-11-11T22:14:38.766Z Fresh bitflags v1.3.2
92922025-11-11T22:14:38.766Z Fresh zlib-rs v0.5.1
92932025-11-11T22:14:38.766Z Fresh derive_builder_core v0.20.2
92942025-11-11T22:14:38.766Z Fresh x509-cert v0.2.5
92952025-11-11T22:14:38.766Z Fresh num-bigint-dig v0.8.4
92962025-11-11T22:14:38.766Z Fresh libz-rs-sys v0.5.1
92972025-11-11T22:14:38.766Z Fresh newtype-uuid v1.3.1
92982025-11-11T22:14:38.766Z Fresh rfc6979 v0.4.0
92992025-11-11T22:14:38.766Z Fresh curve25519-dalek-derive v0.1.1
93002025-11-11T22:14:38.766Z Fresh daft-derive v0.1.4
93012025-11-11T22:14:38.766Z Fresh siphasher v0.3.11
93022025-11-11T22:14:38.766Z Fresh rsa v0.9.8
93032025-11-11T22:14:38.766Z Fresh curve25519-dalek v4.1.3
93042025-11-11T22:14:38.766Z Fresh flate2 v1.1.2
93052025-11-11T22:14:38.766Z Fresh daft v0.1.4
93062025-11-11T22:14:38.766Z Fresh ecdsa v0.16.9
93072025-11-11T22:14:38.766Z Fresh phf_shared v0.11.2
93082025-11-11T22:14:38.766Z Fresh derive_builder_macro v0.20.2
93092025-11-11T22:14:38.766Z Fresh cfg_aliases v0.2.1
93102025-11-11T22:14:38.766Z Fresh bzip2-sys v0.1.13+1.0.8
93112025-11-11T22:14:38.766Z Fresh derive_builder v0.20.2
93122025-11-11T22:14:38.766Z Fresh toml v0.7.8
93132025-11-11T22:14:38.766Z Fresh unicode-normalization v0.1.24
93142025-11-11T22:14:38.766Z Fresh ed25519 v2.2.3
93152025-11-11T22:14:38.766Z Fresh enum-as-inner v0.6.1
93162025-11-11T22:14:38.766Z Fresh scroll_derive v0.13.1
93172025-11-11T22:14:38.766Z Fresh env_filter v0.1.2
93182025-11-11T22:14:38.766Z Fresh keccak v0.1.5
93192025-11-11T22:14:38.766Z Fresh managed v0.8.0
93202025-11-11T22:14:38.766Z Fresh env_logger v0.11.8
93212025-11-11T22:14:38.766Z Fresh scroll v0.13.0
93222025-11-11T22:14:38.766Z Fresh signal-hook v0.3.18
93232025-11-11T22:14:38.767Z Fresh memoffset v0.9.1
93242025-11-11T22:14:38.767Z Fresh sha3 v0.10.8
93252025-11-11T22:14:38.767Z Fresh ed25519-dalek v2.1.1
93262025-11-11T22:14:38.767Z Fresh serde_with_macros v3.14.0
93272025-11-11T22:14:38.767Z Fresh itertools v0.10.5
93282025-11-11T22:14:38.767Z Fresh cargo-platform v0.1.8
93292025-11-11T22:14:38.767Z Fresh ref-cast-impl v1.0.24
93302025-11-11T22:14:38.767Z Fresh new_debug_unreachable v1.0.6
93312025-11-11T22:14:38.767Z Fresh rustc-hash v2.1.1
93322025-11-11T22:14:38.767Z Fresh fixedbitset v0.4.2
93332025-11-11T22:14:38.767Z Fresh precomputed-hash v0.1.1
93342025-11-11T22:14:38.767Z Fresh cargo_metadata v0.19.2
93352025-11-11T22:14:38.767Z Fresh ref-cast v1.0.24
93362025-11-11T22:14:38.767Z Fresh serde_with v3.14.0
93372025-11-11T22:14:38.767Z Fresh petgraph v0.6.5
93382025-11-11T22:14:38.767Z Fresh string_cache v0.8.9
93392025-11-11T22:14:38.767Z Fresh goblin v0.10.2
93402025-11-11T22:14:38.767Z Fresh vergen-lib v0.1.6
93412025-11-11T22:14:38.767Z Fresh zstd-sys v2.0.14+zstd.1.5.7
93422025-11-11T22:14:38.767Z Fresh signal-hook-mio v0.2.4
93432025-11-11T22:14:38.767Z Fresh dof v0.4.0
93442025-11-11T22:14:38.767Z Fresh vergen v9.0.6
93452025-11-11T22:14:38.767Z Fresh bzip2 v0.4.4
93462025-11-11T22:14:38.767Z Fresh dtrace-parser v0.3.0
93472025-11-11T22:14:38.767Z Fresh thread-id v5.0.0
93482025-11-11T22:14:38.767Z Fresh lalrpop-util v0.19.12
93492025-11-11T22:14:38.767Z Fresh zip v0.6.6
93502025-11-11T22:14:38.767Z Fresh zstd-safe v7.2.3
93512025-11-11T22:14:38.767Z Fresh usdt-impl v0.6.0
93522025-11-11T22:14:38.767Z Fresh hash32 v0.2.1
93532025-11-11T22:14:38.767Z Fresh serde-big-array v0.5.1
93542025-11-11T22:14:38.767Z Fresh socket2 v0.5.10
93552025-11-11T22:14:38.767Z Fresh winnow v0.6.26
93562025-11-11T22:14:38.767Z Fresh unicode-bidi v0.3.17
93572025-11-11T22:14:38.767Z Fresh predicates-core v1.0.8
93582025-11-11T22:14:38.767Z Fresh unicode-properties v0.1.3
93592025-11-11T22:14:38.767Z Fresh lockfree-object-pool v0.1.6
93602025-11-11T22:14:38.767Z Fresh bumpalo v3.16.0
93612025-11-11T22:14:38.767Z Fresh simd-adler32 v0.3.7
93622025-11-11T22:14:38.767Z Fresh stringprep v0.1.5
93632025-11-11T22:14:38.768Z Fresh heapless v0.7.17
93642025-11-11T22:14:38.768Z Fresh zstd v0.13.3
93652025-11-11T22:14:38.794Z Fresh zopfli v0.8.1
93662025-11-11T22:14:38.794Z Fresh crossterm v0.28.1
93672025-11-11T22:14:38.794Z Fresh hickory-proto v0.25.2
93682025-11-11T22:14:38.794Z Fresh bzip2 v0.5.2
93692025-11-11T22:14:38.794Z Fresh similar v2.7.0
93702025-11-11T22:14:38.794Z Fresh tokio-stream v0.1.17
93712025-11-11T22:14:38.794Z Fresh md-5 v0.10.6
93722025-11-11T22:14:38.795Z Fresh strum_macros v0.27.2
93732025-11-11T22:14:38.795Z Fresh float-cmp v0.10.0
93742025-11-11T22:14:38.795Z Fresh fallible-iterator v0.2.0
93752025-11-11T22:14:38.795Z Fresh foldhash v0.2.0
93762025-11-11T22:14:38.795Z Fresh jiff v0.2.15
93772025-11-11T22:14:38.795Z Fresh normalize-line-endings v0.3.0
93782025-11-11T22:14:38.795Z Fresh difflib v0.4.0
93792025-11-11T22:14:38.795Z Fresh strum v0.27.2
93802025-11-11T22:14:38.795Z Fresh buf-list v1.0.3
93812025-11-11T22:14:38.795Z Fresh postgres-protocol v0.6.8
93822025-11-11T22:14:38.795Z Fresh iddqd v0.3.13
93832025-11-11T22:14:38.795Z Fresh predicates v3.1.3
93842025-11-11T22:14:38.795Z Fresh zip v4.2.0
93852025-11-11T22:14:38.795Z Fresh nix v0.29.0
93862025-11-11T22:14:38.795Z Fresh smoltcp v0.9.1
93872025-11-11T22:14:38.795Z Fresh serde_repr v0.1.19
93882025-11-11T22:14:38.795Z Fresh peg-runtime v0.8.5
93892025-11-11T22:14:38.795Z Fresh postgres-types v0.2.9
93902025-11-11T22:14:38.795Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
93912025-11-11T22:14:38.795Z Fresh phf v0.11.2
93922025-11-11T22:14:38.795Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
93932025-11-11T22:14:38.795Z Fresh whoami v1.5.2
93942025-11-11T22:14:38.795Z Fresh is-terminal v0.4.13
93952025-11-11T22:14:38.795Z Fresh fs-err v3.1.1
93962025-11-11T22:14:38.795Z Fresh tokio-postgres v0.7.13
93972025-11-11T22:14:38.795Z Fresh futures-executor v0.3.31
93982025-11-11T22:14:38.795Z Fresh regress v0.10.4
93992025-11-11T22:14:38.795Z Fresh crossbeam-channel v0.5.15
94002025-11-11T22:14:38.795Z Fresh unsafe-libyaml v0.2.11
94012025-11-11T22:14:38.795Z Fresh hex v0.4.3
94022025-11-11T22:14:38.795Z Fresh thread_local v1.1.8
94032025-11-11T22:14:38.795Z Fresh futures v0.3.31
94042025-11-11T22:14:38.795Z Fresh serde_yaml v0.9.34+deprecated
94052025-11-11T22:14:38.795Z Fresh typify-impl v0.4.3
94062025-11-11T22:14:38.795Z Fresh term v1.1.0
94072025-11-11T22:14:38.795Z Fresh take_mut v0.2.2
94082025-11-11T22:14:38.795Z Fresh match_cfg v0.1.0
94092025-11-11T22:14:38.795Z Fresh typify-macro v0.4.3
94102025-11-11T22:14:38.796Z Fresh slog-term v2.9.2
94112025-11-11T22:14:38.796Z Fresh hostname v0.3.1
94122025-11-11T22:14:38.796Z Fresh debug-ignore v1.0.5
94132025-11-11T22:14:38.796Z Fresh structmeta-derive v0.3.0
94142025-11-11T22:14:38.796Z Fresh typify v0.4.3
94152025-11-11T22:14:38.796Z Fresh slog-async v2.8.0
94162025-11-11T22:14:38.796Z Fresh structmeta v0.3.0
94172025-11-11T22:14:38.796Z Fresh progenitor-client v0.10.0
94182025-11-11T22:14:38.796Z Fresh toml_parser v1.0.2
94192025-11-11T22:14:38.796Z Fresh serde_spanned v1.0.0
94202025-11-11T22:14:38.796Z Fresh serde_path_to_error v0.1.17
94212025-11-11T22:14:38.796Z Fresh toml_datetime v0.7.0
94222025-11-11T22:14:38.796Z Fresh toml_writer v1.0.2
94232025-11-11T22:14:38.796Z Fresh rustls v0.22.4
94242025-11-11T22:14:38.796Z Fresh slog-json v2.6.1
94252025-11-11T22:14:38.796Z Fresh async-stream-impl v0.3.6
94262025-11-11T22:14:38.796Z Fresh toml v0.9.5
94272025-11-11T22:14:38.796Z Fresh tokio-rustls v0.25.0
94282025-11-11T22:14:38.796Z Fresh slog-bunyan v2.5.0
94292025-11-11T22:14:38.796Z Fresh async-stream v0.3.6
94302025-11-11T22:14:38.796Z Fresh rustls-pemfile v2.2.0
94312025-11-11T22:14:38.796Z Fresh waitgroup v0.1.2
94322025-11-11T22:14:38.796Z Fresh multer v3.1.0
94332025-11-11T22:14:38.796Z Fresh dropshot_endpoint v0.16.4
94342025-11-11T22:14:38.796Z Fresh hostname v0.4.0
94352025-11-11T22:14:38.796Z Fresh derive-ex v0.1.8
94362025-11-11T22:14:38.796Z Fresh newtype-uuid-macros v0.1.0
94372025-11-11T22:14:38.796Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
94382025-11-11T22:14:38.796Z Fresh macaddr v1.0.1
94392025-11-11T22:14:38.796Z Fresh instant v0.1.13
94402025-11-11T22:14:38.796Z Fresh dropshot v0.16.4
94412025-11-11T22:14:38.796Z Fresh test-strategy v0.4.3
94422025-11-11T22:14:38.796Z Fresh progenitor-impl v0.11.2
94432025-11-11T22:14:38.796Z Fresh derive-where v1.5.0
94442025-11-11T22:14:38.796Z Fresh progenitor-client v0.11.2
94452025-11-11T22:14:38.796Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
94462025-11-11T22:14:38.796Z Fresh parse-display-derive v0.10.0
94472025-11-11T22:14:38.796Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
94482025-11-11T22:14:38.796Z Fresh progenitor-macro v0.11.2
94492025-11-11T22:14:38.796Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
94502025-11-11T22:14:38.797Z Fresh parse-display v0.10.0
94512025-11-11T22:14:38.797Z Fresh backoff v0.4.0
94522025-11-11T22:14:38.797Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
94532025-11-11T22:14:38.797Z Fresh progenitor v0.11.2
94542025-11-11T22:14:38.797Z Fresh itertools v0.14.0
94552025-11-11T22:14:38.797Z Fresh unicode-width v0.1.14
94562025-11-11T22:14:38.797Z Fresh camino-tempfile v1.4.1
94572025-11-11T22:14:38.797Z Fresh toml v0.8.23
94582025-11-11T22:14:38.797Z Fresh progenitor-impl v0.10.0
94592025-11-11T22:14:38.797Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
94602025-11-11T22:14:38.797Z Fresh progenitor-macro v0.10.0
94612025-11-11T22:14:38.797Z Fresh crossbeam-deque v0.8.5
94622025-11-11T22:14:38.797Z Fresh unicode-width v0.2.0
94632025-11-11T22:14:38.797Z Fresh proc-macro-error-attr v1.0.4
94642025-11-11T22:14:38.797Z Fresh progenitor v0.10.0
94652025-11-11T22:14:38.824Z Fresh darling_core v0.21.0
94662025-11-11T22:14:38.824Z Fresh proc-macro-crate v1.3.1
94672025-11-11T22:14:38.824Z Fresh proc-macro-error v1.0.4
94682025-11-11T22:14:38.824Z Fresh rayon-core v1.12.1
94692025-11-11T22:14:38.824Z Fresh crucible-workspace-hack v0.1.0
94702025-11-11T22:14:38.824Z Fresh darling_macro v0.21.0
94712025-11-11T22:14:38.824Z Fresh num_enum_derive v0.5.11
94722025-11-11T22:14:38.824Z Fresh hash32 v0.3.1
94732025-11-11T22:14:38.825Z Fresh darling v0.21.0
94742025-11-11T22:14:38.825Z Fresh rayon v1.10.0
94752025-11-11T22:14:38.825Z Fresh num_enum v0.5.11
94762025-11-11T22:14:38.825Z Fresh heapless v0.8.0
94772025-11-11T22:14:38.825Z Fresh tabwriter v1.4.0
94782025-11-11T22:14:38.825Z Fresh ingot-macros v0.1.1
94792025-11-11T22:14:38.825Z Fresh foreign-types-macros v0.2.3
94802025-11-11T22:14:38.825Z Fresh cobs v0.2.3
94812025-11-11T22:14:38.825Z Fresh foreign-types-shared v0.3.1
94822025-11-11T22:14:38.825Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
94832025-11-11T22:14:38.825Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
94842025-11-11T22:14:38.825Z Fresh ingot-types v0.1.2
94852025-11-11T22:14:38.825Z Fresh foreign-types v0.5.0
94862025-11-11T22:14:38.825Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
94872025-11-11T22:14:38.825Z Fresh smoltcp v0.11.0
94882025-11-11T22:14:38.825Z Fresh postcard v1.0.10
94892025-11-11T22:14:38.825Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
94902025-11-11T22:14:38.825Z Fresh cstr-argument v0.1.2
94912025-11-11T22:14:38.825Z Fresh ingot v0.1.1
94922025-11-11T22:14:38.825Z Fresh pretty-hex v0.2.1
94932025-11-11T22:14:38.825Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
94942025-11-11T22:14:38.825Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
94952025-11-11T22:14:38.825Z Fresh colored v2.2.0
94962025-11-11T22:14:38.825Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
94972025-11-11T22:14:38.825Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
94982025-11-11T22:14:38.825Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
94992025-11-11T22:14:38.825Z Fresh sigpipe v0.1.3
95002025-11-11T22:14:38.825Z Fresh zone_cfg_derive v0.3.0
95012025-11-11T22:14:38.825Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
95022025-11-11T22:14:38.825Z Fresh smf v0.2.3
95032025-11-11T22:14:38.825Z Fresh num-derive v0.4.2
95042025-11-11T22:14:38.825Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
95052025-11-11T22:14:38.825Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
95062025-11-11T22:14:38.825Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
95072025-11-11T22:14:38.825Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
95082025-11-11T22:14:38.825Z Fresh zone v0.3.1
95092025-11-11T22:14:38.825Z Fresh convert_case v0.4.0
95102025-11-11T22:14:38.825Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
95112025-11-11T22:14:38.826Z Fresh derive_more v0.99.20
95122025-11-11T22:14:38.826Z Fresh indent_write v2.2.0
95132025-11-11T22:14:38.826Z Fresh secrecy v0.10.3
95142025-11-11T22:14:38.826Z Fresh num-rational v0.4.2
95152025-11-11T22:14:38.826Z Fresh num-complex v0.4.6
95162025-11-11T22:14:38.826Z Fresh float-ord v0.3.2
95172025-11-11T22:14:38.826Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
95182025-11-11T22:14:38.826Z Fresh num v0.4.3
95192025-11-11T22:14:38.826Z Fresh swrite v0.1.0
95202025-11-11T22:14:38.826Z Fresh password-hash v0.5.0
95212025-11-11T22:14:38.826Z Fresh blake2 v0.10.6
95222025-11-11T22:14:38.826Z Fresh console v0.15.10
95232025-11-11T22:14:38.826Z Fresh base64 v0.21.7
95242025-11-11T22:14:38.826Z Fresh argon2 v0.5.3
95252025-11-11T22:14:38.826Z Fresh fixedbitset v0.5.7
95262025-11-11T22:14:38.826Z Fresh atomicwrites v0.4.4
95272025-11-11T22:14:38.826Z Fresh newline-converter v0.3.0
95282025-11-11T22:14:38.826Z Fresh bytecount v0.6.8
95292025-11-11T22:14:38.826Z Fresh petgraph v0.8.2
95302025-11-11T22:14:38.826Z Fresh expectorate v1.2.0
95312025-11-11T22:14:38.826Z Fresh libsw-core v0.3.1
95322025-11-11T22:14:38.826Z Fresh linear-map v1.2.0
95332025-11-11T22:14:38.826Z Fresh cancel-safe-futures v0.1.5
95342025-11-11T22:14:38.826Z Fresh libsw v3.5.0
95352025-11-11T22:14:38.826Z Fresh owo-colors v4.2.2
95362025-11-11T22:14:38.826Z Fresh same-file v1.0.6
95372025-11-11T22:14:38.826Z Fresh gethostname v0.5.0
95382025-11-11T22:14:38.826Z Fresh unicode-xid v0.2.6
95392025-11-11T22:14:38.826Z Fresh walkdir v2.5.0
95402025-11-11T22:14:38.826Z Fresh tokio-dtrace v0.1.0
95412025-11-11T22:14:38.826Z Fresh utf-8 v0.7.6
95422025-11-11T22:14:38.826Z Fresh globset v0.4.15
95432025-11-11T22:14:38.826Z Fresh oxide-tokio-rt v0.1.2
95442025-11-11T22:14:38.826Z Fresh tungstenite v0.21.0
95452025-11-11T22:14:38.826Z Fresh smawk v0.3.2
95462025-11-11T22:14:38.826Z Fresh unicode-linebreak v0.1.5
95472025-11-11T22:14:38.826Z Fresh resolv-conf v0.7.0
95482025-11-11T22:14:38.826Z Fresh tokio-tungstenite v0.21.0
95492025-11-11T22:14:38.826Z Fresh convert_case v0.7.1
95502025-11-11T22:14:38.826Z Fresh pin-project-internal v1.1.6
95512025-11-11T22:14:38.827Z Fresh vte_generate_state_changes v0.1.2
95522025-11-11T22:14:38.827Z Fresh termtree v0.5.1
95532025-11-11T22:14:38.827Z Fresh slog-dtrace v0.3.0
95542025-11-11T22:14:38.827Z Fresh vte v0.11.1
95552025-11-11T22:14:38.827Z Fresh derive_more-impl v2.0.1
95562025-11-11T22:14:38.827Z Fresh pin-project v1.1.6
95572025-11-11T22:14:38.827Z Fresh fd-lock v4.0.2
95582025-11-11T22:14:38.827Z Fresh async-recursion v1.1.1
95592025-11-11T22:14:38.827Z Fresh csv-core v0.1.11
95602025-11-11T22:14:38.827Z Fresh linked-hash-map v0.5.6
95612025-11-11T22:14:38.827Z Fresh strip-ansi-escapes v0.2.0
95622025-11-11T22:14:38.827Z Fresh derive_more v2.0.1
95632025-11-11T22:14:38.827Z Fresh hickory-proto v0.24.4
95642025-11-11T22:14:38.827Z Fresh pem v3.0.5
95652025-11-11T22:14:38.853Z Fresh csv v1.3.1
95662025-11-11T22:14:38.853Z Fresh lru-cache v0.1.2
95672025-11-11T22:14:38.853Z Fresh snafu-derive v0.8.5
95682025-11-11T22:14:38.853Z Fresh nu-ansi-term v0.50.1
95692025-11-11T22:14:38.853Z Fresh crossterm v0.29.0
95702025-11-11T22:14:38.853Z Fresh olpc-cjson v0.1.4
95712025-11-11T22:14:38.853Z Fresh serde_plain v1.0.2
95722025-11-11T22:14:38.853Z Fresh snafu v0.8.5
95732025-11-11T22:14:38.853Z Fresh reedline v0.40.0
95742025-11-11T22:14:38.854Z Fresh nibble_vec v0.1.0
95752025-11-11T22:14:38.854Z Fresh endian-type v0.1.2
95762025-11-11T22:14:38.854Z Fresh display-error-chain v0.2.2
95772025-11-11T22:14:38.854Z Fresh cfg_aliases v0.1.1
95782025-11-11T22:14:38.854Z Fresh semver v0.1.20
95792025-11-11T22:14:38.854Z Fresh typed-path v0.9.3
95802025-11-11T22:14:38.854Z Fresh radix_trie v0.2.1
95812025-11-11T22:14:38.854Z Fresh hickory-resolver v0.24.4
95822025-11-11T22:14:38.854Z Fresh siphasher v1.0.1
95832025-11-11T22:14:38.854Z Fresh humantime v2.2.0
95842025-11-11T22:14:38.854Z Fresh rustc_version v0.1.7
95852025-11-11T22:14:38.854Z Fresh tough v0.20.0
95862025-11-11T22:14:38.854Z Fresh phf_shared v0.12.1
95872025-11-11T22:14:38.854Z Fresh qorb v0.4.1
95882025-11-11T22:14:38.855Z Fresh textwrap v0.16.2
95892025-11-11T22:14:38.855Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
95902025-11-11T22:14:38.855Z Fresh highway v1.3.0
95912025-11-11T22:14:38.855Z Fresh nix v0.28.0
95922025-11-11T22:14:38.855Z Fresh phf v0.12.1
95932025-11-11T22:14:38.855Z Fresh const_format_proc_macros v0.2.34
95942025-11-11T22:14:38.855Z Fresh papergrid v0.11.0
95952025-11-11T22:14:38.855Z Fresh tabled_derive v0.7.0
95962025-11-11T22:14:38.855Z Fresh peg-macros v0.8.5
95972025-11-11T22:14:38.855Z Fresh sqlparser_derive v0.2.2
95982025-11-11T22:14:38.855Z Fresh unicode_categories v0.1.1
95992025-11-11T22:14:38.855Z Fresh rustyline v14.0.0
96002025-11-11T22:14:38.855Z Fresh const_format v0.2.34
96012025-11-11T22:14:38.855Z Fresh sqlformat v0.3.5
96022025-11-11T22:14:38.855Z Fresh peg v0.8.5
96032025-11-11T22:14:38.855Z Fresh sqlparser v0.45.0
96042025-11-11T22:14:38.855Z Fresh chrono-tz v0.10.4
96052025-11-11T22:14:38.855Z Fresh newtype_derive v0.1.6
96062025-11-11T22:14:38.855Z Fresh tabled v0.15.0
96072025-11-11T22:14:38.855Z Fresh bcs v0.1.6
96082025-11-11T22:14:38.855Z Fresh half v2.4.1
96092025-11-11T22:14:38.855Z Fresh ciborium-io v0.2.2
96102025-11-11T22:14:38.855Z Fresh steno v0.4.1
96112025-11-11T22:14:38.855Z Fresh universal-hash v0.5.1
96122025-11-11T22:14:38.855Z Fresh opaque-debug v0.3.1
96132025-11-11T22:14:38.855Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
96142025-11-11T22:14:38.855Z Fresh aead v0.5.2
96152025-11-11T22:14:38.855Z Fresh ciborium-ll v0.2.2
96162025-11-11T22:14:38.855Z Fresh poly1305 v0.8.0
96172025-11-11T22:14:38.855Z Fresh chacha20 v0.9.1
96182025-11-11T22:14:38.855Z Fresh thiserror-impl-no-std v2.0.2
96192025-11-11T22:14:38.855Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
96202025-11-11T22:14:38.855Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
96212025-11-11T22:14:38.855Z Fresh ciborium v0.2.2
96222025-11-11T22:14:38.855Z Fresh thiserror-no-std v2.0.2
96232025-11-11T22:14:38.855Z Fresh xattr v1.3.1
96242025-11-11T22:14:38.855Z Fresh filetime v0.2.26
96252025-11-11T22:14:38.855Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
96262025-11-11T22:14:38.855Z Fresh chacha20poly1305 v0.10.1
96272025-11-11T22:14:38.855Z Fresh arc-swap v1.7.1
96282025-11-11T22:14:38.856Z Fresh vsss-rs v3.3.4
96292025-11-11T22:14:38.856Z Fresh tar v0.4.44
96302025-11-11T22:14:38.856Z Fresh slog-scope v4.4.0
96312025-11-11T22:14:38.856Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
96322025-11-11T22:14:38.856Z Fresh typify-impl v0.2.0
96332025-11-11T22:14:38.856Z Fresh headers-core v0.3.0
96342025-11-11T22:14:38.856Z Fresh slog-stdlog v4.1.1
96352025-11-11T22:14:38.856Z Fresh typify-macro v0.2.0
96362025-11-11T22:14:38.856Z Fresh headers v0.4.1
96372025-11-11T22:14:38.856Z Fresh progenitor-client v0.8.0
96382025-11-11T22:14:38.856Z Fresh heck v0.3.3
96392025-11-11T22:14:38.856Z Fresh subprocess v0.2.9
96402025-11-11T22:14:38.856Z Fresh slog-envlogger v2.2.0
96412025-11-11T22:14:38.856Z Fresh typify v0.2.0
96422025-11-11T22:14:38.856Z Fresh lzma-sys v0.1.20
96432025-11-11T22:14:38.856Z Fresh zone_cfg_derive v0.1.2
96442025-11-11T22:14:38.856Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
96452025-11-11T22:14:38.856Z Fresh base64 v0.13.1
96462025-11-11T22:14:38.856Z Fresh number_prefix v0.4.0
96472025-11-11T22:14:38.856Z Fresh progenitor-impl v0.8.0
96482025-11-11T22:14:38.856Z Fresh xz2 v0.1.7
96492025-11-11T22:14:38.856Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
96502025-11-11T22:14:38.856Z Fresh zone v0.1.8
96512025-11-11T22:14:38.856Z Fresh ron v0.7.1
96522025-11-11T22:14:38.856Z Fresh indicatif v0.17.11
96532025-11-11T22:14:38.856Z Fresh yasna v0.5.2
96542025-11-11T22:14:38.856Z Fresh dropshot-api-manager-types v0.2.3
96552025-11-11T22:14:38.856Z Fresh progenitor-macro v0.8.0
96562025-11-11T22:14:38.856Z Fresh rcgen v0.12.1
96572025-11-11T22:14:38.856Z Fresh tagptr v0.2.0
96582025-11-11T22:14:38.856Z Fresh progenitor v0.8.0
96592025-11-11T22:14:38.856Z Fresh bitfield-struct v0.6.2
96602025-11-11T22:14:38.856Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
96612025-11-11T22:14:38.856Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
96622025-11-11T22:14:38.856Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
96632025-11-11T22:14:38.856Z Fresh moka v0.12.10
96642025-11-11T22:14:38.856Z Fresh libefi-sys v0.1.0
96652025-11-11T22:14:38.883Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
96662025-11-11T22:14:38.883Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
96672025-11-11T22:14:38.883Z Fresh hickory-resolver v0.25.2
96682025-11-11T22:14:38.883Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
96692025-11-11T22:14:38.883Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
96702025-11-11T22:14:38.883Z Fresh nix v0.30.1
96712025-11-11T22:14:38.883Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
96722025-11-11T22:14:38.883Z Fresh maplit v1.0.2
96732025-11-11T22:14:38.883Z Fresh xshell-macros v0.2.7
96742025-11-11T22:14:38.883Z Fresh xshell v0.2.7
96752025-11-11T22:14:38.883Z Fresh tap v1.0.1
96762025-11-11T22:14:38.883Z Fresh zerocopy-derive v0.6.6
96772025-11-11T22:14:38.883Z Fresh wyz v0.5.1
96782025-11-11T22:14:38.883Z Fresh funty v2.0.0
96792025-11-11T22:14:38.883Z Fresh crc-catalog v2.4.0
96802025-11-11T22:14:38.883Z Fresh zerocopy v0.6.6
96812025-11-11T22:14:38.883Z Fresh radium v0.7.0
96822025-11-11T22:14:38.884Z Fresh crc v3.2.1
96832025-11-11T22:14:38.884Z Fresh maybe-uninit v2.0.0
96842025-11-11T22:14:38.884Z Fresh dsl_auto_type v0.1.2
96852025-11-11T22:14:38.884Z Fresh packed_struct_codegen v0.10.1
96862025-11-11T22:14:38.884Z Fresh scheduled-thread-pool v0.2.7
96872025-11-11T22:14:38.884Z Fresh diesel_table_macro_syntax v0.2.0
96882025-11-11T22:14:38.884Z Fresh bitvec v1.0.1
96892025-11-11T22:14:38.884Z Fresh bitfield-macros v0.19.2
96902025-11-11T22:14:38.884Z Fresh proc-macro-error-attr2 v2.0.0
96912025-11-11T22:14:38.884Z Fresh nodrop v0.1.14
96922025-11-11T22:14:38.884Z Fresh diesel_derives v2.2.3
96932025-11-11T22:14:38.884Z Fresh smallvec v0.6.14
96942025-11-11T22:14:38.884Z Fresh r2d2 v0.8.10
96952025-11-11T22:14:38.884Z Fresh bitfield v0.19.2
96962025-11-11T22:14:38.884Z Fresh array-init v0.0.4
96972025-11-11T22:14:38.884Z Fresh packed_struct v0.10.1
96982025-11-11T22:14:38.884Z Fresh proc-macro-error2 v2.0.1
96992025-11-11T22:14:38.884Z Fresh memmap2 v0.9.8
97002025-11-11T22:14:38.884Z Fresh hashbrown v0.12.3
97012025-11-11T22:14:38.884Z Fresh diff v0.1.13
97022025-11-11T22:14:38.884Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
97032025-11-11T22:14:38.884Z Fresh serde-hex v0.1.0
97042025-11-11T22:14:38.884Z Fresh indexmap v1.9.3
97052025-11-11T22:14:38.884Z Fresh diesel v2.2.12
97062025-11-11T22:14:38.884Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
97072025-11-11T22:14:38.884Z Fresh ron v0.8.1
97082025-11-11T22:14:38.884Z Fresh hashbrown v0.13.2
97092025-11-11T22:14:38.884Z Fresh dirs-sys-next v0.1.2
97102025-11-11T22:14:38.884Z Fresh unicase v2.8.1
97112025-11-11T22:14:38.884Z Fresh crc-any v2.5.0
97122025-11-11T22:14:38.884Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
97132025-11-11T22:14:38.884Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
97142025-11-11T22:14:38.884Z Fresh dirs-next v2.0.0
97152025-11-11T22:14:38.884Z Fresh object v0.30.4
97162025-11-11T22:14:38.884Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
97172025-11-11T22:14:38.884Z Fresh num-derive v0.3.3
97182025-11-11T22:14:38.884Z Fresh path-slash v0.1.5
97192025-11-11T22:14:38.884Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
97202025-11-11T22:14:38.884Z Fresh crunchy v0.2.2
97212025-11-11T22:14:38.885Z Fresh term v0.7.0
97222025-11-11T22:14:38.885Z Fresh vergen-gitcl v1.0.8
97232025-11-11T22:14:38.885Z Fresh libscf-sys v1.1.0
97242025-11-11T22:14:38.885Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
97252025-11-11T22:14:38.885Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
97262025-11-11T22:14:38.885Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
97272025-11-11T22:14:38.885Z Fresh bit-vec v0.6.3
97282025-11-11T22:14:38.885Z Fresh ascii-canvas v3.0.0
97292025-11-11T22:14:38.885Z Fresh bit-set v0.5.3
97302025-11-11T22:14:38.885Z Fresh tiny-keccak v2.0.2
97312025-11-11T22:14:38.885Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
97322025-11-11T22:14:38.885Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
97332025-11-11T22:14:38.885Z Fresh tabled_derive v0.11.0
97342025-11-11T22:14:38.885Z Fresh papergrid v0.17.0
97352025-11-11T22:14:38.885Z Fresh testing_table v0.3.0
97362025-11-11T22:14:38.885Z Fresh usdt-macro v0.6.0
97372025-11-11T22:14:38.885Z Fresh usdt-attr-macro v0.6.0
97382025-11-11T22:14:38.885Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
97392025-11-11T22:14:38.885Z Fresh ena v0.14.3
97402025-11-11T22:14:38.885Z Fresh regex-syntax v0.6.29
97412025-11-11T22:14:38.885Z Fresh tabled v0.20.0
97422025-11-11T22:14:38.885Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
97432025-11-11T22:14:38.885Z Fresh usdt v0.6.0
97442025-11-11T22:14:38.885Z Fresh lalrpop v0.19.12
97452025-11-11T22:14:38.885Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
97462025-11-11T22:14:38.885Z Fresh bindgen v0.71.1
97472025-11-11T22:14:38.885Z Fresh crc8 v0.1.1
97482025-11-11T22:14:38.885Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
97492025-11-11T22:14:38.885Z Fresh strum_macros v0.24.3
97502025-11-11T22:14:38.885Z Fresh indoc v1.0.9
97512025-11-11T22:14:38.885Z Fresh libxml v0.3.3
97522025-11-11T22:14:38.885Z Fresh oso-derive v0.27.3
97532025-11-11T22:14:38.885Z Fresh polar-core v0.27.3
97542025-11-11T22:14:38.885Z Fresh impl-trait-for-tuples v0.2.2
97552025-11-11T22:14:38.885Z Fresh quick-xml v0.37.2
97562025-11-11T22:14:38.885Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
97572025-11-11T22:14:38.885Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
97582025-11-11T22:14:38.885Z Fresh half v1.8.3
97592025-11-11T22:14:38.886Z Fresh oso v0.27.3
97602025-11-11T22:14:38.886Z Fresh samael v0.0.19
97612025-11-11T22:14:38.886Z Fresh serde_cbor v0.11.2
97622025-11-11T22:14:38.886Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
97632025-11-11T22:14:38.886Z Fresh trait-variant v0.1.2
97642025-11-11T22:14:38.886Z Fresh fxhash v0.2.1
97652025-11-11T22:14:38.912Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
97662025-11-11T22:14:38.912Z Fresh primeorder v0.13.6
97672025-11-11T22:14:38.912Z Fresh bb8 v0.8.5
97682025-11-11T22:14:38.912Z Fresh diesel-dtrace v0.4.2
97692025-11-11T22:14:38.912Z Fresh async-bb8-diesel v0.2.1
97702025-11-11T22:14:38.912Z Fresh kstat-rs v0.2.4
97712025-11-11T22:14:38.912Z Fresh p384 v0.13.1
97722025-11-11T22:14:38.912Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
97732025-11-11T22:14:38.912Z Fresh salty v0.3.0
97742025-11-11T22:14:38.912Z Fresh predicates-tree v1.0.12
97752025-11-11T22:14:38.912Z Fresh ignore v0.4.23
97762025-11-11T22:14:38.912Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
97772025-11-11T22:14:38.912Z Fresh parking_lot_core v0.8.6
97782025-11-11T22:14:38.912Z Fresh globwalk v0.9.1
97792025-11-11T22:14:38.912Z Fresh parking_lot v0.11.2
97802025-11-11T22:14:38.912Z Fresh fs-err v2.11.0
97812025-11-11T22:14:38.912Z Fresh prefix-trie v0.7.0
97822025-11-11T22:14:38.912Z Fresh nanorand v0.7.0
97832025-11-11T22:14:38.913Z Fresh parse-size v1.1.0
97842025-11-11T22:14:38.913Z Fresh camino-tempfile-ext v0.3.2
97852025-11-11T22:14:38.913Z Fresh attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
97862025-11-11T22:14:38.913Z Fresh hickory-server v0.25.2
97872025-11-11T22:14:38.913Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
97882025-11-11T22:14:38.913Z Fresh sled v0.34.7
97892025-11-11T22:14:38.913Z Fresh flume v0.11.1
97902025-11-11T22:14:38.913Z Fresh hickory-client v0.25.2
97912025-11-11T22:14:38.913Z Fresh void v1.0.2
97922025-11-11T22:14:38.913Z Fresh http-range v0.1.5
97932025-11-11T22:14:38.913Z Fresh corncobs v0.1.4
97942025-11-11T22:14:38.913Z Fresh lzss v0.8.2
97952025-11-11T22:14:38.913Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
97962025-11-11T22:14:38.913Z Fresh dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
97972025-11-11T22:14:38.913Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
97982025-11-11T22:14:38.913Z Fresh tungstenite v0.23.0
97992025-11-11T22:14:38.913Z Fresh nix v0.27.1
98002025-11-11T22:14:38.913Z Fresh concurrent-queue v2.5.0
98012025-11-11T22:14:38.913Z Fresh secrecy v0.8.0
98022025-11-11T22:14:38.913Z Fresh serde_bytes v0.11.19
98032025-11-11T22:14:38.913Z Fresh atty v0.2.14
98042025-11-11T22:14:38.913Z Fresh parking v2.2.1
98052025-11-11T22:14:38.913Z Fresh tokio-tungstenite v0.23.1
98062025-11-11T22:14:38.913Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
98072025-11-11T22:14:38.913Z Fresh mime_guess v2.0.5
98082025-11-11T22:14:38.913Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
98092025-11-11T22:14:38.913Z Fresh signal-hook-tokio v0.3.1
98102025-11-11T22:14:38.913Z Fresh hyper-staticfile v0.10.1
98112025-11-11T22:14:38.913Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
98122025-11-11T22:14:38.913Z Fresh rand_seeder v0.4.0
98132025-11-11T22:14:38.913Z Fresh is_ci v1.2.0
98142025-11-11T22:14:38.913Z Fresh event-listener v5.3.1
98152025-11-11T22:14:38.913Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
98162025-11-11T22:14:38.913Z Fresh tabled_derive v0.10.0
98172025-11-11T22:14:38.913Z Fresh papergrid v0.14.0
98182025-11-11T22:14:38.913Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
98192025-11-11T22:14:38.913Z Fresh assert_matches v1.5.0
98202025-11-11T22:14:38.913Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
98212025-11-11T22:14:38.913Z Fresh event-listener-strategy v0.5.2
98222025-11-11T22:14:38.914Z Fresh tabled v0.18.0
98232025-11-11T22:14:38.914Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
98242025-11-11T22:14:38.914Z Fresh yansi v1.0.1
98252025-11-11T22:14:38.914Z Fresh typeid v1.0.3
98262025-11-11T22:14:38.914Z Fresh pretty_assertions v1.4.1
98272025-11-11T22:14:38.914Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
98282025-11-11T22:14:38.914Z Fresh futures-lite v2.3.0
98292025-11-11T22:14:38.914Z Fresh erased-serde v0.4.6
98302025-11-11T22:14:38.914Z Fresh ordered-float v2.10.1
98312025-11-11T22:14:38.914Z Fresh serde-value v0.7.0
98322025-11-11T22:14:38.914Z Fresh serde-untagged v0.1.7
98332025-11-11T22:14:38.914Z Fresh async-lock v3.4.0
98342025-11-11T22:14:38.914Z Fresh castaway v0.2.3
98352025-11-11T22:14:38.914Z Fresh polling v3.7.3
98362025-11-11T22:14:38.914Z Fresh indoc v2.0.6
98372025-11-11T22:14:38.914Z Fresh compact_str v0.8.0
98382025-11-11T22:14:38.914Z Fresh cargo-util-schemas v0.8.2
98392025-11-11T22:14:38.914Z Fresh async-io v2.3.4
98402025-11-11T22:14:38.914Z Fresh libz-sys v1.1.20
98412025-11-11T22:14:38.914Z Fresh console v0.16.0
98422025-11-11T22:14:38.914Z Fresh unicode-truncate v1.1.0
98432025-11-11T22:14:38.914Z Fresh lru v0.12.5
98442025-11-11T22:14:38.914Z Fresh cargo-platform v0.2.0
98452025-11-11T22:14:38.914Z Fresh instability v0.3.2
98462025-11-11T22:14:38.914Z Fresh cassowary v0.3.0
98472025-11-11T22:14:38.914Z Fresh unit-prefix v0.5.1
98482025-11-11T22:14:38.914Z Fresh async-task v4.7.1
98492025-11-11T22:14:38.914Z Fresh cargo_metadata v0.21.0
98502025-11-11T22:14:38.914Z Fresh ratatui v0.29.0
98512025-11-11T22:14:38.914Z Fresh libgit2-sys v0.18.2+1.9.1
98522025-11-11T22:14:38.914Z Fresh indicatif v0.18.0
98532025-11-11T22:14:38.914Z Fresh async-channel v2.3.1
98542025-11-11T22:14:38.914Z Fresh polyval v0.6.2
98552025-11-11T22:14:38.914Z Fresh piper v0.2.4
98562025-11-11T22:14:38.914Z Fresh plotters-backend v0.3.7
98572025-11-11T22:14:38.914Z Fresh git2 v0.20.2
98582025-11-11T22:14:38.914Z Fresh ghash v0.5.1
98592025-11-11T22:14:38.914Z Fresh blocking v1.6.1
98602025-11-11T22:14:38.914Z Fresh async-executor v1.13.1
98612025-11-11T22:14:38.915Z Fresh async-signal v0.2.10
98622025-11-11T22:14:38.915Z Fresh plotters-svg v0.3.7
98632025-11-11T22:14:38.915Z Fresh supports-color v2.1.0
98642025-11-11T22:14:38.915Z Fresh textwrap v0.15.2
98652025-11-11T22:14:38.941Z Fresh supports-unicode v2.1.0
98662025-11-11T22:14:38.941Z Fresh supports-hyperlinks v2.1.0
98672025-11-11T22:14:38.941Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
98682025-11-11T22:14:38.941Z Fresh hashbrown v0.14.5
98692025-11-11T22:14:38.941Z Fresh ctr v0.9.2
98702025-11-11T22:14:38.941Z Fresh backtrace-ext v0.2.1
98712025-11-11T22:14:38.941Z Fresh miette-derive v5.10.0
98722025-11-11T22:14:38.941Z Fresh terminal_size v0.1.17
98732025-11-11T22:14:38.941Z Fresh owo-colors v3.5.0
98742025-11-11T22:14:38.941Z Fresh constant_time_eq v0.3.1
98752025-11-11T22:14:38.941Z Fresh event-listener v2.5.3
98762025-11-11T22:14:38.941Z Fresh cast v0.3.0
98772025-11-11T22:14:38.941Z Fresh arrayvec v0.7.6
98782025-11-11T22:14:38.941Z Fresh shell-words v1.1.0
98792025-11-11T22:14:38.941Z Fresh arrayref v0.3.9
98802025-11-11T22:14:38.941Z Fresh chumsky v0.9.3
98812025-11-11T22:14:38.941Z Fresh async-channel v1.9.0
98822025-11-11T22:14:38.941Z Fresh aes-gcm v0.10.3
98832025-11-11T22:14:38.941Z Fresh criterion-plot v0.6.0
98842025-11-11T22:14:38.941Z Fresh miette v5.10.0
98852025-11-11T22:14:38.941Z Fresh plotters v0.3.7
98862025-11-11T22:14:38.941Z Fresh vergen-git2 v1.0.7
98872025-11-11T22:14:38.941Z Fresh async-global-executor v2.4.1
98882025-11-11T22:14:38.941Z Fresh async-process v2.3.0
98892025-11-11T22:14:38.941Z Fresh supports-color v3.0.2
98902025-11-11T22:14:38.941Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
98912025-11-11T22:14:38.941Z Fresh knuffel-derive v3.2.0
98922025-11-11T22:14:38.941Z Fresh ssh-encoding v0.2.0
98932025-11-11T22:14:38.941Z Fresh sct v0.7.1
98942025-11-11T22:14:38.942Z Fresh rustls-webpki v0.101.7
98952025-11-11T22:14:38.942Z Fresh blowfish v0.9.1
98962025-11-11T22:14:38.942Z Fresh async-attributes v1.1.2
98972025-11-11T22:14:38.942Z Fresh tinytemplate v1.2.1
98982025-11-11T22:14:38.942Z Fresh kv-log-macro v1.0.7
98992025-11-11T22:14:38.942Z Fresh rtoolbox v0.0.2
99002025-11-11T22:14:38.942Z Fresh anes v0.1.6
99012025-11-11T22:14:38.942Z Fresh futures-timer v3.0.3
99022025-11-11T22:14:38.942Z Fresh oorandom v11.1.4
99032025-11-11T22:14:38.942Z Fresh hex-literal v0.4.1
99042025-11-11T22:14:38.942Z Fresh bcrypt-pbkdf v0.10.0
99052025-11-11T22:14:38.942Z Fresh async-std v1.13.0
99062025-11-11T22:14:38.942Z Fresh rpassword v7.4.0
99072025-11-11T22:14:38.942Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
99082025-11-11T22:14:38.942Z Fresh criterion v0.7.0
99092025-11-11T22:14:38.942Z Fresh ssh-cipher v0.2.0
99102025-11-11T22:14:38.942Z Fresh rustls v0.21.12
99112025-11-11T22:14:38.942Z Fresh knuffel v3.2.0
99122025-11-11T22:14:38.942Z Fresh tui-tree-widget v0.23.1
99132025-11-11T22:14:38.942Z Fresh password-hash v0.4.2
99142025-11-11T22:14:38.942Z Fresh tokio-rustls v0.24.1
99152025-11-11T22:14:38.942Z Fresh pbkdf2 v0.11.0
99162025-11-11T22:14:38.942Z Fresh target-lexicon v0.13.2
99172025-11-11T22:14:38.942Z Fresh ssh-key v0.6.6
99182025-11-11T22:14:38.942Z Fresh petname v2.0.2
99192025-11-11T22:14:38.942Z Fresh async-object-pool v0.1.5
99202025-11-11T22:14:38.942Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
99212025-11-11T22:14:38.942Z Fresh p256 v0.13.2
99222025-11-11T22:14:38.942Z Fresh p521 v0.13.3
99232025-11-11T22:14:38.942Z Fresh rustls-pemfile v1.0.4
99242025-11-11T22:14:38.942Z Fresh twox-hash v2.1.0
99252025-11-11T22:14:38.942Z Fresh serde_regex v1.1.0
99262025-11-11T22:14:38.942Z Fresh assert-json-diff v2.0.2
99272025-11-11T22:14:38.942Z Fresh russh-cryptovec v0.7.3
99282025-11-11T22:14:38.942Z Fresh path-tree v0.8.1
99292025-11-11T22:14:38.942Z Fresh sync-ptr v0.1.4
99302025-11-11T22:14:38.942Z Fresh md5 v0.7.0
99312025-11-11T22:14:38.942Z Fresh stringmetrics v2.2.2
99322025-11-11T22:14:38.942Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
99332025-11-11T22:14:38.942Z Fresh russh-keys v0.45.0
99342025-11-11T22:14:38.943Z Fresh httpmock v0.8.0-alpha.1
99352025-11-11T22:14:38.943Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
99362025-11-11T22:14:38.943Z Fresh guppy-workspace-hack v0.1.0
99372025-11-11T22:14:38.943Z Fresh blake3 v1.5.4
99382025-11-11T22:14:38.943Z Fresh cfg-expr v0.20.1
99392025-11-11T22:14:38.943Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
99402025-11-11T22:14:38.943Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
99412025-11-11T22:14:38.943Z Fresh httptest v0.16.3
99422025-11-11T22:14:38.943Z Fresh fatfs v0.3.6
99432025-11-11T22:14:38.943Z Fresh proc-macro-crate v3.2.0
99442025-11-11T22:14:38.943Z Fresh num-bigint v0.4.6
99452025-11-11T22:14:38.943Z Fresh des v0.8.1
99462025-11-11T22:14:38.943Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
99472025-11-11T22:14:38.943Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
99482025-11-11T22:14:38.943Z Fresh topological-sort v0.2.2
99492025-11-11T22:14:38.943Z Fresh escape8259 v0.5.3
99502025-11-11T22:14:38.943Z Fresh relative-path v1.9.3
99512025-11-11T22:14:38.943Z Fresh libtest-mimic v0.8.1
99522025-11-11T22:14:38.943Z Fresh rstest_macros v0.25.0
99532025-11-11T22:14:38.943Z Fresh omicron-zone-package v0.12.2
99542025-11-11T22:14:38.943Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
99552025-11-11T22:14:38.943Z Fresh russh v0.45.0
99562025-11-11T22:14:38.943Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
99572025-11-11T22:14:38.943Z Fresh target-spec v3.5.0
99582025-11-11T22:14:38.943Z Fresh target-triple v0.1.3
99592025-11-11T22:14:38.943Z Fresh doc-comment v0.3.3
99602025-11-11T22:14:38.943Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
99612025-11-11T22:14:38.943Z Fresh blake2b_simd v1.0.2
99622025-11-11T22:14:38.943Z Fresh fancy-regex v0.14.0
99632025-11-11T22:14:38.943Z Fresh pathdiff v0.2.3
99642025-11-11T22:14:38.943Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
99652025-11-11T22:14:38.970Z Fresh uzers v0.12.1
99662025-11-11T22:14:38.970Z Fresh nested v0.1.1
99672025-11-11T22:14:38.970Z Fresh internet-checksum v0.2.1
99682025-11-11T22:14:38.970Z Fresh termcolor v1.4.1
99692025-11-11T22:14:38.970Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
99702025-11-11T22:14:38.970Z Fresh trybuild v1.0.106
99712025-11-11T22:14:38.970Z Fresh datatest-stable v0.3.2
99722025-11-11T22:14:38.970Z Fresh guppy v0.17.20
99732025-11-11T22:14:38.970Z Fresh assert_cmd v2.0.17
99742025-11-11T22:14:38.971Z Fresh rust-argon2 v2.1.0
99752025-11-11T22:14:38.971Z Fresh rstest v0.25.0
99762025-11-11T22:14:38.971Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
99772025-11-11T22:14:38.971Z Fresh partial-io v0.5.4
99782025-11-11T22:14:38.971Z Fresh similar-asserts v1.7.0
99792025-11-11T22:14:38.971Z Fresh rand_distr v0.5.1
99802025-11-11T22:14:38.971Z Fresh approx v0.5.1
99812025-11-11T22:14:38.971Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
99822025-11-11T22:14:38.971Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
99832025-11-11T22:14:38.971Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
99842025-11-11T22:14:38.971Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
99852025-11-11T22:14:38.971Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
99862025-11-11T22:14:38.971Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
99872025-11-11T22:14:38.971Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
99882025-11-11T22:14:38.971Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
99892025-11-11T22:14:38.971Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
99902025-11-11T22:14:38.971Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
99912025-11-11T22:14:38.971Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
99922025-11-11T22:14:38.971Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
99932025-11-11T22:14:38.971Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
99942025-11-11T22:14:38.971Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
99952025-11-11T22:14:38.971Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
99962025-11-11T22:14:38.971Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
99972025-11-11T22:14:38.971Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
99982025-11-11T22:14:38.971Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
99992025-11-11T22:14:38.971Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
100002025-11-11T22:14:38.971Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
100012025-11-11T22:14:38.971Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
100022025-11-11T22:14:38.971Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
100032025-11-11T22:14:38.971Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
100042025-11-11T22:14:38.971Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
100052025-11-11T22:14:38.971Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
100062025-11-11T22:14:38.971Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
100072025-11-11T22:14:38.971Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
100082025-11-11T22:14:38.971Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
100092025-11-11T22:14:38.971Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
100102025-11-11T22:14:38.971Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
100112025-11-11T22:14:38.971Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
100122025-11-11T22:14:38.971Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
100132025-11-11T22:14:38.972Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
100142025-11-11T22:14:38.972Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
100152025-11-11T22:14:38.972Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
100162025-11-11T22:14:38.972Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
100172025-11-11T22:14:38.972Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
100182025-11-11T22:14:38.972Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
100192025-11-11T22:14:38.972Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
100202025-11-11T22:14:38.972Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
100212025-11-11T22:14:38.972Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
100222025-11-11T22:14:38.972Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
100232025-11-11T22:14:38.972Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
100242025-11-11T22:14:38.972Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
100252025-11-11T22:14:38.972Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
100262025-11-11T22:14:38.972Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
100272025-11-11T22:14:38.972Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
100282025-11-11T22:14:38.972Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
100292025-11-11T22:14:38.972Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
100302025-11-11T22:14:38.972Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
100312025-11-11T22:14:38.972Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
100322025-11-11T22:14:38.972Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
100332025-11-11T22:14:38.972Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
100342025-11-11T22:14:38.972Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
100352025-11-11T22:14:38.972Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
100362025-11-11T22:14:38.972Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
100372025-11-11T22:14:38.972Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
100382025-11-11T22:14:38.972Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
100392025-11-11T22:14:38.972Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
100402025-11-11T22:14:38.972Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
100412025-11-11T22:14:38.972Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
100422025-11-11T22:14:38.972Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
100432025-11-11T22:14:38.972Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
100442025-11-11T22:14:38.972Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
100452025-11-11T22:14:38.972Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
100462025-11-11T22:14:38.972Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
100472025-11-11T22:14:38.972Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
100482025-11-11T22:14:38.972Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
100492025-11-11T22:14:38.972Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
100502025-11-11T22:14:38.972Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
100512025-11-11T22:14:38.973Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
100522025-11-11T22:14:38.973Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
100532025-11-11T22:14:38.973Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
100542025-11-11T22:14:38.973Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
100552025-11-11T22:14:38.973Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
100562025-11-11T22:14:38.973Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
100572025-11-11T22:14:38.973Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
100582025-11-11T22:14:38.973Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
100592025-11-11T22:14:38.973Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
100602025-11-11T22:14:38.973Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
100612025-11-11T22:14:38.973Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
100622025-11-11T22:14:38.973Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
100632025-11-11T22:14:38.973Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
100642025-11-11T22:14:38.973Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
100652025-11-11T22:14:38.999Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
100662025-11-11T22:14:38.999Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
100672025-11-11T22:14:38.999Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
100682025-11-11T22:14:38.999Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
100692025-11-11T22:14:38.999Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
100702025-11-11T22:14:38.999Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
100712025-11-11T22:14:39.000Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
100722025-11-11T22:14:39.000Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
100732025-11-11T22:14:39.000Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
100742025-11-11T22:14:39.000Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
100752025-11-11T22:14:39.000Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
100762025-11-11T22:14:39.000Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
100772025-11-11T22:14:39.000Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
100782025-11-11T22:14:39.000Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
100792025-11-11T22:14:39.000Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
100802025-11-11T22:14:39.000Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
100812025-11-11T22:14:39.000Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
100822025-11-11T22:14:39.000Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
100832025-11-11T22:14:39.000Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
100842025-11-11T22:14:39.000Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
100852025-11-11T22:14:39.000Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
100862025-11-11T22:14:39.000Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
100872025-11-11T22:14:39.000Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
100882025-11-11T22:14:39.000Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
100892025-11-11T22:14:39.000Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
100902025-11-11T22:14:39.000Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
100912025-11-11T22:14:39.000Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
100922025-11-11T22:14:39.000Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
100932025-11-11T22:14:39.000Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
100942025-11-11T22:14:39.000Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
100952025-11-11T22:14:39.000Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
100962025-11-11T22:14:39.000Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
100972025-11-11T22:14:39.000Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
100982025-11-11T22:14:39.000Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
100992025-11-11T22:14:39.000Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
101002025-11-11T22:14:39.000Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
101012025-11-11T22:14:39.000Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
101022025-11-11T22:14:39.000Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
101032025-11-11T22:14:39.000Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
101042025-11-11T22:14:39.001Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
101052025-11-11T22:14:39.001Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
101062025-11-11T22:14:39.001Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
101072025-11-11T22:14:39.001Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
101082025-11-11T22:14:39.001Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
101092025-11-11T22:14:39.001Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
101102025-11-11T22:14:39.001Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
101112025-11-11T22:14:39.001Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
101122025-11-11T22:14:39.001Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
101132025-11-11T22:14:39.001Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
101142025-11-11T22:14:39.001Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
101152025-11-11T22:14:39.001Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
101162025-11-11T22:14:39.001Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
101172025-11-11T22:14:39.001Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
101182025-11-11T22:14:39.001Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
101192025-11-11T22:14:39.001Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
101202025-11-11T22:14:39.001Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.11s
101212025-11-11T22:14:39.001Z Doc-tests api_identity
101222025-11-11T22:14:39.001Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcce00b6cef56fa4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
101232025-11-11T22:14:39.148Z
101242025-11-11T22:14:39.148Zrunning 0 tests
101252025-11-11T22:14:39.148Z
101262025-11-11T22:14:39.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101272025-11-11T22:14:39.174Z
101282025-11-11T22:14:39.174Z Doc-tests authz_macros
101292025-11-11T22:14:39.174Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-cf7583677d5c4f0b.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-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
101302025-11-11T22:14:39.343Z
101312025-11-11T22:14:39.343Zrunning 7 tests
101322025-11-11T22:14:39.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
101332025-11-11T22:14:39.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
101342025-11-11T22:14:39.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
101352025-11-11T22:14:39.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
101362025-11-11T22:14:39.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
101372025-11-11T22:14:39.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
101382025-11-11T22:14:39.394Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
101392025-11-11T22:14:39.394Z
101402025-11-11T22:14:39.394Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
101412025-11-11T22:14:39.394Z
101422025-11-11T22:14:39.394Z Doc-tests bootstore
101432025-11-11T22:14:39.394Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b8a1ff57320b9d70.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.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`
101442025-11-11T22:14:40.191Z
101452025-11-11T22:14:40.192Zrunning 0 tests
101462025-11-11T22:14:40.192Z
101472025-11-11T22:14:40.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101482025-11-11T22:14:40.192Z
101492025-11-11T22:14:40.261Z Doc-tests bootstrap_agent_api
101502025-11-11T22:14:40.261Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101512025-11-11T22:14:40.781Z
101522025-11-11T22:14:40.781Zrunning 2 tests
101532025-11-11T22:14:40.806Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
101542025-11-11T22:14:40.806Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
101552025-11-11T22:14:40.806Z
101562025-11-11T22:14:40.806Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101572025-11-11T22:14:40.806Z
101582025-11-11T22:14:40.835Z Doc-tests bootstrap_agent_client
101592025-11-11T22:14:40.835Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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`
101602025-11-11T22:14:41.873Z
101612025-11-11T22:14:41.873Zrunning 0 tests
101622025-11-11T22:14:41.873Z
101632025-11-11T22:14:41.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101642025-11-11T22:14:41.873Z
101652025-11-11T22:14:41.936Z Doc-tests clickana
101662025-11-11T22:14:41.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-c66d3fd30507f782.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101672025-11-11T22:14:42.427Z
101682025-11-11T22:14:42.427Zrunning 0 tests
101692025-11-11T22:14:42.427Z
101702025-11-11T22:14:42.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101712025-11-11T22:14:42.427Z
101722025-11-11T22:14:42.474Z Doc-tests clickhouse_admin_api
101732025-11-11T22:14:42.474Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-613e7355f1948f3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
101742025-11-11T22:14:42.852Z
101752025-11-11T22:14:42.852Zrunning 6 tests
101762025-11-11T22:14:42.877Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 70) ... ignored
101772025-11-11T22:14:42.877Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 76) ... ignored
101782025-11-11T22:14:42.877Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 148) ... ignored
101792025-11-11T22:14:42.877Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 154) ... ignored
101802025-11-11T22:14:42.877Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 213) ... ignored
101812025-11-11T22:14:42.877Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 219) ... ignored
101822025-11-11T22:14:42.877Z
101832025-11-11T22:14:42.877Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
101842025-11-11T22:14:42.877Z
101852025-11-11T22:14:42.908Z Doc-tests clickhouse_admin_keeper_client
101862025-11-11T22:14:42.908Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5fdc5a305affcd4f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
101872025-11-11T22:14:43.678Z
101882025-11-11T22:14:43.678Zrunning 0 tests
101892025-11-11T22:14:43.678Z
101902025-11-11T22:14:43.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101912025-11-11T22:14:43.678Z
101922025-11-11T22:14:43.735Z Doc-tests clickhouse_admin_server_client
101932025-11-11T22:14:43.735Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
101942025-11-11T22:14:44.451Z
101952025-11-11T22:14:44.451Zrunning 0 tests
101962025-11-11T22:14:44.451Z
101972025-11-11T22:14:44.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101982025-11-11T22:14:44.451Z
101992025-11-11T22:14:44.501Z Doc-tests clickhouse_admin_single_client
102002025-11-11T22:14:44.501Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
102012025-11-11T22:14:44.799Z
102022025-11-11T22:14:44.799Zrunning 0 tests
102032025-11-11T22:14:44.799Z
102042025-11-11T22:14:44.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102052025-11-11T22:14:44.799Z
102062025-11-11T22:14:44.832Z Doc-tests clickhouse_admin_test_utils
102072025-11-11T22:14:44.832Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102082025-11-11T22:14:45.152Z
102092025-11-11T22:14:45.152Zrunning 0 tests
102102025-11-11T22:14:45.152Z
102112025-11-11T22:14:45.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102122025-11-11T22:14:45.152Z
102132025-11-11T22:14:45.190Z Doc-tests clickhouse_admin_types
102142025-11-11T22:14:45.190Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-670232dba5be6c1a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102152025-11-11T22:14:45.866Z
102162025-11-11T22:14:45.866Zrunning 0 tests
102172025-11-11T22:14:45.866Z
102182025-11-11T22:14:45.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102192025-11-11T22:14:45.866Z
102202025-11-11T22:14:45.915Z Doc-tests cockroach_admin_api
102212025-11-11T22:14:45.915Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-18ae9ca1b318bdf8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102222025-11-11T22:14:46.204Z
102232025-11-11T22:14:46.204Zrunning 2 tests
102242025-11-11T22:14:46.229Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 52) ... ignored
102252025-11-11T22:14:46.229Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 58) ... ignored
102262025-11-11T22:14:46.229Z
102272025-11-11T22:14:46.229Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102282025-11-11T22:14:46.229Z
102292025-11-11T22:14:46.255Z Doc-tests cockroach_admin_client
102302025-11-11T22:14:46.255Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
102312025-11-11T22:14:46.654Z
102322025-11-11T22:14:46.655Zrunning 0 tests
102332025-11-11T22:14:46.655Z
102342025-11-11T22:14:46.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102352025-11-11T22:14:46.655Z
102362025-11-11T22:14:46.694Z Doc-tests cockroach_admin_types
102372025-11-11T22:14:46.694Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102382025-11-11T22:14:46.936Z
102392025-11-11T22:14:46.936Zrunning 0 tests
102402025-11-11T22:14:46.936Z
102412025-11-11T22:14:46.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102422025-11-11T22:14:46.936Z
102432025-11-11T22:14:46.968Z Doc-tests db_macros
102442025-11-11T22:14:46.968Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9077ac5c98d1037a.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-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102452025-11-11T22:14:47.289Z
102462025-11-11T22:14:47.289Zrunning 3 tests
102472025-11-11T22:14:47.314Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
102482025-11-11T22:14:47.314Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
102492025-11-11T22:14:47.314Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
102502025-11-11T22:14:47.314Z
102512025-11-11T22:14:47.314Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
102522025-11-11T22:14:47.314Z
102532025-11-11T22:14:47.339Z Doc-tests dev_tools_common
102542025-11-11T22:14:47.339Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102552025-11-11T22:14:47.411Z
102562025-11-11T22:14:47.411Zrunning 0 tests
102572025-11-11T22:14:47.411Z
102582025-11-11T22:14:47.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102592025-11-11T22:14:47.411Z
102602025-11-11T22:14:47.437Z Doc-tests dns_server
102612025-11-11T22:14:47.437Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-1daa8d82393edeb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-504a491e80af99d6.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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
102622025-11-11T22:14:47.916Z
102632025-11-11T22:14:47.916Zrunning 0 tests
102642025-11-11T22:14:47.916Z
102652025-11-11T22:14:47.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102662025-11-11T22:14:47.916Z
102672025-11-11T22:14:47.966Z Doc-tests dns_server_api
102682025-11-11T22:14:47.966Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-fe544f934c3c3264.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102692025-11-11T22:14:48.321Z
102702025-11-11T22:14:48.322Zrunning 2 tests
102712025-11-11T22:14:48.347Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 132) ... ignored
102722025-11-11T22:14:48.347Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 138) ... ignored
102732025-11-11T22:14:48.347Z
102742025-11-11T22:14:48.347Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102752025-11-11T22:14:48.347Z
102762025-11-11T22:14:48.372Z Doc-tests dns_service_client
102772025-11-11T22:14:48.372Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.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-fe544f934c3c3264.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
102782025-11-11T22:14:48.830Z
102792025-11-11T22:14:48.830Zrunning 0 tests
102802025-11-11T22:14:48.830Z
102812025-11-11T22:14:48.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102822025-11-11T22:14:48.830Z
102832025-11-11T22:14:48.902Z Doc-tests end_to_end_tests
102842025-11-11T22:14:48.902Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-4fce9b1402d7a67e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-625525f36ed806d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8dbb228f04eea86f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dbc8d4e6f8aa7831.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fb91f0b1e32b2a91.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-6d0792a89940514c.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
102852025-11-11T22:14:49.550Z
102862025-11-11T22:14:49.550Zrunning 0 tests
102872025-11-11T22:14:49.550Z
102882025-11-11T22:14:49.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102892025-11-11T22:14:49.550Z
102902025-11-11T22:14:49.610Z Doc-tests ereport_types
102912025-11-11T22:14:49.610Z 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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102922025-11-11T22:14:49.898Z
102932025-11-11T22:14:49.898Zrunning 0 tests
102942025-11-11T22:14:49.898Z
102952025-11-11T22:14:49.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102962025-11-11T22:14:49.898Z
102972025-11-11T22:14:49.931Z Doc-tests gateway_api
102982025-11-11T22:14:49.931Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-6ab70aae336329bb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-aeb85ec4776bd688.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
102992025-11-11T22:14:50.312Z
103002025-11-11T22:14:50.312Zrunning 2 tests
103012025-11-11T22:14:50.337Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 79) ... ignored
103022025-11-11T22:14:50.338Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 85) ... ignored
103032025-11-11T22:14:50.338Z
103042025-11-11T22:14:50.338Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103052025-11-11T22:14:50.338Z
103062025-11-11T22:14:50.363Z Doc-tests gateway_client
103072025-11-11T22:14:50.363Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
103082025-11-11T22:14:51.683Z
103092025-11-11T22:14:51.683Zrunning 0 tests
103102025-11-11T22:14:51.683Z
103112025-11-11T22:14:51.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103122025-11-11T22:14:51.683Z
103132025-11-11T22:14:51.743Z Doc-tests gateway_test_utils
103142025-11-11T22:14:51.743Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4d9d1f68f26875be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
103152025-11-11T22:14:52.425Z
103162025-11-11T22:14:52.425Zrunning 0 tests
103172025-11-11T22:14:52.425Z
103182025-11-11T22:14:52.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103192025-11-11T22:14:52.425Z
103202025-11-11T22:14:52.480Z Doc-tests gateway_types
103212025-11-11T22:14:52.480Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.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`
103222025-11-11T22:14:53.247Z
103232025-11-11T22:14:53.247Zrunning 0 tests
103242025-11-11T22:14:53.247Z
103252025-11-11T22:14:53.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103262025-11-11T22:14:53.247Z
103272025-11-11T22:14:53.297Z Doc-tests gfss
103282025-11-11T22:14:53.297Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9a4462fc4e9ae5.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
103292025-11-11T22:14:53.456Z
103302025-11-11T22:14:53.457Zrunning 0 tests
103312025-11-11T22:14:53.457Z
103322025-11-11T22:14:53.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103332025-11-11T22:14:53.457Z
103342025-11-11T22:14:53.482Z Doc-tests id_map
103352025-11-11T22:14:53.482Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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 test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103362025-11-11T22:14:53.688Z
103372025-11-11T22:14:53.688Zrunning 0 tests
103382025-11-11T22:14:53.688Z
103392025-11-11T22:14:53.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103402025-11-11T22:14:53.688Z
103412025-11-11T22:14:53.716Z Doc-tests illumos_utils
103422025-11-11T22:14:53.716Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-170bdc378466cad1.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-a54749601f8bece6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.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 omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-56bb60c574c9b999.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-446ca199fcecdbcb.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`
103432025-11-11T22:14:54.444Z
103442025-11-11T22:14:54.444Zrunning 0 tests
103452025-11-11T22:14:54.444Z
103462025-11-11T22:14:54.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103472025-11-11T22:14:54.444Z
103482025-11-11T22:14:54.526Z Doc-tests installinator
103492025-11-11T22:14:54.526Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2b58c1863ce42b30.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.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-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-d2b340d50a4a1106.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
103502025-11-11T22:14:55.217Z
103512025-11-11T22:14:55.217Zrunning 0 tests
103522025-11-11T22:14:55.217Z
103532025-11-11T22:14:55.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103542025-11-11T22:14:55.217Z
103552025-11-11T22:14:55.273Z Doc-tests installinator_api
103562025-11-11T22:14:55.273Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-74d7f181247a0469.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
103572025-11-11T22:14:55.570Z
103582025-11-11T22:14:55.570Zrunning 2 tests
103592025-11-11T22:14:55.595Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 48) ... ignored
103602025-11-11T22:14:55.595Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 54) ... ignored
103612025-11-11T22:14:55.595Z
103622025-11-11T22:14:55.595Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103632025-11-11T22:14:55.595Z
103642025-11-11T22:14:55.620Z Doc-tests installinator_client
103652025-11-11T22:14:55.620Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e581678e7b2223ca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103662025-11-11T22:14:56.185Z
103672025-11-11T22:14:56.185Zrunning 0 tests
103682025-11-11T22:14:56.185Z
103692025-11-11T22:14:56.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103702025-11-11T22:14:56.185Z
103712025-11-11T22:14:56.225Z Doc-tests installinator_common
103722025-11-11T22:14:56.225Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103732025-11-11T22:14:56.700Z
103742025-11-11T22:14:56.700Zrunning 0 tests
103752025-11-11T22:14:56.700Z
103762025-11-11T22:14:56.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103772025-11-11T22:14:56.700Z
103782025-11-11T22:14:56.766Z Doc-tests internal_dns_resolver
103792025-11-11T22:14:56.766Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-4c3c70502694efa3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-110b54347c67572c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-ef3072972d660a5d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103802025-11-11T22:14:57.116Z
103812025-11-11T22:14:57.116Zrunning 0 tests
103822025-11-11T22:14:57.116Z
103832025-11-11T22:14:57.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103842025-11-11T22:14:57.116Z
103852025-11-11T22:14:57.156Z Doc-tests internal_dns_types
103862025-11-11T22:14:57.156Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-fe544f934c3c3264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
103872025-11-11T22:14:57.658Z
103882025-11-11T22:14:57.658Zrunning 0 tests
103892025-11-11T22:14:57.658Z
103902025-11-11T22:14:57.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103912025-11-11T22:14:57.658Z
103922025-11-11T22:14:57.710Z Doc-tests ipcc
103932025-11-11T22:14:57.710Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-7fc074d484198c4c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a332c93722bd3fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103942025-11-11T22:14:57.908Z
103952025-11-11T22:14:57.908Zrunning 0 tests
103962025-11-11T22:14:57.908Z
103972025-11-11T22:14:57.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103982025-11-11T22:14:57.908Z
103992025-11-11T22:14:57.936Z Doc-tests key_manager
104002025-11-11T22:14:57.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1c9847dd78be011a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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`
104012025-11-11T22:14:58.290Z
104022025-11-11T22:14:58.291Zrunning 0 tests
104032025-11-11T22:14:58.291Z
104042025-11-11T22:14:58.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104052025-11-11T22:14:58.291Z
104062025-11-11T22:14:58.331Z Doc-tests live_tests_macros
104072025-11-11T22:14:58.331Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a2eb9388fcf88efb.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
104082025-11-11T22:14:58.430Z
104092025-11-11T22:14:58.430Zrunning 1 test
104102025-11-11T22:14:58.455Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
104112025-11-11T22:14:58.455Z
104122025-11-11T22:14:58.455Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104132025-11-11T22:14:58.455Z
104142025-11-11T22:14:58.456Z Doc-tests nexus_auth
104152025-11-11T22:14:58.456Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-cf7583677d5c4f0b.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-25ef4b38a899aa30.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-74d7f181247a0469.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-95101490880613d7.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7fa109a66a2fcbe2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e9ee0ebe1737bb5e.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-3457c0af9d93e57f.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`
104162025-11-11T22:14:59.715Z
104172025-11-11T22:14:59.715Zrunning 0 tests
104182025-11-11T22:14:59.715Z
104192025-11-11T22:14:59.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104202025-11-11T22:14:59.715Z
104212025-11-11T22:14:59.793Z Doc-tests nexus_background_task_interface
104222025-11-11T22:14:59.793Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104232025-11-11T22:14:59.909Z
104242025-11-11T22:14:59.909Zrunning 0 tests
104252025-11-11T22:14:59.909Z
104262025-11-11T22:14:59.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104272025-11-11T22:14:59.909Z
104282025-11-11T22:14:59.934Z Doc-tests nexus_client
104292025-11-11T22:14:59.934Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
104302025-11-11T22:15:01.041Z
104312025-11-11T22:15:01.041Zrunning 0 tests
104322025-11-11T22:15:01.041Z
104332025-11-11T22:15:01.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104342025-11-11T22:15:01.041Z
104352025-11-11T22:15:01.106Z Doc-tests nexus_config
104362025-11-11T22:15:01.106Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
104372025-11-11T22:15:02.036Z
104382025-11-11T22:15:02.036Zrunning 0 tests
104392025-11-11T22:15:02.036Z
104402025-11-11T22:15:02.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104412025-11-11T22:15:02.036Z
104422025-11-11T22:15:02.105Z Doc-tests nexus_db_errors
104432025-11-11T22:15:02.105Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
104442025-11-11T22:15:02.624Z
104452025-11-11T22:15:02.624Zrunning 0 tests
104462025-11-11T22:15:02.624Z
104472025-11-11T22:15:02.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104482025-11-11T22:15:02.625Z
104492025-11-11T22:15:02.675Z Doc-tests nexus_db_fixed_data
104502025-11-11T22:15:02.675Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7fa109a66a2fcbe2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
104512025-11-11T22:15:03.265Z
104522025-11-11T22:15:03.265Zrunning 0 tests
104532025-11-11T22:15:03.265Z
104542025-11-11T22:15:03.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104552025-11-11T22:15:03.265Z
104562025-11-11T22:15:03.326Z Doc-tests nexus_db_lookup
104572025-11-11T22:15:03.326Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-21299cfb2a376262.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-9077ac5c98d1037a.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-95101490880613d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
104582025-11-11T22:15:04.348Z
104592025-11-11T22:15:04.348Zrunning 0 tests
104602025-11-11T22:15:04.348Z
104612025-11-11T22:15:04.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104622025-11-11T22:15:04.348Z
104632025-11-11T22:15:04.441Z Doc-tests nexus_db_model
104642025-11-11T22:15:04.441Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9077ac5c98d1037a.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-6ab70aae336329bb.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-61a5fc82328ddd06.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-662fd4f266a3d203.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e3acd1e5812c8e19.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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 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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
104652025-11-11T22:15:09.493Z
104662025-11-11T22:15:09.493Zrunning 2 tests
104672025-11-11T22:15:12.103Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
104682025-11-11T22:15:12.162Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
104692025-11-11T22:15:12.162Z
104702025-11-11T22:15:12.162Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.67s
104712025-11-11T22:15:12.162Z
104722025-11-11T22:15:12.342Z Doc-tests nexus_db_queries
104732025-11-11T22:15:12.390Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-21299cfb2a376262.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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9077ac5c98d1037a.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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-95101490880613d7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-d63def462040d39e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7fa109a66a2fcbe2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e9ee0ebe1737bb5e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.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-f99e6d7de4b52ac6.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-e8c0410b0a3f6481.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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
104742025-11-11T22:15:15.289Z
104752025-11-11T22:15:15.289Zrunning 1 test
104762025-11-11T22:15:19.518Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
104772025-11-11T22:15:19.518Z
104782025-11-11T22:15:19.518Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.23s
104792025-11-11T22:15:19.518Z
104802025-11-11T22:15:19.666Z Doc-tests nexus_db_schema
104812025-11-11T22:15:19.666Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c7e699d500c0891e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
104822025-11-11T22:15:28.053Z
104832025-11-11T22:15:28.053Zrunning 0 tests
104842025-11-11T22:15:28.053Z
104852025-11-11T22:15:28.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104862025-11-11T22:15:28.053Z
104872025-11-11T22:15:28.335Z Doc-tests nexus_defaults
104882025-11-11T22:15:28.335Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-111c96d283a419e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
104892025-11-11T22:15:28.676Z
104902025-11-11T22:15:28.677Zrunning 0 tests
104912025-11-11T22:15:28.677Z
104922025-11-11T22:15:28.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104932025-11-11T22:15:28.677Z
104942025-11-11T22:15:28.715Z Doc-tests nexus_external_api
104952025-11-11T22:15:28.715Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-74d7f181247a0469.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-fd8ec44c590d4fb1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f99e6d7de4b52ac6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104962025-11-11T22:15:29.572Z
104972025-11-11T22:15:29.572Zrunning 2 tests
104982025-11-11T22:15:29.598Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 88) ... ignored
104992025-11-11T22:15:29.598Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 94) ... ignored
105002025-11-11T22:15:29.598Z
105012025-11-11T22:15:29.598Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105022025-11-11T22:15:29.598Z
105032025-11-11T22:15:29.632Z Doc-tests nexus_internal_api
105042025-11-11T22:15:29.632Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-45f373aef211971f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
105052025-11-11T22:15:30.175Z
105062025-11-11T22:15:30.175Zrunning 2 tests
105072025-11-11T22:15:30.200Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 53) ... ignored
105082025-11-11T22:15:30.200Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 59) ... ignored
105092025-11-11T22:15:30.200Z
105102025-11-11T22:15:30.200Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112025-11-11T22:15:30.200Z
105122025-11-11T22:15:30.230Z Doc-tests nexus_inventory
105132025-11-11T22:15:30.278Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b8f87e8310b958f7.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.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-11-11T22:15:30.788Z
105152025-11-11T22:15:30.788Zrunning 0 tests
105162025-11-11T22:15:30.788Z
105172025-11-11T22:15:30.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105182025-11-11T22:15:30.788Z
105192025-11-11T22:15:30.843Z Doc-tests nexus_lockstep_api
105202025-11-11T22:15:30.843Z 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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-9c1e2c99a01fafa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
105212025-11-11T22:15:32.227Z
105222025-11-11T22:15:32.227Zrunning 2 tests
105232025-11-11T22:15:32.227Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 67) ... ignored
105242025-11-11T22:15:32.227Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 73) ... ignored
105252025-11-11T22:15:32.227Z
105262025-11-11T22:15:32.227Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105272025-11-11T22:15:32.227Z
105282025-11-11T22:15:32.286Z Doc-tests nexus_lockstep_client
105292025-11-11T22:15:32.286Z 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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
105302025-11-11T22:15:35.784Z
105312025-11-11T22:15:35.784Zrunning 0 tests
105322025-11-11T22:15:35.784Z
105332025-11-11T22:15:35.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105342025-11-11T22:15:35.784Z
105352025-11-11T22:15:35.894Z Doc-tests nexus_macros_common
105362025-11-11T22:15:35.894Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6388013eb1429ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
105372025-11-11T22:15:35.989Z
105382025-11-11T22:15:35.989Zrunning 0 tests
105392025-11-11T22:15:35.989Z
105402025-11-11T22:15:35.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105412025-11-11T22:15:35.989Z
105422025-11-11T22:15:36.014Z Doc-tests nexus_metrics_producer_gc
105432025-11-11T22:15:36.014Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-21299cfb2a376262.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-1dd6ed9fa3b95018.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-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.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-3457c0af9d93e57f.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`
105442025-11-11T22:15:36.614Z
105452025-11-11T22:15:36.614Zrunning 0 tests
105462025-11-11T22:15:36.614Z
105472025-11-11T22:15:36.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105482025-11-11T22:15:36.614Z
105492025-11-11T22:15:36.673Z Doc-tests nexus_mgs_updates
105502025-11-11T22:15:36.720Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.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-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.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-4d9d1f68f26875be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
105512025-11-11T22:15:37.269Z
105522025-11-11T22:15:37.269Zrunning 0 tests
105532025-11-11T22:15:37.269Z
105542025-11-11T22:15:37.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105552025-11-11T22:15:37.269Z
105562025-11-11T22:15:37.324Z Doc-tests nexus_networking
105572025-11-11T22:15:37.324Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-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-ae5028282df1703e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.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`
105582025-11-11T22:15:37.909Z
105592025-11-11T22:15:37.909Zrunning 0 tests
105602025-11-11T22:15:37.909Z
105612025-11-11T22:15:37.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105622025-11-11T22:15:37.909Z
105632025-11-11T22:15:37.976Z Doc-tests nexus_reconfigurator_blippy
105642025-11-11T22:15:37.977Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105652025-11-11T22:15:38.467Z
105662025-11-11T22:15:38.467Zrunning 0 tests
105672025-11-11T22:15:38.467Z
105682025-11-11T22:15:38.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105692025-11-11T22:15:38.467Z
105702025-11-11T22:15:38.550Z Doc-tests nexus_reconfigurator_execution
105712025-11-11T22:15:38.551Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-21299cfb2a376262.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.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-1dd6ed9fa3b95018.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-8780b73ed2d6c330.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.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-3457c0af9d93e57f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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`
105722025-11-11T22:15:39.210Z
105732025-11-11T22:15:39.210Zrunning 0 tests
105742025-11-11T22:15:39.210Z
105752025-11-11T22:15:39.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105762025-11-11T22:15:39.210Z
105772025-11-11T22:15:39.300Z Doc-tests nexus_reconfigurator_planning
105782025-11-11T22:15:39.300Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-4c3c70502694efa3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-662fd4f266a3d203.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-e8c0410b0a3f6481.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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`
105792025-11-11T22:15:40.179Z
105802025-11-11T22:15:40.180Zrunning 0 tests
105812025-11-11T22:15:40.180Z
105822025-11-11T22:15:40.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105832025-11-11T22:15:40.180Z
105842025-11-11T22:15:40.252Z Doc-tests nexus_reconfigurator_preparation
105852025-11-11T22:15:40.252Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
105862025-11-11T22:15:40.865Z
105872025-11-11T22:15:40.865Zrunning 0 tests
105882025-11-11T22:15:40.865Z
105892025-11-11T22:15:40.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105902025-11-11T22:15:40.865Z
105912025-11-11T22:15:40.928Z Doc-tests nexus_reconfigurator_rendezvous
105922025-11-11T22:15:40.928Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-21299cfb2a376262.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-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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`
105932025-11-11T22:15:41.533Z
105942025-11-11T22:15:41.533Zrunning 0 tests
105952025-11-11T22:15:41.533Z
105962025-11-11T22:15:41.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105972025-11-11T22:15:41.533Z
105982025-11-11T22:15:41.597Z Doc-tests nexus_reconfigurator_simulation
105992025-11-11T22:15:41.597Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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 indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e2ae977e741df11e.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-0a79e5fb9264b00b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d301815a7449911.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`
106002025-11-11T22:15:42.168Z
106012025-11-11T22:15:42.168Zrunning 0 tests
106022025-11-11T22:15:42.168Z
106032025-11-11T22:15:42.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106042025-11-11T22:15:42.168Z
106052025-11-11T22:15:42.224Z Doc-tests nexus_saga_recovery
106062025-11-11T22:15:42.224Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-dcfaa976c1b0a3b8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
106072025-11-11T22:15:42.738Z
106082025-11-11T22:15:42.738Zrunning 0 tests
106092025-11-11T22:15:42.738Z
106102025-11-11T22:15:42.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106112025-11-11T22:15:42.738Z
106122025-11-11T22:15:42.790Z Doc-tests nexus_sled_agent_shared
106132025-11-11T22:15:42.790Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-0a79e5fb9264b00b.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`
106142025-11-11T22:15:43.538Z
106152025-11-11T22:15:43.538Zrunning 0 tests
106162025-11-11T22:15:43.538Z
106172025-11-11T22:15:43.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106182025-11-11T22:15:43.538Z
106192025-11-11T22:15:43.600Z Doc-tests nexus_test_interface
106202025-11-11T22:15:43.600Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.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`
106212025-11-11T22:15:44.203Z
106222025-11-11T22:15:44.204Zrunning 0 tests
106232025-11-11T22:15:44.204Z
106242025-11-11T22:15:44.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106252025-11-11T22:15:44.204Z
106262025-11-11T22:15:44.280Z Doc-tests nexus_test_utils
106272025-11-11T22:15:44.281Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-727f6ef5b5e25765.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3337c400c70231f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-74d7f181247a0469.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-eb29abc46e99ebcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-e8c0410b0a3f6481.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
106282025-11-11T22:15:45.277Z
106292025-11-11T22:15:45.277Zrunning 0 tests
106302025-11-11T22:15:45.277Z
106312025-11-11T22:15:45.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106322025-11-11T22:15:45.277Z
106332025-11-11T22:15:45.347Z Doc-tests nexus_test_utils_macros
106342025-11-11T22:15:45.347Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
106352025-11-11T22:15:45.445Z
106362025-11-11T22:15:45.445Zrunning 1 test
106372025-11-11T22:15:45.492Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
106382025-11-11T22:15:45.492Z
106392025-11-11T22:15:45.492Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106402025-11-11T22:15:45.492Z
106412025-11-11T22:15:45.492Z Doc-tests nexus_types
106422025-11-11T22:15:45.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcce00b6cef56fa4.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-670232dba5be6c1a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.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-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-fe544f934c3c3264.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-8780b73ed2d6c330.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-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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 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-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.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`
106432025-11-11T22:15:50.980Z
106442025-11-11T22:15:50.981Zrunning 3 tests
106452025-11-11T22:15:51.005Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2207) ... ignored
106462025-11-11T22:15:51.005Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2079) ... ignored
106472025-11-11T22:15:51.005Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1188) ... ignored
106482025-11-11T22:15:51.006Z
106492025-11-11T22:15:51.006Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
106502025-11-11T22:15:51.006Z
106512025-11-11T22:15:51.151Z Doc-tests ntp_admin_api
106522025-11-11T22:15:51.151Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-8db351ca632db356.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9422b400b5a4388f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
106532025-11-11T22:15:51.373Z
106542025-11-11T22:15:51.373Zrunning 2 tests
106552025-11-11T22:15:51.398Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 44) ... ignored
106562025-11-11T22:15:51.398Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 50) ... ignored
106572025-11-11T22:15:51.398Z
106582025-11-11T22:15:51.398Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106592025-11-11T22:15:51.398Z
106602025-11-11T22:15:51.423Z Doc-tests ntp_admin_client
106612025-11-11T22:15:51.423Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
106622025-11-11T22:15:51.688Z
106632025-11-11T22:15:51.688Zrunning 0 tests
106642025-11-11T22:15:51.688Z
106652025-11-11T22:15:51.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106662025-11-11T22:15:51.688Z
106672025-11-11T22:15:51.726Z Doc-tests ntp_admin_types
106682025-11-11T22:15:51.726Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9422b400b5a4388f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
106692025-11-11T22:15:51.868Z
106702025-11-11T22:15:51.868Zrunning 0 tests
106712025-11-11T22:15:51.868Z
106722025-11-11T22:15:51.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106732025-11-11T22:15:51.868Z
106742025-11-11T22:15:51.895Z Doc-tests omicron_certificates
106752025-11-11T22:15:51.895Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e3acd1e5812c8e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
106762025-11-11T22:15:52.258Z
106772025-11-11T22:15:52.258Zrunning 0 tests
106782025-11-11T22:15:52.258Z
106792025-11-11T22:15:52.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106802025-11-11T22:15:52.258Z
106812025-11-11T22:15:52.302Z Doc-tests omicron_clickhouse_admin
106822025-11-11T22:15:52.327Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-613e7355f1948f3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-4aa94e6049d6ff76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-670232dba5be6c1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8b0ed5adee043e91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
106832025-11-11T22:15:52.879Z
106842025-11-11T22:15:52.879Zrunning 0 tests
106852025-11-11T22:15:52.879Z
106862025-11-11T22:15:52.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106872025-11-11T22:15:52.879Z
106882025-11-11T22:15:52.961Z Doc-tests omicron_cockroach_admin
106892025-11-11T22:15:52.962Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-18ae9ca1b318bdf8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-e074a7ecb17cff8a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-eb29abc46e99ebcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
106902025-11-11T22:15:53.368Z
106912025-11-11T22:15:53.368Zrunning 0 tests
106922025-11-11T22:15:53.368Z
106932025-11-11T22:15:53.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106942025-11-11T22:15:53.368Z
106952025-11-11T22:15:53.421Z Doc-tests omicron_cockroach_metrics
106962025-11-11T22:15:53.421Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-9c8cffce0ac48f67.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cfbdc5a5b8a8f9b0.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-d7dc26d3bc661a45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106972025-11-11T22:15:53.731Z
106982025-11-11T22:15:53.731Zrunning 1 test
106992025-11-11T22:15:54.086Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
107002025-11-11T22:15:54.086Z
107012025-11-11T22:15:54.086Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
107022025-11-11T22:15:54.086Z
107032025-11-11T22:15:54.134Z Doc-tests omicron_common
107042025-11-11T22:15:54.134Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fcce00b6cef56fa4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4519dd9ef8d21cd2.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-e7738019bdd05e12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-b406f18a6d1306ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
107052025-11-11T22:15:56.513Z
107062025-11-11T22:15:56.513Zrunning 2 tests
107072025-11-11T22:15:56.538Ztest common/src/lib.rs - FileKv (line 38) ... ignored
107082025-11-11T22:16:03.123Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
107092025-11-11T22:16:03.123Z
107102025-11-11T22:16:03.123Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.61s
107112025-11-11T22:16:03.123Z
107122025-11-11T22:16:03.220Z Doc-tests omicron_ddm_admin_client
107132025-11-11T22:16:03.220Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-c8b72c579dfce4cb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.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-11-11T22:16:03.590Z
107152025-11-11T22:16:03.590Zrunning 0 tests
107162025-11-11T22:16:03.590Z
107172025-11-11T22:16:03.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107182025-11-11T22:16:03.590Z
107192025-11-11T22:16:03.633Z Doc-tests omicron_dev_lib
107202025-11-11T22:16:03.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf3d4c49ce007717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
107212025-11-11T22:16:04.078Z
107222025-11-11T22:16:04.078Zrunning 0 tests
107232025-11-11T22:16:04.078Z
107242025-11-11T22:16:04.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107252025-11-11T22:16:04.078Z
107262025-11-11T22:16:04.125Z Doc-tests omicron_gateway
107272025-11-11T22:16:04.125Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-aeb85ec4776bd688.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-115bab04a0181f4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-74d7f181247a0469.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3b2b14a7287a87f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e17a7bcd747c1f70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-5d49332550df18a1.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-4d9d1f68f26875be.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cf08547dc1d61487.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107282025-11-11T22:16:05.024Z
107292025-11-11T22:16:05.024Zrunning 0 tests
107302025-11-11T22:16:05.024Z
107312025-11-11T22:16:05.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107322025-11-11T22:16:05.024Z
107332025-11-11T22:16:05.100Z Doc-tests omicron_ls_apis
107342025-11-11T22:16:05.100Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c63da84d0f3b583c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.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-3f2426023a881317.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.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-df1c7611955e4103.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107352025-11-11T22:16:05.391Z
107362025-11-11T22:16:05.391Zrunning 1 test
107372025-11-11T22:16:05.416Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
107382025-11-11T22:16:05.416Z
107392025-11-11T22:16:05.416Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107402025-11-11T22:16:05.416Z
107412025-11-11T22:16:05.464Z Doc-tests omicron_nexus
107422025-11-11T22:16:05.464Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-21299cfb2a376262.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-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-5fdc5a305affcd4f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f4320ae30d12524a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f05c7f003b9daff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-d1fbb9b5c6e4b668.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2839a12c6bf80fa3.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6ab70aae336329bb.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-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.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-790c7da1a746368c.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-b8f87e8310b958f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1dd6ed9fa3b95018.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-3645503ef5bb68fa.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-b406f18a6d1306ad.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-95101490880613d7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-efea40c7288c78a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-ae5028282df1703e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-580cc911457e2968.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-73fa15aae969c071.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4a90ec48ce1af572.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b08c410a3e77e8d7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fd8ec44c590d4fb1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-45f373aef211971f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9c1e2c99a01fafa9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e691c21103ab97a1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-783e4b02314c2e2f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-748acadeebaf8ec4.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9adb3e30a948e0a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4ef143af005545f2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-11b18cde0e012f66.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3094261946587d93.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-37bccc2864c6ab0e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5c7c711184c12a13.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-92bdd9ed7776e8ff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.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-d7dc26d3bc661a45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-783124eeeb1fc209.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c64ea9eeb17cd3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.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-f4d647ac6fdc43d8.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-f99e6d7de4b52ac6.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-220013007ed5e466.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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-4d9d1f68f26875be.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcfaa976c1b0a3b8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.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-85adaab1b3ff9bed.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`
107432025-11-11T22:16:08.842Z
107442025-11-11T22:16:08.842Zrunning 5 tests
107452025-11-11T22:16:08.867Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
107462025-11-11T22:16:13.012Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 973) ... ok
107472025-11-11T22:16:13.123Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 909) ... ok
107482025-11-11T22:16:13.148Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1003) ... ok
107492025-11-11T22:16:13.148Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 931) ... ok
107502025-11-11T22:16:13.148Z
107512025-11-11T22:16:13.148Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.29s
107522025-11-11T22:16:13.148Z
107532025-11-11T22:16:13.292Z Doc-tests omicron_ntp_admin
107542025-11-11T22:16:13.292Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.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-5c7c711184c12a13.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-8db351ca632db356.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9422b400b5a4388f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-80c6e10cdc081893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
107552025-11-11T22:16:13.659Z
107562025-11-11T22:16:13.659Zrunning 0 tests
107572025-11-11T22:16:13.659Z
107582025-11-11T22:16:13.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107592025-11-11T22:16:13.659Z
107602025-11-11T22:16:13.707Z Doc-tests omicron_package
107612025-11-11T22:16:13.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c63da84d0f3b583c.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-e074a7ecb17cff8a.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-76d8fb826930763c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-aa88263e9c977be2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-02b941a59827aefd.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
107622025-11-11T22:16:14.060Z
107632025-11-11T22:16:14.061Zrunning 0 tests
107642025-11-11T22:16:14.061Z
107652025-11-11T22:16:14.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107662025-11-11T22:16:14.061Z
107672025-11-11T22:16:14.092Z Doc-tests omicron_passwords
107682025-11-11T22:16:14.092Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-ea19e53fa8141ba6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
107692025-11-11T22:16:14.269Z
107702025-11-11T22:16:14.269Zrunning 0 tests
107712025-11-11T22:16:14.269Z
107722025-11-11T22:16:14.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107732025-11-11T22:16:14.269Z
107742025-11-11T22:16:14.295Z Doc-tests omicron_pins
107752025-11-11T22:16:14.321Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c63da84d0f3b583c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-10cb31dc17bace29.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-9ca77703f2903b46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107762025-11-11T22:16:14.443Z
107772025-11-11T22:16:14.443Zrunning 0 tests
107782025-11-11T22:16:14.443Z
107792025-11-11T22:16:14.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107802025-11-11T22:16:14.443Z
107812025-11-11T22:16:14.468Z Doc-tests omicron_repl_utils
107822025-11-11T22:16:14.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a593fd7e10acfca3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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`
107832025-11-11T22:16:14.589Z
107842025-11-11T22:16:14.589Zrunning 0 tests
107852025-11-11T22:16:14.589Z
107862025-11-11T22:16:14.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107872025-11-11T22:16:14.615Z
107882025-11-11T22:16:14.615Z Doc-tests omicron_rpaths
107892025-11-11T22:16:14.615Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7310074aa825963b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107902025-11-11T22:16:14.706Z
107912025-11-11T22:16:14.706Zrunning 0 tests
107922025-11-11T22:16:14.706Z
107932025-11-11T22:16:14.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107942025-11-11T22:16:14.706Z
107952025-11-11T22:16:14.734Z Doc-tests omicron_sled_agent
107962025-11-11T22:16:14.734Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-b8a1ff57320b9d70.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f860b910a5e124d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.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-7c6c89a2732a8da1.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-670232dba5be6c1a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9c8cffce0ac48f67.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-727f6ef5b5e25765.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-4c3c70502694efa3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-eb5bdef2c0fadb47.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-773b065bbf225be9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-98c6c51fcf0abfc4.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-74d7f181247a0469.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4861eaadc6584273.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-a2decca35aba5593.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-b406f18a6d1306ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-8dbb228f04eea86f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fcabeba3fab9a4a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-995cdd866af7eb5c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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 propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-967178dc83d747fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c046b35c0500b3f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-eacf7bc1042e6ae8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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 sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-72c39d1e0c82a58c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e8c0410b0a3f6481.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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 sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-43e474fa560443f1.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.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-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.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`
107972025-11-11T22:16:16.862Z
107982025-11-11T22:16:16.862Zrunning 0 tests
107992025-11-11T22:16:16.862Z
108002025-11-11T22:16:16.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108012025-11-11T22:16:16.862Z
108022025-11-11T22:16:16.985Z Doc-tests omicron_test_utils
108032025-11-11T22:16:16.985Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.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-f9a0e10683130429.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-662fd4f266a3d203.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.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`
108042025-11-11T22:16:17.550Z
108052025-11-11T22:16:17.550Zrunning 3 tests
108062025-11-11T22:16:17.576Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
108072025-11-11T22:16:30.109Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
108082025-11-11T22:16:30.380Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
108092025-11-11T22:16:30.380Z
108102025-11-11T22:16:30.380Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 12.83s
108112025-11-11T22:16:30.380Z
108122025-11-11T22:16:30.456Z Doc-tests omicron_uuid_kinds
108132025-11-11T22:16:30.456Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.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-a735768f7b7cbc64.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`
108142025-11-11T22:16:30.719Z
108152025-11-11T22:16:30.719Zrunning 0 tests
108162025-11-11T22:16:30.719Z
108172025-11-11T22:16:30.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108182025-11-11T22:16:30.719Z
108192025-11-11T22:16:30.771Z Doc-tests omicron_workspace_hack
108202025-11-11T22:16:30.771Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-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-b73a91d1c10eeaf2.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-e7738019bdd05e12.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-10cb31dc17bace29.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-4ee1d0e9945609ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.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-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-df22f3562e0e7fa1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ef3072972d660a5d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8fe15e74d6d29966.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-127681d6e9c9172b.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-954ae84231c62dbd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-8780b73ed2d6c330.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-a90960645e15a10c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.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-ced34b824d457562.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-69e72dbf27e26d4c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8ce5d65a0a50004a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.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-85adaab1b3ff9bed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108212025-11-11T22:16:30.828Z
108222025-11-11T22:16:30.828Zrunning 0 tests
108232025-11-11T22:16:30.828Z
108242025-11-11T22:16:30.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108252025-11-11T22:16:30.828Z
108262025-11-11T22:16:30.853Z Doc-tests oxide_client
108272025-11-11T22:16:30.853Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-790c7da1a746368c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-f8839bb47cd0be56.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-967c0a878ada0e4d.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.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`
108282025-11-11T22:16:38.080Z
108292025-11-11T22:16:38.080Zrunning 278 tests
108302025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
108312025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
108322025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
108332025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
108342025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
108352025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
108362025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
108372025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
108382025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
108392025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
108402025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
108412025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
108422025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
108432025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
108442025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
108452025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
108462025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
108472025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
108482025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
108492025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
108502025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
108512025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
108522025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
108532025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
108542025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
108552025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
108562025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
108572025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
108582025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
108592025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
108602025-11-11T22:16:38.151Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
108612025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
108622025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
108632025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
108642025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
108652025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
108662025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
108672025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
108682025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
108692025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
108702025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
108712025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
108722025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
108732025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
108742025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
108752025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
108762025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
108772025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
108782025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
108792025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
108802025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
108812025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
108822025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
108832025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
108842025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
108852025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
108862025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
108872025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
108882025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
108892025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
108902025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
108912025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
108922025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
108932025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
108942025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
108952025-11-11T22:16:38.152Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
108962025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
108972025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
108982025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
108992025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
109002025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
109012025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
109022025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
109032025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
109042025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
109052025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
109062025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
109072025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
109082025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
109092025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
109102025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
109112025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
109122025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
109132025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
109142025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
109152025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
109162025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
109172025-11-11T22:16:38.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
109182025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
109192025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
109202025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
109212025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
109222025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
109232025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
109242025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
109252025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
109262025-11-11T22:16:38.154Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
109272025-11-11T22:16:38.155Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
109282025-11-11T22:16:38.155Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
109292025-11-11T22:16:38.155Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
109302025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
109312025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
109322025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
109332025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
109342025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
109352025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
109362025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
109372025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
109382025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
109392025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
109402025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
109412025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
109422025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
109432025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
109442025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
109452025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
109462025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
109472025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
109482025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
109492025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
109502025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
109512025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
109522025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
109532025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
109542025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
109552025-11-11T22:16:38.181Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
109562025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
109572025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
109582025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
109592025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
109602025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
109612025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
109622025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
109632025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
109642025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
109652025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
109662025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
109672025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
109682025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
109692025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
109702025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
109712025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
109722025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
109732025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
109742025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
109752025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
109762025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
109772025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
109782025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
109792025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
109802025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
109812025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
109822025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
109832025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
109842025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 25) ... ignored
109852025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
109862025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
109872025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 32) ... ignored
109882025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
109892025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
109902025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
109912025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
109922025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
109932025-11-11T22:16:38.182Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
109942025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
109952025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
109962025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
109972025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
109982025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
109992025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
110002025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
110012025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
110022025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
110032025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
110042025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
110052025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
110062025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
110072025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
110082025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
110092025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
110102025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
110112025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
110122025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
110132025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
110142025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
110152025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
110162025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
110172025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
110182025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
110192025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
110202025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
110212025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
110222025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
110232025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
110242025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
110252025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
110262025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
110272025-11-11T22:16:38.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
110282025-11-11T22:16:38.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
110292025-11-11T22:16:38.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
110302025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
110312025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
110322025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
110332025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
110342025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
110352025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
110362025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
110372025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
110382025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
110392025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
110402025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
110412025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
110422025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
110432025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
110442025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
110452025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
110462025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
110472025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
110482025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
110492025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
110502025-11-11T22:16:38.210Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
110512025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
110522025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
110532025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
110542025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
110552025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
110562025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
110572025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
110582025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
110592025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
110602025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
110612025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
110622025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
110632025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
110642025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
110652025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
110662025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
110672025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
110682025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
110692025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
110702025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
110712025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
110722025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
110732025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
110742025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
110752025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
110762025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
110772025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
110782025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
110792025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
110802025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
110812025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
110822025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
110832025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
110842025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
110852025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
110862025-11-11T22:16:38.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
110872025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
110882025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
110892025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
110902025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
110912025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
110922025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
110932025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
110942025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
110952025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
110962025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
110972025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
110982025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
110992025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
111002025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
111012025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
111022025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
111032025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
111042025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
111052025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
111062025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
111072025-11-11T22:16:38.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
111082025-11-11T22:16:38.212Z
111092025-11-11T22:16:38.212Ztest result: ok. 0 passed; 0 failed; 278 ignored; 0 measured; 0 filtered out; finished in 0.02s
111102025-11-11T22:16:38.212Z
111112025-11-11T22:16:38.270Z Doc-tests oximeter
111122025-11-11T22:16:38.270Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32d10ba540ccb013.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-28987829464f73a8.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.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`
111132025-11-11T22:16:38.636Z
111142025-11-11T22:16:38.636Zrunning 2 tests
111152025-11-11T22:16:38.662Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
111162025-11-11T22:16:40.223Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
111172025-11-11T22:16:40.223Z
111182025-11-11T22:16:40.223Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.59s
111192025-11-11T22:16:40.223Z
111202025-11-11T22:16:40.289Z Doc-tests oximeter_api
111212025-11-11T22:16:40.289Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.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`
111222025-11-11T22:16:40.704Z
111232025-11-11T22:16:40.704Zrunning 2 tests
111242025-11-11T22:16:40.729Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 53) ... ignored
111252025-11-11T22:16:40.729Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 59) ... ignored
111262025-11-11T22:16:40.729Z
111272025-11-11T22:16:40.729Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111282025-11-11T22:16:40.729Z
111292025-11-11T22:16:40.754Z Doc-tests oximeter_client
111302025-11-11T22:16:40.755Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
111312025-11-11T22:16:41.285Z
111322025-11-11T22:16:41.285Zrunning 0 tests
111332025-11-11T22:16:41.285Z
111342025-11-11T22:16:41.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111352025-11-11T22:16:41.285Z
111362025-11-11T22:16:41.359Z Doc-tests oximeter_collector
111372025-11-11T22:16:41.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.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-b8f87e8310b958f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1d1fe37e64637c0c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d3927fc3506fc096.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-34b0abc93155853b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3d59c4015b5f0076.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
111382025-11-11T22:16:42.129Z
111392025-11-11T22:16:42.130Zrunning 0 tests
111402025-11-11T22:16:42.130Z
111412025-11-11T22:16:42.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111422025-11-11T22:16:42.130Z
111432025-11-11T22:16:42.222Z Doc-tests oximeter_db
111442025-11-11T22:16:42.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-7931e426e478c04d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.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-25ef4b38a899aa30.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-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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-3d59c4015b5f0076.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-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.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`
111452025-11-11T22:16:43.458Z
111462025-11-11T22:16:43.458Zrunning 5 tests
111472025-11-11T22:16:43.483Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
111482025-11-11T22:16:43.483Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
111492025-11-11T22:16:43.483Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
111502025-11-11T22:16:43.483Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
111512025-11-11T22:16:43.483Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
111522025-11-11T22:16:43.483Z
111532025-11-11T22:16:43.483Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
111542025-11-11T22:16:43.483Z
111552025-11-11T22:16:43.539Z Doc-tests oximeter_instruments
111562025-11-11T22:16:43.539Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-18c66edcb07d8d9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-74d7f181247a0469.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-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8431952e569e5a.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-3457c0af9d93e57f.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`
111572025-11-11T22:16:44.095Z
111582025-11-11T22:16:44.095Zrunning 0 tests
111592025-11-11T22:16:44.095Z
111602025-11-11T22:16:44.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111612025-11-11T22:16:44.095Z
111622025-11-11T22:16:44.151Z Doc-tests oximeter_macro_impl
111632025-11-11T22:16:44.151Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.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`
111642025-11-11T22:16:44.261Z
111652025-11-11T22:16:44.261Zrunning 0 tests
111662025-11-11T22:16:44.261Z
111672025-11-11T22:16:44.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111682025-11-11T22:16:44.261Z
111692025-11-11T22:16:44.286Z Doc-tests oximeter_producer
111702025-11-11T22:16:44.286Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-dccb0461ffeb6a70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10a5e101fbd7bee8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49353d50164799ae.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-3457c0af9d93e57f.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`
111712025-11-11T22:16:44.837Z
111722025-11-11T22:16:44.837Zrunning 0 tests
111732025-11-11T22:16:44.837Z
111742025-11-11T22:16:44.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111752025-11-11T22:16:44.837Z
111762025-11-11T22:16:44.901Z Doc-tests oximeter_schema
111772025-11-11T22:16:44.901Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a90960645e15a10c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-32d10ba540ccb013.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-df1c7611955e4103.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111782025-11-11T22:16:45.327Z
111792025-11-11T22:16:45.327Zrunning 0 tests
111802025-11-11T22:16:45.327Z
111812025-11-11T22:16:45.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111822025-11-11T22:16:45.327Z
111832025-11-11T22:16:45.371Z Doc-tests oximeter_test_utils
111842025-11-11T22:16:45.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7931e426e478c04d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fc05e16bc6cd8324.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b192d35f5f50a045.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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`
111852025-11-11T22:16:45.936Z
111862025-11-11T22:16:45.936Zrunning 0 tests
111872025-11-11T22:16:45.936Z
111882025-11-11T22:16:45.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111892025-11-11T22:16:45.937Z
111902025-11-11T22:16:46.003Z Doc-tests oximeter_timeseries_macro
111912025-11-11T22:16:46.004Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-550bffc7cdd339d6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-28987829464f73a8.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0312674bcca61987.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`
111922025-11-11T22:16:46.347Z
111932025-11-11T22:16:46.347Zrunning 0 tests
111942025-11-11T22:16:46.347Z
111952025-11-11T22:16:46.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962025-11-11T22:16:46.347Z
111972025-11-11T22:16:46.391Z Doc-tests oximeter_types
111982025-11-11T22:16:46.391Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ea19e53fa8141ba6.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-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-056073e58c6be57e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.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-cdde9ab14f2a9095.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`
111992025-11-11T22:16:47.177Z
112002025-11-11T22:16:47.177Zrunning 11 tests
112012025-11-11T22:16:47.882Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
112022025-11-11T22:16:55.691Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
112032025-11-11T22:16:55.953Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
112042025-11-11T22:16:56.857Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
112052025-11-11T22:16:56.903Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
112062025-11-11T22:16:56.973Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
112072025-11-11T22:16:57.197Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
112082025-11-11T22:16:57.223Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
112092025-11-11T22:16:57.387Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
112102025-11-11T22:16:57.557Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
112112025-11-11T22:17:03.400Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
112122025-11-11T22:17:03.400Z
112132025-11-11T22:17:03.400Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.22s
112142025-11-11T22:17:03.400Z
112152025-11-11T22:17:03.466Z Doc-tests oxlog
112162025-11-11T22:17:03.466Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a90960645e15a10c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.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`
112172025-11-11T22:17:03.585Z
112182025-11-11T22:17:03.585Zrunning 0 tests
112192025-11-11T22:17:03.585Z
112202025-11-11T22:17:03.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112212025-11-11T22:17:03.585Z
112222025-11-11T22:17:03.611Z Doc-tests oxql_types
112232025-11-11T22:17:03.611Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a90960645e15a10c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2449f1d87ea9d56f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-061b6cb130bc0f55.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`
112242025-11-11T22:17:04.119Z
112252025-11-11T22:17:04.119Zrunning 0 tests
112262025-11-11T22:17:04.119Z
112272025-11-11T22:17:04.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112282025-11-11T22:17:04.119Z
112292025-11-11T22:17:04.166Z Doc-tests parallel_task_set
112302025-11-11T22:17:04.218Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26f4c4d89864e522.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112312025-11-11T22:17:04.279Z
112322025-11-11T22:17:04.279Zrunning 0 tests
112332025-11-11T22:17:04.279Z
112342025-11-11T22:17:04.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112352025-11-11T22:17:04.279Z
112362025-11-11T22:17:04.305Z Doc-tests range_requests
112372025-11-11T22:17:04.305Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-74d7f181247a0469.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-31b39a8d609e0783.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5f88eccc1ed3baa8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112382025-11-11T22:17:04.536Z
112392025-11-11T22:17:04.536Zrunning 0 tests
112402025-11-11T22:17:04.536Z
112412025-11-11T22:17:04.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112422025-11-11T22:17:04.536Z
112432025-11-11T22:17:04.566Z Doc-tests reconfigurator_cli
112442025-11-11T22:17:04.566Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-e7738019bdd05e12.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.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-fe544f934c3c3264.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c162f26f9c36975f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b6726fca452c75f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da44914b7aae2c48.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-391c092736660918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a593fd7e10acfca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-66c5e9f3badff100.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.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`
112452025-11-11T22:17:05.452Z
112462025-11-11T22:17:05.452Zrunning 0 tests
112472025-11-11T22:17:05.452Z
112482025-11-11T22:17:05.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112492025-11-11T22:17:05.452Z
112502025-11-11T22:17:05.520Z Doc-tests repo_depot_api
112512025-11-11T22:17:05.520Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-a90960645e15a10c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f32f2bf7e160c981.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-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112522025-11-11T22:17:05.782Z
112532025-11-11T22:17:05.782Zrunning 2 tests
112542025-11-11T22:17:05.807Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
112552025-11-11T22:17:05.807Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
112562025-11-11T22:17:05.807Z
112572025-11-11T22:17:05.807Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112582025-11-11T22:17:05.807Z
112592025-11-11T22:17:05.832Z Doc-tests repo_depot_client
112602025-11-11T22:17:05.832Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ca055943a4f0f9c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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`
112612025-11-11T22:17:06.070Z
112622025-11-11T22:17:06.070Zrunning 0 tests
112632025-11-11T22:17:06.070Z
112642025-11-11T22:17:06.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112652025-11-11T22:17:06.070Z
112662025-11-11T22:17:06.108Z Doc-tests sled_agent_api
112672025-11-11T22:17:06.108Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-72c39d1e0c82a58c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3fbb235538353877.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
112682025-11-11T22:17:06.946Z
112692025-11-11T22:17:06.946Zrunning 2 tests
112702025-11-11T22:17:06.972Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 111) ... ignored
112712025-11-11T22:17:06.972Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 117) ... ignored
112722025-11-11T22:17:06.972Z
112732025-11-11T22:17:06.972Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112742025-11-11T22:17:06.972Z
112752025-11-11T22:17:07.011Z Doc-tests sled_agent_client
112762025-11-11T22:17:07.011Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-e8c0410b0a3f6481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.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`
112772025-11-11T22:17:09.891Z
112782025-11-11T22:17:09.891Zrunning 0 tests
112792025-11-11T22:17:09.891Z
112802025-11-11T22:17:09.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112812025-11-11T22:17:09.891Z
112822025-11-11T22:17:10.006Z Doc-tests sled_agent_config_reconciler
112832025-11-11T22:17:10.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.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 id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-968e345fa50616cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-dea84c2cf32f7480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-72c39d1e0c82a58c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-02b941a59827aefd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.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`
112842025-11-11T22:17:10.859Z
112852025-11-11T22:17:10.859Zrunning 0 tests
112862025-11-11T22:17:10.859Z
112872025-11-11T22:17:10.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112882025-11-11T22:17:10.859Z
112892025-11-11T22:17:10.942Z Doc-tests sled_agent_types
112902025-11-11T22:17:10.942Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41b14d1241f1a686.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6ec0a7c72c789f4c.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.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-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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`
112912025-11-11T22:17:11.940Z
112922025-11-11T22:17:11.941Zrunning 0 tests
112932025-11-11T22:17:11.941Z
112942025-11-11T22:17:11.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112952025-11-11T22:17:11.941Z
112962025-11-11T22:17:12.001Z Doc-tests sled_agent_zone_images
112972025-11-11T22:17:12.001Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d12cdbe1a4466a6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6b83db05172d9875.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112982025-11-11T22:17:12.511Z
112992025-11-11T22:17:12.511Zrunning 0 tests
113002025-11-11T22:17:12.511Z
113012025-11-11T22:17:12.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113022025-11-11T22:17:12.511Z
113032025-11-11T22:17:12.536Z Doc-tests sled_agent_zone_images_examples
113042025-11-11T22:17:12.536Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d12cdbe1a4466a6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-cb5291ef5d919a35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113052025-11-11T22:17:12.976Z
113062025-11-11T22:17:12.976Zrunning 0 tests
113072025-11-11T22:17:12.976Z
113082025-11-11T22:17:12.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113092025-11-11T22:17:12.976Z
113102025-11-11T22:17:13.025Z Doc-tests sled_diagnostics
113112025-11-11T22:17:13.025Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-10cb31dc17bace29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b119e63a28a1634a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cc5c3061f2b3662e.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-3fbb235538353877.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7aeb913801a1496e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-85adaab1b3ff9bed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113122025-11-11T22:17:13.495Z
113132025-11-11T22:17:13.495Zrunning 0 tests
113142025-11-11T22:17:13.495Z
113152025-11-11T22:17:13.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113162025-11-11T22:17:13.495Z
113172025-11-11T22:17:13.543Z Doc-tests sled_hardware
113182025-11-11T22:17:13.544Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-f2648bf5a0f3134f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.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-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-02b941a59827aefd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.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-35203336b87e8f46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.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`
113192025-11-11T22:17:14.119Z
113202025-11-11T22:17:14.119Zrunning 0 tests
113212025-11-11T22:17:14.119Z
113222025-11-11T22:17:14.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113232025-11-11T22:17:14.119Z
113242025-11-11T22:17:14.176Z Doc-tests sled_hardware_types
113252025-11-11T22:17:14.176Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113262025-11-11T22:17:14.580Z
113272025-11-11T22:17:14.580Zrunning 0 tests
113282025-11-11T22:17:14.580Z
113292025-11-11T22:17:14.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113302025-11-11T22:17:14.580Z
113312025-11-11T22:17:14.627Z Doc-tests sled_storage
113322025-11-11T22:17:14.627Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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 illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-02b941a59827aefd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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`
113332025-11-11T22:17:15.083Z
113342025-11-11T22:17:15.083Zrunning 0 tests
113352025-11-11T22:17:15.083Z
113362025-11-11T22:17:15.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113372025-11-11T22:17:15.083Z
113382025-11-11T22:17:15.139Z Doc-tests sp_sim
113392025-11-11T22:17:15.139Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.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-4ee1d0e9945609ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-907fa5398d918b31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e5463098d105900d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b129ac350673a547.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-4d9d1f68f26875be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
113402025-11-11T22:17:15.997Z
113412025-11-11T22:17:15.997Zrunning 0 tests
113422025-11-11T22:17:15.997Z
113432025-11-11T22:17:15.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113442025-11-11T22:17:15.997Z
113452025-11-11T22:17:16.083Z Doc-tests trust_quorum
113462025-11-11T22:17:16.083Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.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-61a5fc82328ddd06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.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-43e474fa560443f1.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-3457c0af9d93e57f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-05641c96f9333334.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-a93d8816a3d30e9b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9bd906ef6dc85ea9.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`
113472025-11-11T22:17:16.662Z
113482025-11-11T22:17:16.662Zrunning 0 tests
113492025-11-11T22:17:16.662Z
113502025-11-11T22:17:16.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113512025-11-11T22:17:16.687Z
113522025-11-11T22:17:16.743Z Doc-tests trust_quorum_protocol
113532025-11-11T22:17:16.743Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum_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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-38297896d09cdc79.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b8a1ff57320b9d70.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-e7738019bdd05e12.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.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-61a5fc82328ddd06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-6d0792a89940514c.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-a93d8816a3d30e9b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9bd906ef6dc85ea9.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`
113542025-11-11T22:17:17.471Z
113552025-11-11T22:17:17.471Zrunning 0 tests
113562025-11-11T22:17:17.471Z
113572025-11-11T22:17:17.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113582025-11-11T22:17:17.471Z
113592025-11-11T22:17:17.538Z Doc-tests trust_quorum_test_utils
113602025-11-11T22:17:17.539Z 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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b8a1ff57320b9d70.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e7738019bdd05e12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-ff3f16ca2a354e89.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-61a5fc82328ddd06.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-a93d8816a3d30e9b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9bd906ef6dc85ea9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113612025-11-11T22:17:18.080Z
113622025-11-11T22:17:18.080Zrunning 0 tests
113632025-11-11T22:17:18.080Z
113642025-11-11T22:17:18.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113652025-11-11T22:17:18.080Z
113662025-11-11T22:17:18.136Z Doc-tests typed_rng
113672025-11-11T22:17:18.136Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8780b73ed2d6c330.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-5d301815a7449911.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`
113682025-11-11T22:17:18.281Z
113692025-11-11T22:17:18.282Zrunning 0 tests
113702025-11-11T22:17:18.282Z
113712025-11-11T22:17:18.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722025-11-11T22:17:18.282Z
113732025-11-11T22:17:18.309Z Doc-tests update_common
113742025-11-11T22:17:18.309Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fcba78e783b3998f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-10cb31dc17bace29.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-907fa5398d918b31.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-90da5d8ea6fbcfa8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113752025-11-11T22:17:18.769Z
113762025-11-11T22:17:18.770Zrunning 0 tests
113772025-11-11T22:17:18.770Z
113782025-11-11T22:17:18.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792025-11-11T22:17:18.770Z
113802025-11-11T22:17:18.842Z Doc-tests update_engine
113812025-11-11T22:17:18.842Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-7c6c89a2732a8da1.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1a73baed30b3eec7.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-762afeee46eb9ae8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.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-e581678e7b2223ca.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`
113822025-11-11T22:17:19.410Z
113832025-11-11T22:17:19.410Zrunning 4 tests
113842025-11-11T22:17:19.435Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
113852025-11-11T22:17:19.435Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
113862025-11-11T22:17:19.435Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
113872025-11-11T22:17:20.813Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
113882025-11-11T22:17:20.813Z
113892025-11-11T22:17:20.813Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.40s
113902025-11-11T22:17:20.813Z
113912025-11-11T22:17:20.904Z Doc-tests wicket
113922025-11-11T22:17:20.904Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-b73a91d1c10eeaf2.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-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-f4d647ac6fdc43d8.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.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-e581678e7b2223ca.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.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`
113932025-11-11T22:17:21.995Z
113942025-11-11T22:17:21.995Zrunning 0 tests
113952025-11-11T22:17:21.995Z
113962025-11-11T22:17:21.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113972025-11-11T22:17:21.995Z
113982025-11-11T22:17:22.067Z Doc-tests wicket_common
113992025-11-11T22:17:22.067Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-bad375672ac6e920.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ecf5f182a13978e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.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-3457c0af9d93e57f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114002025-11-11T22:17:22.867Z
114012025-11-11T22:17:22.867Zrunning 0 tests
114022025-11-11T22:17:22.867Z
114032025-11-11T22:17:22.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114042025-11-11T22:17:22.867Z
114052025-11-11T22:17:22.924Z Doc-tests wicket_dbg
114062025-11-11T22:17:22.924Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-3457c0af9d93e57f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6af0406047e80b58.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114072025-11-11T22:17:23.471Z
114082025-11-11T22:17:23.471Zrunning 0 tests
114092025-11-11T22:17:23.471Z
114102025-11-11T22:17:23.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114112025-11-11T22:17:23.471Z
114122025-11-11T22:17:23.529Z Doc-tests wicketd
114132025-11-11T22:17:23.576Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-b66e748c46db3bca.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b73a91d1c10eeaf2.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-79ae224d86fa602f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.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-10cb31dc17bace29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d632a92a33895313.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1fe3f9997311ebf6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-790c7da1a746368c.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-907fa5398d918b31.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-74d7f181247a0469.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2b58c1863ce42b30.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b7605ea12b595b11.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2af23ca73cc5c544.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8e60c6f12c28e5d3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fe544f934c3c3264.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-e3acd1e5812c8e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7a60c8216301a3c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-762afeee46eb9ae8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-10b93ff0518d92ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1f26b6717392f9e4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-f4d647ac6fdc43d8.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-6090f740cc48ae74.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-6d0792a89940514c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-b8f780bc185a540f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-1f437d5103e05294.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9cc845825294e2c4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-624876de9f8a9edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c201a86095480eea.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-03b786c1bd0c81c2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5bf273ae64b50132.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7b35305b396d0541.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-104188d2d47b9712.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-32339af25d19e36b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-438aca7376fabacb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114142025-11-11T22:17:24.440Z
114152025-11-11T22:17:24.440Zrunning 0 tests
114162025-11-11T22:17:24.440Z
114172025-11-11T22:17:24.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114182025-11-11T22:17:24.441Z
114192025-11-11T22:17:24.509Z Doc-tests wicketd_api
114202025-11-11T22:17:24.509Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b66e748c46db3bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-25ef4b38a899aa30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-773b065bbf225be9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6882536a5d709b91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.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-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0a79e5fb9264b00b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aaea34f39e9a32a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114212025-11-11T22:17:25.084Z
114222025-11-11T22:17:25.084Zrunning 2 tests
114232025-11-11T22:17:25.109Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
114242025-11-11T22:17:25.109Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
114252025-11-11T22:17:25.109Z
114262025-11-11T22:17:25.109Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114272025-11-11T22:17:25.109Z
114282025-11-11T22:17:25.135Z Doc-tests wicketd_client
114292025-11-11T22:17:25.135Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7ce5f5da2e98d997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-833624fc213f74ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e581678e7b2223ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-654970438fb6261c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-af657580ae873e73.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-12c1bcd7642c88fd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114302025-11-11T22:17:27.602Z
114312025-11-11T22:17:27.602Zrunning 0 tests
114322025-11-11T22:17:27.602Z
114332025-11-11T22:17:27.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114342025-11-11T22:17:27.602Z
114352025-11-11T22:17:27.686Z Doc-tests xtask_downloader
114362025-11-11T22:17:27.687Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-a90960645e15a10c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f4d647ac6fdc43d8.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-3457c0af9d93e57f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-b3f70988d9b2ca59.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114372025-11-11T22:17:27.939Z
114382025-11-11T22:17:27.939Zrunning 1 test
114392025-11-11T22:17:27.965Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
114402025-11-11T22:17:27.965Z
114412025-11-11T22:17:27.965Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114422025-11-11T22:17:27.965Z
114432025-11-11T22:17:27.989Z Doc-tests zfs_test_harness
114442025-11-11T22:17:27.989Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-e074a7ecb17cff8a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a2decca35aba5593.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-a735768f7b7cbc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0464fe4316502d1b.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-3457c0af9d93e57f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7aeb913801a1496e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114452025-11-11T22:17:28.371Z
114462025-11-11T22:17:28.371Zrunning 0 tests
114472025-11-11T22:17:28.371Z
114482025-11-11T22:17:28.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114492025-11-11T22:17:28.371Z
114502025-11-11T22:17:28.418Z Doc-tests zone_setup
114512025-11-11T22:17:28.418Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-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-25ef4b38a899aa30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e074a7ecb17cff8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5152ce5ca2af8055.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a90960645e15a10c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-4123a53231c7351d.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-6d0792a89940514c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16493aedf1003fbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-3457c0af9d93e57f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-446ca199fcecdbcb.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-930ea3364a74b948.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114522025-11-11T22:17:28.799Z
114532025-11-11T22:17:28.799Zrunning 0 tests
114542025-11-11T22:17:28.799Z
114552025-11-11T22:17:28.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114562025-11-11T22:17:28.799Z
114572025-11-11T22:17:28.947Z
114582025-11-11T22:17:28.947Zreal 2:53.337171009
114592025-11-11T22:17:28.947Zuser 2:48.620907432
114602025-11-11T22:17:28.947Zsys 1:13.262421739
114612025-11-11T22:17:28.947Ztrap 0.055794081
114622025-11-11T22:17:28.947Ztflt 0.802239557
114632025-11-11T22:17:28.948Zdflt 1.395363306
114642025-11-11T22:17:28.948Zkflt 0.002418967
114652025-11-11T22:17:28.948Zlock 7:10.255237659
114662025-11-11T22:17:28.948Zslp 20:33.072109903
114672025-11-11T22:17:28.948Zlat 14.732724505
114682025-11-11T22:17:28.973Zstop 3.284465315
114692025-11-11T22:17:28.973Z+ [[ illumos == \i\l\l\u\m\o\s ]]
114702025-11-11T22:17:28.973Z+ banner live-test
114712025-11-11T22:17:28.973Z
114722025-11-11T22:17:28.973Z # # # # ###### ##### ###### #### #####
114732025-11-11T22:17:28.973Z # # # # # # # # #
114742025-11-11T22:17:28.973Z # # # # ##### ##### # ##### #### #
114752025-11-11T22:17:28.973Z # # # # # # # # #
114762025-11-11T22:17:28.973Z # # # # # # # # # #
114772025-11-11T22:17:28.973Z ###### # ## ###### # ###### #### #
114782025-11-11T22:17:28.973Z
114792025-11-11T22:17:28.973Z+ ptime -m cargo xtask live-tests
114802025-11-11T22:17:30.175Z Compiling serde_core v1.0.226
114812025-11-11T22:17:30.175Z Compiling syn v2.0.106
114822025-11-11T22:17:30.200Z Compiling serde v1.0.226
114832025-11-11T22:17:30.229Z Compiling bitflags v2.9.4
114842025-11-11T22:17:30.254Z Compiling serde_json v1.0.145
114852025-11-11T22:17:30.278Z Compiling libc v0.2.174
114862025-11-11T22:17:30.279Z Compiling num-traits v0.2.19
114872025-11-11T22:17:30.279Z Compiling rustix v0.38.37
114882025-11-11T22:17:30.775Z Compiling hashbrown v0.16.0
114892025-11-11T22:17:30.815Z Compiling smallvec v1.15.1
114902025-11-11T22:17:31.292Z Compiling usdt-impl v0.5.0
114912025-11-11T22:17:31.377Z Compiling syn v1.0.109
114922025-11-11T22:17:32.034Z Compiling indexmap v2.11.4
114932025-11-11T22:17:32.059Z Compiling thread-id v4.2.2
114942025-11-11T22:17:32.182Z Compiling log v0.4.27
114952025-11-11T22:17:32.271Z Compiling rustix v1.0.7
114962025-11-11T22:17:32.650Z Compiling percent-encoding v2.3.2
114972025-11-11T22:17:33.075Z Compiling getrandom v0.3.4
114982025-11-11T22:17:33.184Z Compiling ordered-float v2.10.1
114992025-11-11T22:17:33.334Z Compiling terminal_size v0.4.0
115002025-11-11T22:17:33.466Z Compiling form_urlencoded v1.2.2
115012025-11-11T22:17:33.887Z Compiling fs-err v3.1.1
115022025-11-11T22:17:34.320Z Compiling anyhow v1.0.99
115032025-11-11T22:17:34.932Z Compiling once_cell v1.21.3
115042025-11-11T22:17:35.087Z Compiling heck v0.4.1
115052025-11-11T22:17:35.488Z Compiling clap_builder v4.5.48
115062025-11-11T22:17:35.690Z Compiling tempfile v3.20.0
115072025-11-11T22:17:36.075Z Compiling textwrap v0.16.2
115082025-11-11T22:17:36.292Z Compiling proc-macro-error v1.0.4
115092025-11-11T22:17:37.218Z Compiling synstructure v0.13.1
115102025-11-11T22:17:37.338Z Compiling camino-tempfile v1.4.1
115112025-11-11T22:17:38.397Z Compiling tabled_derive v0.7.0
115122025-11-11T22:17:39.383Z Compiling serde_derive v1.0.226
115132025-11-11T22:17:39.408Z Compiling zerofrom-derive v0.1.4
115142025-11-11T22:17:39.445Z Compiling yoke-derive v0.7.4
115152025-11-11T22:17:39.600Z Compiling zerovec-derive v0.10.3
115162025-11-11T22:17:39.944Z Compiling thiserror-impl v2.0.17
115172025-11-11T22:17:40.040Z Compiling displaydoc v0.2.5
115182025-11-11T22:17:42.061Z Compiling icu_provider_macros v1.5.0
115192025-11-11T22:17:42.233Z Compiling thiserror-impl v1.0.69
115202025-11-11T22:17:42.382Z Compiling zerocopy-derive v0.7.35
115212025-11-11T22:17:43.009Z Compiling zerofrom v0.1.4
115222025-11-11T22:17:43.182Z Compiling scroll_derive v0.12.0
115232025-11-11T22:17:43.261Z Compiling thiserror v2.0.17
115242025-11-11T22:17:43.294Z Compiling clap_derive v4.5.47
115252025-11-11T22:17:43.372Z Compiling yoke v0.7.4
115262025-11-11T22:17:43.398Z Compiling tabled v0.15.0
115272025-11-11T22:17:43.515Z Compiling pest v2.8.2
115282025-11-11T22:17:43.829Z Compiling zerovec v0.10.4
115292025-11-11T22:17:44.693Z Compiling scroll v0.12.0
115302025-11-11T22:17:44.921Z Compiling zerocopy v0.7.35
115312025-11-11T22:17:45.309Z Compiling thiserror v1.0.69
115322025-11-11T22:17:45.494Z Compiling goblin v0.8.2
115332025-11-11T22:17:45.588Z Compiling tinystr v0.7.6
115342025-11-11T22:17:45.845Z Compiling icu_collections v1.5.0
115352025-11-11T22:17:46.073Z Compiling icu_locid v1.5.0
115362025-11-11T22:17:46.418Z Compiling pest_meta v2.8.2
115372025-11-11T22:17:47.520Z Compiling serde_spanned v0.6.9
115382025-11-11T22:17:47.593Z Compiling icu_provider v1.5.0
115392025-11-11T22:17:47.651Z Compiling toml_datetime v0.6.11
115402025-11-11T22:17:47.832Z Compiling dof v0.3.0
115412025-11-11T22:17:47.863Z Compiling serde_tokenstream v0.2.2
115422025-11-11T22:17:48.284Z Compiling pest_generator v2.8.2
115432025-11-11T22:17:48.359Z Compiling toml_edit v0.22.27
115442025-11-11T22:17:48.702Z Compiling icu_locid_transform v1.5.0
115452025-11-11T22:17:48.728Z Compiling erased-serde v0.4.6
115462025-11-11T22:17:48.794Z Compiling serde-value v0.7.0
115472025-11-11T22:17:49.388Z Compiling cargo-platform v0.2.0
115482025-11-11T22:17:49.748Z Compiling clap v4.5.48
115492025-11-11T22:17:49.926Z Compiling serde-untagged v0.1.7
115502025-11-11T22:17:50.000Z Compiling macaddr v1.0.1
115512025-11-11T22:17:50.248Z Compiling icu_properties v1.5.1
115522025-11-11T22:17:50.547Z Compiling pest_derive v2.8.2
115532025-11-11T22:17:51.550Z Compiling dtrace-parser v0.2.0
115542025-11-11T22:17:51.834Z Compiling toml v0.8.23
115552025-11-11T22:17:52.908Z Compiling cargo_toml v0.21.0
115562025-11-11T22:17:53.591Z Compiling usdt-attr-macro v0.5.0
115572025-11-11T22:17:53.591Z Compiling usdt-macro v0.5.0
115582025-11-11T22:17:54.243Z Compiling icu_normalizer v1.5.0
115592025-11-11T22:17:54.963Z Compiling usdt v0.5.0
115602025-11-11T22:17:55.118Z Compiling idna_adapter v1.2.0
115612025-11-11T22:17:55.341Z Compiling idna v1.0.3
115622025-11-11T22:17:55.935Z Compiling url v2.5.4
115632025-11-11T22:17:56.885Z Compiling cargo-util-schemas v0.8.2
115642025-11-11T22:17:58.786Z Compiling cargo_metadata v0.21.0
115652025-11-11T22:18:00.919Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
115662025-11-11T22:18:05.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s
115672025-11-11T22:18:05.901Z Running `target/debug/xtask live-tests`
115682025-11-11T22:18:05.964Zusing temporary directory: /var/tmp/omicron_tmp/.tmpL6Jdg6
115692025-11-11T22:18:05.964Zwill create archive file: /var/tmp/omicron_tmp/.tmpL6Jdg6/live-tests-archive/omicron-live-tests.tar.zst
115702025-11-11T22:18:05.964Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
115712025-11-11T22:18:05.965Z
115722025-11-11T22:18:05.965Zrunning: /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/.tmpL6Jdg6/live-tests-archive/omicron-live-tests.tar.zst"
115732025-11-11T22:18:10.102Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
115742025-11-11T22:18:10.148Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
115752025-11-11T22:18:10.182Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
115762025-11-11T22:18:10.207Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
115772025-11-11T22:18:10.232Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
115782025-11-11T22:18:10.232Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
115792025-11-11T22:18:10.287Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
115802025-11-11T22:18:10.312Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
115812025-11-11T22:18:10.971Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
115822025-11-11T22:18:11.148Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
115832025-11-11T22:18:11.197Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
115842025-11-11T22:18:11.270Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
115852025-11-11T22:18:11.893Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
115862025-11-11T22:18:12.345Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
115872025-11-11T22:18:13.839Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
115882025-11-11T22:18:14.054Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
115892025-11-11T22:18:14.425Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
115902025-11-11T22:18:19.174Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
115912025-11-11T22:18:19.174Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
115922025-11-11T22:18:30.150Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
115932025-11-11T22:18:30.150Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
115942025-11-11T22:18:32.399Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
115952025-11-11T22:19:23.155Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
115962025-11-11T22:19:24.176Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
115972025-11-11T22:19:29.733Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
115982025-11-11T22:19:30.803Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
115992025-11-11T22:20:32.471Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
116002025-11-11T22:20:35.978Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
116012025-11-11T22:21:25.711Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s
116022025-11-11T22:21:26.016Zinfo: experimental features enabled: setup-scripts
116032025-11-11T22:21:26.042Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpL6Jdg6/live-tests-archive/omicron-live-tests.tar.zst
116042025-11-11T22:21:27.025Z Archived 79 files to /var/tmp/omicron_tmp/.tmpL6Jdg6/live-tests-archive/omicron-live-tests.tar.zst in 1.00s
116052025-11-11T22:21:27.099Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpL6Jdg6/live-tests-archive\""
116062025-11-11T22:21:27.124Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpL6Jdg6" "live-tests-archive"
116072025-11-11T22:21:27.394Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
116082025-11-11T22:21:27.394Zcreated:
116092025-11-11T22:21:27.394ZTo use this:
116102025-11-11T22:21:27.394Z
116112025-11-11T22:21:27.394Z1. Copy the tarball to the switch zone in a deployed Omicron system.
116122025-11-11T22:21:27.394Z
116132025-11-11T22:21:27.394Z e.g., scp \
116142025-11-11T22:21:27.394Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
116152025-11-11T22:21:27.394Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
116162025-11-11T22:21:27.394Z
116172025-11-11T22:21:27.394Z2. Copy the `cargo-nextest` binary to the same place.
116182025-11-11T22:21:27.394Z
116192025-11-11T22:21:27.394Z e.g., scp \
116202025-11-11T22:21:27.394Z $(which cargo-nextest) \
116212025-11-11T22:21:27.394Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
116222025-11-11T22:21:27.394Z
116232025-11-11T22:21:27.394Z3. From the switch zone on that system, unpack the tarball with:
116242025-11-11T22:21:27.394Z
116252025-11-11T22:21:27.394Z tar xzf live-tests-archive.tgz
116262025-11-11T22:21:27.394Z
116272025-11-11T22:21:27.394Z4. From the switch zone on that system, run tests with:
116282025-11-11T22:21:27.394Z
116292025-11-11T22:21:27.394Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
116302025-11-11T22:21:27.394Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
116312025-11-11T22:21:27.394Z --workspace-remap live-tests-archive
116322025-11-11T22:21:27.395Z
116332025-11-11T22:21:27.421Z
116342025-11-11T22:21:27.421Zreal 3:58.437931898
116352025-11-11T22:21:27.421Zuser 9:06.174337879
116362025-11-11T22:21:27.421Zsys 1:15.877251150
116372025-11-11T22:21:27.421Ztrap 0.276674618
116382025-11-11T22:21:27.421Ztflt 0.356091471
116392025-11-11T22:21:27.421Zdflt 3.500212905
116402025-11-11T22:21:27.421Zkflt 0.002597747
116412025-11-11T22:21:27.421Zlock 29:14.436772881
116422025-11-11T22:21:27.421Zslp 39:52.978601410
116432025-11-11T22:21:27.421Zlat 53.621329961
116442025-11-11T22:21:27.421Zstop 46.716447303
116452025-11-11T22:21:27.421Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
116462025-11-11T22:21:27.421Z+ unset TMPDIR
116472025-11-11T22:21:27.421Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
116482025-11-11T22:21:27.421Zfiles in /var/tmp/omicron_tmp (none expected on success):
116492025-11-11T22:21:27.421Z+ find /var/tmp/omicron_tmp -ls
116502025-11-11T22:21:27.421Z163892 33 drwxr-xr-x 2 build build 2 Nov 11 22:21 /var/tmp/omicron_tmp
116512025-11-11T22:21:27.421Z+ rmdir /var/tmp/omicron_tmp
116522025-11-11T22:21:27.950Zprocess exited: duration 7853178 ms, exit code 0
 
116532025-11-11T22:21:28.009Zfound 3 output files
116542025-11-11T22:21:28.009Zuploading: /work/crate-build-timings.json (687915 bytes)
116552025-11-11T22:21:29.291Zuploaded: /work/crate-build-timings.json
116562025-11-11T22:21:29.291Zuploading: /work/environment.json (130 bytes)
116572025-11-11T22:21:30.390Zuploaded: /work/environment.json
116582025-11-11T22:21:30.390Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (458411 bytes)
116592025-11-11T22:21:31.649Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml