01KV94Q7RD48PTVVCD408PTP4J: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    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/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KV94QQ6Y9DJE56DKHTKPX9ME

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-16T21:18:32.013Zjob assigned to worker 01KV94QY6DVZ6W1TQK5XHWZGKB [factory aws, i-044cbb3ef44ff67c6] (queued for 1 m 4 s)
 
22026-06-16T21:18:39.254Zstarting task 0: "setup"
32026-06-16T21:18:39.259Z++ uname -s
42026-06-16T21:18:39.262Z+ kern=SunOS
52026-06-16T21:18:39.262Z+ build_user=build
62026-06-16T21:18:39.262Z+ build_uid=12345
72026-06-16T21:18:39.262Z+ work_dir=/work
82026-06-16T21:18:39.262Z+ input_dir=/input
92026-06-16T21:18:39.262Z+ [[ 0 == 12345 ]]
102026-06-16T21:18:39.262Z+ case "$kern" in
112026-06-16T21:18:39.262Z+ groupadd -g 12345 build
122026-06-16T21:18:39.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-16T21:18:41.271Z+ zfs create -o mountpoint=/work rpool/work
142026-06-16T21:18:41.352Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-16T21:18:41.359Z+ home_fs=zfs
162026-06-16T21:18:41.359Z+ [[ zfs == autofs ]]
172026-06-16T21:18:41.360Z+ mkdir -p /home/build
182026-06-16T21:18:41.360Z+ chown build:build /home/build /work
192026-06-16T21:18:42.358Z+ chmod 0700 /home/build /work
202026-06-16T21:18:42.362Zprocess exited: duration 3111 ms, exit code 0
 
212026-06-16T21:18:42.368Zstarting task 1: "rust-toolchain"
222026-06-16T21:18:42.374Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-16T21:18:42.374Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-16T21:18:42.374Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-16T21:18:42.374Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-16T21:18:42.374Z * rust toolchain channel = "1.94.0"
272026-06-16T21:18:42.374Z * rust toolchain profile = "default"
282026-06-16T21:18:42.377Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-16T21:18:42.377Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-16T21:18:42.495Zinfo: downloading installer
312026-06-16T21:18:44.003Zwarn: It looks like you have an existing rustup settings file at:
322026-06-16T21:18:44.003Zwarn: /home/build/.rustup/settings.toml
332026-06-16T21:18:44.003Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-16T21:18:44.003Zwarn: instead of the one inferred from the default host triple.
352026-06-16T21:18:44.016Zinfo: profile set to default
362026-06-16T21:18:44.016Zinfo: default host triple is x86_64-unknown-illumos
372026-06-16T21:18:44.019Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-16T21:18:44.175Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-16T21:18:44.178Zinfo: downloading 6 components
402026-06-16T21:18:59.528Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-16T21:18:59.528Z
422026-06-16T21:18:59.581Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-16T21:18:59.581Z
442026-06-16T21:18:59.581Z
452026-06-16T21:18:59.581ZRust is installed now. Great!
462026-06-16T21:18:59.581Z
472026-06-16T21:18:59.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-16T21:18:59.581Zenvironment variable. This has not been done automatically.
492026-06-16T21:18:59.581Z
502026-06-16T21:18:59.581ZTo configure your current shell, you need to source
512026-06-16T21:18:59.581Zthe corresponding env file under $HOME/.cargo.
522026-06-16T21:18:59.581Z
532026-06-16T21:18:59.581ZThis is usually done by running one of the following (note the leading DOT):
542026-06-16T21:18:59.584Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-16T21:18:59.584Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-16T21:18:59.584Zsource "~/.cargo/env.nu" # For nushell
572026-06-16T21:18:59.584Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-16T21:18:59.584Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-16T21:18:59.584Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-16T21:18:59.584Zwarn: no default linker (`cc`) was found in your PATH
612026-06-16T21:18:59.585Zwarn: many Rust crates require a system C toolchain to build
622026-06-16T21:18:59.682Z+ rustup --version
632026-06-16T21:18:59.689Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-16T21:18:59.692Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-16T21:18:59.711Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-16T21:18:59.714Z+ cargo --version
672026-06-16T21:18:59.724Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-16T21:18:59.727Z+ rustc --version
692026-06-16T21:18:59.749Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-16T21:18:59.752Zprocess exited: duration 17383 ms, exit code 0
 
712026-06-16T21:18:59.758Zstarting task 2: "authentication"
722026-06-16T21:18:59.780Zprocess exited: duration 22 ms, exit code 0
 
732026-06-16T21:18:59.786Zstarting task 3: "clone repository"
742026-06-16T21:18:59.793Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-16T21:18:59.795Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-16T21:18:59.833ZCloning into '/work/oxidecomputer/omicron'...
772026-06-16T21:19:09.381Z+ cd /work/oxidecomputer/omicron
782026-06-16T21:19:09.384Z+ git fetch origin 7e6e6abb17446861a9cedfa3091789ef9cb8933f
792026-06-16T21:19:09.642ZFrom https://github.com/oxidecomputer/omicron
802026-06-16T21:19:09.642Z * branch 7e6e6abb17446861a9cedfa3091789ef9cb8933f -> FETCH_HEAD
812026-06-16T21:19:09.655Z+ [[ -n add-claude-md ]]
822026-06-16T21:19:09.658Z++ git branch --show-current
832026-06-16T21:19:09.661Z+ current=main
842026-06-16T21:19:09.661Z+ [[ main != add-claude-md ]]
852026-06-16T21:19:09.661Z+ git branch -f add-claude-md 7e6e6abb17446861a9cedfa3091789ef9cb8933f
862026-06-16T21:19:09.665Z+ git checkout -f add-claude-md
872026-06-16T21:19:09.702ZSwitched to branch 'add-claude-md'
882026-06-16T21:19:09.705Z+ git reset --hard 7e6e6abb17446861a9cedfa3091789ef9cb8933f
892026-06-16T21:19:09.744ZHEAD is now at 7e6e6abb1 switch to xtask setup-agent that sets up symlinks
902026-06-16T21:19:09.748Zprocess exited: duration 9959 ms, exit code 0
 
912026-06-16T21:19:09.754Zstarting task 4: "build"
922026-06-16T21:19:09.765Z+ source ./env.sh
932026-06-16T21:19:09.765Z++ OLD_SHELL_OPTS=ehxB
942026-06-16T21:19:09.765Z++ set -o xtrace
952026-06-16T21:19:09.768Z++++ dirname ./env.sh
962026-06-16T21:19:09.771Z+++ readlink -f .
972026-06-16T21:19:09.774Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-16T21:19:09.774Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-16T21:19:09.774Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-16T21:19:09.774Z++ 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
1012026-06-16T21:19:09.774Z++ 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
1022026-06-16T21:19:09.774Z++ 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
1032026-06-16T21:19:09.774Z++ 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
1042026-06-16T21:19:09.774Z++ 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
1052026-06-16T21:19:09.774Z++ 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
1062026-06-16T21:19:09.774Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1072026-06-16T21:19:09.774Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-06-16T21:19:09.774Z++ case $OLD_SHELL_OPTS in
1092026-06-16T21:19:09.774Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-16T21:19:09.774Z+ source .github/buildomat/ci-env.sh
1112026-06-16T21:19:09.774Z++ export CARGO_TERM_COLOR=always
1122026-06-16T21:19:09.774Z++ CARGO_TERM_COLOR=always
1132026-06-16T21:19:09.774Z+ target_os=illumos
1142026-06-16T21:19:09.774Z+ NEXTEST_VERSION=0.9.131
1152026-06-16T21:19:09.774Z+ cargo --version
1162026-06-16T21:19:09.784Zcargo 1.94.0 (85eff7c80 2026-01-15)
1172026-06-16T21:19:09.788Z+ rustc --version
1182026-06-16T21:19:09.809Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1192026-06-16T21:19:09.812Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1202026-06-16T21:19:09.815Z+ gunzip
1212026-06-16T21:19:09.815Z+ tar -xvf - -C /home/build/.cargo/bin
1222026-06-16T21:19:11.029Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1232026-06-16T21:19:11.032Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1242026-06-16T21:19:11.032Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1252026-06-16T21:19:11.032Ztests will store ephemeral output in /var/tmp/omicron_tmp
1262026-06-16T21:19:11.032Z+ mkdir /var/tmp/omicron_tmp
1272026-06-16T21:19:11.032Z+ OUTPUT_DIR=/work
1282026-06-16T21:19:11.032Z+ echo 'tests will store non-ephemeral output in /work'
1292026-06-16T21:19:11.032Ztests will store non-ephemeral output in /work
1302026-06-16T21:19:11.032Z+ mkdir -p /work
1312026-06-16T21:19:11.035Z+ banner prerequisites
1322026-06-16T21:19:11.039Z
1332026-06-16T21:19:11.039Z ##### ##### ###### ##### ###### #### # # # #### #
1342026-06-16T21:19:11.039Z # # # # # # # # # # # # # # #
1352026-06-16T21:19:11.039Z # # # # ##### # # ##### # # # # # #### #
1362026-06-16T21:19:11.039Z ##### ##### # ##### # # # # # # # # #
1372026-06-16T21:19:11.039Z # # # # # # # # # # # # # # #
1382026-06-16T21:19:11.039Z # # # ###### # # ###### ### # #### # #### #
1392026-06-16T21:19:11.039Z
1402026-06-16T21:19:11.039Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1412026-06-16T21:19:12.682Z Startup: Refreshing catalog 'helios' ... Done
1422026-06-16T21:19:12.771Z Startup: Caching catalogs ... Done
1432026-06-16T21:19:13.131ZPlanning: Solver setup ... Done (0.311s)
1442026-06-16T21:19:13.152ZPlanning: Running solver ... Done (0.022s)
1452026-06-16T21:19:13.160ZPlanning: Finding local manifests ... Done (0.003s)
1462026-06-16T21:19:13.185ZPlanning: Fetching manifests: 0/2 0% complete
1472026-06-16T21:19:13.221ZPlanning: Fetching manifests: 2/2 100% complete
1482026-06-16T21:19:13.240ZPlanning: Package planning ... Done (0.014s)
1492026-06-16T21:19:13.242ZPlanning: Merging actions ... Done (0.002s)
1502026-06-16T21:19:13.432ZPlanning: Checking for conflicting actions ... Done (0.196s)
1512026-06-16T21:19:13.435ZPlanning: Consolidating action changes ... Done (0.001s)
1522026-06-16T21:19:14.242ZPlanning: Evaluating mediators ... Done (0.809s)
1532026-06-16T21:19:14.245ZPlanning: Planning completed in 1.45 seconds
1542026-06-16T21:19:14.251Z Packages to install: 2
1552026-06-16T21:19:14.252Z Estimated space available: 156.06 GB
1562026-06-16T21:19:14.252ZEstimated space to be consumed: 26.76 MB
1572026-06-16T21:19:14.252Z Create boot environment: No
1582026-06-16T21:19:14.252ZCreate backup boot environment: No
1592026-06-16T21:19:14.258Z Rebuild boot archive: No
1602026-06-16T21:19:14.258Z
1612026-06-16T21:19:14.258ZChanged packages:
1622026-06-16T21:19:14.258Zhelios
1632026-06-16T21:19:14.258Z developer/build-essential
1642026-06-16T21:19:14.258Z None -> 11-3.0
1652026-06-16T21:19:14.258Z library/libxmlsec1
1662026-06-16T21:19:14.258Z None -> 1.2.35-3.0
1672026-06-16T21:19:14.278Z
1682026-06-16T21:19:14.278ZDownload: 0/214 items 0.0/1.3MB 0% complete
1692026-06-16T21:19:17.137ZDownload: Completed 1.28 MB in 2.86 seconds (458k/s)
1702026-06-16T21:19:17.217Z Actions: 1/268 actions (Installing new actions)
1712026-06-16T21:19:17.268Z Actions: Completed 268 actions in 0.04 seconds.
1722026-06-16T21:19:17.273ZFinalize: Updating package state database ... Done (0.008s)
1732026-06-16T21:19:17.273ZFinalize: Updating package cache ... Done (0.000s)
1742026-06-16T21:19:17.290ZFinalize: Updating image state ... Done (0.025s)
1752026-06-16T21:19:19.809ZFinalize: Creating fast lookup database ... Done (2.497s)
1762026-06-16T21:19:19.881ZFinalize: Reading search index ... Done (0.013s)
1772026-06-16T21:19:19.885ZFinalize: Updating search index ... Done (0.000s)
1782026-06-16T21:19:19.978ZFinalize: Updating package cache ... Done (0.000s)
1792026-06-16T21:19:20.292ZPlanning: Evaluating mediator changes ... Done
1802026-06-16T21:19:20.398ZPlanning: Checking for conflicting actions ... Done
1812026-06-16T21:19:20.402ZPlanning: Consolidating action changes ... Done
1822026-06-16T21:19:20.561ZPlanning: Evaluating mediators ... Done
1832026-06-16T21:19:20.564ZPlanning: Planning completed in 0.27 seconds
1842026-06-16T21:19:20.584Z Mediators to change: 2
1852026-06-16T21:19:20.584Z Create boot environment: No
1862026-06-16T21:19:20.584ZCreate backup boot environment: No
1872026-06-16T21:19:20.635ZFinalize: Updating package state database ... Done
1882026-06-16T21:19:20.635ZFinalize: Updating package cache ... Done
1892026-06-16T21:19:20.651ZFinalize: Updating image state ... Done
1902026-06-16T21:19:22.621ZFinalize: Creating fast lookup database ... Done
1912026-06-16T21:19:22.683ZFinalize: Reading search index ... Done
1922026-06-16T21:19:22.686ZFinalize: Updating search index ... Done
1932026-06-16T21:19:22.751ZFinalize: Updating package cache ... Done
1942026-06-16T21:19:23.045ZPlanning: Evaluating mediator changes ... Done
1952026-06-16T21:19:23.152ZPlanning: Checking for conflicting actions ... Done
1962026-06-16T21:19:23.157ZPlanning: Consolidating action changes ... Done
1972026-06-16T21:19:23.313ZPlanning: Evaluating mediators ... Done
1982026-06-16T21:19:23.316ZPlanning: Planning completed in 0.27 seconds
1992026-06-16T21:19:23.335Z Mediators to change: 1
2002026-06-16T21:19:23.336Z Create boot environment: No
2012026-06-16T21:19:23.336ZCreate backup boot environment: No
2022026-06-16T21:19:23.379ZFinalize: Updating package state database ... Done
2032026-06-16T21:19:23.379ZFinalize: Updating package cache ... Done
2042026-06-16T21:19:23.395ZFinalize: Updating image state ... Done
2052026-06-16T21:19:25.330ZFinalize: Creating fast lookup database ... Done
2062026-06-16T21:19:25.396ZFinalize: Reading search index ... Done
2072026-06-16T21:19:25.399ZFinalize: Updating search index ... Done
2082026-06-16T21:19:25.457ZFinalize: Updating package cache ... Done
2092026-06-16T21:19:25.767ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-06-16T21:19:25.767Zapache system 2.4 system
2112026-06-16T21:19:25.767Zclang system 15 system
2122026-06-16T21:19:25.767Zcsh system system illumos
2132026-06-16T21:19:25.767Zctags system system illumos
2142026-06-16T21:19:25.767Zfile vendor vendor darwinsys
2152026-06-16T21:19:25.767Zfile system system illumos
2162026-06-16T21:19:25.767Zgcc vendor 14 vendor
2172026-06-16T21:19:25.767Zgcc system 13 system
2182026-06-16T21:19:25.767Zgcc system 10 system
2192026-06-16T21:19:25.767Zgo system 1.25 system
2202026-06-16T21:19:25.767Zllvm system 15 system
2212026-06-16T21:19:25.767Zmariadb system 11.4 system
2222026-06-16T21:19:25.768Zmta vendor vendor dma
2232026-06-16T21:19:25.768Zopenjdk system 17 system
2242026-06-16T21:19:25.768Zopenjdk system 11 system
2252026-06-16T21:19:25.768Zopenssl vendor 3 vendor
2262026-06-16T21:19:25.768Zperl system 5.40 system
2272026-06-16T21:19:25.768Zpostgresql system 18 system
2282026-06-16T21:19:25.768Zpostgresql system 17 system
2292026-06-16T21:19:25.768Zpython vendor 3 vendor
2302026-06-16T21:19:25.768Zpython system 2 system
2312026-06-16T21:19:25.768Zpython3 vendor 3.13 vendor
2322026-06-16T21:19:25.768Zruby system 3.4 system
2332026-06-16T21:19:25.768Zruby system 3.0 system
2342026-06-16T21:19:25.768Zwords vendor vendor american-english
2352026-06-16T21:19:25.768Zwords system system australian-english
2362026-06-16T21:19:25.768Zwords system system british-english
2372026-06-16T21:19:25.768Zwords system system canadian-english
2382026-06-16T21:19:25.768Zwords system system french
2392026-06-16T21:19:25.768Zwords system system italian
2402026-06-16T21:19:25.768Zwords system system ngerman
2412026-06-16T21:19:25.768Zwords system system ogerman
2422026-06-16T21:19:25.768Zwords system system spanish
2432026-06-16T21:19:26.020ZPUBLISHER TYPE STATUS P LOCATION
2442026-06-16T21:19:26.020Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2452026-06-16T21:19:26.314ZFMRI IFO
2462026-06-16T21:19:26.314Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2472026-06-16T21:19:26.314Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2482026-06-16T21:19:26.315Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2492026-06-16T21:19:26.315Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2502026-06-16T21:19:26.315Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2512026-06-16T21:19:26.315Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2522026-06-16T21:19:26.315Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2532026-06-16T21:19:26.315Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2542026-06-16T21:19:26.315Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2552026-06-16T21:19:26.564Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562026-06-16T21:19:26.831Z Updating crates.io index
2572026-06-16T21:19:26.868Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582026-06-16T21:19:27.726Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-06-16T21:19:28.274Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2602026-06-16T21:19:28.969Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612026-06-16T21:19:29.826Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-06-16T21:19:30.322Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632026-06-16T21:19:31.861Z Updating git repository `https://github.com/oxidecomputer/opte`
2642026-06-16T21:19:32.975Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652026-06-16T21:19:33.503Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-06-16T21:19:34.742Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-06-16T21:19:35.175Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-16T21:19:35.545Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-06-16T21:19:35.968Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-06-16T21:19:36.897Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-06-16T21:19:37.336Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-06-16T21:19:37.709Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-16T21:19:38.070Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-06-16T21:19:38.487Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-06-16T21:19:38.970Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-06-16T21:19:39.238Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-06-16T21:19:39.487Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-06-16T21:19:39.767Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-06-16T21:19:40.227Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-06-16T21:19:40.955Z Updating git repository `https://github.com/oxidecomputer/erebor`
2812026-06-16T21:19:41.445Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-06-16T21:19:42.085Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-06-16T21:19:42.366Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-06-16T21:19:42.781Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-06-16T21:19:44.236Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-06-16T21:19:45.028Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-06-16T21:19:46.467Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2882026-06-16T21:19:46.927Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-06-16T21:19:47.304Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-06-16T21:19:47.600Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-06-16T21:19:47.882Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-06-16T21:19:48.292Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2932026-06-16T21:19:48.564Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-06-16T21:19:49.061Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-06-16T21:19:49.394Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-06-16T21:19:49.874Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-06-16T21:19:50.271Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-06-16T21:20:02.030Z Downloading crates ...
2992026-06-16T21:20:02.114Z Downloaded anstream v1.0.0
3002026-06-16T21:20:02.149Z Downloaded smawk v0.3.2
3012026-06-16T21:20:02.150Z Downloaded bytecount v0.6.9
3022026-06-16T21:20:02.150Z Downloaded thiserror v2.0.18
3032026-06-16T21:20:02.150Z Downloaded heck v0.5.0
3042026-06-16T21:20:02.150Z Downloaded utf8parse v0.2.2
3052026-06-16T21:20:02.150Z Downloaded writeable v0.6.2
3062026-06-16T21:20:02.150Z Downloaded toml_write v0.1.2
3072026-06-16T21:20:02.150Z Downloaded serde_spanned v0.6.9
3082026-06-16T21:20:02.150Z Downloaded serde-value v0.7.0
3092026-06-16T21:20:02.150Z Downloaded usdt v0.5.0
3102026-06-16T21:20:02.203Z Downloaded unicode-xid v0.2.6
3112026-06-16T21:20:02.203Z Downloaded usdt-impl v0.5.0
3122026-06-16T21:20:02.203Z Downloaded dof v0.3.0
3132026-06-16T21:20:02.203Z Downloaded proc-macro-error v1.0.4
3142026-06-16T21:20:02.203Z Downloaded zerofrom-derive v0.1.6
3152026-06-16T21:20:02.203Z Downloaded quote v1.0.45
3162026-06-16T21:20:02.203Z Downloaded yoke-derive v0.8.1
3172026-06-16T21:20:02.203Z Downloaded clap v4.6.1
3182026-06-16T21:20:02.203Z Downloaded version_check v0.9.5
3192026-06-16T21:20:02.203Z Downloaded usdt-attr-macro v0.5.0
3202026-06-16T21:20:02.203Z Downloaded toml_datetime v0.6.11
3212026-06-16T21:20:02.203Z Downloaded usdt-macro v0.5.0
3222026-06-16T21:20:02.203Z Downloaded unicode-linebreak v0.1.5
3232026-06-16T21:20:02.203Z Downloaded thread-id v4.2.2
3242026-06-16T21:20:02.203Z Downloaded thiserror v1.0.69
3252026-06-16T21:20:02.203Z Downloaded typenum v1.19.0
3262026-06-16T21:20:02.203Z Downloaded thiserror-impl v2.0.18
3272026-06-16T21:20:02.203Z Downloaded zerovec-derive v0.11.2
3282026-06-16T21:20:02.203Z Downloaded swrite v0.1.0
3292026-06-16T21:20:02.203Z Downloaded cargo_metadata v0.21.0
3302026-06-16T21:20:02.204Z Downloaded cpufeatures v0.2.17
3312026-06-16T21:20:02.204Z Downloaded zerofrom v0.1.6
3322026-06-16T21:20:02.204Z Downloaded proc-macro-error-attr v1.0.4
3332026-06-16T21:20:02.204Z Downloaded errno v0.3.14
3342026-06-16T21:20:02.204Z Downloaded typeid v1.0.3
3352026-06-16T21:20:02.204Z Downloaded stable_deref_trait v1.2.1
3362026-06-16T21:20:02.204Z Downloaded toml v0.8.23
3372026-06-16T21:20:02.260Z Downloaded potential_utf v0.1.4
3382026-06-16T21:20:02.260Z Downloaded scroll_derive v0.12.1
3392026-06-16T21:20:02.260Z Downloaded utf8_iter v1.0.4
3402026-06-16T21:20:02.260Z Downloaded ucd-trie v0.1.7
3412026-06-16T21:20:02.260Z Downloaded memmap v0.7.0
3422026-06-16T21:20:02.260Z Downloaded crypto-common v0.1.7
3432026-06-16T21:20:02.260Z Downloaded percent-encoding v2.3.2
3442026-06-16T21:20:02.260Z Downloaded anstyle-query v1.1.5
3452026-06-16T21:20:02.260Z Downloaded tinystr v0.8.2
3462026-06-16T21:20:02.260Z Downloaded dtrace-parser v0.2.0
3472026-06-16T21:20:02.260Z Downloaded textwrap v0.16.2
3482026-06-16T21:20:02.260Z Downloaded block-buffer v0.10.4
3492026-06-16T21:20:02.260Z Downloaded colorchoice v1.0.4
3502026-06-16T21:20:02.260Z Downloaded clap_lex v1.0.0
3512026-06-16T21:20:02.260Z Downloaded thiserror-impl v1.0.69
3522026-06-16T21:20:02.261Z Downloaded is_terminal_polyfill v1.70.2
3532026-06-16T21:20:02.261Z Downloaded yoke v0.8.1
3542026-06-16T21:20:02.261Z Downloaded zmij v1.0.21
3552026-06-16T21:20:02.261Z Downloaded sha2 v0.10.9
3562026-06-16T21:20:02.261Z Downloaded scroll v0.12.0
3572026-06-16T21:20:02.261Z Downloaded anstyle-parse v1.0.0
3582026-06-16T21:20:02.261Z Downloaded cargo-platform v0.2.0
3592026-06-16T21:20:02.261Z Downloaded zerotrie v0.2.3
3602026-06-16T21:20:02.261Z Downloaded zerocopy-derive v0.7.35
3612026-06-16T21:20:02.261Z Downloaded unicode-ident v1.0.24
3622026-06-16T21:20:02.261Z Downloaded url v2.5.8
3632026-06-16T21:20:02.261Z Downloaded idna_adapter v1.2.1
3642026-06-16T21:20:02.261Z Downloaded equivalent v1.0.2
3652026-06-16T21:20:02.261Z Downloaded macaddr v1.0.1
3662026-06-16T21:20:02.261Z Downloaded form_urlencoded v1.2.2
3672026-06-16T21:20:02.261Z Downloaded toml_edit v0.22.27
3682026-06-16T21:20:02.280Z Downloaded zerovec v0.11.5
3692026-06-16T21:20:02.280Z Downloaded itoa v1.0.17
3702026-06-16T21:20:02.280Z Downloaded tabled_derive v0.7.0
3712026-06-16T21:20:02.280Z Downloaded heck v0.4.1
3722026-06-16T21:20:02.280Z Downloaded cfg-if v1.0.4
3732026-06-16T21:20:02.280Z Downloaded zerocopy v0.7.35
3742026-06-16T21:20:02.280Z Downloaded strsim v0.11.1
3752026-06-16T21:20:02.281Z Downloaded plain v0.2.3
3762026-06-16T21:20:02.281Z Downloaded winnow v0.7.14
3772026-06-16T21:20:02.281Z Downloaded pretty-hex v0.4.1
3782026-06-16T21:20:02.281Z Downloaded ordered-float v2.10.1
3792026-06-16T21:20:02.281Z Downloaded byteorder v1.5.0
3802026-06-16T21:20:02.281Z Downloaded generic-array v0.14.7
3812026-06-16T21:20:02.281Z Downloaded icu_locale_core v2.1.1
3822026-06-16T21:20:02.281Z Downloaded unicode-width v0.2.0
3832026-06-16T21:20:02.281Z Downloaded fnv v1.0.7
3842026-06-16T21:20:02.281Z Downloaded synstructure v0.13.2
3852026-06-16T21:20:02.281Z Downloaded digest v0.10.7
3862026-06-16T21:20:02.281Z Downloaded unicode-width v0.1.14
3872026-06-16T21:20:02.281Z Downloaded fastrand v2.3.0
3882026-06-16T21:20:02.281Z Downloaded autocfg v1.5.0
3892026-06-16T21:20:02.281Z Downloaded serde_tokenstream v0.2.3
3902026-06-16T21:20:02.281Z Downloaded terminal_size v0.4.3
3912026-06-16T21:20:02.281Z Downloaded goblin v0.8.2
3922026-06-16T21:20:02.281Z Downloaded serde-untagged v0.1.9
3932026-06-16T21:20:02.287Z Downloaded fs-err v3.3.0
3942026-06-16T21:20:02.287Z Downloaded camino-tempfile v1.4.1
3952026-06-16T21:20:02.298Z Downloaded pest_derive v2.8.6
3962026-06-16T21:20:02.304Z Downloaded displaydoc v0.2.5
3972026-06-16T21:20:02.309Z Downloaded clap_derive v4.6.1
3982026-06-16T21:20:02.309Z Downloaded erased-serde v0.4.9
3992026-06-16T21:20:02.328Z Downloaded cargo_toml v0.21.0
4002026-06-16T21:20:02.365Z Downloaded once_cell v1.21.3
4012026-06-16T21:20:02.365Z Downloaded smallvec v1.15.1
4022026-06-16T21:20:02.365Z Downloaded tempfile v3.25.0
4032026-06-16T21:20:02.365Z Downloaded cargo-util-schemas v0.8.2
4042026-06-16T21:20:02.365Z Downloaded semver v1.0.28
4052026-06-16T21:20:02.365Z Downloaded anyhow v1.0.102
4062026-06-16T21:20:02.365Z Downloaded camino v1.2.2
4072026-06-16T21:20:02.365Z Downloaded anstyle v1.0.14
4082026-06-16T21:20:02.365Z Downloaded pest_generator v2.8.6
4092026-06-16T21:20:02.365Z Downloaded litemap v0.8.1
4102026-06-16T21:20:02.366Z Downloaded serde_derive v1.0.228
4112026-06-16T21:20:02.436Z Downloaded icu_properties v2.1.2
4122026-06-16T21:20:02.436Z Downloaded num-traits v0.2.19
4132026-06-16T21:20:02.436Z Downloaded papergrid v0.11.0
4142026-06-16T21:20:02.437Z Downloaded icu_provider v2.1.1
4152026-06-16T21:20:02.437Z Downloaded bitflags v2.11.0
4162026-06-16T21:20:02.437Z Downloaded icu_normalizer v2.1.1
4172026-06-16T21:20:02.437Z Downloaded proc-macro2 v1.0.106
4182026-06-16T21:20:02.437Z Downloaded getrandom v0.4.1
4192026-06-16T21:20:02.462Z Downloaded pest_meta v2.8.6
4202026-06-16T21:20:02.462Z Downloaded log v0.4.29
4212026-06-16T21:20:02.462Z Downloaded icu_normalizer_data v2.1.1
4222026-06-16T21:20:02.462Z Downloaded serde_core v1.0.228
4232026-06-16T21:20:02.462Z Downloaded serde v1.0.228
4242026-06-16T21:20:02.463Z Downloaded hashbrown v0.17.0
4252026-06-16T21:20:02.463Z Downloaded memchr v2.8.0
4262026-06-16T21:20:02.463Z Downloaded icu_collections v2.1.1
4272026-06-16T21:20:02.463Z Downloaded indexmap v2.14.0
4282026-06-16T21:20:02.479Z Downloaded pest v2.8.6
4292026-06-16T21:20:02.479Z Downloaded serde_json v1.0.149
4302026-06-16T21:20:02.596Z Downloaded idna v1.1.0
4312026-06-16T21:20:02.596Z Downloaded icu_properties_data v2.1.2
4322026-06-16T21:20:02.596Z Downloaded clap_builder v4.6.0
4332026-06-16T21:20:02.596Z Downloaded syn v1.0.109
4342026-06-16T21:20:02.596Z Downloaded tabled v0.15.0
4352026-06-16T21:20:02.596Z Downloaded syn v2.0.117
4362026-06-16T21:20:02.632Z Downloaded rustix v1.1.3
4372026-06-16T21:20:02.632Z Downloaded libc v0.2.185
4382026-06-16T21:20:02.660Z Compiling proc-macro2 v1.0.106
4392026-06-16T21:20:02.660Z Compiling quote v1.0.45
4402026-06-16T21:20:02.724Z Compiling unicode-ident v1.0.24
4412026-06-16T21:20:02.724Z Compiling serde_core v1.0.228
4422026-06-16T21:20:02.724Z Compiling libc v0.2.185
4432026-06-16T21:20:02.724Z Compiling version_check v0.9.5
4442026-06-16T21:20:02.725Z Compiling memchr v2.8.0
4452026-06-16T21:20:02.725Z Compiling serde v1.0.228
4462026-06-16T21:20:02.725Z Compiling stable_deref_trait v1.2.1
4472026-06-16T21:20:02.850Z Compiling zmij v1.0.21
4482026-06-16T21:20:02.877Z Compiling autocfg v1.5.0
4492026-06-16T21:20:02.877Z Compiling thiserror v1.0.69
4502026-06-16T21:20:02.877Z Compiling ucd-trie v0.1.7
4512026-06-16T21:20:03.306Z Compiling itoa v1.0.17
4522026-06-16T21:20:03.447Z Compiling litemap v0.8.1
4532026-06-16T21:20:03.447Z Compiling writeable v0.6.2
4542026-06-16T21:20:03.447Z Compiling byteorder v1.5.0
4552026-06-16T21:20:03.447Z Compiling icu_normalizer_data v2.1.1
4562026-06-16T21:20:03.447Z Compiling icu_properties_data v2.1.2
4572026-06-16T21:20:03.448Z Compiling rustix v1.1.3
4582026-06-16T21:20:03.448Z Compiling bitflags v2.11.0
4592026-06-16T21:20:03.448Z Compiling serde_json v1.0.149
4602026-06-16T21:20:03.448Z Compiling typeid v1.0.3
4612026-06-16T21:20:03.448Z Compiling equivalent v1.0.2
4622026-06-16T21:20:03.448Z Compiling hashbrown v0.17.0
4632026-06-16T21:20:03.448Z Compiling smallvec v1.15.1
4642026-06-16T21:20:03.448Z Compiling erased-serde v0.4.9
4652026-06-16T21:20:03.448Z Compiling winnow v0.7.14
4662026-06-16T21:20:03.448Z Compiling syn v1.0.109
4672026-06-16T21:20:03.448Z Compiling toml_write v0.1.2
4682026-06-16T21:20:03.448Z Compiling camino v1.2.2
4692026-06-16T21:20:03.495Z Compiling thiserror v2.0.18
4702026-06-16T21:20:03.496Z Compiling getrandom v0.4.1
4712026-06-16T21:20:03.496Z Compiling proc-macro-error-attr v1.0.4
4722026-06-16T21:20:03.551Z Compiling usdt-impl v0.5.0
4732026-06-16T21:20:03.551Z Compiling proc-macro-error v1.0.4
4742026-06-16T21:20:03.601Z Compiling utf8_iter v1.0.4
4752026-06-16T21:20:03.691Z Compiling pest v2.8.6
4762026-06-16T21:20:03.708Z Compiling percent-encoding v2.3.2
4772026-06-16T21:20:03.725Z Compiling log v0.4.29
4782026-06-16T21:20:03.747Z Compiling plain v0.2.3
4792026-06-16T21:20:03.789Z Compiling utf8parse v0.2.2
4802026-06-16T21:20:03.879Z Compiling num-traits v0.2.19
4812026-06-16T21:20:03.942Z Compiling indexmap v2.14.0
4822026-06-16T21:20:04.060Z Compiling is_terminal_polyfill v1.70.2
4832026-06-16T21:20:04.100Z Compiling pretty-hex v0.4.1
4842026-06-16T21:20:04.119Z Compiling anstyle-parse v1.0.0
4852026-06-16T21:20:04.133Z Compiling form_urlencoded v1.2.2
4862026-06-16T21:20:04.154Z Compiling anstyle v1.0.14
4872026-06-16T21:20:04.168Z Compiling colorchoice v1.0.4
4882026-06-16T21:20:04.168Z Compiling cfg-if v1.0.4
4892026-06-16T21:20:04.190Z Compiling anstyle-query v1.1.5
4902026-06-16T21:20:04.190Z Compiling fs-err v3.3.0
4912026-06-16T21:20:04.190Z Compiling once_cell v1.21.3
4922026-06-16T21:20:04.190Z Compiling unicode-width v0.1.14
4932026-06-16T21:20:04.296Z Compiling errno v0.3.14
4942026-06-16T21:20:04.317Z Compiling thread-id v4.2.2
4952026-06-16T21:20:04.322Z Compiling strsim v0.11.1
4962026-06-16T21:20:04.322Z Compiling clap_lex v1.0.0
4972026-06-16T21:20:04.330Z Compiling fnv v1.0.7
4982026-06-16T21:20:04.335Z Compiling fastrand v2.3.0
4992026-06-16T21:20:04.421Z Compiling anyhow v1.0.102
5002026-06-16T21:20:04.536Z Compiling bytecount v0.6.9
5012026-06-16T21:20:04.592Z Compiling unicode-xid v0.2.6
5022026-06-16T21:20:04.640Z Compiling heck v0.5.0
5032026-06-16T21:20:04.682Z Compiling heck v0.4.1
5042026-06-16T21:20:04.722Z Compiling anstream v1.0.0
5052026-06-16T21:20:04.739Z Compiling memmap v0.7.0
5062026-06-16T21:20:04.749Z Compiling smawk v0.3.2
5072026-06-16T21:20:04.749Z Compiling unicode-width v0.2.0
5082026-06-16T21:20:04.816Z Compiling unicode-linebreak v0.1.5
5092026-06-16T21:20:04.834Z Compiling swrite v0.1.0
5102026-06-16T21:20:04.834Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5112026-06-16T21:20:04.865Z Compiling pest_meta v2.8.6
5122026-06-16T21:20:04.899Z Compiling papergrid v0.11.0
5132026-06-16T21:20:05.225Z Compiling syn v2.0.117
5142026-06-16T21:20:05.549Z Compiling terminal_size v0.4.3
5152026-06-16T21:20:05.549Z Compiling tempfile v3.25.0
5162026-06-16T21:20:05.576Z Compiling semver v1.0.28
5172026-06-16T21:20:05.634Z Compiling clap_builder v4.6.0
5182026-06-16T21:20:05.659Z Compiling textwrap v0.16.2
5192026-06-16T21:20:05.766Z Compiling ordered-float v2.10.1
5202026-06-16T21:20:06.187Z Compiling camino-tempfile v1.4.1
5212026-06-16T21:20:06.266Z Compiling serde-untagged v0.1.9
5222026-06-16T21:20:06.633Z Compiling tabled_derive v0.7.0
5232026-06-16T21:20:07.374Z Compiling tabled v0.15.0
5242026-06-16T21:20:11.944Z Compiling synstructure v0.13.2
5252026-06-16T21:20:11.944Z Compiling pest_generator v2.8.6
5262026-06-16T21:20:12.040Z Compiling serde_derive v1.0.228
5272026-06-16T21:20:12.040Z Compiling zerofrom-derive v0.1.6
5282026-06-16T21:20:12.040Z Compiling yoke-derive v0.8.1
5292026-06-16T21:20:12.040Z Compiling zerovec-derive v0.11.2
5302026-06-16T21:20:12.040Z Compiling displaydoc v0.2.5
5312026-06-16T21:20:12.040Z Compiling thiserror-impl v1.0.69
5322026-06-16T21:20:12.040Z Compiling zerocopy-derive v0.7.35
5332026-06-16T21:20:12.040Z Compiling scroll_derive v0.12.1
5342026-06-16T21:20:12.040Z Compiling thiserror-impl v2.0.18
5352026-06-16T21:20:12.040Z Compiling clap_derive v4.6.1
5362026-06-16T21:20:12.041Z Compiling pest_derive v2.8.6
5372026-06-16T21:20:12.041Z Compiling scroll v0.12.0
5382026-06-16T21:20:12.041Z Compiling zerocopy v0.7.35
5392026-06-16T21:20:12.041Z Compiling goblin v0.8.2
5402026-06-16T21:20:12.041Z Compiling zerofrom v0.1.6
5412026-06-16T21:20:12.080Z Compiling yoke v0.8.1
5422026-06-16T21:20:12.080Z Compiling dtrace-parser v0.2.0
5432026-06-16T21:20:12.080Z Compiling zerovec v0.11.5
5442026-06-16T21:20:12.080Z Compiling zerotrie v0.2.3
5452026-06-16T21:20:12.080Z Compiling clap v4.6.1
5462026-06-16T21:20:12.080Z Compiling tinystr v0.8.2
5472026-06-16T21:20:12.080Z Compiling potential_utf v0.1.4
5482026-06-16T21:20:12.080Z Compiling icu_collections v2.1.1
5492026-06-16T21:20:12.080Z Compiling icu_locale_core v2.1.1
5502026-06-16T21:20:12.080Z Compiling dof v0.3.0
5512026-06-16T21:20:12.080Z Compiling serde_tokenstream v0.2.3
5522026-06-16T21:20:12.080Z Compiling toml_datetime v0.6.11
5532026-06-16T21:20:12.081Z Compiling serde_spanned v0.6.9
5542026-06-16T21:20:12.081Z Compiling serde-value v0.7.0
5552026-06-16T21:20:12.081Z Compiling cargo-platform v0.2.0
5562026-06-16T21:20:12.081Z Compiling macaddr v1.0.1
5572026-06-16T21:20:12.081Z Compiling icu_provider v2.1.1
5582026-06-16T21:20:12.081Z Compiling icu_normalizer v2.1.1
5592026-06-16T21:20:12.081Z Compiling icu_properties v2.1.2
5602026-06-16T21:20:12.081Z Compiling toml_edit v0.22.27
5612026-06-16T21:20:12.081Z Compiling usdt-attr-macro v0.5.0
5622026-06-16T21:20:12.081Z Compiling usdt-macro v0.5.0
5632026-06-16T21:20:12.081Z Compiling idna_adapter v1.2.1
5642026-06-16T21:20:12.081Z Compiling idna v1.1.0
5652026-06-16T21:20:12.081Z Compiling usdt v0.5.0
5662026-06-16T21:20:12.081Z Compiling url v2.5.8
5672026-06-16T21:20:12.143Z Compiling toml v0.8.23
5682026-06-16T21:20:12.461Z Compiling cargo-util-schemas v0.8.2
5692026-06-16T21:20:12.461Z Compiling cargo_toml v0.21.0
5702026-06-16T21:20:13.281Z Compiling cargo_metadata v0.21.0
5712026-06-16T21:20:14.180Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-06-16T21:20:16.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.97s
5732026-06-16T21:20:16.634Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5742026-06-16T21:20:17.195Z Downloading crates ...
5752026-06-16T21:20:17.291Z Downloaded adler2 v2.0.1
5762026-06-16T21:20:17.306Z Downloaded bitflags v1.3.2
5772026-06-16T21:20:17.310Z Downloaded cargo_metadata v0.23.1
5782026-06-16T21:20:17.316Z Downloaded argon2 v0.5.3
5792026-06-16T21:20:17.324Z Downloaded document-features v0.2.12
5802026-06-16T21:20:17.329Z Downloaded atty v0.2.14
5812026-06-16T21:20:17.329Z Downloaded find-msvc-tools v0.1.9
5822026-06-16T21:20:17.333Z Downloaded darling_core v0.23.0
5832026-06-16T21:20:17.333Z Downloaded assert_matches v1.5.0
5842026-06-16T21:20:17.333Z Downloaded async-stream-impl v0.3.6
5852026-06-16T21:20:17.333Z Downloaded async-recursion v1.1.1
5862026-06-16T21:20:17.338Z Downloaded bcrypt-pbkdf v0.10.0
5872026-06-16T21:20:17.338Z Downloaded arrayref v0.3.9
5882026-06-16T21:20:17.338Z Downloaded cbc v0.1.2
5892026-06-16T21:20:17.342Z Downloaded cfg_aliases v0.1.1
5902026-06-16T21:20:17.342Z Downloaded async-stream v0.3.6
5912026-06-16T21:20:17.342Z Downloaded dropshot-api-manager v0.7.2
5922026-06-16T21:20:17.346Z Downloaded darling v0.13.4
5932026-06-16T21:20:17.346Z Downloaded cancel-safe-futures v0.1.5
5942026-06-16T21:20:17.350Z Downloaded aws-lc-rs v1.16.3
5952026-06-16T21:20:17.354Z Downloaded derive_builder_macro v0.20.2
5962026-06-16T21:20:17.354Z Downloaded defmt v0.3.100
5972026-06-16T21:20:17.357Z Downloaded enum-as-inner v0.6.1
5982026-06-16T21:20:17.357Z Downloaded ecdsa v0.16.9
5992026-06-16T21:20:17.357Z Downloaded atomicwrites v0.4.4
6002026-06-16T21:20:17.361Z Downloaded erased-serde v0.3.31
6012026-06-16T21:20:17.361Z Downloaded darling v0.20.11
6022026-06-16T21:20:17.366Z Downloaded ctr v0.9.2
6032026-06-16T21:20:17.366Z Downloaded crc-any v2.5.0
6042026-06-16T21:20:17.366Z Downloaded daft v0.1.7
6052026-06-16T21:20:17.370Z Downloaded chacha20 v0.9.1
6062026-06-16T21:20:17.370Z Downloaded anstyle-parse v0.2.7
6072026-06-16T21:20:17.370Z Downloaded darling v0.21.3
6082026-06-16T21:20:17.375Z Downloaded crc v3.4.0
6092026-06-16T21:20:17.375Z Downloaded dunce v1.0.5
6102026-06-16T21:20:17.380Z Downloaded crc-catalog v2.4.0
6112026-06-16T21:20:17.380Z Downloaded dof v0.4.0
6122026-06-16T21:20:17.380Z Downloaded darling_macro v0.13.4
6132026-06-16T21:20:17.380Z Downloaded crunchy v0.2.4
6142026-06-16T21:20:17.380Z Downloaded ascii-canvas v3.0.0
6152026-06-16T21:20:17.380Z Downloaded float-cmp v0.10.0
6162026-06-16T21:20:17.384Z Downloaded bitfield-macros v0.19.4
6172026-06-16T21:20:17.384Z Downloaded atomic-waker v1.1.2
6182026-06-16T21:20:17.384Z Downloaded array-init v0.0.4
6192026-06-16T21:20:17.384Z Downloaded cargo-platform v0.3.2
6202026-06-16T21:20:17.384Z Downloaded endian-type v0.1.2
6212026-06-16T21:20:17.385Z Downloaded embedded-io v0.6.1
6222026-06-16T21:20:17.385Z Downloaded data-encoding v2.10.0
6232026-06-16T21:20:17.389Z Downloaded downcast-rs v2.0.2
6242026-06-16T21:20:17.389Z Downloaded block-padding v0.3.3
6252026-06-16T21:20:17.389Z Downloaded backoff v0.4.0
6262026-06-16T21:20:17.393Z Downloaded castaway v0.2.4
6272026-06-16T21:20:17.393Z Downloaded embedded-io v0.4.0
6282026-06-16T21:20:17.397Z Downloaded debug-ignore v1.0.5
6292026-06-16T21:20:17.397Z Downloaded defmt-parser v1.0.0
6302026-06-16T21:20:17.397Z Downloaded dropshot-api-manager-types v0.7.2
6312026-06-16T21:20:17.401Z Downloaded cpufeatures v0.3.0
6322026-06-16T21:20:17.401Z Downloaded ciborium-ll v0.2.2
6332026-06-16T21:20:17.401Z Downloaded dsl_auto_type v0.2.0
6342026-06-16T21:20:17.401Z Downloaded bb8 v0.8.6
6352026-06-16T21:20:17.406Z Downloaded fixedbitset v0.5.7
6362026-06-16T21:20:17.406Z Downloaded dyn-clone v1.0.20
6372026-06-16T21:20:17.406Z Downloaded cobs v0.3.0
6382026-06-16T21:20:17.406Z Downloaded deranged v0.5.8
6392026-06-16T21:20:17.440Z Downloaded cfg_aliases v0.2.1
6402026-06-16T21:20:17.441Z Downloaded fd-lock v4.0.4
6412026-06-16T21:20:17.441Z Downloaded bitfield-struct v0.6.2
6422026-06-16T21:20:17.441Z Downloaded dtrace-parser v0.3.0
6432026-06-16T21:20:17.446Z Downloaded darling_macro v0.21.3
6442026-06-16T21:20:17.446Z Downloaded diesel_table_macro_syntax v0.3.0
6452026-06-16T21:20:17.446Z Downloaded ciborium-io v0.2.2
6462026-06-16T21:20:17.446Z Downloaded flagset v0.4.7
6472026-06-16T21:20:17.446Z Downloaded fixedbitset v0.4.2
6482026-06-16T21:20:17.446Z Downloaded darling_macro v0.23.0
6492026-06-16T21:20:17.446Z Downloaded cstr-argument v0.1.2
6502026-06-16T21:20:17.446Z Downloaded aead v0.5.2
6512026-06-16T21:20:17.446Z Downloaded difflib v0.4.0
6522026-06-16T21:20:17.446Z Downloaded dirs-next v2.0.0
6532026-06-16T21:20:17.446Z Downloaded bit-set v0.5.3
6542026-06-16T21:20:17.446Z Downloaded curve25519-dalek-derive v0.1.1
6552026-06-16T21:20:17.447Z Downloaded fallible-iterator v0.2.0
6562026-06-16T21:20:17.447Z Downloaded darling_core v0.21.3
6572026-06-16T21:20:17.447Z Downloaded base16ct v0.2.0
6582026-06-16T21:20:17.447Z Downloaded display-error-chain v0.2.2
6592026-06-16T21:20:17.448Z Downloaded crucible-workspace-hack v0.1.0
6602026-06-16T21:20:17.448Z Downloaded convert_case v0.4.0
6612026-06-16T21:20:17.448Z Downloaded compression-core v0.4.31
6622026-06-16T21:20:17.448Z Downloaded darling_macro v0.20.11
6632026-06-16T21:20:17.448Z Downloaded corncobs v0.1.4
6642026-06-16T21:20:17.452Z Downloaded foreign-types v0.5.0
6652026-06-16T21:20:17.452Z Downloaded dirs-sys-next v0.1.2
6662026-06-16T21:20:17.452Z Downloaded crc8 v0.1.1
6672026-06-16T21:20:17.452Z Downloaded bitfield v0.19.4
6682026-06-16T21:20:17.452Z Downloaded convert_case v0.10.0
6692026-06-16T21:20:17.452Z Downloaded bit-vec v0.6.3
6702026-06-16T21:20:17.456Z Downloaded env_filter v1.0.0
6712026-06-16T21:20:17.456Z Downloaded derive_builder_core v0.20.2
6722026-06-16T21:20:17.460Z Downloaded foreign-types v0.3.2
6732026-06-16T21:20:17.460Z Downloaded either v1.15.0
6742026-06-16T21:20:17.464Z Downloaded crossbeam-epoch v0.9.18
6752026-06-16T21:20:17.464Z Downloaded globwalk v0.9.1
6762026-06-16T21:20:17.469Z Downloaded gethostname v0.5.0
6772026-06-16T21:20:17.469Z Downloaded cookie v0.18.1
6782026-06-16T21:20:17.469Z Downloaded anstream v0.6.21
6792026-06-16T21:20:17.473Z Downloaded diesel-dtrace v0.5.0
6802026-06-16T21:20:17.473Z Downloaded der_derive v0.7.3
6812026-06-16T21:20:17.473Z Downloaded filetime v0.2.27
6822026-06-16T21:20:17.473Z Downloaded derive-ex v0.1.8
6832026-06-16T21:20:17.473Z Downloaded defmt-macros v1.0.1
6842026-06-16T21:20:17.479Z Downloaded der v0.7.10
6852026-06-16T21:20:17.482Z Downloaded foreign-types-shared v0.3.1
6862026-06-16T21:20:17.482Z Downloaded foreign-types-macros v0.2.3
6872026-06-16T21:20:17.482Z Downloaded futures-io v0.3.32
6882026-06-16T21:20:17.483Z Downloaded foreign-types-shared v0.1.1
6892026-06-16T21:20:17.483Z Downloaded fxhash v0.2.1
6902026-06-16T21:20:17.486Z Downloaded futures-task v0.3.32
6912026-06-16T21:20:17.486Z Downloaded futures-sink v0.3.32
6922026-06-16T21:20:17.487Z Downloaded futures-macro v0.3.32
6932026-06-16T21:20:17.487Z Downloaded hex v0.4.3
6942026-06-16T21:20:17.487Z Downloaded headers-core v0.3.0
6952026-06-16T21:20:17.490Z Downloaded futures-core v0.3.32
6962026-06-16T21:20:17.491Z Downloaded hex-literal v0.4.1
6972026-06-16T21:20:17.494Z Downloaded home v0.5.12
6982026-06-16T21:20:17.494Z Downloaded hash32 v0.3.1
6992026-06-16T21:20:17.494Z Downloaded http-body v1.0.1
7002026-06-16T21:20:17.494Z Downloaded git-stub v1.0.0
7012026-06-16T21:20:17.494Z Downloaded ghash v0.5.1
7022026-06-16T21:20:17.498Z Downloaded blowfish v0.9.1
7032026-06-16T21:20:17.498Z Downloaded base64ct v1.8.3
7042026-06-16T21:20:17.498Z Downloaded ed25519 v2.2.3
7052026-06-16T21:20:17.502Z Downloaded funty v2.0.0
7062026-06-16T21:20:17.502Z Downloaded cexpr v0.6.0
7072026-06-16T21:20:17.502Z Downloaded buf-list v1.1.2
7082026-06-16T21:20:17.506Z Downloaded cassowary v0.3.0
7092026-06-16T21:20:17.506Z Downloaded constant_time_eq v0.4.2
7102026-06-16T21:20:17.506Z Downloaded cipher v0.4.4
7112026-06-16T21:20:17.510Z Downloaded daft-derive v0.1.7
7122026-06-16T21:20:17.510Z Downloaded arrayvec v0.7.6
7132026-06-16T21:20:17.514Z Downloaded ff v0.13.1
7142026-06-16T21:20:17.514Z Downloaded float-ord v0.3.2
7152026-06-16T21:20:17.515Z Downloaded compression-codecs v0.4.37
7162026-06-16T21:20:17.520Z Downloaded ena v0.14.4
7172026-06-16T21:20:17.520Z Downloaded byte-wrapper v0.1.0
7182026-06-16T21:20:17.520Z Downloaded csv-core v0.1.13
7192026-06-16T21:20:17.524Z Downloaded const_format_proc_macros v0.2.34
7202026-06-16T21:20:17.524Z Downloaded hubpack_derive v0.1.1
7212026-06-16T21:20:17.524Z Downloaded http-range v0.1.5
7222026-06-16T21:20:17.524Z Downloaded cmake v0.1.57
7232026-06-16T21:20:17.524Z Downloaded bit-set v0.8.0
7242026-06-16T21:20:17.528Z Downloaded bcs v0.1.6
7252026-06-16T21:20:17.528Z Downloaded crossbeam-deque v0.8.6
7262026-06-16T21:20:17.528Z Downloaded critical-section v1.2.0
7272026-06-16T21:20:17.528Z Downloaded hubpack v0.1.2
7282026-06-16T21:20:17.532Z Downloaded ident_case v1.0.1
7292026-06-16T21:20:17.536Z Downloaded illumos-nvpair-sys v0.2.0
7302026-06-16T21:20:17.536Z Downloaded illumos-nvpair v0.3.0
7312026-06-16T21:20:17.536Z Downloaded hyper-tls v0.6.0
7322026-06-16T21:20:17.540Z Downloaded hostname v0.4.2
7332026-06-16T21:20:17.540Z Downloaded glob v0.3.3
7342026-06-16T21:20:17.543Z Downloaded git-stub-vcs v0.1.0
7352026-06-16T21:20:17.543Z Downloaded crc32fast v1.5.0
7362026-06-16T21:20:17.543Z Downloaded hostname v0.3.1
7372026-06-16T21:20:17.548Z Downloaded env_logger v0.11.9
7382026-06-16T21:20:17.548Z Downloaded async-bb8-diesel v0.2.1
7392026-06-16T21:20:17.548Z Downloaded globset v0.4.18
7402026-06-16T21:20:17.552Z Downloaded cookie_store v0.22.1
7412026-06-16T21:20:17.552Z Downloaded defmt v1.0.1
7422026-06-16T21:20:17.556Z Downloaded group v0.13.0
7432026-06-16T21:20:17.560Z Downloaded camino-tempfile-ext v0.3.3
7442026-06-16T21:20:17.560Z Downloaded highway v1.3.0
7452026-06-16T21:20:17.564Z Downloaded httpdate v1.0.3
7462026-06-16T21:20:17.564Z Downloaded blake2 v0.10.6
7472026-06-16T21:20:17.567Z Downloaded is-terminal v0.4.17
7482026-06-16T21:20:17.567Z Downloaded internet-checksum v0.2.1
7492026-06-16T21:20:17.567Z Downloaded foldhash v0.2.0
7502026-06-16T21:20:17.567Z Downloaded foldhash v0.1.5
7512026-06-16T21:20:17.571Z Downloaded dropshot_endpoint v0.17.0
7522026-06-16T21:20:17.572Z Downloaded des v0.8.1
7532026-06-16T21:20:17.575Z Downloaded crossbeam-utils v0.8.21
7542026-06-16T21:20:17.575Z Downloaded futures-executor v0.3.32
7552026-06-16T21:20:17.579Z Downloaded fs-err v2.11.0
7562026-06-16T21:20:17.579Z Downloaded derive_builder v0.20.2
7572026-06-16T21:20:17.583Z Downloaded hash32 v0.2.1
7582026-06-16T21:20:17.586Z Downloaded diff v0.1.13
7592026-06-16T21:20:17.586Z Downloaded is_ci v1.2.0
7602026-06-16T21:20:17.590Z Downloaded kstat-rs v0.2.4
7612026-06-16T21:20:17.590Z Downloaded instability v0.3.11
7622026-06-16T21:20:17.591Z Downloaded inout v0.1.4
7632026-06-16T21:20:17.591Z Downloaded darling v0.23.0
7642026-06-16T21:20:17.594Z Downloaded keccak v0.1.6
7652026-06-16T21:20:17.594Z Downloaded lalrpop-util v0.19.12
7662026-06-16T21:20:17.598Z Downloaded lazy_static v1.5.0
7672026-06-16T21:20:17.598Z Downloaded http-body-util v0.1.3
7682026-06-16T21:20:17.602Z Downloaded fs_extra v1.3.0
7692026-06-16T21:20:17.602Z Downloaded bit-vec v0.8.0
7702026-06-16T21:20:17.602Z Downloaded const-oid v0.9.6
7712026-06-16T21:20:17.606Z Downloaded async-trait v0.1.89
7722026-06-16T21:20:17.606Z Downloaded indent_write v2.2.0
7732026-06-16T21:20:17.610Z Downloaded colored v2.2.0
7742026-06-16T21:20:17.610Z Downloaded clang-sys v1.8.1
7752026-06-16T21:20:17.610Z Downloaded bzip2 v0.4.4
7762026-06-16T21:20:17.613Z Downloaded colored v3.1.1
7772026-06-16T21:20:17.613Z Downloaded match_cfg v0.1.0
7782026-06-16T21:20:17.614Z Downloaded lzss v0.8.2
7792026-06-16T21:20:17.617Z Downloaded chacha20 v0.10.0
7802026-06-16T21:20:17.617Z Downloaded bzip2 v0.6.1
7812026-06-16T21:20:17.617Z Downloaded backon v1.6.0
7822026-06-16T21:20:17.621Z Downloaded md5 v0.7.0
7832026-06-16T21:20:17.621Z Downloaded lru-slab v0.1.2
7842026-06-16T21:20:17.622Z Downloaded lru v0.12.5
7852026-06-16T21:20:17.622Z Downloaded maybe-uninit v2.0.0
7862026-06-16T21:20:17.627Z Downloaded getrandom v0.2.17
7872026-06-16T21:20:17.627Z Downloaded drift v0.2.0
7882026-06-16T21:20:17.631Z Downloaded humantime v2.3.0
7892026-06-16T21:20:17.634Z Downloaded half v1.8.3
7902026-06-16T21:20:17.634Z Downloaded ipnet v2.11.0
7912026-06-16T21:20:17.634Z Downloaded newtype-uuid-macros v0.1.0
7922026-06-16T21:20:17.638Z Downloaded ciborium v0.2.2
7932026-06-16T21:20:17.638Z Downloaded newline-converter v0.3.0
7942026-06-16T21:20:17.638Z Downloaded libscf-sys v1.1.0
7952026-06-16T21:20:17.638Z Downloaded multimap v0.10.1
7962026-06-16T21:20:17.642Z Downloaded lru-cache v0.1.2
7972026-06-16T21:20:17.642Z Downloaded instant v0.1.13
7982026-06-16T21:20:17.642Z Downloaded elliptic-curve v0.13.8
7992026-06-16T21:20:17.646Z Downloaded ingot-types v0.1.2
8002026-06-16T21:20:17.646Z Downloaded ingot v0.1.1
8012026-06-16T21:20:17.646Z Downloaded indoc v2.0.7
8022026-06-16T21:20:17.650Z Downloaded maplit v1.0.2
8032026-06-16T21:20:17.650Z Downloaded mime v0.3.17
8042026-06-16T21:20:17.650Z Downloaded new_debug_unreachable v1.0.6
8052026-06-16T21:20:17.650Z Downloaded arc-swap v1.8.2
8062026-06-16T21:20:17.654Z Downloaded fatfs v0.3.6
8072026-06-16T21:20:17.654Z Downloaded darling_core v0.13.4
8082026-06-16T21:20:17.658Z Downloaded base64 v0.22.1
8092026-06-16T21:20:17.662Z Downloaded hyper-staticfile v0.10.1
8102026-06-16T21:20:17.662Z Downloaded num v0.4.3
8112026-06-16T21:20:17.662Z Downloaded ahash v0.8.12
8122026-06-16T21:20:17.666Z Downloaded darling_core v0.20.11
8132026-06-16T21:20:17.666Z Downloaded memoffset v0.9.1
8142026-06-16T21:20:17.670Z Downloaded futures-channel v0.3.32
8152026-06-16T21:20:17.670Z Downloaded nodrop v0.1.14
8162026-06-16T21:20:17.670Z Downloaded console v0.16.2
8172026-06-16T21:20:17.674Z Downloaded indoc v1.0.9
8182026-06-16T21:20:17.674Z Downloaded managed v0.8.0
8192026-06-16T21:20:17.674Z Downloaded num-derive v0.3.3
8202026-06-16T21:20:17.674Z Downloaded linked-hash-map v0.5.6
8212026-06-16T21:20:17.678Z Downloaded derive-where v1.6.0
8222026-06-16T21:20:17.678Z Downloaded iana-time-zone v0.1.65
8232026-06-16T21:20:17.681Z Downloaded normalize-line-endings v0.3.0
8242026-06-16T21:20:17.681Z Downloaded nonempty v0.12.0
8252026-06-16T21:20:17.682Z Downloaded num-derive v0.4.2
8262026-06-16T21:20:17.685Z Downloaded num-conv v0.2.0
8272026-06-16T21:20:17.686Z Downloaded md-5 v0.10.6
8282026-06-16T21:20:17.686Z Downloaded linear-map v1.2.0
8292026-06-16T21:20:17.686Z Downloaded lock_api v0.4.14
8302026-06-16T21:20:17.691Z Downloaded libefi-sys v0.1.0
8312026-06-16T21:20:17.691Z Downloaded jobserver v0.1.34
8322026-06-16T21:20:17.691Z Downloaded ipnetwork v0.21.1
8332026-06-16T21:20:17.691Z Downloaded nibble_vec v0.1.0
8342026-06-16T21:20:17.696Z Downloaded newtype_derive v0.1.6
8352026-06-16T21:20:17.696Z Downloaded hyper-rustls v0.27.7
8362026-06-16T21:20:17.696Z Downloaded olpc-cjson v0.1.4
8372026-06-16T21:20:17.696Z Downloaded num_enum_derive v0.5.11
8382026-06-16T21:20:17.700Z Downloaded console v0.15.11
8392026-06-16T21:20:17.714Z Downloaded oso-derive v0.27.3
8402026-06-16T21:20:17.719Z Downloaded openssl-probe v0.2.1
8412026-06-16T21:20:17.719Z Downloaded openssl-probe v0.1.6
8422026-06-16T21:20:17.719Z Downloaded const_format v0.2.35
8432026-06-16T21:20:17.723Z Downloaded allocator-api2 v0.2.21
8442026-06-16T21:20:17.723Z Downloaded opaque-debug v0.3.1
8452026-06-16T21:20:17.723Z Downloaded num_threads v0.1.7
8462026-06-16T21:20:17.723Z Downloaded derive_more v0.99.20
8472026-06-16T21:20:17.727Z Downloaded newtype-uuid v1.3.2
8482026-06-16T21:20:17.727Z Downloaded libsw-core v0.3.2
8492026-06-16T21:20:17.731Z Downloaded libsw v3.5.0
8502026-06-16T21:20:17.731Z Downloaded nanorand v0.7.0
8512026-06-16T21:20:17.731Z Downloaded pbkdf2 v0.11.0
8522026-06-16T21:20:17.736Z Downloaded libloading v0.8.9
8532026-06-16T21:20:17.736Z Downloaded openssl-macros v0.1.1
8542026-06-16T21:20:17.736Z Downloaded packed_struct_codegen v0.10.1
8552026-06-16T21:20:17.742Z Downloaded nu-ansi-term v0.50.3
8562026-06-16T21:20:17.742Z Downloaded cc v1.2.56
8572026-06-16T21:20:17.742Z Downloaded impl-trait-for-tuples v0.2.3
8582026-06-16T21:20:17.746Z Downloaded multer v3.1.0
8592026-06-16T21:20:17.746Z Downloaded pbkdf2 v0.12.2
8602026-06-16T21:20:17.746Z Downloaded path-slash v0.1.5
8612026-06-16T21:20:17.751Z Downloaded parse-display v0.10.0
8622026-06-16T21:20:17.751Z Downloaded mime_guess v2.0.5
8632026-06-16T21:20:17.751Z Downloaded phf_shared v0.11.3
8642026-06-16T21:20:17.755Z Downloaded phf_shared v0.13.1
8652026-06-16T21:20:17.755Z Downloaded phf_shared v0.12.1
8662026-06-16T21:20:17.755Z Downloaded peg-runtime v0.8.5
8672026-06-16T21:20:17.755Z Downloaded parse-size v1.1.0
8682026-06-16T21:20:17.755Z Downloaded crossterm v0.28.1
8692026-06-16T21:20:17.758Z Downloaded native-tls v0.2.18
8702026-06-16T21:20:17.762Z Downloaded num-integer v0.1.46
8712026-06-16T21:20:17.762Z Downloaded litrs v1.0.0
8722026-06-16T21:20:17.762Z Downloaded num-iter v0.1.45
8732026-06-16T21:20:17.768Z Downloaded memmap2 v0.9.10
8742026-06-16T21:20:17.768Z Downloaded ingot-macros v0.1.1
8752026-06-16T21:20:17.768Z Downloaded indexmap v1.9.3
8762026-06-16T21:20:17.772Z Downloaded pin-utils v0.1.0
8772026-06-16T21:20:17.772Z Downloaded num_enum_derive v0.7.6
8782026-06-16T21:20:17.772Z Downloaded num-rational v0.4.2
8792026-06-16T21:20:17.772Z Downloaded ignore v0.4.25
8802026-06-16T21:20:17.772Z Downloaded half v2.7.1
8812026-06-16T21:20:17.776Z Downloaded getrandom v0.3.4
8822026-06-16T21:20:17.776Z Downloaded compact_str v0.8.1
8832026-06-16T21:20:17.780Z Downloaded hmac v0.12.1
8842026-06-16T21:20:17.784Z Downloaded headers v0.4.1
8852026-06-16T21:20:17.788Z Downloaded num_enum v0.5.11
8862026-06-16T21:20:17.794Z Downloaded precomputed-hash v0.1.1
8872026-06-16T21:20:17.794Z Downloaded oxnet v0.1.6
8882026-06-16T21:20:17.799Z Downloaded crossbeam-channel v0.5.15
8892026-06-16T21:20:17.799Z Downloaded powerfmt v0.2.0
8902026-06-16T21:20:17.799Z Downloaded predicates-core v1.0.10
8912026-06-16T21:20:17.802Z Downloaded oxide-tokio-rt v0.1.4
8922026-06-16T21:20:17.802Z Downloaded num_enum v0.7.6
8932026-06-16T21:20:17.806Z Downloaded ar_archive_writer v0.5.1
8942026-06-16T21:20:17.807Z Downloaded chacha20poly1305 v0.10.1
8952026-06-16T21:20:17.807Z Downloaded proc-macro-crate v1.3.1
8962026-06-16T21:20:17.812Z Downloaded flate2 v1.1.9
8972026-06-16T21:20:17.812Z Downloaded owo-colors v4.3.0
8982026-06-16T21:20:17.816Z Downloaded progenitor-macro v0.11.2
8992026-06-16T21:20:17.816Z Downloaded progenitor-client v0.14.0
9002026-06-16T21:20:17.816Z Downloaded derive_more-impl v2.1.1
9012026-06-16T21:20:17.820Z Downloaded predicates-tree v1.0.13
9022026-06-16T21:20:17.820Z Downloaded async-compression v0.4.41
9032026-06-16T21:20:17.823Z Downloaded ed25519-dalek v2.2.0
9042026-06-16T21:20:17.823Z Downloaded progenitor-client v0.11.2
9052026-06-16T21:20:17.824Z Downloaded num-complex v0.4.6
9062026-06-16T21:20:17.827Z Downloaded crypto-bigint v0.5.5
9072026-06-16T21:20:17.831Z Downloaded phf v0.12.1
9082026-06-16T21:20:17.831Z Downloaded packed_struct v0.10.1
9092026-06-16T21:20:17.831Z Downloaded peg-macros v0.8.5
9102026-06-16T21:20:17.835Z Downloaded peg v0.8.5
9112026-06-16T21:20:17.835Z Downloaded libbz2-rs-sys v0.2.2
9122026-06-16T21:20:17.835Z Downloaded phf v0.13.1
9132026-06-16T21:20:17.839Z Downloaded quick-error v1.2.3
9142026-06-16T21:20:17.839Z Downloaded progenitor-macro v0.13.0
9152026-06-16T21:20:17.839Z Downloaded proc-macro-crate v3.4.0
9162026-06-16T21:20:17.839Z Downloaded password-hash v0.4.2
9172026-06-16T21:20:17.843Z Downloaded pem-rfc7468 v0.7.0
9182026-06-16T21:20:17.844Z Downloaded parse-display-derive v0.10.0
9192026-06-16T21:20:17.844Z Downloaded omicron-zone-package v0.12.2
9202026-06-16T21:20:17.847Z Downloaded rand_chacha v0.3.1
9212026-06-16T21:20:17.847Z Downloaded password-hash v0.5.0
9222026-06-16T21:20:17.848Z Downloaded base64 v0.21.7
9232026-06-16T21:20:17.851Z Downloaded pin-project-lite v0.2.17
9242026-06-16T21:20:17.855Z Downloaded progenitor-macro v0.14.0
9252026-06-16T21:20:17.855Z Downloaded pem v3.0.6
9262026-06-16T21:20:17.859Z Downloaded radium v0.7.0
9272026-06-16T21:20:17.863Z Downloaded predicates v3.1.4
9282026-06-16T21:20:17.867Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-06-16T21:20:17.867Z Downloaded rand_xorshift v0.4.0
9302026-06-16T21:20:17.871Z Downloaded heapless v0.7.17
9312026-06-16T21:20:17.871Z Downloaded bytes v1.11.1
9322026-06-16T21:20:17.875Z Downloaded derive_more v2.1.1
9332026-06-16T21:20:17.880Z Downloaded polyval v0.6.2
9342026-06-16T21:20:17.884Z Downloaded parking_lot_core v0.9.12
9352026-06-16T21:20:17.884Z Downloaded pkg-config v0.3.32
9362026-06-16T21:20:17.884Z Downloaded poly1305 v0.8.0
9372026-06-16T21:20:17.888Z Downloaded pkcs8 v0.10.2
9382026-06-16T21:20:17.888Z Downloaded progenitor-extras v0.2.0
9392026-06-16T21:20:17.888Z Downloaded primeorder v0.13.6
9402026-06-16T21:20:17.892Z Downloaded paste v1.0.15
9412026-06-16T21:20:17.892Z Downloaded httparse v1.10.1
9422026-06-16T21:20:17.896Z Downloaded diesel_derives v2.3.7
9432026-06-16T21:20:17.899Z Downloaded ppv-lite86 v0.2.21
9442026-06-16T21:20:17.903Z Downloaded rtoolbox v0.0.3
9452026-06-16T21:20:17.903Z Downloaded proc-macro-error-attr2 v2.0.0
9462026-06-16T21:20:17.908Z Downloaded parking_lot_core v0.8.6
9472026-06-16T21:20:17.908Z Downloaded recursive v0.1.1
9482026-06-16T21:20:17.912Z Downloaded ref-cast v1.0.25
9492026-06-16T21:20:17.913Z Downloaded rfc6979 v0.4.0
9502026-06-16T21:20:17.913Z Downloaded pkcs1 v0.7.5
9512026-06-16T21:20:17.916Z Downloaded progenitor v0.13.0
9522026-06-16T21:20:17.917Z Downloaded rustc_version v0.1.7
9532026-06-16T21:20:17.920Z Downloaded progenitor-client v0.13.0
9542026-06-16T21:20:17.920Z Downloaded proc-macro-error2 v2.0.1
9552026-06-16T21:20:17.920Z Downloaded parking_lot v0.11.2
9562026-06-16T21:20:17.924Z Downloaded progenitor v0.14.0
9572026-06-16T21:20:17.924Z Downloaded parking_lot v0.12.5
9582026-06-16T21:20:17.924Z Downloaded rustc-hash v2.1.1
9592026-06-16T21:20:17.929Z Downloaded russh-cryptovec v0.7.3
9602026-06-16T21:20:17.929Z Downloaded progenitor v0.11.2
9612026-06-16T21:20:17.934Z Downloaded flume v0.11.1
9622026-06-16T21:20:17.934Z Downloaded indicatif v0.18.4
9632026-06-16T21:20:17.938Z Downloaded futures v0.3.32
9642026-06-16T21:20:17.939Z Downloaded psm v0.1.30
9652026-06-16T21:20:17.942Z Downloaded rand_seeder v0.4.0
9662026-06-16T21:20:17.942Z Downloaded postgres-protocol v0.6.10
9672026-06-16T21:20:17.942Z Downloaded r2d2 v0.8.10
9682026-06-16T21:20:17.946Z Downloaded rustc_version v0.4.1
9692026-06-16T21:20:17.946Z Downloaded psl-types v2.0.11
9702026-06-16T21:20:17.946Z Downloaded resolv-conf v0.7.6
9712026-06-16T21:20:17.946Z Downloaded ref-cast-impl v1.0.25
9722026-06-16T21:20:17.950Z Downloaded postgres-types v0.2.12
9732026-06-16T21:20:17.950Z Downloaded pin-project-internal v1.1.11
9742026-06-16T21:20:17.950Z Downloaded salsa20 v0.10.2
9752026-06-16T21:20:17.954Z Downloaded oso v0.27.3
9762026-06-16T21:20:17.954Z Downloaded p256 v0.13.2
9772026-06-16T21:20:17.959Z Downloaded rand_chacha v0.9.0
9782026-06-16T21:20:17.965Z Downloaded heapless v0.8.0
9792026-06-16T21:20:17.965Z Downloaded rand_core v0.9.5
9802026-06-16T21:20:17.968Z Downloaded hickory-resolver v0.25.2
9812026-06-16T21:20:17.968Z Downloaded hickory-resolver v0.24.4
9822026-06-16T21:20:17.975Z Downloaded sapling-renderdag v0.1.0
9832026-06-16T21:20:17.975Z Downloaded pkcs5 v0.7.1
9842026-06-16T21:20:17.979Z Downloaded scheduled-thread-pool v0.2.7
9852026-06-16T21:20:17.979Z Downloaded rand_core v0.10.0
9862026-06-16T21:20:17.979Z Downloaded rand_core v0.6.4
9872026-06-16T21:20:17.979Z Downloaded postcard v1.1.3
9882026-06-16T21:20:17.979Z Downloaded scopeguard v1.2.0
9892026-06-16T21:20:17.979Z Downloaded same-file v1.0.6
9902026-06-16T21:20:17.983Z Downloaded scroll_derive v0.13.1
9912026-06-16T21:20:17.983Z Downloaded semver v0.1.20
9922026-06-16T21:20:17.988Z Downloaded scrypt v0.11.0
9932026-06-16T21:20:17.988Z Downloaded bumpalo v3.20.2
9942026-06-16T21:20:17.992Z Downloaded seq-macro v0.3.6
9952026-06-16T21:20:17.992Z Downloaded expectorate v1.2.0
9962026-06-16T21:20:17.992Z Downloaded hyper-util v0.1.20
9972026-06-16T21:20:17.997Z Downloaded secrecy v0.10.3
9982026-06-16T21:20:18.003Z Downloaded serde_bytes v0.11.19
9992026-06-16T21:20:18.006Z Downloaded rustls-pemfile v2.2.0
10002026-06-16T21:20:18.007Z Downloaded serde_urlencoded v0.7.1
10012026-06-16T21:20:18.010Z Downloaded serde_spanned v1.0.4
10022026-06-16T21:20:18.010Z Downloaded papergrid v0.17.0
10032026-06-16T21:20:18.015Z Downloaded quinn-udp v0.5.14
10042026-06-16T21:20:18.018Z Downloaded hashbrown v0.12.3
10052026-06-16T21:20:18.018Z Downloaded prefix-trie v0.7.0
10062026-06-16T21:20:18.023Z Downloaded serde_plain v1.0.2
10072026-06-16T21:20:18.023Z Downloaded openssl-sys v0.9.115
10082026-06-16T21:20:18.027Z Downloaded hashbrown v0.13.2
10092026-06-16T21:20:18.027Z Downloaded rusty-fork v0.3.1
10102026-06-16T21:20:18.031Z Downloaded sha1 v0.10.6
10112026-06-16T21:20:18.035Z Downloaded sigpipe v0.1.3
10122026-06-16T21:20:18.035Z Downloaded crossterm v0.29.0
10132026-06-16T21:20:18.041Z Downloaded progenitor-impl v0.13.0
10142026-06-16T21:20:18.045Z Downloaded serde_repr v0.1.20
10152026-06-16T21:20:18.045Z Downloaded shell-words v1.1.1
10162026-06-16T21:20:18.045Z Downloaded rustls-pemfile v1.0.4
10172026-06-16T21:20:18.049Z Downloaded progenitor-impl v0.11.2
10182026-06-16T21:20:18.049Z Downloaded signal-hook-tokio v0.3.1
10192026-06-16T21:20:18.049Z Downloaded schemars_derive v0.8.22
10202026-06-16T21:20:18.053Z Downloaded siphasher v1.0.2
10212026-06-16T21:20:18.053Z Downloaded signature v2.2.0
10222026-06-16T21:20:18.056Z Downloaded hickory-server v0.25.2
10232026-06-16T21:20:18.060Z Downloaded jiff-static v0.2.21
10242026-06-16T21:20:18.064Z Downloaded serde-big-array v0.5.1
10252026-06-16T21:20:18.064Z Downloaded pin-project v1.1.11
10262026-06-16T21:20:18.070Z Downloaded http v1.4.0
10272026-06-16T21:20:18.082Z Downloaded slog-envlogger v2.2.0
10282026-06-16T21:20:18.087Z Downloaded serde_with_macros v1.5.2
10292026-06-16T21:20:18.090Z Downloaded aes v0.8.4
10302026-06-16T21:20:18.094Z Downloaded miniz_oxide v0.8.9
10312026-06-16T21:20:18.098Z Downloaded scroll v0.13.0
10322026-06-16T21:20:18.102Z Downloaded slog-bunyan v2.5.0
10332026-06-16T21:20:18.106Z Downloaded secrecy v0.8.0
10342026-06-16T21:20:18.106Z Downloaded sec1 v0.7.3
10352026-06-16T21:20:18.106Z Downloaded sct v0.7.1
10362026-06-16T21:20:18.110Z Downloaded structmeta v0.3.0
10372026-06-16T21:20:18.110Z Downloaded strum v0.27.2
10382026-06-16T21:20:18.111Z Downloaded structmeta-derive v0.3.0
10392026-06-16T21:20:18.111Z Downloaded minimal-lexical v0.2.1
10402026-06-16T21:20:18.115Z Downloaded serde-hex v0.1.0
10412026-06-16T21:20:18.119Z Downloaded signal-hook-registry v1.4.8
10422026-06-16T21:20:18.119Z Downloaded progenitor-impl v0.14.0
10432026-06-16T21:20:18.124Z Downloaded subtle v2.6.1
10442026-06-16T21:20:18.128Z Downloaded simd-adler32 v0.3.8
10452026-06-16T21:20:18.128Z Downloaded ssh-cipher v0.2.0
10462026-06-16T21:20:18.128Z Downloaded sqlparser_derive v0.5.0
10472026-06-16T21:20:18.128Z Downloaded sync_wrapper v1.0.2
10482026-06-16T21:20:18.132Z Downloaded strum v0.26.3
10492026-06-16T21:20:18.132Z Downloaded strsim v0.10.0
10502026-06-16T21:20:18.132Z Downloaded serde_path_to_error v0.1.20
10512026-06-16T21:20:18.133Z Downloaded smallvec v0.6.14
10522026-06-16T21:20:18.136Z Downloaded smf v0.2.3
10532026-06-16T21:20:18.140Z Downloaded take_mut v0.2.2
10542026-06-16T21:20:18.140Z Downloaded russh-keys v0.45.0
10552026-06-16T21:20:18.140Z Downloaded tagptr v0.2.0
10562026-06-16T21:20:18.144Z Downloaded tabled_derive v0.11.0
10572026-06-16T21:20:18.144Z Downloaded serde_cbor v0.11.2
10582026-06-16T21:20:18.147Z Downloaded rustls-native-certs v0.8.3
10592026-06-16T21:20:18.151Z Downloaded signal-hook-mio v0.2.5
10602026-06-16T21:20:18.151Z Downloaded serde_derive_internals v0.29.1
10612026-06-16T21:20:18.151Z Downloaded shlex v1.3.0
10622026-06-16T21:20:18.156Z Downloaded strip-ansi-escapes v0.2.1
10632026-06-16T21:20:18.160Z Downloaded tap v1.0.1
10642026-06-16T21:20:18.160Z Downloaded sync-ptr v0.1.4
10652026-06-16T21:20:18.165Z Downloaded time-core v0.1.8
10662026-06-16T21:20:18.165Z Downloaded rustversion v1.0.22
10672026-06-16T21:20:18.169Z Downloaded thread-id v5.1.0
10682026-06-16T21:20:18.169Z Downloaded rustls-pki-types v1.14.0
10692026-06-16T21:20:18.169Z Downloaded serde_with_macros v3.17.0
10702026-06-16T21:20:18.180Z Downloaded hashbrown v0.15.5
10712026-06-16T21:20:18.184Z Downloaded testing_table v0.3.0
10722026-06-16T21:20:18.184Z Downloaded tabwriter v1.4.1
10732026-06-16T21:20:18.188Z Downloaded slog-dtrace v0.3.0
10742026-06-16T21:20:18.188Z Downloaded slog-async v2.8.0
10752026-06-16T21:20:18.188Z Downloaded ryu v1.0.23
10762026-06-16T21:20:18.192Z Downloaded tinyvec_macros v0.1.1
10772026-06-16T21:20:18.192Z Downloaded strum_macros v0.24.3
10782026-06-16T21:20:18.192Z Downloaded stacker v0.1.23
10792026-06-16T21:20:18.192Z Downloaded slab v0.4.12
10802026-06-16T21:20:18.196Z Downloaded rayon-core v1.13.0
10812026-06-16T21:20:18.196Z Downloaded slog-scope v4.4.1
10822026-06-16T21:20:18.199Z Downloaded pretty_assertions v1.4.1
10832026-06-16T21:20:18.200Z Downloaded strum_macros v0.26.4
10842026-06-16T21:20:18.200Z Downloaded support-bundle-viewer v0.1.2
10852026-06-16T21:20:18.204Z Downloaded rcgen v0.12.1
10862026-06-16T21:20:18.204Z Downloaded nom v7.1.3
10872026-06-16T21:20:18.208Z Downloaded thiserror-impl-no-std v2.0.2
10882026-06-16T21:20:18.208Z Downloaded num-bigint v0.4.6
10892026-06-16T21:20:18.212Z Downloaded supports-color v3.0.2
10902026-06-16T21:20:18.212Z Downloaded slog-term v2.9.2
10912026-06-16T21:20:18.216Z Downloaded snafu-derive v0.8.9
10922026-06-16T21:20:18.216Z Downloaded qorb v0.4.1
10932026-06-16T21:20:18.220Z Downloaded publicsuffix v2.3.0
10942026-06-16T21:20:18.220Z Downloaded slog-json v2.6.1
10952026-06-16T21:20:18.224Z Downloaded ssh-encoding v0.2.0
10962026-06-16T21:20:18.224Z Downloaded spki v0.7.3
10972026-06-16T21:20:18.224Z Downloaded sqlformat v0.3.5
10982026-06-16T21:20:18.228Z Downloaded spin v0.9.8
10992026-06-16T21:20:18.232Z Downloaded termtree v0.5.1
11002026-06-16T21:20:18.232Z Downloaded termios v0.3.3
11012026-06-16T21:20:18.237Z Downloaded string_cache v0.8.9
11022026-06-16T21:20:18.240Z Downloaded rustls-platform-verifier v0.6.2
11032026-06-16T21:20:18.245Z Downloaded tiny-keccak v2.0.2
11042026-06-16T21:20:18.249Z Downloaded stringprep v0.1.5
11052026-06-16T21:20:18.249Z Downloaded static_assertions v1.1.0
11062026-06-16T21:20:18.249Z Downloaded prettyplease v0.2.37
11072026-06-16T21:20:18.253Z Downloaded strum_macros v0.27.2
11082026-06-16T21:20:18.257Z Downloaded itertools v0.10.5
11092026-06-16T21:20:18.263Z Downloaded time-macros v0.2.27
11102026-06-16T21:20:18.268Z Downloaded tower-layer v0.3.3
11112026-06-16T21:20:18.276Z Downloaded similar v2.7.0
11122026-06-16T21:20:18.280Z Downloaded topological-sort v0.2.2
11132026-06-16T21:20:18.280Z Downloaded slog-stdlog v4.1.1
11142026-06-16T21:20:18.284Z Downloaded try-lock v0.2.5
11152026-06-16T21:20:18.284Z Downloaded itertools v0.12.1
11162026-06-16T21:20:18.288Z Downloaded num-bigint-dig v0.8.6
11172026-06-16T21:20:18.291Z Downloaded typify-macro v0.4.3
11182026-06-16T21:20:18.295Z Downloaded hyper v1.8.1
11192026-06-16T21:20:18.299Z Downloaded trait-variant v0.1.2
11202026-06-16T21:20:18.299Z Downloaded tls_codec_derive v0.4.2
11212026-06-16T21:20:18.299Z Downloaded thread_local v1.1.9
11222026-06-16T21:20:18.303Z Downloaded thiserror-no-std v2.0.2
11232026-06-16T21:20:18.303Z Downloaded socket2 v0.5.10
11242026-06-16T21:20:18.307Z Downloaded term v1.2.1
11252026-06-16T21:20:18.307Z Downloaded ron v0.8.1
11262026-06-16T21:20:18.311Z Downloaded tokio-tungstenite v0.23.1
11272026-06-16T21:20:18.311Z Downloaded universal-hash v0.5.1
11282026-06-16T21:20:18.311Z Downloaded unicode-truncate v1.1.0
11292026-06-16T21:20:18.314Z Downloaded tls_codec v0.4.2
11302026-06-16T21:20:18.315Z Downloaded usdt-attr-macro v0.6.0
11312026-06-16T21:20:18.315Z Downloaded unit-prefix v0.5.2
11322026-06-16T21:20:18.315Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-16T21:20:18.318Z Downloaded untrusted v0.9.0
11342026-06-16T21:20:18.318Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-06-16T21:20:18.318Z Downloaded utf-8 v0.7.6
11362026-06-16T21:20:18.319Z Downloaded mio v1.2.0
11372026-06-16T21:20:18.322Z Downloaded unarray v0.1.4
11382026-06-16T21:20:18.322Z Downloaded hashbrown v0.16.1
11392026-06-16T21:20:18.327Z Downloaded tokio-dtrace v0.1.1
11402026-06-16T21:20:18.331Z Downloaded quinn v0.11.9
11412026-06-16T21:20:18.331Z Downloaded h2 v0.4.13
11422026-06-16T21:20:18.334Z Downloaded rand v0.8.6
11432026-06-16T21:20:18.338Z Downloaded samael v0.0.19
11442026-06-16T21:20:18.338Z Downloaded tower-service v0.3.3
11452026-06-16T21:20:18.342Z Downloaded signal-hook v0.3.18
11462026-06-16T21:20:18.342Z Downloaded tokio-tungstenite v0.21.0
11472026-06-16T21:20:18.342Z Downloaded term v0.7.0
11482026-06-16T21:20:18.346Z Downloaded tokio-macros v2.7.0
11492026-06-16T21:20:18.346Z Downloaded tokio-rustls v0.25.0
11502026-06-16T21:20:18.350Z Downloaded itertools v0.13.0
11512026-06-16T21:20:18.353Z Downloaded untrusted v0.7.1
11522026-06-16T21:20:18.353Z Downloaded socket2 v0.6.3
11532026-06-16T21:20:18.354Z Downloaded schemars v1.2.1
11542026-06-16T21:20:18.362Z Downloaded want v0.3.1
11552026-06-16T21:20:18.365Z Downloaded wait-timeout v0.2.1
11562026-06-16T21:20:18.365Z Downloaded void v1.0.2
11572026-06-16T21:20:18.366Z Downloaded usdt-macro v0.6.0
11582026-06-16T21:20:18.366Z Downloaded typify-macro v0.6.2
11592026-06-16T21:20:18.366Z Downloaded usdt v0.6.0
11602026-06-16T21:20:18.369Z Downloaded tokio-native-tls v0.3.1
11612026-06-16T21:20:18.370Z Downloaded nom v8.0.0
11622026-06-16T21:20:18.373Z Downloaded hkdf v0.12.4
11632026-06-16T21:20:18.377Z Downloaded toml_writer v1.0.6+spec-1.1.0
11642026-06-16T21:20:18.382Z Downloaded schemars v0.8.22
11652026-06-16T21:20:18.386Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-06-16T21:20:18.391Z Downloaded tokio-stream v0.1.18
11672026-06-16T21:20:18.395Z Downloaded libxml v0.3.3
11682026-06-16T21:20:18.395Z Downloaded xattr v1.6.1
11692026-06-16T21:20:18.399Z Downloaded waitgroup v0.1.2
11702026-06-16T21:20:18.399Z Downloaded tui-tree-widget v0.23.1
11712026-06-16T21:20:18.399Z Downloaded aes-gcm v0.10.3
11722026-06-16T21:20:18.407Z Downloaded tinyvec v1.10.0
11732026-06-16T21:20:18.411Z Downloaded rsa v0.9.10
11742026-06-16T21:20:18.414Z Downloaded zone v0.3.1
11752026-06-16T21:20:18.421Z Downloaded p521 v0.13.3
11762026-06-16T21:20:18.424Z Downloaded xshell-macros v0.2.7
11772026-06-16T21:20:18.428Z Downloaded vsss-rs v3.3.4
11782026-06-16T21:20:18.432Z Downloaded vergen-git2 v9.1.0
11792026-06-16T21:20:18.432Z Downloaded zone_cfg_derive v0.3.1
11802026-06-16T21:20:18.435Z Downloaded iri-string v0.7.10
11812026-06-16T21:20:18.440Z Downloaded rand v0.9.2
11822026-06-16T21:20:18.444Z Downloaded serde_yaml v0.9.34+deprecated
11832026-06-16T21:20:18.447Z Downloaded twox-hash v2.1.2
11842026-06-16T21:20:18.448Z Downloaded whoami v2.1.0
11852026-06-16T21:20:18.448Z Downloaded unicase v2.9.0
11862026-06-16T21:20:18.453Z Downloaded tokio-rustls v0.26.4
11872026-06-16T21:20:18.453Z Downloaded zeroize_derive v1.4.3
11882026-06-16T21:20:18.453Z Downloaded tokio-rustls v0.24.1
11892026-06-16T21:20:18.453Z Downloaded rustls-webpki v0.103.9
11902026-06-16T21:20:18.456Z Downloaded walkdir v2.5.0
11912026-06-16T21:20:18.456Z Downloaded wyz v0.5.1
11922026-06-16T21:20:18.457Z Downloaded vergen-gitcl v1.0.8
11932026-06-16T21:20:18.488Z Downloaded toml v0.7.8
11942026-06-16T21:20:18.488Z Downloaded tar v0.4.45
11952026-06-16T21:20:18.488Z Downloaded uzers v0.12.2
11962026-06-16T21:20:18.488Z Downloaded toml v1.0.6+spec-1.1.0
11972026-06-16T21:20:18.488Z Downloaded usdt-impl v0.6.0
11982026-06-16T21:20:18.489Z Downloaded schemars v0.9.0
11992026-06-16T21:20:18.489Z Downloaded vergen-lib v0.1.6
12002026-06-16T21:20:18.489Z Downloaded tracing-attributes v0.1.31
12012026-06-16T21:20:18.489Z Downloaded vergen-lib v9.1.0
12022026-06-16T21:20:18.489Z Downloaded slog v2.8.2
12032026-06-16T21:20:18.489Z Downloaded vergen v9.1.0
12042026-06-16T21:20:18.493Z Downloaded test-strategy v0.4.5
12052026-06-16T21:20:18.497Z Downloaded whoami v1.6.1
12062026-06-16T21:20:18.497Z Downloaded itertools v0.14.0
12072026-06-16T21:20:18.501Z Downloaded zstd v0.13.3
12082026-06-16T21:20:18.504Z Downloaded typify v0.4.3
12092026-06-16T21:20:18.504Z Downloaded snafu v0.8.9
12102026-06-16T21:20:18.510Z Downloaded rpassword v7.4.0
12112026-06-16T21:20:18.514Z Downloaded unicode-properties v0.1.4
12122026-06-16T21:20:18.514Z Downloaded russh v0.45.0
12132026-06-16T21:20:18.518Z Downloaded yasna v0.5.2
12142026-06-16T21:20:18.518Z Downloaded uuid v1.23.0
12152026-06-16T21:20:18.525Z Downloaded futures-util v0.3.32
12162026-06-16T21:20:18.528Z Downloaded xshell v0.2.7
12172026-06-16T21:20:18.532Z Downloaded subprocess v0.2.15
12182026-06-16T21:20:18.539Z Downloaded aho-corasick v1.1.4
12192026-06-16T21:20:18.544Z Downloaded tracing-core v0.1.36
12202026-06-16T21:20:18.553Z Downloaded rand v0.10.0
12212026-06-16T21:20:18.557Z Downloaded zstd-safe v7.2.4
12222026-06-16T21:20:18.557Z Downloaded libm v0.2.16
12232026-06-16T21:20:18.573Z Downloaded tungstenite v0.21.0
12242026-06-16T21:20:18.577Z Downloaded reqwest v0.13.2
12252026-06-16T21:20:18.581Z Downloaded typify v0.6.2
12262026-06-16T21:20:18.587Z Downloaded unicode-bidi v0.3.18
12272026-06-16T21:20:18.590Z Downloaded zerocopy v0.6.6
12282026-06-16T21:20:18.594Z Downloaded steno v0.4.1
12292026-06-16T21:20:18.601Z Downloaded vte v0.14.1
12302026-06-16T21:20:18.605Z Downloaded regex v1.12.3
12312026-06-16T21:20:18.609Z Downloaded unsafe-libyaml v0.2.11
12322026-06-16T21:20:18.616Z Downloaded toml_edit v0.23.10+spec-1.0.0
12332026-06-16T21:20:18.620Z Downloaded rustyline v14.0.0
12342026-06-16T21:20:18.623Z Downloaded unicode_categories v0.1.1
12352026-06-16T21:20:18.627Z Downloaded blake3 v1.8.3
12362026-06-16T21:20:18.632Z Downloaded ssh-key v0.6.7
12372026-06-16T21:20:18.635Z Downloaded rayon v1.11.0
12382026-06-16T21:20:18.639Z Downloaded iddqd v0.4.2
12392026-06-16T21:20:18.644Z Downloaded zip v0.6.6
12402026-06-16T21:20:18.649Z Downloaded serde_with v1.14.0
12412026-06-16T21:20:18.653Z Downloaded p384 v0.13.1
12422026-06-16T21:20:18.659Z Downloaded quick-xml v0.37.5
12432026-06-16T21:20:18.663Z Downloaded zopfli v0.8.3
12442026-06-16T21:20:18.666Z Downloaded zeroize v1.8.2
12452026-06-16T21:20:18.666Z Downloaded rustls-webpki v0.101.7
12462026-06-16T21:20:18.672Z Downloaded tower v0.5.3
12472026-06-16T21:20:18.677Z Downloaded toml_edit v0.19.15
12482026-06-16T21:20:18.688Z Downloaded x509-cert v0.2.5
12492026-06-16T21:20:18.692Z Downloaded unicode-segmentation v1.12.0
12502026-06-16T21:20:18.697Z Downloaded tungstenite v0.23.0
12512026-06-16T21:20:18.697Z Downloaded goblin v0.10.5
12522026-06-16T21:20:18.702Z Downloaded lalrpop v0.19.12
12532026-06-16T21:20:18.706Z Downloaded moka v0.12.13
12542026-06-16T21:20:18.709Z Downloaded yansi v1.0.1
12552026-06-16T21:20:18.713Z Downloaded tokio-postgres v0.7.16
12562026-06-16T21:20:18.717Z Downloaded git2 v0.20.4
12572026-06-16T21:20:18.721Z Downloaded chrono v0.4.44
12582026-06-16T21:20:18.737Z Downloaded serde_with v3.17.0
12592026-06-16T21:20:18.743Z Downloaded tower-http v0.6.8
12602026-06-16T21:20:18.747Z Downloaded curve25519-dalek v4.1.3
12612026-06-16T21:20:18.753Z Downloaded reqwest v0.12.28
12622026-06-16T21:20:18.757Z Downloaded salty v0.3.0
12632026-06-16T21:20:18.761Z Downloaded petname v2.0.2
12642026-06-16T21:20:18.764Z Downloaded reedline v0.40.0
12652026-06-16T21:20:18.768Z Downloaded zerocopy-derive v0.8.40
12662026-06-16T21:20:18.773Z Downloaded rustls-webpki v0.102.8
12672026-06-16T21:20:18.783Z Downloaded zip v4.6.1
12682026-06-16T21:20:18.787Z Downloaded portable-atomic v1.13.1
12692026-06-16T21:20:18.791Z Downloaded bindgen v0.71.1
12702026-06-16T21:20:18.795Z Downloaded typed-path v0.9.3
12712026-06-16T21:20:18.798Z Downloaded unicode-normalization v0.1.25
12722026-06-16T21:20:18.807Z Downloaded bitvec v1.0.1
12732026-06-16T21:20:18.822Z Downloaded radix_trie v0.2.1
12742026-06-16T21:20:18.872Z Downloaded tabled v0.20.0
12752026-06-16T21:20:18.883Z Downloaded tough v0.22.0
12762026-06-16T21:20:18.887Z Downloaded tokio-util v0.7.18
12772026-06-16T21:20:18.891Z Downloaded smoltcp v0.9.1
12782026-06-16T21:20:18.897Z Downloaded nix v0.28.0
12792026-06-16T21:20:18.903Z Downloaded rustls v0.21.12
12802026-06-16T21:20:18.911Z Downloaded object v0.30.4
12812026-06-16T21:20:18.915Z Downloaded regex-syntax v0.6.29
12822026-06-16T21:20:18.919Z Downloaded proptest v1.10.0
12832026-06-16T21:20:18.925Z Downloaded object v0.37.3
12842026-06-16T21:20:18.931Z Downloaded winnow v0.5.40
12852026-06-16T21:20:18.935Z Downloaded quinn-proto v0.11.13
12862026-06-16T21:20:18.939Z Downloaded hickory-proto v0.24.4
12872026-06-16T21:20:18.948Z Downloaded zlib-rs v0.6.2
12882026-06-16T21:20:18.952Z Downloaded vcpkg v0.2.15
12892026-06-16T21:20:18.975Z Downloaded zerocopy v0.8.40
12902026-06-16T21:20:18.981Z Downloaded hickory-proto v0.25.2
12912026-06-16T21:20:18.990Z Downloaded regress v0.11.1
12922026-06-16T21:20:18.995Z Downloaded diesel v2.3.7
12932026-06-16T21:20:19.007Z Downloaded winnow v0.6.26
12942026-06-16T21:20:19.012Z Downloaded nix v0.27.1
12952026-06-16T21:20:19.018Z Downloaded nix v0.31.2
12962026-06-16T21:20:19.025Z Downloaded dropshot v0.17.0
12972026-06-16T21:20:19.038Z Downloaded time v0.3.47
12982026-06-16T21:20:19.045Z Downloaded polar-core v0.27.3
12992026-06-16T21:20:19.050Z Downloaded bstr v1.12.1
13002026-06-16T21:20:19.055Z Downloaded openssl v0.10.79
13012026-06-16T21:20:19.091Z Downloaded webpki-roots v1.0.6
13022026-06-16T21:20:19.098Z Downloaded ratatui v0.29.0
13032026-06-16T21:20:19.109Z Downloaded tracing v0.1.44
13042026-06-16T21:20:19.122Z Downloaded typify-impl v0.6.2
13052026-06-16T21:20:19.131Z Downloaded rustls v0.22.4
13062026-06-16T21:20:19.138Z Downloaded smoltcp v0.11.0
13072026-06-16T21:20:19.149Z Downloaded regress v0.10.5
13082026-06-16T21:20:19.154Z Downloaded rustls v0.23.37
13092026-06-16T21:20:19.161Z Downloaded regex-automata v0.4.14
13102026-06-16T21:20:19.170Z Downloaded zerocopy-derive v0.6.6
13112026-06-16T21:20:19.176Z Downloaded regex-syntax v0.8.10
13122026-06-16T21:20:19.181Z Downloaded petgraph v0.6.5
13132026-06-16T21:20:19.192Z Downloaded rustix v0.38.44
13142026-06-16T21:20:19.207Z Downloaded jiff v0.2.21
13152026-06-16T21:20:19.216Z Downloaded openapiv3 v2.2.0
13162026-06-16T21:20:19.239Z Downloaded libz-sys v1.1.24
13172026-06-16T21:20:19.252Z Downloaded csv v1.4.0
13182026-06-16T21:20:19.264Z Downloaded petgraph v0.8.3
13192026-06-16T21:20:19.278Z Downloaded sqlparser v0.61.0
13202026-06-16T21:20:19.284Z Downloaded sled v0.34.7
13212026-06-16T21:20:19.299Z Downloaded encoding_rs v0.8.35
13222026-06-16T21:20:19.311Z Downloaded typify-impl v0.4.3
13232026-06-16T21:20:19.322Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-06-16T21:20:19.376Z Downloaded chrono-tz v0.10.4
13252026-06-16T21:20:19.480Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-06-16T21:20:19.492Z Downloaded sha3 v0.10.8
13272026-06-16T21:20:19.498Z Downloaded tokio v1.52.1
13282026-06-16T21:20:19.647Z Downloaded ring v0.17.14
13292026-06-16T21:20:19.694Z Downloaded libgit2-sys v0.18.3+1.9.2
13302026-06-16T21:20:20.311Z Downloaded aws-lc-sys v0.40.0
13312026-06-16T21:20:20.598Z Compiling libc v0.2.185
13322026-06-16T21:20:20.598Z Compiling serde v1.0.228
13332026-06-16T21:20:20.602Z Compiling log v0.4.29
13342026-06-16T21:20:20.602Z Compiling find-msvc-tools v0.1.9
13352026-06-16T21:20:20.602Z Compiling shlex v1.3.0
13362026-06-16T21:20:20.602Z Compiling smallvec v1.15.1
13372026-06-16T21:20:20.602Z Compiling typenum v1.19.0
13382026-06-16T21:20:20.602Z Compiling subtle v2.6.1
13392026-06-16T21:20:20.602Z Compiling scopeguard v1.2.0
13402026-06-16T21:20:20.602Z Compiling const-oid v0.9.6
13412026-06-16T21:20:20.603Z Compiling serde_json v1.0.149
13422026-06-16T21:20:20.603Z Compiling zerocopy v0.8.40
13432026-06-16T21:20:20.603Z Compiling pin-project-lite v0.2.17
13442026-06-16T21:20:20.603Z Compiling parking_lot_core v0.9.12
13452026-06-16T21:20:20.740Z Compiling portable-atomic v1.13.1
13462026-06-16T21:20:20.743Z Compiling pkg-config v0.3.32
13472026-06-16T21:20:20.743Z Compiling futures-core v0.3.32
13482026-06-16T21:20:20.743Z Compiling libm v0.2.16
13492026-06-16T21:20:20.743Z Compiling critical-section v1.2.0
13502026-06-16T21:20:20.794Z Compiling generic-array v0.14.7
13512026-06-16T21:20:20.809Z Compiling num-traits v0.2.19
13522026-06-16T21:20:20.813Z Compiling percent-encoding v2.3.2
13532026-06-16T21:20:20.840Z Compiling futures-sink v0.3.32
13542026-06-16T21:20:20.845Z Compiling getrandom v0.4.1
13552026-06-16T21:20:21.043Z Compiling futures-io v0.3.32
13562026-06-16T21:20:21.046Z Compiling futures-task v0.3.32
13572026-06-16T21:20:21.047Z Compiling slab v0.4.12
13582026-06-16T21:20:21.190Z Compiling syn v2.0.117
13592026-06-16T21:20:21.194Z Compiling lock_api v0.4.14
13602026-06-16T21:20:21.194Z Compiling bitflags v2.11.0
13612026-06-16T21:20:21.224Z Compiling cpufeatures v0.2.17
13622026-06-16T21:20:21.228Z Compiling rand_core v0.10.0
13632026-06-16T21:20:21.315Z Compiling indexmap v2.14.0
13642026-06-16T21:20:21.335Z Compiling rustversion v1.0.22
13652026-06-16T21:20:21.339Z Compiling getrandom v0.3.4
13662026-06-16T21:20:21.339Z Compiling form_urlencoded v1.2.2
13672026-06-16T21:20:21.339Z Compiling fs_extra v1.3.0
13682026-06-16T21:20:21.339Z Compiling dunce v1.0.5
13692026-06-16T21:20:21.339Z Compiling ident_case v1.0.1
13702026-06-16T21:20:21.353Z Compiling futures-channel v0.3.32
13712026-06-16T21:20:21.371Z Compiling base64ct v1.8.3
13722026-06-16T21:20:21.375Z Compiling flagset v0.4.7
13732026-06-16T21:20:21.375Z Compiling iana-time-zone v0.1.65
13742026-06-16T21:20:21.458Z Compiling rustix v1.1.3
13752026-06-16T21:20:21.462Z Compiling regex-syntax v0.8.10
13762026-06-16T21:20:21.477Z Compiling aws-lc-rs v1.16.3
13772026-06-16T21:20:21.532Z Compiling vcpkg v0.2.15
13782026-06-16T21:20:21.742Z Compiling rustc_version v0.4.1
13792026-06-16T21:20:21.776Z Compiling base64 v0.22.1
13802026-06-16T21:20:21.780Z Compiling untrusted v0.9.0
13812026-06-16T21:20:21.780Z Compiling untrusted v0.7.1
13822026-06-16T21:20:21.780Z Compiling openssl-probe v0.2.1
13832026-06-16T21:20:21.846Z Compiling tinyvec_macros v0.1.1
13842026-06-16T21:20:21.849Z Compiling httparse v1.10.1
13852026-06-16T21:20:21.884Z Compiling aho-corasick v1.1.4
13862026-06-16T21:20:21.889Z Compiling dyn-clone v1.0.20
13872026-06-16T21:20:21.905Z Compiling tower-layer v0.3.3
13882026-06-16T21:20:21.908Z Compiling rustls v0.23.37
13892026-06-16T21:20:21.909Z Compiling pem-rfc7468 v0.7.0
13902026-06-16T21:20:21.909Z Compiling tower-service v0.3.3
13912026-06-16T21:20:21.928Z Compiling try-lock v0.2.5
13922026-06-16T21:20:21.947Z Compiling atomic-waker v1.1.2
13932026-06-16T21:20:21.966Z Compiling schemars v0.8.22
13942026-06-16T21:20:21.972Z Compiling httpdate v1.0.3
13952026-06-16T21:20:22.006Z Compiling tinyvec v1.10.0
13962026-06-16T21:20:22.010Z Compiling openssl v0.10.79
13972026-06-16T21:20:22.010Z Compiling foreign-types-shared v0.1.1
13982026-06-16T21:20:22.022Z Compiling pin-utils v0.1.0
13992026-06-16T21:20:22.073Z Compiling spin v0.9.8
14002026-06-16T21:20:22.088Z Compiling powerfmt v0.2.0
14012026-06-16T21:20:22.091Z Compiling crc32fast v1.5.0
14022026-06-16T21:20:22.127Z Compiling want v0.3.1
14032026-06-16T21:20:22.181Z Compiling time-core v0.1.8
14042026-06-16T21:20:22.184Z Compiling num-conv v0.2.0
14052026-06-16T21:20:22.184Z Compiling native-tls v0.2.18
14062026-06-16T21:20:22.257Z Compiling sync_wrapper v1.0.2
14072026-06-16T21:20:22.348Z Compiling simd-adler32 v0.3.8
14082026-06-16T21:20:22.351Z Compiling syn v1.0.109
14092026-06-16T21:20:22.351Z Compiling siphasher v1.0.2
14102026-06-16T21:20:22.381Z Compiling deranged v0.5.8
14112026-06-16T21:20:22.398Z Compiling crossbeam-utils v0.8.21
14122026-06-16T21:20:22.432Z Compiling foreign-types v0.3.2
14132026-06-16T21:20:22.452Z Compiling quick-error v1.2.3
14142026-06-16T21:20:22.470Z Compiling num_threads v0.1.7
14152026-06-16T21:20:22.486Z Compiling bit-vec v0.8.0
14162026-06-16T21:20:22.503Z Compiling usdt-impl v0.6.0
14172026-06-16T21:20:22.538Z Compiling unicode-segmentation v1.12.0
14182026-06-16T21:20:22.541Z Compiling heapless v0.7.17
14192026-06-16T21:20:22.556Z Compiling cookie v0.18.1
14202026-06-16T21:20:22.559Z Compiling allocator-api2 v0.2.21
14212026-06-16T21:20:22.658Z Compiling adler2 v2.0.1
14222026-06-16T21:20:22.663Z Compiling ryu v1.0.23
14232026-06-16T21:20:22.693Z Compiling unicode-normalization v0.1.25
14242026-06-16T21:20:22.697Z Compiling iri-string v0.7.10
14252026-06-16T21:20:22.750Z Compiling getrandom v0.2.17
14262026-06-16T21:20:22.770Z Compiling jobserver v0.1.34
14272026-06-16T21:20:22.789Z Compiling errno v0.3.14
14282026-06-16T21:20:22.823Z Compiling mio v1.2.0
14292026-06-16T21:20:22.827Z Compiling socket2 v0.6.3
14302026-06-16T21:20:22.898Z Compiling socket2 v0.5.10
14312026-06-16T21:20:22.914Z Compiling time-macros v0.2.27
14322026-06-16T21:20:22.952Z Compiling wait-timeout v0.2.1
14332026-06-16T21:20:22.970Z Compiling once_cell v1.21.3
14342026-06-16T21:20:22.974Z Compiling thread-id v5.1.0
14352026-06-16T21:20:22.989Z Compiling regex-automata v0.4.14
14362026-06-16T21:20:23.005Z Compiling unicode-properties v0.1.4
14372026-06-16T21:20:23.042Z Compiling bit-set v0.8.0
14382026-06-16T21:20:23.077Z Compiling paste v1.0.15
14392026-06-16T21:20:23.095Z Compiling signal-hook-registry v1.4.8
14402026-06-16T21:20:23.148Z Compiling rand_core v0.6.4
14412026-06-16T21:20:23.204Z Compiling parking_lot v0.12.5
14422026-06-16T21:20:23.239Z Compiling cc v1.2.56
14432026-06-16T21:20:23.259Z Compiling slog v2.8.2
14442026-06-16T21:20:23.317Z Compiling signal-hook v0.3.18
14452026-06-16T21:20:23.331Z Compiling anyhow v1.0.102
14462026-06-16T21:20:23.335Z Compiling unicode-bidi v0.3.18
14472026-06-16T21:20:23.335Z Compiling unarray v0.1.4
14482026-06-16T21:20:23.350Z Compiling rand_core v0.9.5
14492026-06-16T21:20:23.369Z Compiling uuid v1.23.0
14502026-06-16T21:20:23.426Z Compiling tracing-core v0.1.36
14512026-06-16T21:20:23.447Z Compiling zstd-safe v7.2.4
14522026-06-16T21:20:23.471Z Compiling ff v0.13.1
14532026-06-16T21:20:23.492Z Compiling vergen-lib v9.1.0
14542026-06-16T21:20:23.532Z Compiling heck v0.4.1
14552026-06-16T21:20:23.570Z Compiling miniz_oxide v0.8.9
14562026-06-16T21:20:23.574Z Compiling curve25519-dalek v4.1.3
14572026-06-16T21:20:23.609Z Compiling rand_xorshift v0.4.0
14582026-06-16T21:20:23.626Z Compiling hash32 v0.2.1
14592026-06-16T21:20:23.645Z Compiling encoding_rs v0.8.35
14602026-06-16T21:20:23.651Z Compiling memoffset v0.9.1
14612026-06-16T21:20:23.651Z Compiling rustix v0.38.44
14622026-06-16T21:20:23.651Z Compiling smoltcp v0.9.1
14632026-06-16T21:20:23.663Z Compiling psl-types v2.0.11
14642026-06-16T21:20:23.682Z Compiling num-bigint-dig v0.8.6
14652026-06-16T21:20:23.698Z Compiling fallible-iterator v0.2.0
14662026-06-16T21:20:23.714Z Compiling zlib-rs v0.6.2
14672026-06-16T21:20:23.748Z Compiling ref-cast v1.0.25
14682026-06-16T21:20:23.779Z Compiling litrs v1.0.0
14692026-06-16T21:20:23.783Z Compiling mime v0.3.17
14702026-06-16T21:20:23.833Z Compiling base16ct v0.2.0
14712026-06-16T21:20:23.870Z Compiling cfg_aliases v0.2.1
14722026-06-16T21:20:24.012Z Compiling stringprep v0.1.5
14732026-06-16T21:20:24.018Z Compiling nix v0.31.2
14742026-06-16T21:20:24.019Z Compiling group v0.13.0
14752026-06-16T21:20:24.084Z Compiling synstructure v0.13.2
14762026-06-16T21:20:24.102Z Compiling serde_derive_internals v0.29.1
14772026-06-16T21:20:24.121Z Compiling pest_generator v2.8.6
14782026-06-16T21:20:24.141Z Compiling darling_core v0.20.11
14792026-06-16T21:20:24.145Z Compiling darling_core v0.21.3
14802026-06-16T21:20:24.291Z Compiling tempfile v3.25.0
14812026-06-16T21:20:24.311Z Compiling terminal_size v0.4.3
14822026-06-16T21:20:24.389Z Compiling vergen v9.1.0
14832026-06-16T21:20:24.393Z Compiling phf_shared v0.13.1
14842026-06-16T21:20:24.409Z Compiling time v0.3.47
14852026-06-16T21:20:24.413Z Compiling lazy_static v1.5.0
14862026-06-16T21:20:24.429Z Compiling anstyle-parse v0.2.7
14872026-06-16T21:20:24.433Z Compiling cargo-platform v0.3.2
14882026-06-16T21:20:24.433Z Compiling document-features v0.2.12
14892026-06-16T21:20:24.484Z Compiling fs-err v3.3.0
14902026-06-16T21:20:24.531Z Compiling ahash v0.8.12
14912026-06-16T21:20:24.587Z Compiling num-integer v0.1.46
14922026-06-16T21:20:24.646Z Compiling same-file v1.0.6
14932026-06-16T21:20:24.666Z Compiling object v0.37.3
14942026-06-16T21:20:24.726Z Compiling cmake v0.1.57
14952026-06-16T21:20:24.730Z Compiling foldhash v0.2.0
14962026-06-16T21:20:24.730Z Compiling foldhash v0.1.5
14972026-06-16T21:20:24.730Z Compiling managed v0.8.0
14982026-06-16T21:20:24.784Z Compiling bitflags v1.3.2
14992026-06-16T21:20:24.827Z Compiling winnow v0.5.40
15002026-06-16T21:20:24.850Z Compiling bumpalo v3.20.2
15012026-06-16T21:20:24.855Z Compiling libbz2-rs-sys v0.2.2
15022026-06-16T21:20:24.855Z Compiling clap_builder v4.6.0
15032026-06-16T21:20:24.889Z Compiling num-iter v0.1.45
15042026-06-16T21:20:24.892Z Compiling phf v0.13.1
15052026-06-16T21:20:24.905Z Compiling walkdir v2.5.0
15062026-06-16T21:20:24.924Z Compiling rusty-fork v0.3.1
15072026-06-16T21:20:24.928Z Compiling hashbrown v0.15.5
15082026-06-16T21:20:24.962Z Compiling hashbrown v0.16.1
15092026-06-16T21:20:25.056Z Compiling anstream v0.6.21
15102026-06-16T21:20:25.076Z Compiling float-cmp v0.10.0
15112026-06-16T21:20:25.093Z Compiling zopfli v0.8.3
15122026-06-16T21:20:25.097Z Compiling signal-hook-mio v0.2.5
15132026-06-16T21:20:25.148Z Compiling memmap2 v0.9.10
15142026-06-16T21:20:25.184Z Compiling thread-id v4.2.2
15152026-06-16T21:20:25.201Z Compiling phf_shared v0.11.3
15162026-06-16T21:20:25.219Z Compiling pem v3.0.6
15172026-06-16T21:20:25.222Z Compiling env_filter v1.0.0
15182026-06-16T21:20:25.222Z Compiling fixedbitset v0.4.2
15192026-06-16T21:20:25.239Z Compiling either v1.15.0
15202026-06-16T21:20:25.243Z Compiling keccak v0.1.6
15212026-06-16T21:20:25.318Z Compiling jiff v0.2.21
15222026-06-16T21:20:25.322Z Compiling predicates-core v1.0.10
15232026-06-16T21:20:25.333Z Compiling normalize-line-endings v0.3.0
15242026-06-16T21:20:25.341Z Compiling bzip2 v0.6.1
15252026-06-16T21:20:25.355Z Compiling fixedbitset v0.5.7
15262026-06-16T21:20:25.407Z Compiling bstr v1.12.1
15272026-06-16T21:20:25.553Z Compiling regex v1.12.3
15282026-06-16T21:20:25.573Z Compiling precomputed-hash v0.1.1
15292026-06-16T21:20:25.589Z Compiling typed-path v0.9.3
15302026-06-16T21:20:25.606Z Compiling whoami v2.1.0
15312026-06-16T21:20:25.610Z Compiling static_assertions v1.1.0
15322026-06-16T21:20:25.662Z Compiling aws-lc-sys v0.40.0
15332026-06-16T21:20:25.679Z Compiling ring v0.17.14
15342026-06-16T21:20:25.698Z Compiling openssl-sys v0.9.115
15352026-06-16T21:20:25.738Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15362026-06-16T21:20:25.742Z Compiling bzip2-sys v0.1.13+1.0.8
15372026-06-16T21:20:25.801Z Compiling new_debug_unreachable v1.0.6
15382026-06-16T21:20:25.807Z Compiling data-encoding v2.10.0
15392026-06-16T21:20:25.807Z Compiling difflib v0.4.0
15402026-06-16T21:20:25.807Z Compiling itertools v0.13.0
15412026-06-16T21:20:25.807Z Compiling env_logger v0.11.9
15422026-06-16T21:20:25.890Z Compiling toml_parser v1.0.9+spec-1.1.0
15432026-06-16T21:20:25.929Z Compiling crossbeam-epoch v0.9.18
15442026-06-16T21:20:25.977Z Compiling lalrpop-util v0.19.12
15452026-06-16T21:20:25.996Z Compiling serde_derive v1.0.228
15462026-06-16T21:20:26.105Z Compiling zeroize_derive v1.4.3
15472026-06-16T21:20:26.122Z Compiling zerofrom-derive v0.1.6
15482026-06-16T21:20:26.126Z Compiling yoke-derive v0.8.1
15492026-06-16T21:20:26.160Z Compiling zerovec-derive v0.11.2
15502026-06-16T21:20:26.228Z Compiling zerocopy-derive v0.8.40
15512026-06-16T21:20:26.232Z Compiling displaydoc v0.2.5
15522026-06-16T21:20:26.266Z Compiling tokio-macros v2.7.0
15532026-06-16T21:20:26.286Z Compiling futures-macro v0.3.32
15542026-06-16T21:20:26.291Z Compiling der_derive v0.7.3
15552026-06-16T21:20:26.333Z Compiling tracing-attributes v0.1.31
15562026-06-16T21:20:26.355Z Compiling thiserror-impl v2.0.18
15572026-06-16T21:20:26.408Z Compiling scroll_derive v0.13.1
15582026-06-16T21:20:26.427Z Compiling schemars_derive v0.8.22
15592026-06-16T21:20:26.445Z Compiling pest_derive v2.8.6
15602026-06-16T21:20:26.563Z Compiling openssl-macros v0.1.1
15612026-06-16T21:20:26.691Z Compiling thiserror-impl v1.0.69
15622026-06-16T21:20:26.726Z Compiling darling_macro v0.20.11
15632026-06-16T21:20:26.976Z Compiling zeroize v1.8.2
15642026-06-16T21:20:27.157Z Compiling scroll_derive v0.12.1
15652026-06-16T21:20:27.167Z Compiling darling_macro v0.21.3
15662026-06-16T21:20:27.268Z Compiling rustls-pki-types v1.14.0
15672026-06-16T21:20:27.290Z Compiling zerocopy-derive v0.7.35
15682026-06-16T21:20:27.326Z Compiling async-trait v0.1.89
15692026-06-16T21:20:27.330Z Compiling pin-project-internal v1.1.11
15702026-06-16T21:20:27.330Z Compiling flate2 v1.1.9
15712026-06-16T21:20:27.382Z Compiling futures-util v0.3.32
15722026-06-16T21:20:27.499Z Compiling darling v0.20.11
15732026-06-16T21:20:27.517Z Compiling scroll v0.13.0
15742026-06-16T21:20:27.542Z Compiling der v0.7.10
15752026-06-16T21:20:27.565Z Compiling ref-cast-impl v1.0.25
15762026-06-16T21:20:27.586Z Compiling daft-derive v0.1.7
15772026-06-16T21:20:27.606Z Compiling derive_builder_core v0.20.2
15782026-06-16T21:20:27.628Z Compiling rustls-native-certs v0.8.3
15792026-06-16T21:20:27.648Z Compiling webpki-roots v1.0.6
15802026-06-16T21:20:27.787Z Compiling crypto-common v0.1.7
15812026-06-16T21:20:27.813Z Compiling block-buffer v0.10.4
15822026-06-16T21:20:27.834Z Compiling block-padding v0.3.3
15832026-06-16T21:20:27.867Z Compiling zerofrom v0.1.6
15842026-06-16T21:20:27.888Z Compiling goblin v0.10.5
15852026-06-16T21:20:27.892Z Compiling darling v0.21.3
15862026-06-16T21:20:27.912Z Compiling crypto-bigint v0.5.5
15872026-06-16T21:20:27.953Z Compiling scroll v0.12.0
15882026-06-16T21:20:27.957Z Compiling hubpack_derive v0.1.1
15892026-06-16T21:20:28.013Z Compiling yoke v0.8.1
15902026-06-16T21:20:28.019Z Compiling digest v0.10.7
15912026-06-16T21:20:28.019Z Compiling inout v0.1.4
15922026-06-16T21:20:28.055Z Compiling tracing v0.1.44
15932026-06-16T21:20:28.075Z Compiling strum_macros v0.27.2
15942026-06-16T21:20:28.079Z Compiling thiserror v2.0.18
15952026-06-16T21:20:28.079Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-16T21:20:28.079Z Compiling snafu-derive v0.8.9
15972026-06-16T21:20:28.095Z Compiling serde_with_macros v3.17.0
15982026-06-16T21:20:28.169Z Compiling bzip2 v0.4.4
15992026-06-16T21:20:28.227Z Compiling zerovec v0.11.5
16002026-06-16T21:20:28.259Z Compiling zerotrie v0.2.3
16012026-06-16T21:20:28.279Z Compiling hmac v0.12.1
16022026-06-16T21:20:28.283Z Compiling sha2 v0.10.9
16032026-06-16T21:20:28.283Z Compiling cipher v0.4.4
16042026-06-16T21:20:28.315Z Compiling signature v2.2.0
16052026-06-16T21:20:28.352Z Compiling dtrace-parser v0.3.0
16062026-06-16T21:20:28.356Z Compiling md-5 v0.10.6
16072026-06-16T21:20:28.372Z Compiling thiserror v1.0.69
16082026-06-16T21:20:28.434Z Compiling zerocopy v0.7.35
16092026-06-16T21:20:28.473Z Compiling spki v0.7.3
16102026-06-16T21:20:28.493Z Compiling pbkdf2 v0.12.2
16112026-06-16T21:20:28.515Z Compiling hkdf v0.12.4
16122026-06-16T21:20:28.540Z Compiling goblin v0.8.2
16132026-06-16T21:20:28.564Z Compiling salsa20 v0.10.2
16142026-06-16T21:20:28.587Z Compiling cbc v0.1.2
16152026-06-16T21:20:28.607Z Compiling aes v0.8.4
16162026-06-16T21:20:28.610Z Compiling dtrace-parser v0.2.0
16172026-06-16T21:20:28.649Z Compiling derive_builder_macro v0.20.2
16182026-06-16T21:20:28.654Z Compiling rfc6979 v0.4.0
16192026-06-16T21:20:28.684Z Compiling enum-as-inner v0.6.1
16202026-06-16T21:20:28.702Z Compiling pin-project v1.1.11
16212026-06-16T21:20:28.738Z Compiling tinystr v0.8.2
16222026-06-16T21:20:28.742Z Compiling potential_utf v0.1.4
16232026-06-16T21:20:28.778Z Compiling scrypt v0.11.0
16242026-06-16T21:20:28.798Z Compiling serde_repr v0.1.20
16252026-06-16T21:20:28.819Z Compiling async-recursion v1.1.1
16262026-06-16T21:20:28.843Z Compiling clap_derive v4.6.1
16272026-06-16T21:20:28.843Z Compiling strum_macros v0.26.4
16282026-06-16T21:20:28.881Z Compiling globset v0.4.18
16292026-06-16T21:20:28.901Z Compiling icu_collections v2.1.1
16302026-06-16T21:20:28.964Z Compiling icu_locale_core v2.1.1
16312026-06-16T21:20:29.028Z Compiling x509-cert v0.2.5
16322026-06-16T21:20:29.047Z Compiling pkcs5 v0.7.1
16332026-06-16T21:20:29.067Z Compiling zip v0.6.6
16342026-06-16T21:20:29.136Z Compiling sha3 v0.10.8
16352026-06-16T21:20:29.246Z Compiling sha1 v0.10.6
16362026-06-16T21:20:29.320Z Compiling derive_builder v0.20.2
16372026-06-16T21:20:29.391Z Compiling predicates v3.1.4
16382026-06-16T21:20:29.493Z Compiling pkcs8 v0.10.2
16392026-06-16T21:20:29.510Z Compiling similar v2.7.0
16402026-06-16T21:20:29.628Z Compiling futures-executor v0.3.32
16412026-06-16T21:20:29.632Z Compiling peg-runtime v0.8.5
16422026-06-16T21:20:29.632Z Compiling thread_local v1.1.9
16432026-06-16T21:20:29.684Z Compiling slog-async v2.8.0
16442026-06-16T21:20:29.690Z Compiling crossbeam-channel v0.5.15
16452026-06-16T21:20:29.741Z Compiling sec1 v0.7.3
16462026-06-16T21:20:29.791Z Compiling icu_provider v2.1.1
16472026-06-16T21:20:29.868Z Compiling futures v0.3.32
16482026-06-16T21:20:29.889Z Compiling pkcs1 v0.7.5
16492026-06-16T21:20:29.894Z Compiling ed25519 v2.2.3
16502026-06-16T21:20:29.932Z Compiling bytes v1.11.1
16512026-06-16T21:20:29.951Z Compiling chrono v0.4.44
16522026-06-16T21:20:29.971Z Compiling ipnet v2.11.0
16532026-06-16T21:20:29.975Z Compiling erased-serde v0.3.31
16542026-06-16T21:20:30.011Z Compiling serde_tokenstream v0.2.3
16552026-06-16T21:20:30.014Z Compiling toml_datetime v0.6.11
16562026-06-16T21:20:30.050Z Compiling serde_spanned v0.6.9
16572026-06-16T21:20:30.054Z Compiling serde_urlencoded v0.7.1
16582026-06-16T21:20:30.089Z Compiling icu_normalizer v2.1.1
16592026-06-16T21:20:30.092Z Compiling icu_properties v2.1.2
16602026-06-16T21:20:30.127Z Compiling hex v0.4.3
16612026-06-16T21:20:30.159Z Compiling elliptic-curve v0.13.8
16622026-06-16T21:20:30.200Z Compiling serde_plain v1.0.2
16632026-06-16T21:20:30.230Z Compiling serde-big-array v0.5.1
16642026-06-16T21:20:30.272Z Compiling toml_edit v0.19.15
16652026-06-16T21:20:30.275Z Compiling cargo_metadata v0.23.1
16662026-06-16T21:20:30.310Z Compiling hubpack v0.1.2
16672026-06-16T21:20:30.358Z Compiling olpc-cjson v0.1.4
16682026-06-16T21:20:30.378Z Compiling snafu v0.8.9
16692026-06-16T21:20:30.382Z Compiling strum v0.27.2
16702026-06-16T21:20:30.382Z Compiling toml_edit v0.22.27
16712026-06-16T21:20:30.382Z Compiling ed25519-dalek v2.2.0
16722026-06-16T21:20:30.455Z Compiling tokio v1.52.1
16732026-06-16T21:20:30.460Z Compiling http v1.4.0
16742026-06-16T21:20:30.495Z Compiling crossterm v0.28.1
16752026-06-16T21:20:30.543Z Compiling ecdsa v0.16.9
16762026-06-16T21:20:30.565Z Compiling petgraph v0.8.3
16772026-06-16T21:20:30.585Z Compiling openapiv3 v2.2.0
16782026-06-16T21:20:30.585Z Compiling string_cache v0.8.9
16792026-06-16T21:20:30.589Z Compiling petgraph v0.6.5
16802026-06-16T21:20:30.643Z Compiling filetime v0.2.27
16812026-06-16T21:20:30.646Z Compiling is-terminal v0.4.17
16822026-06-16T21:20:30.696Z Compiling take_mut v0.2.2
16832026-06-16T21:20:30.716Z Compiling xattr v1.6.1
16842026-06-16T21:20:30.738Z Compiling term v1.2.1
16852026-06-16T21:20:30.868Z Compiling tar v0.4.45
16862026-06-16T21:20:30.899Z Compiling strum v0.26.3
16872026-06-16T21:20:30.919Z Compiling clap v4.6.1
16882026-06-16T21:20:30.935Z Compiling dof v0.3.0
16892026-06-16T21:20:31.060Z Compiling idna_adapter v1.2.1
16902026-06-16T21:20:31.069Z Compiling slog-term v2.9.2
16912026-06-16T21:20:31.212Z Compiling ppv-lite86 v0.2.21
16922026-06-16T21:20:31.407Z Compiling idna v1.1.0
16932026-06-16T21:20:31.435Z Compiling http-body v1.0.1
16942026-06-16T21:20:31.535Z Compiling dof v0.4.0
16952026-06-16T21:20:31.572Z Compiling usdt-impl v0.5.0
16962026-06-16T21:20:31.596Z Compiling http-body-util v0.1.3
16972026-06-16T21:20:31.613Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-16T21:20:31.648Z Compiling rand_chacha v0.9.0
16992026-06-16T21:20:31.665Z Compiling rand_chacha v0.3.1
17002026-06-16T21:20:31.786Z Compiling url v2.5.8
17012026-06-16T21:20:31.804Z Compiling publicsuffix v2.3.0
17022026-06-16T21:20:31.862Z Compiling toml v0.7.8
17032026-06-16T21:20:31.898Z Compiling rand v0.9.2
17042026-06-16T21:20:31.916Z Compiling rand v0.8.6
17052026-06-16T21:20:31.990Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-16T21:20:32.327Z Compiling cookie_store v0.22.1
17072026-06-16T21:20:32.482Z Compiling proptest v1.10.0
17082026-06-16T21:20:32.482Z Compiling postgres-protocol v0.6.10
17092026-06-16T21:20:32.516Z Compiling zstd v0.13.3
17102026-06-16T21:20:32.722Z Compiling zip v4.6.1
17112026-06-16T21:20:32.777Z Compiling usdt-macro v0.6.0
17122026-06-16T21:20:32.777Z Compiling usdt-attr-macro v0.6.0
17132026-06-16T21:20:32.865Z Compiling postgres-types v0.2.12
17142026-06-16T21:20:33.082Z Compiling ipnetwork v0.21.1
17152026-06-16T21:20:33.082Z Compiling serde_with v3.17.0
17162026-06-16T21:20:33.333Z Compiling oxnet v0.1.6
17172026-06-16T21:20:33.537Z Compiling rsa v0.9.10
17182026-06-16T21:20:33.636Z Compiling usdt v0.6.0
17192026-06-16T21:20:34.389Z Compiling tokio-util v0.7.18
17202026-06-16T21:20:34.407Z Compiling tower v0.5.3
17212026-06-16T21:20:34.425Z Compiling tokio-native-tls v0.3.1
17222026-06-16T21:20:34.451Z Compiling hickory-proto v0.25.2
17232026-06-16T21:20:34.455Z Compiling buf-list v1.1.2
17242026-06-16T21:20:34.723Z Compiling newtype-uuid v1.3.2
17252026-06-16T21:20:34.845Z Compiling tower-http v0.6.8
17262026-06-16T21:20:34.946Z Compiling daft v0.1.7
17272026-06-16T21:20:35.115Z Compiling h2 v0.4.13
17282026-06-16T21:20:35.162Z Compiling tokio-postgres v0.7.16
17292026-06-16T21:20:35.166Z Compiling tokio-stream v0.1.18
17302026-06-16T21:20:35.200Z Compiling iddqd v0.4.2
17312026-06-16T21:20:37.735Z Compiling hyper v1.8.1
17322026-06-16T21:20:38.602Z Compiling hyper-util v0.1.20
17332026-06-16T21:20:39.663Z Compiling hyper-tls v0.6.0
17342026-06-16T21:20:50.660Z Compiling rustls-webpki v0.103.9
17352026-06-16T21:20:53.459Z Compiling tokio-rustls v0.26.4
17362026-06-16T21:20:53.459Z Compiling rustls-platform-verifier v0.6.2
17372026-06-16T21:20:53.655Z Compiling hyper-rustls v0.27.7
17382026-06-16T21:20:53.847Z Compiling reqwest v0.12.28
17392026-06-16T21:20:53.851Z Compiling reqwest v0.13.2
17402026-06-16T21:20:55.073Z Compiling tough v0.22.0
17412026-06-16T21:20:57.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-06-16T21:20:57.805Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-06-16T21:21:00.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s
17442026-06-16T21:21:00.812Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17452026-06-16T21:21:00.863ZJun 16 21:21:00.517 INFO Starting download, target: Cockroach
17462026-06-16T21:21:00.863ZJun 16 21:21:00.517 INFO Starting download, target: Clickhouse
17472026-06-16T21:21:00.863ZJun 16 21:21:00.517 INFO Starting download, target: Console
17482026-06-16T21:21:00.863ZJun 16 21:21:00.517 INFO Starting download, target: DendriteStub
17492026-06-16T21:21:00.867ZJun 16 21:21:00.517 INFO Starting download, target: MaghemiteMgd
17502026-06-16T21:21:00.867ZJun 16 21:21:00.517 INFO Starting download, target: MaghemiteDdmd
17512026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Starting download, target: TransceiverControl
17522026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17562026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-06-16T21:21:00.867ZJun 16 21:21:00.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-06-16T21:21:01.262ZJun 16 21:21:00.887 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-06-16T21:21:01.440ZJun 16 21:21:01.094 INFO Download complete, target: TransceiverControl
17612026-06-16T21:21:01.822ZJun 16 21:21:01.468 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-06-16T21:21:02.077ZJun 16 21:21:01.715 INFO Download complete, target: Console
17632026-06-16T21:21:02.823ZJun 16 21:21:02.480 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17642026-06-16T21:21:02.962ZJun 16 21:21:02.608 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-06-16T21:21:03.058ZJun 16 21:21:02.715 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-06-16T21:21:03.315ZJun 16 21:21:02.970 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-06-16T21:21:03.869ZJun 16 21:21:03.504 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-06-16T21:21:03.869ZJun 16 21:21:03.504 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-06-16T21:21:04.724ZJun 16 21:21:04.368 INFO Download complete, target: MaghemiteDdmd
17702026-06-16T21:21:05.918ZJun 16 21:21:05.576 INFO Download complete, target: DendriteStub
17712026-06-16T21:21:06.003ZJun 16 21:21:05.660 INFO Download complete, target: MaghemiteMgd
17722026-06-16T21:21:08.667ZJun 16 21:21:08.323 INFO Checking that binary works, target: Cockroach
17732026-06-16T21:21:08.821ZJun 16 21:21:08.478 INFO Download complete, target: Cockroach
17742026-06-16T21:21:10.396ZJun 16 21:21:09.892 INFO Checking that binary works, target: Clickhouse
17752026-06-16T21:21:10.441ZJun 16 21:21:09.974 INFO Download complete, target: Clickhouse
17762026-06-16T21:21:10.441ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-06-16T21:21:10.441Z
17782026-06-16T21:21:10.441Zreal 1:59.299705719
17792026-06-16T21:21:10.441Zuser 6:56.628348424
17802026-06-16T21:21:10.442Zsys 2:23.195010465
17812026-06-16T21:21:10.442Ztrap 0.182073700
17822026-06-16T21:21:10.442Ztflt 1.666390761
17832026-06-16T21:21:10.442Zdflt 3.816782487
17842026-06-16T21:21:10.442Zkflt 0.047863567
17852026-06-16T21:21:10.442Zlock 24:51.302482612
17862026-06-16T21:21:10.442Zslp 16:52.277019725
17872026-06-16T21:21:10.442Zlat 11.796090344
17882026-06-16T21:21:10.442Zstop 5:32.980910981
17892026-06-16T21:21:10.442Z++ bmat factory name
17902026-06-16T21:21:10.442Z++ bmat factory private
17912026-06-16T21:21:10.442Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-044cbb3ef44ff67c6 '{
17922026-06-16T21:21:10.442Z buildomat: {
17932026-06-16T21:21:10.442Z factory: {
17942026-06-16T21:21:10.442Z name: $bmat_factory_name,
17952026-06-16T21:21:10.443Z private: $bmat_factory_private,
17962026-06-16T21:21:10.443Z },
17972026-06-16T21:21:10.443Z },
17982026-06-16T21:21:10.443Z }'
17992026-06-16T21:21:10.443Z+ banner ls-apis
18002026-06-16T21:21:10.443Z
18012026-06-16T21:21:10.443Z # #### ## ##### # ####
18022026-06-16T21:21:10.443Z # # # # # # # #
18032026-06-16T21:21:10.443Z # #### ##### # # # # # ####
18042026-06-16T21:21:10.443Z # # ###### ##### # #
18052026-06-16T21:21:10.443Z # # # # # # # # #
18062026-06-16T21:21:10.443Z ###### #### # # # # ####
18072026-06-16T21:21:10.443Z
18082026-06-16T21:21:10.443Z+ source ./tools/include/force-git-over-https.sh
18092026-06-16T21:21:10.443Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18102026-06-16T21:21:10.443Z++ (( i = 0 ))
18112026-06-16T21:21:10.443Z++ (( i < 5 ))
18122026-06-16T21:21:10.443Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18132026-06-16T21:21:10.443Z++ (( i++ ))
18142026-06-16T21:21:10.443Z++ (( i < 5 ))
18152026-06-16T21:21:10.443Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18162026-06-16T21:21:10.443Z++ (( i++ ))
18172026-06-16T21:21:10.443Z++ (( i < 5 ))
18182026-06-16T21:21:10.444Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18192026-06-16T21:21:10.444Z++ (( i++ ))
18202026-06-16T21:21:10.444Z++ (( i < 5 ))
18212026-06-16T21:21:10.444Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18222026-06-16T21:21:10.444Z++ (( i++ ))
18232026-06-16T21:21:10.444Z++ (( i < 5 ))
18242026-06-16T21:21:10.444Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18252026-06-16T21:21:10.750Z++ (( i++ ))
18262026-06-16T21:21:10.750Z++ (( i < 5 ))
18272026-06-16T21:21:10.750Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18282026-06-16T21:21:10.750Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18292026-06-16T21:21:10.750Z+ ptime -m cargo xtask ls-apis apis
18302026-06-16T21:21:10.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18312026-06-16T21:21:10.938Z Running `target/debug/xtask ls-apis apis`
18322026-06-16T21:21:11.857Z Compiling semver v0.1.20
18332026-06-16T21:21:11.867Z Compiling ordered-float v2.10.1
18342026-06-16T21:21:11.868Z Compiling structmeta-derive v0.3.0
18352026-06-16T21:21:11.868Z Compiling toml v0.8.23
18362026-06-16T21:21:11.868Z Compiling cargo-platform v0.2.0
18372026-06-16T21:21:11.868Z Compiling itertools v0.14.0
18382026-06-16T21:21:11.868Z Compiling indent_write v2.2.0
18392026-06-16T21:21:11.962Z Compiling rustc_version v0.1.7
18402026-06-16T21:21:12.500Z Compiling serde-value v0.7.0
18412026-06-16T21:21:12.623Z Compiling newtype_derive v0.1.6
18422026-06-16T21:21:12.623Z Compiling cargo-util-schemas v0.8.2
18432026-06-16T21:21:12.623Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18442026-06-16T21:21:12.700Z Compiling structmeta v0.3.0
18452026-06-16T21:21:12.880Z Compiling parse-display-derive v0.10.0
18462026-06-16T21:21:13.074Z Compiling cargo_metadata v0.21.0
18472026-06-16T21:21:13.963Z Compiling parse-display v0.10.0
18482026-06-16T21:21:14.195Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18492026-06-16T21:21:17.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
18502026-06-16T21:21:17.429Z Running `target/debug/ls-apis apis`
18512026-06-16T21:21:17.493Zloading metadata for workspace omicron from current workspace
18522026-06-16T21:21:22.080Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/Cargo.toml
18532026-06-16T21:21:22.084Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
18542026-06-16T21:21:22.084Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
18552026-06-16T21:21:22.084Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
18562026-06-16T21:21:22.084Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
18572026-06-16T21:21:46.956Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
18582026-06-16T21:21:47.827Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18592026-06-16T21:21:47.906Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18602026-06-16T21:21:48.217ZBootstrap Agent (client: bootstrap-agent-client)
18612026-06-16T21:21:48.217Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18622026-06-16T21:21:48.217Z consumed by: wicketd (omicron/wicketd) via 1 path
18632026-06-16T21:21:48.218Z
18642026-06-16T21:21:48.218ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18652026-06-16T21:21:48.218Z consumed by: wicketd (omicron/wicketd) via 2 paths
18662026-06-16T21:21:48.218Z
18672026-06-16T21:21:48.218ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18682026-06-16T21:21:48.221Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18692026-06-16T21:21:48.221Z
18702026-06-16T21:21:48.221ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18712026-06-16T21:21:48.221Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18722026-06-16T21:21:48.221Z
18732026-06-16T21:21:48.221ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18742026-06-16T21:21:48.221Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18752026-06-16T21:21:48.221Z
18762026-06-16T21:21:48.221ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18772026-06-16T21:21:48.221Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18782026-06-16T21:21:48.221Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18792026-06-16T21:21:48.221Z
18802026-06-16T21:21:48.221ZCrucible Agent (client: crucible-agent-client)
18812026-06-16T21:21:48.221Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18822026-06-16T21:21:48.221Z
18832026-06-16T21:21:48.221ZCrucible Control (for testing only) (client: crucible-control-client)
18842026-06-16T21:21:48.221Z
18852026-06-16T21:21:48.221ZCrucible Pantry (client: crucible-pantry-client)
18862026-06-16T21:21:48.221Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18872026-06-16T21:21:48.221Z
18882026-06-16T21:21:48.221ZMaghemite DDM Admin (client: ddm-admin-client)
18892026-06-16T21:21:48.221Z consumed by: installinator (omicron/installinator) via 1 path
18902026-06-16T21:21:48.221Z consumed by: mgd (maghemite/mgd) via 1 path
18912026-06-16T21:21:48.221Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18922026-06-16T21:21:48.221Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18932026-06-16T21:21:48.222Z consumed by: wicketd (omicron/wicketd) via 1 path
18942026-06-16T21:21:48.222Z
18952026-06-16T21:21:48.222ZDNS Server (client: dns-service-client)
18962026-06-16T21:21:48.222Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18972026-06-16T21:21:48.222Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18982026-06-16T21:21:48.222Z
18992026-06-16T21:21:48.222ZDendrite DPD (client: dpd-client)
19002026-06-16T21:21:48.222Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19012026-06-16T21:21:48.222Z consumed by: lldpd (lldp/lldpd) via 2 paths
19022026-06-16T21:21:48.222Z consumed by: mgd (maghemite/mgd) via 1 path
19032026-06-16T21:21:48.222Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19042026-06-16T21:21:48.222Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19052026-06-16T21:21:48.222Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19062026-06-16T21:21:48.222Z consumed by: wicketd (omicron/wicketd) via 2 paths
19072026-06-16T21:21:48.222Z
19082026-06-16T21:21:48.222ZDownstairs Controller (debugging only) (client: dsc-client)
19092026-06-16T21:21:48.222Z
19102026-06-16T21:21:48.222ZManagement Gateway Service (client: gateway-client)
19112026-06-16T21:21:48.226Z consumed by: dpd (dendrite/dpd) via 1 path
19122026-06-16T21:21:48.226Z consumed by: lldpd (lldp/lldpd) via 1 path
19132026-06-16T21:21:48.226Z consumed by: mgd (maghemite/mgd) via 1 path
19142026-06-16T21:21:48.226Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19152026-06-16T21:21:48.226Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19162026-06-16T21:21:48.226Z consumed by: wicketd (omicron/wicketd) via 3 paths
19172026-06-16T21:21:48.226Z
19182026-06-16T21:21:48.226ZWicketd Installinator (client: installinator-client)
19192026-06-16T21:21:48.229Z consumed by: installinator (omicron/installinator) via 1 path
19202026-06-16T21:21:48.229Z
19212026-06-16T21:21:48.229ZLLDP daemon (client: lldpd-client)
19222026-06-16T21:21:48.229Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19232026-06-16T21:21:48.229Z consumed by: tfportd (dendrite/tfportd) via 1 path
19242026-06-16T21:21:48.229Z
19252026-06-16T21:21:48.229ZMaghemite MG Admin (client: mg-admin-client)
19262026-06-16T21:21:48.235Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19272026-06-16T21:21:48.235Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19282026-06-16T21:21:48.235Z
19292026-06-16T21:21:48.235ZNexus Internal API (client: nexus-client)
19302026-06-16T21:21:48.238Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19312026-06-16T21:21:48.238Z consumed by: dpd (dendrite/dpd) via 1 path
19322026-06-16T21:21:48.238Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19332026-06-16T21:21:48.238Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19342026-06-16T21:21:48.238Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19352026-06-16T21:21:48.238Z
19362026-06-16T21:21:48.238ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19372026-06-16T21:21:48.238Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19382026-06-16T21:21:48.238Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
19392026-06-16T21:21:48.239Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19402026-06-16T21:21:48.239Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
19412026-06-16T21:21:48.239Z
19422026-06-16T21:21:48.239ZNTP Admin (client: ntp-admin-client)
19432026-06-16T21:21:48.239Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19442026-06-16T21:21:48.239Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19452026-06-16T21:21:48.239Z
19462026-06-16T21:21:48.239ZNTP Admin version 1 (client: ntp-admin-v1-client)
19472026-06-16T21:21:48.239Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19482026-06-16T21:21:48.239Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19492026-06-16T21:21:48.239Z
19502026-06-16T21:21:48.239ZExternal API (client: oxide-client)
19512026-06-16T21:21:48.239Z
19522026-06-16T21:21:48.239ZOximeter (client: oximeter-client)
19532026-06-16T21:21:48.239Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19542026-06-16T21:21:48.239Z
19552026-06-16T21:21:48.239ZPropolis (client: propolis-client)
19562026-06-16T21:21:48.239Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19572026-06-16T21:21:48.239Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19582026-06-16T21:21:48.239Z
19592026-06-16T21:21:48.239ZCrucible Repair (client: repair-client)
19602026-06-16T21:21:48.239Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19612026-06-16T21:21:48.239Z
19622026-06-16T21:21:48.239ZRepo Depot API (client: repo-depot-client)
19632026-06-16T21:21:48.239Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19642026-06-16T21:21:48.239Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19652026-06-16T21:21:48.239Z
19662026-06-16T21:21:48.239ZSled Agent (client: sled-agent-client)
19672026-06-16T21:21:48.242Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19682026-06-16T21:21:48.242Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
19692026-06-16T21:21:48.242Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19702026-06-16T21:21:48.242Z
19712026-06-16T21:21:48.242ZWicketd (client: wicketd-client)
19722026-06-16T21:21:48.242Z
19732026-06-16T21:21:48.342Z
19742026-06-16T21:21:48.346Zreal 37.908408784
19752026-06-16T21:21:48.346Zuser 22.891896569
19762026-06-16T21:21:48.346Zsys 9.333250170
19772026-06-16T21:21:48.346Ztrap 0.003247280
19782026-06-16T21:21:48.346Ztflt 0.115637768
19792026-06-16T21:21:48.346Zdflt 0.172755437
19802026-06-16T21:21:48.346Zkflt 0.000010930
19812026-06-16T21:21:48.346Zlock 50.739405004
19822026-06-16T21:21:48.346Zslp 4:27.940185413
19832026-06-16T21:21:48.346Zlat 0.357098186
19842026-06-16T21:21:48.346Zstop 2.118865087
19852026-06-16T21:21:48.346Z+ ptime -m cargo xtask ls-apis deployment-units
19862026-06-16T21:21:48.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19872026-06-16T21:21:48.922Z Running `target/debug/xtask ls-apis deployment-units`
19882026-06-16T21:21:49.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19892026-06-16T21:21:49.794Z Running `target/debug/ls-apis deployment-units`
19902026-06-16T21:21:49.894Zloading metadata for workspace omicron from current workspace
19912026-06-16T21:21:50.924Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19922026-06-16T21:21:50.928Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/Cargo.toml
19932026-06-16T21:21:50.928Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
19942026-06-16T21:21:50.928Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
19952026-06-16T21:21:50.928Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
19962026-06-16T21:21:53.272Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
19972026-06-16T21:21:53.938Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19982026-06-16T21:21:54.014Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19992026-06-16T21:21:54.321ZClickHouse
20002026-06-16T21:21:54.321Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20012026-06-16T21:21:54.321Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20022026-06-16T21:21:54.321Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20032026-06-16T21:21:54.321Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20042026-06-16T21:21:54.321Z
20052026-06-16T21:21:54.321Z
20062026-06-16T21:21:54.321ZCockroach
20072026-06-16T21:21:54.321Z omicron-cockroach-admin (omicron/cockroach-admin)
20082026-06-16T21:21:54.321Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20092026-06-16T21:21:54.321Z
20102026-06-16T21:21:54.322Z
20112026-06-16T21:21:54.322ZCrucible
20122026-06-16T21:21:54.322Z crucible-agent (crucible/agent)
20132026-06-16T21:21:54.322Z exposes: Crucible Agent (client = crucible-agent-client)
20142026-06-16T21:21:54.322Z
20152026-06-16T21:21:54.325Z crucible-downstairs (crucible/downstairs)
20162026-06-16T21:21:54.325Z exposes: Crucible Repair (client = repair-client)
20172026-06-16T21:21:54.325Z consumes: repair-client
20182026-06-16T21:21:54.325Z
20192026-06-16T21:21:54.325Z
20202026-06-16T21:21:54.325ZCrucible Pantry
20212026-06-16T21:21:54.326Z crucible-pantry (crucible/pantry)
20222026-06-16T21:21:54.326Z exposes: Crucible Pantry (client = crucible-pantry-client)
20232026-06-16T21:21:54.326Z consumes: nexus-client
20242026-06-16T21:21:54.326Z
20252026-06-16T21:21:54.326Z
20262026-06-16T21:21:54.326ZDNS Server
20272026-06-16T21:21:54.326Z dns-server (omicron/dns-server)
20282026-06-16T21:21:54.326Z exposes: DNS Server (client = dns-service-client)
20292026-06-16T21:21:54.326Z
20302026-06-16T21:21:54.326Z
20312026-06-16T21:21:54.326ZHost OS
20322026-06-16T21:21:54.326Z ddmd (maghemite/ddmd)
20332026-06-16T21:21:54.326Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20342026-06-16T21:21:54.326Z consumes: dpd-client (intra-deployment-unit-only)
20352026-06-16T21:21:54.326Z
20362026-06-16T21:21:54.326Z dpd (dendrite/dpd)
20372026-06-16T21:21:54.326Z exposes: Dendrite DPD (client = dpd-client)
20382026-06-16T21:21:54.326Z consumes: gateway-client (intra-deployment-unit-only)
20392026-06-16T21:21:54.326Z consumes: nexus-client
20402026-06-16T21:21:54.326Z
20412026-06-16T21:21:54.326Z lldpd (lldp/lldpd)
20422026-06-16T21:21:54.326Z exposes: LLDP daemon (client = lldpd-client)
20432026-06-16T21:21:54.326Z consumes: dpd-client (intra-deployment-unit-only)
20442026-06-16T21:21:54.326Z consumes: gateway-client (intra-deployment-unit-only)
20452026-06-16T21:21:54.326Z
20462026-06-16T21:21:54.327Z mgd (maghemite/mgd)
20472026-06-16T21:21:54.327Z exposes: Maghemite MG Admin (client = mg-admin-client)
20482026-06-16T21:21:54.327Z consumes: ddm-admin-client (intra-deployment-unit-only)
20492026-06-16T21:21:54.327Z consumes: dpd-client (intra-deployment-unit-only)
20502026-06-16T21:21:54.327Z consumes: gateway-client (intra-deployment-unit-only)
20512026-06-16T21:21:54.327Z
20522026-06-16T21:21:54.327Z omicron-gateway (omicron/gateway)
20532026-06-16T21:21:54.327Z exposes: Management Gateway Service (client = gateway-client)
20542026-06-16T21:21:54.330Z
20552026-06-16T21:21:54.331Z omicron-sled-agent (omicron/sled-agent)
20562026-06-16T21:21:54.331Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20572026-06-16T21:21:54.331Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20582026-06-16T21:21:54.331Z exposes: Repo Depot API (client = repo-depot-client)
20592026-06-16T21:21:54.331Z exposes: Sled Agent (client = sled-agent-client)
20602026-06-16T21:21:54.331Z consumes: bootstrap-agent-client
20612026-06-16T21:21:54.331Z consumes: ddm-admin-client (intra-deployment-unit-only)
20622026-06-16T21:21:54.331Z consumes: dpd-client (intra-deployment-unit-only)
20632026-06-16T21:21:54.331Z consumes: gateway-client (intra-deployment-unit-only)
20642026-06-16T21:21:54.331Z consumes: mg-admin-client (intra-deployment-unit-only)
20652026-06-16T21:21:54.331Z consumes: nexus-client
20662026-06-16T21:21:54.331Z consumes: nexus-lockstep-client
20672026-06-16T21:21:54.331Z consumes: ntp-admin-v1-client
20682026-06-16T21:21:54.331Z consumes: propolis-client (intra-deployment-unit-only)
20692026-06-16T21:21:54.331Z consumes: repo-depot-client
20702026-06-16T21:21:54.331Z
20712026-06-16T21:21:54.331Z propolis-server (propolis/bin/propolis-server)
20722026-06-16T21:21:54.331Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20732026-06-16T21:21:54.331Z exposes: Propolis (client = propolis-client)
20742026-06-16T21:21:54.331Z consumes: nexus-client
20752026-06-16T21:21:54.331Z consumes: sled-agent-client (intra-deployment-unit-only)
20762026-06-16T21:21:54.331Z
20772026-06-16T21:21:54.331Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
20782026-06-16T21:21:54.335Z consumes: cockroach-admin-client
20792026-06-16T21:21:54.335Z consumes: ddm-admin-client
20802026-06-16T21:21:54.335Z consumes: dns-service-client
20812026-06-16T21:21:54.335Z consumes: nexus-lockstep-client
20822026-06-16T21:21:54.335Z consumes: ntp-admin-client
20832026-06-16T21:21:54.336Z consumes: ntp-admin-v1-client
20842026-06-16T21:21:54.336Z consumes: sled-agent-client
20852026-06-16T21:21:54.336Z
20862026-06-16T21:21:54.336Z tfportd (dendrite/tfportd)
20872026-06-16T21:21:54.336Z consumes: dpd-client (intra-deployment-unit-only)
20882026-06-16T21:21:54.336Z consumes: lldpd-client (intra-deployment-unit-only)
20892026-06-16T21:21:54.336Z
20902026-06-16T21:21:54.336Z wicketd (omicron/wicketd)
20912026-06-16T21:21:54.336Z exposes: Wicketd Installinator (client = installinator-client)
20922026-06-16T21:21:54.336Z exposes: Wicketd (client = wicketd-client)
20932026-06-16T21:21:54.336Z consumes: bootstrap-agent-client
20942026-06-16T21:21:54.336Z consumes: bootstrap-agent-lockstep-client
20952026-06-16T21:21:54.336Z consumes: ddm-admin-client (intra-deployment-unit-only)
20962026-06-16T21:21:54.336Z consumes: dpd-client (intra-deployment-unit-only)
20972026-06-16T21:21:54.336Z consumes: gateway-client (intra-deployment-unit-only)
20982026-06-16T21:21:54.336Z
20992026-06-16T21:21:54.336Z
21002026-06-16T21:21:54.336ZInstallinator
21012026-06-16T21:21:54.336Z installinator (omicron/installinator)
21022026-06-16T21:21:54.336Z consumes: ddm-admin-client
21032026-06-16T21:21:54.336Z consumes: installinator-client
21042026-06-16T21:21:54.336Z
21052026-06-16T21:21:54.336Z
21062026-06-16T21:21:54.336ZNTP
21072026-06-16T21:21:54.336Z omicron-ntp-admin (omicron/ntp-admin)
21082026-06-16T21:21:54.336Z exposes: NTP Admin (client = ntp-admin-client)
21092026-06-16T21:21:54.337Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
21102026-06-16T21:21:54.337Z
21112026-06-16T21:21:54.337Z
21122026-06-16T21:21:54.337ZNexus
21132026-06-16T21:21:54.337Z omicron-nexus (omicron/nexus)
21142026-06-16T21:21:54.337Z exposes: Nexus Internal API (client = nexus-client)
21152026-06-16T21:21:54.337Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21162026-06-16T21:21:54.337Z exposes: External API (client = oxide-client)
21172026-06-16T21:21:54.337Z consumes: clickhouse-admin-keeper-client
21182026-06-16T21:21:54.337Z consumes: clickhouse-admin-server-client
21192026-06-16T21:21:54.337Z consumes: clickhouse-admin-single-client
21202026-06-16T21:21:54.337Z consumes: cockroach-admin-client
21212026-06-16T21:21:54.337Z consumes: crucible-agent-client
21222026-06-16T21:21:54.337Z consumes: crucible-pantry-client
21232026-06-16T21:21:54.337Z consumes: dns-service-client
21242026-06-16T21:21:54.337Z consumes: dpd-client
21252026-06-16T21:21:54.337Z consumes: gateway-client
21262026-06-16T21:21:54.337Z consumes: lldpd-client
21272026-06-16T21:21:54.337Z consumes: mg-admin-client
21282026-06-16T21:21:54.337Z consumes: ntp-admin-client
21292026-06-16T21:21:54.337Z consumes: oximeter-client
21302026-06-16T21:21:54.337Z consumes: propolis-client
21312026-06-16T21:21:54.337Z consumes: repo-depot-client
21322026-06-16T21:21:54.337Z consumes: sled-agent-client
21332026-06-16T21:21:54.337Z
21342026-06-16T21:21:54.337Z
21352026-06-16T21:21:54.337ZOximeter
21362026-06-16T21:21:54.337Z oximeter-collector (omicron/oximeter/collector)
21372026-06-16T21:21:54.338Z exposes: Oximeter (client = oximeter-client)
21382026-06-16T21:21:54.341Z consumes: nexus-client
21392026-06-16T21:21:54.341Z
21402026-06-16T21:21:54.341Z
21412026-06-16T21:21:54.423Z
21422026-06-16T21:21:54.423Zreal 6.054455991
21432026-06-16T21:21:54.423Zuser 4.931653688
21442026-06-16T21:21:54.423Zsys 2.165468490
21452026-06-16T21:21:54.423Ztrap 0.000547740
21462026-06-16T21:21:54.423Ztflt 0.000067920
21472026-06-16T21:21:54.423Zdflt 0.000121200
21482026-06-16T21:21:54.427Zkflt 0.000005510
21492026-06-16T21:21:54.427Zlock 0.082408935
21502026-06-16T21:21:54.427Zslp 20.393087858
21512026-06-16T21:21:54.427Zlat 0.009878265
21522026-06-16T21:21:54.428Zstop 0.007030337
21532026-06-16T21:21:54.428Z+ ptime -m cargo xtask ls-apis servers
21542026-06-16T21:21:54.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21552026-06-16T21:21:54.953Z Running `target/debug/xtask ls-apis servers`
21562026-06-16T21:21:55.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21572026-06-16T21:21:55.789Z Running `target/debug/ls-apis servers`
21582026-06-16T21:21:55.835Zloading metadata for workspace omicron from current workspace
21592026-06-16T21:21:56.888Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21602026-06-16T21:21:56.923Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
21612026-06-16T21:21:56.923Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
21622026-06-16T21:21:56.923Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/Cargo.toml
21632026-06-16T21:21:56.923Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
21642026-06-16T21:21:59.137Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
21652026-06-16T21:21:59.830Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21662026-06-16T21:21:59.907Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21672026-06-16T21:22:00.215Zcrucible-agent (crucible/agent)
21682026-06-16T21:22:00.215Z exposes: Crucible Agent (client = crucible-agent-client)
21692026-06-16T21:22:00.215Z
21702026-06-16T21:22:00.216Zcrucible-downstairs (crucible/downstairs)
21712026-06-16T21:22:00.216Z exposes: Crucible Repair (client = repair-client)
21722026-06-16T21:22:00.218Z consumes: repair-client
21732026-06-16T21:22:00.219Z
21742026-06-16T21:22:00.219Zcrucible-pantry (crucible/pantry)
21752026-06-16T21:22:00.219Z exposes: Crucible Pantry (client = crucible-pantry-client)
21762026-06-16T21:22:00.219Z consumes: nexus-client
21772026-06-16T21:22:00.219Z
21782026-06-16T21:22:00.219Zddmd (maghemite/ddmd)
21792026-06-16T21:22:00.219Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21802026-06-16T21:22:00.219Z consumes: dpd-client (intra-deployment-unit-only)
21812026-06-16T21:22:00.219Z
21822026-06-16T21:22:00.219Zdns-server (omicron/dns-server)
21832026-06-16T21:22:00.219Z exposes: DNS Server (client = dns-service-client)
21842026-06-16T21:22:00.219Z
21852026-06-16T21:22:00.219Zdpd (dendrite/dpd)
21862026-06-16T21:22:00.219Z exposes: Dendrite DPD (client = dpd-client)
21872026-06-16T21:22:00.219Z consumes: gateway-client (intra-deployment-unit-only)
21882026-06-16T21:22:00.219Z consumes: nexus-client
21892026-06-16T21:22:00.219Z
21902026-06-16T21:22:00.219Zinstallinator (omicron/installinator)
21912026-06-16T21:22:00.219Z consumes: ddm-admin-client
21922026-06-16T21:22:00.219Z consumes: installinator-client
21932026-06-16T21:22:00.219Z
21942026-06-16T21:22:00.219Zlldpd (lldp/lldpd)
21952026-06-16T21:22:00.219Z exposes: LLDP daemon (client = lldpd-client)
21962026-06-16T21:22:00.219Z consumes: dpd-client (intra-deployment-unit-only)
21972026-06-16T21:22:00.219Z consumes: gateway-client (intra-deployment-unit-only)
21982026-06-16T21:22:00.219Z
21992026-06-16T21:22:00.219Zmgd (maghemite/mgd)
22002026-06-16T21:22:00.219Z exposes: Maghemite MG Admin (client = mg-admin-client)
22012026-06-16T21:22:00.219Z consumes: ddm-admin-client (intra-deployment-unit-only)
22022026-06-16T21:22:00.219Z consumes: dpd-client (intra-deployment-unit-only)
22032026-06-16T21:22:00.219Z consumes: gateway-client (intra-deployment-unit-only)
22042026-06-16T21:22:00.219Z
22052026-06-16T21:22:00.219Zomicron-clickhouse-admin (omicron/clickhouse-admin)
22062026-06-16T21:22:00.219Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
22072026-06-16T21:22:00.219Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
22082026-06-16T21:22:00.219Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
22092026-06-16T21:22:00.220Z
22102026-06-16T21:22:00.220Zomicron-cockroach-admin (omicron/cockroach-admin)
22112026-06-16T21:22:00.220Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
22122026-06-16T21:22:00.220Z
22132026-06-16T21:22:00.220Zomicron-gateway (omicron/gateway)
22142026-06-16T21:22:00.220Z exposes: Management Gateway Service (client = gateway-client)
22152026-06-16T21:22:00.223Z
22162026-06-16T21:22:00.223Zomicron-nexus (omicron/nexus)
22172026-06-16T21:22:00.223Z exposes: Nexus Internal API (client = nexus-client)
22182026-06-16T21:22:00.223Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22192026-06-16T21:22:00.223Z exposes: External API (client = oxide-client)
22202026-06-16T21:22:00.223Z consumes: clickhouse-admin-keeper-client
22212026-06-16T21:22:00.223Z consumes: clickhouse-admin-server-client
22222026-06-16T21:22:00.223Z consumes: clickhouse-admin-single-client
22232026-06-16T21:22:00.223Z consumes: cockroach-admin-client
22242026-06-16T21:22:00.223Z consumes: crucible-agent-client
22252026-06-16T21:22:00.223Z consumes: crucible-pantry-client
22262026-06-16T21:22:00.223Z consumes: dns-service-client
22272026-06-16T21:22:00.223Z consumes: dpd-client
22282026-06-16T21:22:00.223Z consumes: gateway-client
22292026-06-16T21:22:00.223Z consumes: lldpd-client
22302026-06-16T21:22:00.223Z consumes: mg-admin-client
22312026-06-16T21:22:00.223Z consumes: ntp-admin-client
22322026-06-16T21:22:00.223Z consumes: oximeter-client
22332026-06-16T21:22:00.223Z consumes: propolis-client
22342026-06-16T21:22:00.223Z consumes: repo-depot-client
22352026-06-16T21:22:00.223Z consumes: sled-agent-client
22362026-06-16T21:22:00.223Z
22372026-06-16T21:22:00.223Zomicron-ntp-admin (omicron/ntp-admin)
22382026-06-16T21:22:00.223Z exposes: NTP Admin (client = ntp-admin-client)
22392026-06-16T21:22:00.223Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
22402026-06-16T21:22:00.223Z
22412026-06-16T21:22:00.223Zomicron-sled-agent (omicron/sled-agent)
22422026-06-16T21:22:00.223Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22432026-06-16T21:22:00.223Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22442026-06-16T21:22:00.224Z exposes: Repo Depot API (client = repo-depot-client)
22452026-06-16T21:22:00.224Z exposes: Sled Agent (client = sled-agent-client)
22462026-06-16T21:22:00.227Z consumes: bootstrap-agent-client
22472026-06-16T21:22:00.227Z consumes: ddm-admin-client (intra-deployment-unit-only)
22482026-06-16T21:22:00.227Z consumes: dpd-client (intra-deployment-unit-only)
22492026-06-16T21:22:00.227Z consumes: gateway-client (intra-deployment-unit-only)
22502026-06-16T21:22:00.227Z consumes: mg-admin-client (intra-deployment-unit-only)
22512026-06-16T21:22:00.227Z consumes: nexus-client
22522026-06-16T21:22:00.227Z consumes: nexus-lockstep-client
22532026-06-16T21:22:00.227Z consumes: ntp-admin-v1-client
22542026-06-16T21:22:00.228Z consumes: propolis-client (intra-deployment-unit-only)
22552026-06-16T21:22:00.228Z consumes: repo-depot-client
22562026-06-16T21:22:00.228Z
22572026-06-16T21:22:00.228Zoximeter-collector (omicron/oximeter/collector)
22582026-06-16T21:22:00.228Z exposes: Oximeter (client = oximeter-client)
22592026-06-16T21:22:00.228Z consumes: nexus-client
22602026-06-16T21:22:00.228Z
22612026-06-16T21:22:00.228Zpropolis-server (propolis/bin/propolis-server)
22622026-06-16T21:22:00.228Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22632026-06-16T21:22:00.228Z exposes: Propolis (client = propolis-client)
22642026-06-16T21:22:00.228Z consumes: nexus-client
22652026-06-16T21:22:00.228Z consumes: sled-agent-client (intra-deployment-unit-only)
22662026-06-16T21:22:00.228Z
22672026-06-16T21:22:00.228Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22682026-06-16T21:22:00.231Z consumes: cockroach-admin-client
22692026-06-16T21:22:00.231Z consumes: ddm-admin-client
22702026-06-16T21:22:00.231Z consumes: dns-service-client
22712026-06-16T21:22:00.231Z consumes: nexus-lockstep-client
22722026-06-16T21:22:00.231Z consumes: ntp-admin-client
22732026-06-16T21:22:00.231Z consumes: ntp-admin-v1-client
22742026-06-16T21:22:00.231Z consumes: sled-agent-client
22752026-06-16T21:22:00.231Z
22762026-06-16T21:22:00.231Ztfportd (dendrite/tfportd)
22772026-06-16T21:22:00.231Z consumes: dpd-client (intra-deployment-unit-only)
22782026-06-16T21:22:00.231Z consumes: lldpd-client (intra-deployment-unit-only)
22792026-06-16T21:22:00.231Z
22802026-06-16T21:22:00.231Zwicketd (omicron/wicketd)
22812026-06-16T21:22:00.231Z exposes: Wicketd Installinator (client = installinator-client)
22822026-06-16T21:22:00.231Z exposes: Wicketd (client = wicketd-client)
22832026-06-16T21:22:00.231Z consumes: bootstrap-agent-client
22842026-06-16T21:22:00.231Z consumes: bootstrap-agent-lockstep-client
22852026-06-16T21:22:00.231Z consumes: ddm-admin-client (intra-deployment-unit-only)
22862026-06-16T21:22:00.231Z consumes: dpd-client (intra-deployment-unit-only)
22872026-06-16T21:22:00.231Z consumes: gateway-client (intra-deployment-unit-only)
22882026-06-16T21:22:00.231Z
22892026-06-16T21:22:00.319Z
22902026-06-16T21:22:00.319Zreal 5.867508926
22912026-06-16T21:22:00.319Zuser 4.901489243
22922026-06-16T21:22:00.319Zsys 1.973767577
22932026-06-16T21:22:00.322Ztrap 0.000512360
22942026-06-16T21:22:00.322Ztflt 0.000055300
22952026-06-16T21:22:00.322Zdflt 0.000135090
22962026-06-16T21:22:00.322Zkflt 0.000003250
22972026-06-16T21:22:00.322Zlock 0.080329798
22982026-06-16T21:22:00.322Zslp 19.443970386
22992026-06-16T21:22:00.322Zlat 0.009404515
23002026-06-16T21:22:00.322Zstop 0.006960307
23012026-06-16T21:22:00.322Z+ ptime -m cargo xtask ls-apis check
23022026-06-16T21:22:00.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23032026-06-16T21:22:00.842Z Running `target/debug/xtask ls-apis check`
23042026-06-16T21:22:01.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23052026-06-16T21:22:01.670Z Running `target/debug/ls-apis check`
23062026-06-16T21:22:01.724Zloading metadata for workspace omicron from current workspace
23072026-06-16T21:22:02.772Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23082026-06-16T21:22:02.772Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/Cargo.toml
23092026-06-16T21:22:02.775Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23102026-06-16T21:22:02.775Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
23112026-06-16T21:22:02.775Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
23122026-06-16T21:22:05.014Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23132026-06-16T21:22:05.709Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23142026-06-16T21:22:05.790Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23152026-06-16T21:22:06.226Z
23162026-06-16T21:22:06.226Z
23172026-06-16T21:22:06.226ZServer-managed APIs:
23182026-06-16T21:22:06.226Z
23192026-06-16T21:22:06.226Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23202026-06-16T21:22:06.226Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23212026-06-16T21:22:06.226Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23222026-06-16T21:22:06.226Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23232026-06-16T21:22:06.227Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23242026-06-16T21:22:06.227Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23252026-06-16T21:22:06.227Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23262026-06-16T21:22:06.227Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23272026-06-16T21:22:06.227Z DNS Server (dns-service-client, exposed by dns-server)
23282026-06-16T21:22:06.227Z Dendrite DPD (dpd-client, exposed by dpd)
23292026-06-16T21:22:06.227Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23302026-06-16T21:22:06.227Z LLDP daemon (lldpd-client, exposed by lldpd)
23312026-06-16T21:22:06.227Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23322026-06-16T21:22:06.227Z External API (oxide-client, exposed by omicron-nexus)
23332026-06-16T21:22:06.227Z Oximeter (oximeter-client, exposed by oximeter-collector)
23342026-06-16T21:22:06.227Z Propolis (propolis-client, exposed by propolis-server)
23352026-06-16T21:22:06.227Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23362026-06-16T21:22:06.227Z Wicketd (wicketd-client, exposed by wicketd)
23372026-06-16T21:22:06.227Z
23382026-06-16T21:22:06.227Z
23392026-06-16T21:22:06.227ZClient-managed API:
23402026-06-16T21:22:06.227Z
23412026-06-16T21:22:06.227Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23422026-06-16T21:22:06.227Z reason: depends on itself (i.e., instances call each other)
23432026-06-16T21:22:06.227Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23442026-06-16T21:22:06.227Z reason: wicketd can wind up calling into sled agent on different sleds
23452026-06-16T21:22:06.227Z Wicketd Installinator (installinator-client, exposed by wicketd)
23462026-06-16T21:22:06.227Z reason: client is provided implicitly by the operator
23472026-06-16T21:22:06.227Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23482026-06-16T21:22:06.227Z reason: Circular dependencies between Nexus and other services
23492026-06-16T21:22:06.227Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23502026-06-16T21:22:06.227Z reason: Circular dependencies between Nexus and other services
23512026-06-16T21:22:06.227Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23522026-06-16T21:22:06.227Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
23532026-06-16T21:22:06.227Z
23542026-06-16T21:22:06.227Z NTP Admin version 1 (ntp-admin-v1-client, exposed by omicron-ntp-admin)
23552026-06-16T21:22:06.227Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
23562026-06-16T21:22:06.227Z
23572026-06-16T21:22:06.227Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23582026-06-16T21:22:06.227Z reason: depends on itself (i.e., instances call each other)
23592026-06-16T21:22:06.227Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23602026-06-16T21:22:06.232Z reason: depends on itself (i.e., instances call each other)
23612026-06-16T21:22:06.232Z
23622026-06-16T21:22:06.232Z
23632026-06-16T21:22:06.232ZAPIs with unknown version management: none
23642026-06-16T21:22:06.232Z
23652026-06-16T21:22:06.232Z
23662026-06-16T21:22:06.232ZAPIs that failed consumer checks: none
23672026-06-16T21:22:06.318Z
23682026-06-16T21:22:06.322Zreal 5.967998109
23692026-06-16T21:22:06.322Zuser 5.016910779
23702026-06-16T21:22:06.322Zsys 1.969402659
23712026-06-16T21:22:06.322Ztrap 0.000483060
23722026-06-16T21:22:06.322Ztflt 0.000064300
23732026-06-16T21:22:06.322Zdflt 0.000172720
23742026-06-16T21:22:06.322Zkflt 0.000000000
23752026-06-16T21:22:06.322Zlock 0.081697073
23762026-06-16T21:22:06.322Zslp 19.358914415
23772026-06-16T21:22:06.322Zlat 0.009868075
23782026-06-16T21:22:06.322Zstop 0.006295867
23792026-06-16T21:22:06.322Z+ ptime -m cargo xtask ls-apis adoc
23802026-06-16T21:22:06.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23812026-06-16T21:22:06.850Z Running `target/debug/xtask ls-apis adoc`
23822026-06-16T21:22:07.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23832026-06-16T21:22:07.680Z Running `target/debug/ls-apis adoc`
23842026-06-16T21:22:07.735Zloading metadata for workspace omicron from current workspace
23852026-06-16T21:22:08.783Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
23862026-06-16T21:22:08.786Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23872026-06-16T21:22:08.786Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/Cargo.toml
23882026-06-16T21:22:08.786Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
23892026-06-16T21:22:08.786Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23902026-06-16T21:22:10.981Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23912026-06-16T21:22:11.676Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23922026-06-16T21:22:11.752Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23932026-06-16T21:22:12.173Z
23942026-06-16T21:22:12.176Zreal 5.826672223
23952026-06-16T21:22:12.176Zuser 4.877784605
23962026-06-16T21:22:12.176Zsys 1.973645257
23972026-06-16T21:22:12.176Ztrap 0.000478330
23982026-06-16T21:22:12.177Ztflt 0.000062650
23992026-06-16T21:22:12.177Zdflt 0.000867221
24002026-06-16T21:22:12.177Zkflt 0.000008370
24012026-06-16T21:22:12.177Zlock 0.085024809
24022026-06-16T21:22:12.177Zslp 19.122108164
24032026-06-16T21:22:12.177Zlat 0.009310114
24042026-06-16T21:22:12.177Zstop 0.006595497
24052026-06-16T21:22:12.177Z+ banner build
24062026-06-16T21:22:12.180Z
24072026-06-16T21:22:12.180Z ##### # # # # #####
24082026-06-16T21:22:12.180Z # # # # # # # #
24092026-06-16T21:22:12.180Z ##### # # # # # #
24102026-06-16T21:22:12.180Z # # # # # # # #
24112026-06-16T21:22:12.180Z # # # # # # # #
24122026-06-16T21:22:12.180Z ##### #### # ###### #####
24132026-06-16T21:22:12.180Z
24142026-06-16T21:22:12.180Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24152026-06-16T21:22:12.180Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24162026-06-16T21:22:12.180Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24172026-06-16T21:22:12.180Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24182026-06-16T21:22:12.180Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24192026-06-16T21:22:12.180Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24202026-06-16T21:22:12.180Z+ export TMPDIR=/var/tmp/omicron_tmp
24212026-06-16T21:22:12.180Z+ TMPDIR=/var/tmp/omicron_tmp
24222026-06-16T21:22:12.180Z+ export RUST_BACKTRACE=1
24232026-06-16T21:22:12.180Z+ RUST_BACKTRACE=1
24242026-06-16T21:22:12.180Z+ export CARGO_INCREMENTAL=0
24252026-06-16T21:22:12.180Z+ CARGO_INCREMENTAL=0
24262026-06-16T21:22:12.180Z+ export RUSTC_BOOTSTRAP=1
24272026-06-16T21:22:12.181Z+ RUSTC_BOOTSTRAP=1
24282026-06-16T21:22:12.181Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24292026-06-16T21:22:14.342Z Compiling proc-macro2 v1.0.106
24302026-06-16T21:22:14.343Z Compiling unicode-ident v1.0.24
24312026-06-16T21:22:14.346Z Compiling quote v1.0.45
24322026-06-16T21:22:14.346Z Compiling libc v0.2.185
24332026-06-16T21:22:14.346Z Compiling serde_core v1.0.228
24342026-06-16T21:22:14.346Z Compiling cfg-if v1.0.4
24352026-06-16T21:22:14.346Z Compiling serde v1.0.228
24362026-06-16T21:22:14.346Z Compiling memchr v2.8.0
24372026-06-16T21:22:14.346Z Compiling smallvec v1.15.1
24382026-06-16T21:22:14.346Z Compiling log v0.4.29
24392026-06-16T21:22:14.620Z Compiling itoa v1.0.17
24402026-06-16T21:22:14.623Z Compiling version_check v0.9.5
24412026-06-16T21:22:14.623Z Compiling autocfg v1.5.0
24422026-06-16T21:22:14.623Z Compiling libm v0.2.16
24432026-06-16T21:22:14.624Z Compiling zmij v1.0.21
24442026-06-16T21:22:14.624Z Compiling serde_json v1.0.149
24452026-06-16T21:22:14.624Z Compiling stable_deref_trait v1.2.1
24462026-06-16T21:22:14.624Z Compiling scopeguard v1.2.0
24472026-06-16T21:22:14.624Z Compiling percent-encoding v2.3.2
24482026-06-16T21:22:14.624Z Compiling litemap v0.8.1
24492026-06-16T21:22:14.624Z Compiling writeable v0.6.2
24502026-06-16T21:22:14.648Z Compiling icu_properties_data v2.1.2
24512026-06-16T21:22:14.652Z Compiling icu_normalizer_data v2.1.1
24522026-06-16T21:22:14.652Z Compiling utf8_iter v1.0.4
24532026-06-16T21:22:14.652Z Compiling getrandom v0.4.1
24542026-06-16T21:22:14.652Z Compiling rand_core v0.10.0
24552026-06-16T21:22:14.652Z Compiling shlex v1.3.0
24562026-06-16T21:22:14.652Z Compiling parking_lot_core v0.9.12
24572026-06-16T21:22:14.652Z Compiling find-msvc-tools v0.1.9
24582026-06-16T21:22:14.652Z Compiling thiserror v2.0.18
24592026-06-16T21:22:14.652Z Compiling fnv v1.0.7
24602026-06-16T21:22:14.653Z Compiling portable-atomic v1.13.1
24612026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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.106/build.rs --error-format=json --json=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=2cebdb1d5e4cd6a4 -C extra-filename=-04607b244056a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-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=07c66aa5433c1603 -C extra-filename=-0f21955b4831b187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=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", "proc-macro"))' -C metadata=faf76a064387f33b -C extra-filename=-6a8e2d0362418fff --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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.185/build.rs --error-format=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=45f0cce165825ddd -C extra-filename=-86b9189d2c92fb6a --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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.228/build.rs --error-format=json --json=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=3f31c13e3a10ad77 -C extra-filename=-f1ea735de1df6c80 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=e15204e5359891e7 -C extra-filename=-aa8953624d325365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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.228/build.rs --error-format=json --json=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=27361f9f17fed749 -C extra-filename=-8c73409461af41ab --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=23860df6929d0dc0 -C extra-filename=-9d0bb49b988bc1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=6bf1092c3e0cf266 -C extra-filename=-fd6ba8a01932ff99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=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_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --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_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --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)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --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-privileged", "unsafe-assume-single-core"))' -C metadata=db8bda598ef53d41 -C extra-filename=-bafae3106b84a963 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43d174452102ec0 -C extra-filename=-4b053de74216db79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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.149/build.rs --error-format=json --json=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=e7a894516f40c61a -C extra-filename=-f1f5db4d25d8d85e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --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"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=abde6cf48554f866 -C extra-filename=-cf171686784f8471 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=90bd6e549917af5d -C extra-filename=-530edc1d78d8d38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=55c4bd435417fedf -C extra-filename=-6d38f3aad90247c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.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="std"' --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", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=404f61c88150941b -C extra-filename=-153496f33718ff11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772026-06-16T21:22:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=9463ea721f68aaab -C extra-filename=-fa4aea552415bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782026-06-16T21:22:14.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-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("alloc", "default", "either"))' -C metadata=bdb0434ad48db909 -C extra-filename=-51b02bc6ee80691a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792026-06-16T21:22:14.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=7116b20923422b76 -C extra-filename=-4da682a4d60c6eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802026-06-16T21:22:14.698Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=51ad409f8131f170 -C extra-filename=-3940aeae16145116 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812026-06-16T21:22:14.712Z Running `/home/build/.rustup/toolchains/1.94.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94791d1f783b36da -C extra-filename=-9cb600151b865d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822026-06-16T21:22:14.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d7a04abd44c8f11 -C extra-filename=-7add5d0777938364 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832026-06-16T21:22:14.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17cb32ffd69314c8 -C extra-filename=-121c99ae03710109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842026-06-16T21:22:14.840Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-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("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=7502ac7a93782e05 -C extra-filename=-aa272defcd706b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852026-06-16T21:22:14.876Z Compiling subtle v2.6.1
24862026-06-16T21:22:14.942Z Running `/home/build/.rustup/toolchains/1.94.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=9f0f1d5477b00a08 -C extra-filename=-a5667cf336dacb0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872026-06-16T21:22:15.008Z Compiling pin-project-lite v0.2.17
24882026-06-16T21:22:15.050Z Compiling zerocopy v0.8.40
24892026-06-16T21:22:15.054Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=1541212489575c35 -C extra-filename=-092fdc84cc87cee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902026-06-16T21:22:15.197Z Running `/home/build/.rustup/toolchains/1.94.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=86d20cce195ec005 -C extra-filename=-48e697dd107668e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912026-06-16T21:22:15.200Z Compiling equivalent v1.0.2
24922026-06-16T21:22:15.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c093d109600d7acd -C extra-filename=-c6e3815601778b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932026-06-16T21:22:15.271Z Running `/home/build/.rustup/toolchains/1.94.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=99bf743a47f66b65 -C extra-filename=-74c31174be3833a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942026-06-16T21:22:15.271Z Running `/home/build/.rustup/toolchains/1.94.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=22d35ec1dbabc124 -C extra-filename=-2ebd9f00f171696f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952026-06-16T21:22:15.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-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=935b449ce0e4b653 -C extra-filename=-a5f282b36849bc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962026-06-16T21:22:15.346Z Running `/home/build/.rustup/toolchains/1.94.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.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("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=0ffb68b441cc544c -C extra-filename=-03abffb3bd244537 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972026-06-16T21:22:15.383Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "std"))' -C metadata=ab4822b5eea9dc3a -C extra-filename=-4c61d3348f11ddaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982026-06-16T21:22:15.499Z Compiling critical-section v1.2.0
24992026-06-16T21:22:15.502Z Compiling heck v0.5.0
25002026-06-16T21:22:15.657Z Compiling iana-time-zone v0.1.65
25012026-06-16T21:22:15.829Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
25022026-06-16T21:22:15.832Z Running `/home/build/.rustup/toolchains/1.94.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.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=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::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--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=2803389e12d7792e -C extra-filename=-d7acc1d49ffab29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032026-06-16T21:22:16.036Z Running `/home/build/.rustup/toolchains/1.94.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.40/build.rs --error-format=json --json=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=7fd892534d6fdfe1 -C extra-filename=-77e44bf544d6c93a --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042026-06-16T21:22:16.040Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
25052026-06-16T21:22:16.040Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
25062026-06-16T21:22:16.040Z Running `/home/build/.rustup/toolchains/1.94.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=1340b8ac5949aaea -C extra-filename=-a1dbfc08a4534512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072026-06-16T21:22:16.040Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
25082026-06-16T21:22:16.040Z Running `/home/build/.rustup/toolchains/1.94.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=73f52328bc3b3d9b -C extra-filename=-5370b6ab3a93e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092026-06-16T21:22:16.040Z Running `/home/build/.rustup/toolchains/1.94.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.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("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=017facd50d0b44f4 -C extra-filename=-bc63114d986d95c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102026-06-16T21:22:16.040Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a/build-script-build`
25112026-06-16T21:22:16.174Z Compiling form_urlencoded v1.2.2
25122026-06-16T21:22:16.177Z Compiling typenum v1.19.0
25132026-06-16T21:22:16.177Z Compiling generic-array v0.14.7
25142026-06-16T21:22:16.177Z Compiling rustversion v1.0.22
25152026-06-16T21:22:16.177Z Compiling hashbrown v0.17.0
25162026-06-16T21:22:16.177Z Compiling regex-syntax v0.8.10
25172026-06-16T21:22:16.177Z Compiling schemars v0.8.22
25182026-06-16T21:22:16.177Z Compiling dyn-clone v1.0.20
25192026-06-16T21:22:16.570Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25202026-06-16T21:22:16.570Z Running `/home/build/.rustup/toolchains/1.94.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.65/src/lib.rs --error-format=json --json=diagnostic-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=248bccd4a4b19966 -C extra-filename=-9e1cf3ccd5b53459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212026-06-16T21:22:16.570Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25222026-06-16T21:22:16.573Z Running `/home/build/.rustup/toolchains/1.94.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=ac3e663d1ec7b374 -C extra-filename=-d3864d76002543d1 --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-74c31174be3833a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232026-06-16T21:22:16.573Z Running `/home/build/.rustup/toolchains/1.94.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=2a2081676d8273a2 -C extra-filename=-dc5b0f910a1492c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242026-06-16T21:22:16.573Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
25252026-06-16T21:22:16.573Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff/build-script-build`
25262026-06-16T21:22:16.573Z Compiling num-traits v0.2.19
25272026-06-16T21:22:16.573Z Compiling lock_api v0.4.14
25282026-06-16T21:22:16.573Z Compiling strsim v0.11.1
25292026-06-16T21:22:16.573Z Compiling futures-core v0.3.32
25302026-06-16T21:22:16.573Z Compiling aho-corasick v1.1.4
25312026-06-16T21:22:16.573Z Compiling syn v1.0.109
25322026-06-16T21:22:16.573Z Compiling const-oid v0.9.6
25332026-06-16T21:22:16.573Z Compiling rustix v1.1.3
25342026-06-16T21:22:16.573Z Running `/home/build/.rustup/toolchains/1.94.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=7554ec2544b2f237 -C extra-filename=-fb2264d067608a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352026-06-16T21:22:16.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-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 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --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=8e0fb89ee026ec63 -C extra-filename=-7523304f6864b3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-06-16T21:22:16.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=151fb54fad19e36e -C extra-filename=-1b9f34569c9e6d83 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372026-06-16T21:22:16.605Z Running `/home/build/.rustup/toolchains/1.94.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=f469bda7520cf030 -C extra-filename=-7aa0a185f0e945eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382026-06-16T21:22:16.609Z Running `/home/build/.rustup/toolchains/1.94.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.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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=02d266953b4dacaf -C extra-filename=-99f20a04b8966635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392026-06-16T21:22:16.609Z Running `/home/build/.rustup/toolchains/1.94.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=ecd1c7a28247f443 -C extra-filename=-6a94cfb1b9a52a20 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402026-06-16T21:22:17.070Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
25412026-06-16T21:22:17.103Z Running `/home/build/.rustup/toolchains/1.94.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.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=24293bd3dc477430 -C extra-filename=-99360ac57d065395 --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-0f21955b4831b187.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)'`
25422026-06-16T21:22:17.106Z Running `/home/build/.rustup/toolchains/1.94.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.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=749f11c240e2dd84 -C extra-filename=-2b3e0a333636a188 --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432026-06-16T21:22:17.106Z Compiling byteorder v1.5.0
25442026-06-16T21:22:17.106Z Compiling futures-sink v0.3.32
25452026-06-16T21:22:17.106Z Compiling futures-io v0.3.32
25462026-06-16T21:22:17.107Z Compiling futures-task v0.3.32
25472026-06-16T21:22:17.107Z Compiling thiserror v1.0.69
25482026-06-16T21:22:17.107Z Compiling slab v0.4.12
25492026-06-16T21:22:17.107Z Compiling cpufeatures v0.2.17
25502026-06-16T21:22:17.107Z Compiling ident_case v1.0.1
25512026-06-16T21:22:17.137Z Running `/home/build/.rustup/toolchains/1.94.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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=cbbc0cd7f9461ec3 -C extra-filename=-399956ed3366567e --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-06-16T21:22:17.141Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=537fc90f8939e3ac -C extra-filename=-d2281c904bfe50c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532026-06-16T21:22:17.141Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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", "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=1b8b039d7356d00a -C extra-filename=-699d9cec6385d284 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542026-06-16T21:22:17.141Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25552026-06-16T21:22:17.141Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
25562026-06-16T21:22:17.141Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
25572026-06-16T21:22:17.141Z Running `/home/build/.rustup/toolchains/1.94.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=7017eda210e0720e -C extra-filename=-417a3d6901854ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-06-16T21:22:17.141Z Running `/home/build/.rustup/toolchains/1.94.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=0c8fab47725de74a -C extra-filename=-a7461f4be8b12f71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-06-16T21:22:17.141Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=15c7529aa87c5e17 -C extra-filename=-37b593e45a181d21 --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-2ebd9f00f171696f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-06-16T21:22:17.177Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
25612026-06-16T21:22:17.180Z Running `/home/build/.rustup/toolchains/1.94.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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f3c9d2c82ef4331b -C extra-filename=-9741ffcf9f049a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(if_docsrs_then_no_serde_core)' --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)'`
25622026-06-16T21:22:17.180Z Running `/home/build/.rustup/toolchains/1.94.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=beb2e92d68b47545 -C extra-filename=-1187af0aead528db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-06-16T21:22:17.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-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=bd052e45009e345e -C extra-filename=-01e0def4c6020b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --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_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
25642026-06-16T21:22:17.499Z Running `/home/build/.rustup/toolchains/1.94.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-2.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(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28c0e95fa5b59182 -C extra-filename=-b4bc34960579f53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(icu4c_enable_renaming)'`
25652026-06-16T21:22:17.499Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25662026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.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=b778c2084380fde6 -C extra-filename=-9ccc3691c9035196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=3ed83e807e8cb248 -C extra-filename=-ab8db966f19237e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-06-16T21:22:17.502Z Compiling getrandom v0.3.4
25692026-06-16T21:22:17.502Z Compiling anyhow v1.0.102
25702026-06-16T21:22:17.502Z Compiling pkg-config v0.3.32
25712026-06-16T21:22:17.502Z Compiling base64 v0.22.1
25722026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.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=4d10f35d0d056107 -C extra-filename=-64e259f385e87aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.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=ed176373312d021e -C extra-filename=-dd045f7300f725bd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=5830c5b14282f93e -C extra-filename=-f90e97ec9fd53070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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", "std", "unstable"))' -C metadata=8fa769611d8cb212 -C extra-filename=-a5f9eb635e32839e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a983bdf5ce347b3c -C extra-filename=-76115cfbe65924e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-06-16T21:22:17.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=ef0b213c6997accf -C extra-filename=-5023923d33062f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-06-16T21:22:17.899Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=972c720ae028e481 -C extra-filename=-1079dfc81c68b9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
25792026-06-16T21:22:17.899Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25802026-06-16T21:22:17.899Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
25812026-06-16T21:22:17.899Z Running `/home/build/.rustup/toolchains/1.94.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=15bd2e6d250befc9 -C extra-filename=-1dd0d7d183911908 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-06-16T21:22:17.903Z Compiling futures-channel v0.3.32
25832026-06-16T21:22:17.903Z Compiling either v1.15.0
25842026-06-16T21:22:17.903Z Compiling utf8parse v0.2.2
25852026-06-16T21:22:17.903Z Compiling anstyle v1.0.14
25862026-06-16T21:22:17.903Z Compiling num-conv v0.2.0
25872026-06-16T21:22:17.903Z Compiling powerfmt v0.2.0
25882026-06-16T21:22:17.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=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=2da773157fa952e1 -C extra-filename=-35529f31f20d02eb --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-06-16T21:22:17.936Z Running `/home/build/.rustup/toolchains/1.94.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.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=503150c89fd3d71a -C extra-filename=-daf175a1cd2d26ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-06-16T21:22:17.936Z Running `/home/build/.rustup/toolchains/1.94.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=14da8e6cd80c4009 -C extra-filename=-ce299ebbb1d61b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-06-16T21:22:17.936Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25922026-06-16T21:22:17.962Z Running `/home/build/.rustup/toolchains/1.94.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-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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7722af16dd7648ee -C extra-filename=-9396e77066661b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(icu4c_enable_renaming)'`
25932026-06-16T21:22:17.965Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25942026-06-16T21:22:17.965Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25952026-06-16T21:22:18.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=39e3478f43488cb6 -C extra-filename=-b015ce3ea8343151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25962026-06-16T21:22:18.313Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25972026-06-16T21:22:18.317Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=65a314ec058f731e -C extra-filename=-2694af6e2949e11f --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-06-16T21:22:18.317Z Running `/home/build/.rustup/toolchains/1.94.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=b3c2caf7bb74f5c4 -C extra-filename=-4d7aa96ddad28561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992026-06-16T21:22:18.317Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
26002026-06-16T21:22:18.317Z Running `/home/build/.rustup/toolchains/1.94.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=05829b7ce4228a5b -C extra-filename=-1e24df76c16f817b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-06-16T21:22:18.317Z Compiling errno v0.3.14
26022026-06-16T21:22:18.317Z Compiling getrandom v0.2.17
26032026-06-16T21:22:18.317Z Compiling jobserver v0.1.34
26042026-06-16T21:22:18.317Z Compiling mio v1.2.0
26052026-06-16T21:22:18.317Z Compiling socket2 v0.6.3
26062026-06-16T21:22:18.317Z Compiling regex-automata v0.4.14
26072026-06-16T21:22:18.348Z Compiling allocator-api2 v0.2.21
26082026-06-16T21:22:18.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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_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_enums' '--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=942a76272473d1c4 -C extra-filename=-b2bde8d747fc73bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092026-06-16T21:22:18.351Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=fc832ea703e42abd -C extra-filename=-eaa660764df265b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102026-06-16T21:22:18.351Z Running `/home/build/.rustup/toolchains/1.94.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.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 '--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_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --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_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --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)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --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-privileged", "unsafe-assume-single-core"))' -C metadata=837841c86bd322a0 -C extra-filename=-cda54deeadff7a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,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_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,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_privileged,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","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
26112026-06-16T21:22:18.351Z Running `/home/build/.rustup/toolchains/1.94.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=d473dcf0cda3ba95 -C extra-filename=-922144cb400f44f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122026-06-16T21:22:18.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=609a79aa6c4da28e -C extra-filename=-494ba3a71996a280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
26132026-06-16T21:22:18.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=1f5abaf1e5ddf689 -C extra-filename=-9ef7dfa7d7bb714e --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-06-16T21:22:18.764Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d5c48cc474e3607 -C extra-filename=-1cbf82cce4c679a3 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-06-16T21:22:18.764Z Running `/home/build/.rustup/toolchains/1.94.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.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("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=9ebea569cb77092f -C extra-filename=-2ebd0ef4dbd4b49e --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
26162026-06-16T21:22:18.764Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b6be0db2a1a3e197 -C extra-filename=-4c0681911c5a3fd6 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-06-16T21:22:18.764Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=c84fd8e1557ec8dd -C extra-filename=-6ae901cd3497a02c --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-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182026-06-16T21:22:18.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=9cece984508d7341 -C extra-filename=-9e6f97d623d79a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-06-16T21:22:18.765Z Running `/home/build/.rustup/toolchains/1.94.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=a77f4737629c483c -C extra-filename=-64ebcc41add088b3 --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"))'`
26202026-06-16T21:22:18.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --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"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=cbe87972bed8b790 -C extra-filename=-4043be771473f5c2 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212026-06-16T21:22:18.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6c7795d4a4c4899 -C extra-filename=-a898c7cc874d883a --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-06-16T21:22:18.765Z Compiling base64ct v1.8.3
26232026-06-16T21:22:18.765Z Compiling time-core v0.1.8
26242026-06-16T21:22:18.765Z Compiling deranged v0.5.8
26252026-06-16T21:22:18.765Z Compiling untrusted v0.9.0
26262026-06-16T21:22:18.765Z Compiling num_threads v0.1.7
26272026-06-16T21:22:18.765Z Compiling crossbeam-utils v0.8.21
26282026-06-16T21:22:18.765Z Compiling is_terminal_polyfill v1.70.2
26292026-06-16T21:22:18.765Z Running `/home/build/.rustup/toolchains/1.94.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=6858812ce244654d -C extra-filename=-3318559a2770f550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-06-16T21:22:18.765Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
26312026-06-16T21:22:18.765Z Running `/home/build/.rustup/toolchains/1.94.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.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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=841d8d26c4449362 -C extra-filename=-27e48c156d319f55 --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-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-06-16T21:22:19.086Z Compiling syn v2.0.117
26332026-06-16T21:22:19.093Z Compiling bitflags v2.11.0
26342026-06-16T21:22:19.093Z Compiling semver v1.0.28
26352026-06-16T21:22:19.093Z Compiling once_cell v1.21.3
26362026-06-16T21:22:19.093Z Compiling rand_core v0.6.4
26372026-06-16T21:22:19.093Z Compiling signal-hook-registry v1.4.8
26382026-06-16T21:22:19.093Z Compiling indexmap v2.14.0
26392026-06-16T21:22:19.093Z Compiling colorchoice v1.0.4
26402026-06-16T21:22:19.134Z Compiling httparse v1.10.1
26412026-06-16T21:22:19.146Z Running `/home/build/.rustup/toolchains/1.94.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=8244d5db0c24e527 -C extra-filename=-6933dc604de72165 --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-1079dfc81c68b9a8.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)'`
26422026-06-16T21:22:19.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.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=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", "rand010", "rand08", "rand09", "serde"))' -C metadata=9556110bea7c5620 -C extra-filename=-7c5cc11432a2ac22 --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-922144cb400f44f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-06-16T21:22:19.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=00d10a2a02b405c2 -C extra-filename=-8703aae8b2f9644d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-06-16T21:22:19.146Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26452026-06-16T21:22:19.146Z Running `/home/build/.rustup/toolchains/1.94.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=acec9f24b04d6761 -C extra-filename=-9b3a004f0bbfd40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-06-16T21:22:19.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-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 --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("large-dates"))' -C metadata=be52679a90e18c56 -C extra-filename=-23dd8e7968b65b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-06-16T21:22:19.172Z Running `/home/build/.rustup/toolchains/1.94.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=927addd293fdf57f -C extra-filename=-f6d7bb457d0068ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-06-16T21:22:19.183Z Running `/home/build/.rustup/toolchains/1.94.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=c18e638485bdfc97 -C extra-filename=-66f2b2a19b57dbf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-06-16T21:22:19.183Z Running `/home/build/.rustup/toolchains/1.94.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.2/src/lib.rs --error-format=json --json=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=3d519c2c4012e40d -C extra-filename=-b542d191368554bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-06-16T21:22:19.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-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=32f8f52f9c76382e -C extra-filename=-5cdbebf864c5da83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-06-16T21:22:19.507Z Running `/home/build/.rustup/toolchains/1.94.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.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a5007bb0fab6bbf5 -C extra-filename=-c87d064435728b66 --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-092fdc84cc87cee5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-494ba3a71996a280.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"))'`
26522026-06-16T21:22:19.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=d5be8104bdf539cb -C extra-filename=-10536750ba824ae2 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-06-16T21:22:19.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fb3cf4ae510ad60c -C extra-filename=-9a2525d8b569a190 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-06-16T21:22:19.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --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=2486d38362c04092 -C extra-filename=-e4d505d3eeb92d26 --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-a1dbfc08a4534512.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-7523304f6864b3fe.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-06-16T21:22:19.507Z Running `/home/build/.rustup/toolchains/1.94.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.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::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6ca3148cc2652ed -C extra-filename=-36c49b9ad30a636e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-06-16T21:22:19.507Z Running `/home/build/.rustup/toolchains/1.94.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=a3eb9e2f41f77db6 -C extra-filename=-5df1b6f5f7e59625 --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-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-06-16T21:22:19.507Z Compiling cc v1.2.56
26582026-06-16T21:22:19.525Z Compiling parking_lot v0.12.5
26592026-06-16T21:22:19.549Z Compiling uuid v1.23.0
26602026-06-16T21:22:19.549Z Compiling time-macros v0.2.27
26612026-06-16T21:22:19.549Z Compiling anstyle-query v1.1.5
26622026-06-16T21:22:19.549Z Compiling anstyle-parse v1.0.0
26632026-06-16T21:22:19.549Z Compiling ryu v1.0.23
26642026-06-16T21:22:19.549Z Compiling camino v1.2.2
26652026-06-16T21:22:19.549Z Compiling clap_lex v1.0.0
26662026-06-16T21:22:19.549Z Running `/home/build/.rustup/toolchains/1.94.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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=a7e94e1eddcebc51 -C extra-filename=-adc5358a0f3e2899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26672026-06-16T21:22:19.550Z Running `/home/build/.rustup/toolchains/1.94.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=478f1ca6850fea90 -C extra-filename=-e5797ea9908f0e04 --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-bc63114d986d95c8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-06-16T21:22:19.550Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
26692026-06-16T21:22:19.601Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=ee0a3b0cb6b21f84 -C extra-filename=-abbbcd209cf07bc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-06-16T21:22:19.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-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 --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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e94a8b00d6f640b -C extra-filename=-ec69541b7ea66eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-06-16T21:22:19.855Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=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(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=1928b2438f88a0ef -C extra-filename=-14d0ce7904083a99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-4b053de74216db79.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1cbf82cce4c679a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-06-16T21:22:19.855Z Running `/home/build/.rustup/toolchains/1.94.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.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"' --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=10454dad3801301b -C extra-filename=-62949386ed40d690 --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-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2ebd0ef4dbd4b49e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-06-16T21:22:19.855Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=6f98fd25d2695426 -C extra-filename=-da9081ae5c21635c --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-4043be771473f5c2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-06-16T21:22:19.871Z Compiling tracing-core v0.1.36
26752026-06-16T21:22:19.871Z Compiling pem-rfc7468 v0.7.0
26762026-06-16T21:22:19.871Z Compiling slog v2.8.2
26772026-06-16T21:22:19.871Z Compiling flagset v0.4.7
26782026-06-16T21:22:19.871Z Compiling atomic-waker v1.1.2
26792026-06-16T21:22:19.871Z Compiling httpdate v1.0.3
26802026-06-16T21:22:19.871Z Compiling fs_extra v1.3.0
26812026-06-16T21:22:19.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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=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=6e39b6df5e2f8340 -C extra-filename=-763e69004c310e8b --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-eaa660764df265b8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822026-06-16T21:22:19.872Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f5cc850c3cc67866 -C extra-filename=-f08bb8b248c5184c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-06-16T21:22:19.872Z Running `/home/build/.rustup/toolchains/1.94.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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=016372c6a3afefb6 -C extra-filename=-81a339a39775c4c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-06-16T21:22:19.872Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-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::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_enums' '--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=bf762183abc528cc -C extra-filename=-308c91df5613d4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-06-16T21:22:19.872Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-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=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_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_enums' '--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=4c590a0982613cf2 -C extra-filename=-ac14f240cfa99b72 --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-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-06-16T21:22:19.873Z Running `/home/build/.rustup/toolchains/1.94.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.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=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_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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecc2479b6dba8970 -C extra-filename=-d18156ad55a44d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-06-16T21:22:20.245Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26882026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.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=afda80241674eb2f -C extra-filename=-3136d8787cee3542 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.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=4719f5b68aec4c2d -C extra-filename=-158ee63d9a68ba9b --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-8703aae8b2f9644d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-06-16T21:22:20.249Z Compiling anstream v1.0.0
26912026-06-16T21:22:20.249Z Compiling dunce v1.0.5
26922026-06-16T21:22:20.249Z Compiling try-lock v0.2.5
26932026-06-16T21:22:20.249Z Compiling unicode-segmentation v1.12.0
26942026-06-16T21:22:20.249Z Compiling tower-layer v0.3.3
26952026-06-16T21:22:20.249Z Compiling pin-utils v0.1.0
26962026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.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=d6b7f6fab4668176 -C extra-filename=-6c6bb4391ac8d17e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.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("serde", "std"))' -C metadata=ab48a895facea330 -C extra-filename=-282222ca4c7256bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.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="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --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("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "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=761648fe3fa6b7b5 -C extra-filename=-ad5507ced58804c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.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.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=844ae4dfa3676734 -C extra-filename=-61f2464b9e941b65 --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-e5797ea9908f0e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-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=55c827baa76c0331 -C extra-filename=-1c5dc4b799a94734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
27012026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.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=ffcc7c811efff218 -C extra-filename=-8f587c6ddd5813db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-06-16T21:22:20.249Z Running `/home/build/.rustup/toolchains/1.94.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=092ded10a70262aa -C extra-filename=-7d72c1a8808103b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-06-16T21:22:20.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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", "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=2c9c777266e2541c -C extra-filename=-cf300be829fa3186 --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-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27042026-06-16T21:22:20.556Z Compiling rand_core v0.9.5
27052026-06-16T21:22:20.556Z Compiling tower-service v0.3.3
27062026-06-16T21:22:20.556Z Compiling fastrand v2.3.0
27072026-06-16T21:22:20.556Z Compiling socket2 v0.5.10
27082026-06-16T21:22:20.556Z Compiling spin v0.9.8
27092026-06-16T21:22:20.556Z Compiling mime v0.3.17
27102026-06-16T21:22:20.556Z Compiling aws-lc-rs v1.16.3
27112026-06-16T21:22:20.556Z Compiling ucd-trie v0.1.7
27122026-06-16T21:22:20.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-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=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_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_enums' '--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=90b926a0944553a2 -C extra-filename=-15a8fcefd27d9a9d --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-b2bde8d747fc73bb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ac14f240cfa99b72.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-06-16T21:22:20.556Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
27142026-06-16T21:22:20.556Z Running `/home/build/.rustup/toolchains/1.94.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=043667f672933bec -C extra-filename=-5901c73d34c3c394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152026-06-16T21:22:20.557Z Running `/home/build/.rustup/toolchains/1.94.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=cb5e4945cf699e6c -C extra-filename=-39e83d23797ddb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-06-16T21:22:20.557Z Running `/home/build/.rustup/toolchains/1.94.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=48c9accc16ec8557 -C extra-filename=-1b927ed9105fe228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-06-16T21:22:20.585Z Running `/home/build/.rustup/toolchains/1.94.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=e7792460d98c2a4f -C extra-filename=-02d7ef8c098a2a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-06-16T21:22:20.594Z Running `/home/build/.rustup/toolchains/1.94.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=d3c226d4ddb6cd9e -C extra-filename=-b8f2d017dfbfe3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-06-16T21:22:20.886Z Running `/home/build/.rustup/toolchains/1.94.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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=0c6393d067c80d7c -C extra-filename=-3159a94201069dd2 --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-3136d8787cee3542.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-06-16T21:22:20.886Z Running `/home/build/.rustup/toolchains/1.94.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=0b169d0eeff884d3 -C extra-filename=-b069a8570b2e898f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212026-06-16T21:22:20.886Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27222026-06-16T21:22:20.897Z Compiling regex v1.12.3
27232026-06-16T21:22:20.897Z Compiling want v0.3.1
27242026-06-16T21:22:20.897Z Compiling rustc_version v0.4.1
27252026-06-16T21:22:20.897Z Compiling pretty-hex v0.4.1
27262026-06-16T21:22:20.897Z Compiling untrusted v0.7.1
27272026-06-16T21:22:20.897Z Compiling foldhash v0.2.0
27282026-06-16T21:22:20.897Z Compiling plain v0.2.3
27292026-06-16T21:22:20.897Z Compiling winnow v0.7.14
27302026-06-16T21:22:20.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=3a226f3a4df2ea40 -C extra-filename=-f286a8126edb86b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-06-16T21:22:20.897Z Running `/home/build/.rustup/toolchains/1.94.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=76dad5f036941db4 -C extra-filename=-b929bb79b7ad5e10 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-06-16T21:22:20.897Z Running `/home/build/.rustup/toolchains/1.94.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=f5a8f9743a9e4f65 -C extra-filename=-498226a3d878704f --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-37b593e45a181d21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-06-16T21:22:20.897Z Running `/home/build/.rustup/toolchains/1.94.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=3fc7d296a1dee7e3 -C extra-filename=-a07cde80cd4a0a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-06-16T21:22:20.897Z Running `/home/build/.rustup/toolchains/1.94.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.16.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="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", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=a6cbc7790c7bbcf2 -C extra-filename=-5b704d6e2620c347 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-5b704d6e2620c347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-06-16T21:22:20.898Z Running `/home/build/.rustup/toolchains/1.94.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=eb81e45026cf4b62 -C extra-filename=-02375f6ebe64fa50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-06-16T21:22:21.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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=1907b3768f19f1b3 -C extra-filename=-933ea8a694882c77 --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-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-06-16T21:22:21.243Z Running `/home/build/.rustup/toolchains/1.94.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=f599d255ce3906b0 -C extra-filename=-37faa1f68eac4450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27382026-06-16T21:22:21.243Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27392026-06-16T21:22:21.243Z Running `/home/build/.rustup/toolchains/1.94.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=d9d5aa3f39539f65 -C extra-filename=-e3c84e5aa934da16 --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-39e83d23797ddb4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402026-06-16T21:22:21.243Z Running `/home/build/.rustup/toolchains/1.94.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=bb68c8fb96975383 -C extra-filename=-32a02797568f8843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-06-16T21:22:21.243Z Running `/home/build/.rustup/toolchains/1.94.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=3becf9fd609a916a -C extra-filename=-563d05d7861c894f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-06-16T21:22:21.243Z Compiling time v0.3.47
27432026-06-16T21:22:21.244Z Compiling cmake v0.1.57
27442026-06-16T21:22:21.244Z Compiling pest v2.8.6
27452026-06-16T21:22:21.244Z Compiling openssl-probe v0.2.1
27462026-06-16T21:22:21.312Z Compiling rustls v0.23.37
27472026-06-16T21:22:21.312Z Compiling encoding_rs v0.8.35
27482026-06-16T21:22:21.312Z Compiling simd-adler32 v0.3.8
27492026-06-16T21:22:21.312Z Compiling vcpkg v0.2.15
27502026-06-16T21:22:21.329Z Running `/home/build/.rustup/toolchains/1.94.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=cf5da592f29880fa -C extra-filename=-4e50982a21137ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-06-16T21:22:21.329Z Running `/home/build/.rustup/toolchains/1.94.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=4546b1fd9de704c1 -C extra-filename=-23feec06cbb50781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-06-16T21:22:21.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-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(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=df2f3354942be840 -C extra-filename=-38592406369b8a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27532026-06-16T21:22:21.330Z Running `/home/build/.rustup/toolchains/1.94.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=9ed8bb88fd659e62 -C extra-filename=-c6b05ceb18b87f18 --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-9a2525d8b569a190.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-06-16T21:22:21.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=9a0a22a3b6352867 -C extra-filename=-f7fee5e86f2f2b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-06-16T21:22:21.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=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=f06ebf0e54828fcf -C extra-filename=-f1529167c9667213 --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-7c5cc11432a2ac22.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f6d7bb457d0068ce.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-06-16T21:22:21.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=5d767e71dde81ffd -C extra-filename=-14842183da3c6f4a --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-9741ffcf9f049a12.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 --cfg path_add_extension --cfg pathbuf_const_new --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)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
27572026-06-16T21:22:21.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=425b6a04822eb7b5 -C extra-filename=-5730252e0292bbbf --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-14d0ce7904083a99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-06-16T21:22:21.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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 --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=a0cae428f31ebbde -C extra-filename=-dfa67a421c28d51d --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-9d0bb49b988bc1dc.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-02375f6ebe64fa50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-06-16T21:22:21.583Z Compiling terminal_size v0.4.3
27602026-06-16T21:22:21.590Z Compiling tempfile v3.25.0
27612026-06-16T21:22:21.607Z Compiling hashbrown v0.16.1
27622026-06-16T21:22:21.618Z Compiling adler2 v2.0.1
27632026-06-16T21:22:21.618Z Compiling sync_wrapper v1.0.2
27642026-06-16T21:22:21.618Z Compiling iri-string v0.7.10
27652026-06-16T21:22:21.618Z Compiling crc32fast v1.5.0
27662026-06-16T21:22:21.618Z Compiling static_assertions v1.1.0
27672026-06-16T21:22:21.645Z Running `/home/build/.rustup/toolchains/1.94.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=eb3e10d51adf5269 -C extra-filename=-faac664678c803f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-06-16T21:22:21.649Z Running `/home/build/.rustup/toolchains/1.94.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=48d9bf483de05a60 -C extra-filename=-fa1b9b86a59e162f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-06-16T21:22:21.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-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=9f94c3e1cebfe141 -C extra-filename=-243d21d0b0b607bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-06-16T21:22:21.649Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=70e8488271d6ed8c -C extra-filename=-ef4e9b54cb022e5f --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-06-16T21:22:21.649Z Running `/home/build/.rustup/toolchains/1.94.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.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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --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", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=f704885a92dae4ab -C extra-filename=-573fefe0732e62d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-06-16T21:22:21.919Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f826222acff493f1 -C extra-filename=-13c8b604a2d2a9ec --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-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732026-06-16T21:22:21.919Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=bbb7ba86851368de -C extra-filename=-032d8d4d9e498d64 --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-f286a8126edb86b2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742026-06-16T21:22:21.931Z Compiling ring v0.17.14
27752026-06-16T21:22:21.931Z Compiling lazy_static v1.5.0
27762026-06-16T21:22:21.931Z Compiling paste v1.0.15
27772026-06-16T21:22:21.931Z Compiling cookie v0.18.1
27782026-06-16T21:22:21.931Z Compiling zlib-rs v0.6.2
27792026-06-16T21:22:21.931Z Compiling litrs v1.0.0
27802026-06-16T21:22:21.932Z Compiling heck v0.4.1
27812026-06-16T21:22:21.932Z Compiling psl-types v2.0.11
27822026-06-16T21:22:21.932Z Compiling tinyvec_macros v0.1.1
27832026-06-16T21:22:21.932Z Compiling num-integer v0.1.46
27842026-06-16T21:22:21.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=ddb9f9bc57c180b4 -C extra-filename=-5ce25e48eebfce10 --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-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-06-16T21:22:21.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=51a1255a74c86087 -C extra-filename=-b3db75f06e318a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-06-16T21:22:21.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=93b7a31f7066dcee -C extra-filename=-930b93cd044331fb --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-d2281c904bfe50c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-06-16T21:22:21.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=ed3e9efb834ffda6 -C extra-filename=-9dc60e5f27682a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-06-16T21:22:21.932Z Running `/home/build/.rustup/toolchains/1.94.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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=6cf6ac3c9625eb26 -C extra-filename=-e37e385602b72a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-06-16T21:22:21.932Z Running `/home/build/.rustup/toolchains/1.94.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=e010b04c751337ed -C extra-filename=-8b5e68fb1f722bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-06-16T21:22:22.286Z Running `/home/build/.rustup/toolchains/1.94.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=4c7b2c76b9f4cc21 -C extra-filename=-d921f16cc8046928 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-06-16T21:22:22.286Z Running `/home/build/.rustup/toolchains/1.94.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=c8a38a7fab51dfd1 -C extra-filename=-48d53fa97e1e2bdd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-06-16T21:22:22.319Z Compiling synstructure v0.13.2
27932026-06-16T21:22:22.320Z Compiling serde_derive_internals v0.29.1
27942026-06-16T21:22:22.320Z Compiling clap_builder v4.6.0
27952026-06-16T21:22:22.320Z Compiling aws-lc-sys v0.40.0
27962026-06-16T21:22:22.320Z Compiling miniz_oxide v0.8.9
27972026-06-16T21:22:22.320Z Compiling darling_core v0.21.3
27982026-06-16T21:22:22.320Z Compiling usdt-impl v0.6.0
27992026-06-16T21:22:22.320Z Compiling data-encoding v2.10.0
28002026-06-16T21:22:22.335Z Running `/home/build/.rustup/toolchains/1.94.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.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 --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=66ce746128c64e4e -C extra-filename=-9a7910bebc61de1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-06-16T21:22:22.335Z Running `/home/build/.rustup/toolchains/1.94.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=97757d02c256af22 -C extra-filename=-d7c954c5e8c62581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-06-16T21:22:22.335Z Running `/home/build/.rustup/toolchains/1.94.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=bdcc2085d3692a64 -C extra-filename=-e45898bb301690e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032026-06-16T21:22:22.335Z Running `/home/build/.rustup/toolchains/1.94.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=5a2ba16f126866c4 -C extra-filename=-7b8b4079daab0ed4 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-06-16T21:22:22.335Z Running `/home/build/.rustup/toolchains/1.94.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=4c873fe557b70abf -C extra-filename=-445c8839df6eec4c --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-06-16T21:22:22.336Z Running `/home/build/.rustup/toolchains/1.94.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=37d9226ae6f9f744 -C extra-filename=-d5fd0f5185ed5b7a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-06-16T21:22:22.336Z Running `/home/build/.rustup/toolchains/1.94.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=206922894cccfa2b -C extra-filename=-dd9102c781fc5d0d --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-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-06-16T21:22:22.336Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=9a02174e50cd78e3 -C extra-filename=-bf94deb561031c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-06-16T21:22:22.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ee9b9fbe6aa4f195 -C extra-filename=-7ff1377beeba7887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092026-06-16T21:22:22.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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_enums' '--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=84fc2f390401637d -C extra-filename=-11383fdaf8b76d07 --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-15a8fcefd27d9a9d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-308c91df5613d4de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-06-16T21:22:22.597Z Running `/home/build/.rustup/toolchains/1.94.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.40.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("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=8322217f50a32ba8 -C extra-filename=-085db97135c3071b --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-085db97135c3071b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-5730252e0292bbbf.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-5901c73d34c3c394.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-7d72c1a8808103b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-06-16T21:22:22.597Z Running `/home/build/.rustup/toolchains/1.94.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.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=acc39a73dec516c3 -C extra-filename=-187942c6dbec225b --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-b3db75f06e318a4d.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-06-16T21:22:22.598Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-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=858687c52f1b66d3 -C extra-filename=-9c4bcd2d62e3585d --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132026-06-16T21:22:22.598Z Running `/home/build/.rustup/toolchains/1.94.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=72a4af19f0efec7a -C extra-filename=-21fdd2353018de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-06-16T21:22:22.598Z Compiling toml_parser v1.0.9+spec-1.1.0
28152026-06-16T21:22:22.598Z Compiling tinyvec v1.10.0
28162026-06-16T21:22:22.598Z Compiling darling_core v0.20.11
28172026-06-16T21:22:22.598Z Compiling thread-id v5.1.0
28182026-06-16T21:22:22.598Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=59bdcb714ff8c00c -C extra-filename=-afe6ed1398c542c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192026-06-16T21:22:22.598Z Running `/home/build/.rustup/toolchains/1.94.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=edc64a0a2b2f2217 -C extra-filename=-dec54908fb143fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202026-06-16T21:22:22.802Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
28212026-06-16T21:22:22.806Z Compiling pest_meta v2.8.6
28222026-06-16T21:22:22.806Z Compiling openssl-sys v0.9.115
28232026-06-16T21:22:22.806Z Compiling ahash v0.8.12
28242026-06-16T21:22:22.806Z Compiling base16ct v0.2.0
28252026-06-16T21:22:22.806Z Compiling object v0.37.3
28262026-06-16T21:22:22.806Z Compiling rustix v0.38.44
28272026-06-16T21:22:22.806Z Compiling ff v0.13.1
28282026-06-16T21:22:22.806Z Compiling memmap2 v0.9.10
28292026-06-16T21:22:22.806Z Running `/home/build/.rustup/toolchains/1.94.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.9+spec-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 --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_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_enums' '--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", "unsafe"))' -C metadata=5563f806ea858a04 -C extra-filename=-eddac49d652135bc --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-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-06-16T21:22:22.806Z Running `/home/build/.rustup/toolchains/1.94.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=1914f7539288f984 -C extra-filename=-d30699740005417b --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-06-16T21:22:22.806Z Running `/home/build/.rustup/toolchains/1.94.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.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=f12db5712fb8caae -C extra-filename=-7304525c73e61ed8 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-06-16T21:22:22.806Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-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="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=948b74ba6931574b -C extra-filename=-2f087dd254ca002f --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-e45898bb301690e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-06-16T21:22:22.806Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
28342026-06-16T21:22:23.053Z Running `/home/build/.rustup/toolchains/1.94.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.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("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=c86fb8cf73679831 -C extra-filename=-82b6458813c5ac03 --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-dfa67a421c28d51d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-06-16T21:22:23.056Z Compiling document-features v0.2.12
28362026-06-16T21:22:23.087Z Compiling bit-vec v0.8.0
28372026-06-16T21:22:23.091Z Compiling num-iter v0.1.45
28382026-06-16T21:22:23.123Z Compiling crossbeam-epoch v0.9.18
28392026-06-16T21:22:23.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.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=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --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", "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=3dca12f1c0530674 -C extra-filename=-12acf8694e8a2ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-06-16T21:22:23.165Z Running `/home/build/.rustup/toolchains/1.94.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=b966f587e79a416b -C extra-filename=-12ce87b25e55e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-06-16T21:22:23.166Z Running `/home/build/.rustup/toolchains/1.94.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.44/build.rs --error-format=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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --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=7a994a3764062f69 -C extra-filename=-d482eff6bcce1d00 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-06-16T21:22:23.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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("stable_deref_trait"))' -C metadata=e21e9341094e1bfd -C extra-filename=-20761e9cc32e3f9e --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-06-16T21:22:23.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=6aaf57476c4b61b7 -C extra-filename=-5bdddceadc240b18 --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-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-06-16T21:22:23.166Z Running `/home/build/.rustup/toolchains/1.94.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=1cecacfffab7d536 -C extra-filename=-9a1fee2dec1666ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-06-16T21:22:23.197Z Running `/home/build/.rustup/toolchains/1.94.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.115/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", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ffa728a4b3b7b31f -C extra-filename=-ff60dead9e545192 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-ff60dead9e545192 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462026-06-16T21:22:23.243Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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", "nightly", "std"))' -C metadata=0759838613bebd3a -C extra-filename=-74759b175612c26b --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
28472026-06-16T21:22:23.246Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
28482026-06-16T21:22:23.247Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928/build-script-build`
28492026-06-16T21:22:23.247Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28502026-06-16T21:22:23.247Z Running `/home/build/.rustup/toolchains/1.94.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.12/lib.rs --error-format=json --json=diagnostic-rendered-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=b3df82d134558ea0 -C extra-filename=-f1440f2cce620e94 --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-bf94deb561031c36.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-06-16T21:22:23.247Z Running `/home/build/.rustup/toolchains/1.94.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=d83a3318cad1eafb -C extra-filename=-5123d94d29602b7b --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522026-06-16T21:22:23.247Z Running `/home/build/.rustup/toolchains/1.94.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=1f37a7d72b1fd549 -C extra-filename=-1f592c78e46269e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-06-16T21:22:23.247Z Compiling hubpack_derive v0.1.1
28542026-06-16T21:22:23.247Z Compiling bstr v1.12.1
28552026-06-16T21:22:23.247Z Running `/home/build/.rustup/toolchains/1.94.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=ff46a1952510bf51 -C extra-filename=-81b267cc7138b84d --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562026-06-16T21:22:23.247Z Compiling group v0.13.0
28572026-06-16T21:22:23.279Z Compiling anstyle-parse v0.2.7
28582026-06-16T21:22:23.282Z Compiling wait-timeout v0.2.1
28592026-06-16T21:22:23.282Z Compiling siphasher v1.0.2
28602026-06-16T21:22:23.283Z Compiling num-bigint-dig v0.8.6
28612026-06-16T21:22:23.283Z Compiling itertools v0.13.0
28622026-06-16T21:22:23.317Z Running `/home/build/.rustup/toolchains/1.94.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=5e2e0bb3ec18b41e -C extra-filename=-455ff897770a9865 --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-74c31174be3833a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-06-16T21:22:23.320Z Running `/home/build/.rustup/toolchains/1.94.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=e665007dfde3b2b0 -C extra-filename=-3837612fb15a29c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-06-16T21:22:23.320Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-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 --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=3959a3af0918eae7 -C extra-filename=-d7011e9bfeca9f9e --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-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-06-16T21:22:23.320Z Running `/home/build/.rustup/toolchains/1.94.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=2c1f893334390867 -C extra-filename=-7cd91c71ab4e74b0 --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-5bdddceadc240b18.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-06-16T21:22:23.355Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=971754710fd2bdb3 -C extra-filename=-aee2972910b9b9b1 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-06-16T21:22:23.359Z Running `/home/build/.rustup/toolchains/1.94.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.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=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="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=478763f38fd91cb9 -C extra-filename=-99d8b4ac7e33d344 --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-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-06-16T21:22:23.359Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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="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=137a2ce9cea978b3 -C extra-filename=-cd202310ad5c957e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-06-16T21:22:23.359Z Running `/home/build/.rustup/toolchains/1.94.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.6/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=91c7d4198de7e7b3 -C extra-filename=-698ac3da0275bb50 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-06-16T21:22:23.359Z Running `/home/build/.rustup/toolchains/1.94.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=16f7b7edd93f4143 -C extra-filename=-e4c83b89c41d405d --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-06-16T21:22:23.435Z Compiling memoffset v0.9.1
28722026-06-16T21:22:23.630Z Compiling pest_generator v2.8.6
28732026-06-16T21:22:23.666Z Running `/home/build/.rustup/toolchains/1.94.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=57e9ce59e1100b4f -C extra-filename=-1e60a28a9d64bbe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-06-16T21:22:23.936Z Compiling bit-set v0.8.0
28752026-06-16T21:22:23.936Z Compiling usdt-impl v0.5.0
28762026-06-16T21:22:23.942Z Compiling openssl v0.10.79
28772026-06-16T21:22:23.942Z Compiling winnow v0.5.40
28782026-06-16T21:22:23.943Z Compiling foreign-types-shared v0.1.1
28792026-06-16T21:22:23.943Z Compiling quick-error v1.2.3
28802026-06-16T21:22:23.943Z Compiling curve25519-dalek v4.1.3
28812026-06-16T21:22:23.943Z Compiling rand_xorshift v0.4.0
28822026-06-16T21:22:23.943Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28832026-06-16T21:22:23.943Z Running `/home/build/.rustup/toolchains/1.94.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=9dd85a772a4450a5 -C extra-filename=-8fc332225d214466 --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-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-06-16T21:22:23.943Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28852026-06-16T21:22:23.943Z Running `/home/build/.rustup/toolchains/1.94.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=0ada951d5874b026 -C extra-filename=-227ba1285ee48ac7 --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"))'`
28862026-06-16T21:22:24.219Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
28872026-06-16T21:22:24.224Z Running `/home/build/.rustup/toolchains/1.94.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=f51b4dd9d0a4f512 -C extra-filename=-dbc21d817e9b0f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-06-16T21:22:24.224Z Compiling serde_derive v1.0.228
28892026-06-16T21:22:24.261Z Compiling zeroize_derive v1.4.3
28902026-06-16T21:22:24.261Z Compiling zerofrom-derive v0.1.6
28912026-06-16T21:22:24.261Z Compiling yoke-derive v0.8.1
28922026-06-16T21:22:24.261Z Compiling zerovec-derive v0.11.2
28932026-06-16T21:22:24.261Z Compiling displaydoc v0.2.5
28942026-06-16T21:22:24.292Z Compiling thiserror-impl v2.0.18
28952026-06-16T21:22:24.299Z Running `/home/build/.rustup/toolchains/1.94.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.79/build.rs --error-format=json --json=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", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b6c779f278061ea5 -C extra-filename=-9e1dc6e8b63bf5f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-9e1dc6e8b63bf5f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-06-16T21:22:24.299Z Running `/home/build/.rustup/toolchains/1.94.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=06b985c1103843b1 -C extra-filename=-5b14b0a300cb9907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-06-16T21:22:24.340Z Running `/home/build/.rustup/toolchains/1.94.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=d57700da2438f112 -C extra-filename=-8a99b6dee15b72a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-06-16T21:22:24.344Z Running `/home/build/.rustup/toolchains/1.94.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=9ff5363e20f31700 -C extra-filename=-166487491a768524 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-06-16T21:22:24.344Z Running `/home/build/.rustup/toolchains/1.94.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=6153c5c4ea95e03c -C extra-filename=-1f3968fe0d43d709 --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-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-06-16T21:22:24.344Z Running `/home/build/.rustup/toolchains/1.94.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=32e82eb8e67db0a5 -C extra-filename=-a270e9e4dd3e13ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-06-16T21:22:24.344Z Running `/home/build/.rustup/toolchains/1.94.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=a05ad596727c0e3b -C extra-filename=-54f21ffbb79648bf --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-1f592c78e46269e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-06-16T21:22:24.344Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-ff60dead9e545192/build-script-main`
29032026-06-16T21:22:24.480Z Running `/home/build/.rustup/toolchains/1.94.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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-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=a9bcd14c653350a1 -C extra-filename=-bbc60baec4eff5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-06-16T21:22:24.490Z Running `/home/build/.rustup/toolchains/1.94.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.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=da2c89c6a311419c -C extra-filename=-063ff9b18aa017a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-06-16T21:22:24.521Z Compiling zerocopy-derive v0.8.40
29062026-06-16T21:22:24.527Z Compiling tokio-macros v2.7.0
29072026-06-16T21:22:24.527Z Compiling schemars_derive v0.8.22
29082026-06-16T21:22:24.527Z Compiling futures-macro v0.3.32
29092026-06-16T21:22:24.628Z Running `/home/build/.rustup/toolchains/1.94.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=252df445c5dbf01e -C extra-filename=-21424ca050171ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-06-16T21:22:24.633Z Running `/home/build/.rustup/toolchains/1.94.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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e58a45df9d3f6d88 -C extra-filename=-25377510715f6b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-06-16T21:22:24.633Z Running `/home/build/.rustup/toolchains/1.94.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.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=5a3a8eb5069477c8 -C extra-filename=-201eae38bbccbb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-06-16T21:22:24.633Z Running `/home/build/.rustup/toolchains/1.94.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.8.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=bfcc46bac6d3bca2 -C extra-filename=-171eede15a4ce5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-06-16T21:22:24.660Z Running `/home/build/.rustup/toolchains/1.94.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.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=47490f5da1d5476f -C extra-filename=-18728123dce63b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-06-16T21:22:24.739Z Compiling thiserror-impl v1.0.69
29152026-06-16T21:22:24.751Z Compiling tracing-attributes v0.1.31
29162026-06-16T21:22:24.751Z Compiling der_derive v0.7.3
29172026-06-16T21:22:24.751Z Compiling clap_derive v4.6.1
29182026-06-16T21:22:24.751Z Compiling async-trait v0.1.89
29192026-06-16T21:22:24.751Z Compiling strum_macros v0.26.4
29202026-06-16T21:22:24.751Z Compiling scroll_derive v0.13.1
29212026-06-16T21:22:24.752Z Compiling scroll_derive v0.12.1
29222026-06-16T21:22:24.752Z Running `/home/build/.rustup/toolchains/1.94.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=0d57a5f3e36cbdc6 -C extra-filename=-00ee4859a028020b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-06-16T21:22:24.752Z Running `/home/build/.rustup/toolchains/1.94.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.40/src/lib.rs --error-format=json --json=diagnostic-rendered-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(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b0a92c50233906 -C extra-filename=-2266884197c32bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-06-16T21:22:24.752Z Running `/home/build/.rustup/toolchains/1.94.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97373ab5d496cd38 -C extra-filename=-7ca3019384a86f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-06-16T21:22:24.752Z Running `/home/build/.rustup/toolchains/1.94.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=8fffb40c4f00b468 -C extra-filename=-27aa3a69b8d4ae91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-21fdd2353018de66.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-06-16T21:22:24.922Z Running `/home/build/.rustup/toolchains/1.94.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=b590f5388cbd2ece -C extra-filename=-be9e0a36ec6e90cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-06-16T21:22:24.928Z Running `/home/build/.rustup/toolchains/1.94.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.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=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=8d7b023d744c51d2 -C extra-filename=-f3cdd6899ab24710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-06-16T21:22:24.928Z Running `/home/build/.rustup/toolchains/1.94.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=4653be8e0445d753 -C extra-filename=-1f480c9f68dfe77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-06-16T21:22:24.928Z Running `/home/build/.rustup/toolchains/1.94.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=d315374ab8bae300 -C extra-filename=-3d40f90b1355ed80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-06-16T21:22:24.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.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 --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_enums' '--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=76500fbc8a583be3 -C extra-filename=-b6e3292890e5c8fc --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312026-06-16T21:22:24.928Z Running `/home/build/.rustup/toolchains/1.94.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=cc7850690f8e1079 -C extra-filename=-45bbb3e0d8c95d13 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-06-16T21:22:24.928Z Compiling pest_derive v2.8.6
29332026-06-16T21:22:24.953Z Compiling zerocopy-derive v0.7.35
29342026-06-16T21:22:24.967Z Compiling anstream v0.6.21
29352026-06-16T21:22:24.989Z Running `/home/build/.rustup/toolchains/1.94.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=66fdbafd55da9aae -C extra-filename=-5ad6cdf02f4f5554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-06-16T21:22:25.008Z Running `/home/build/.rustup/toolchains/1.94.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.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=eb3fd8bbeb75554d -C extra-filename=-8d4153d258bcef2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-06-16T21:22:25.008Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=d1b7466094abc9bf -C extra-filename=-b6f3594857fd5239 --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-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8fc332225d214466.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382026-06-16T21:22:25.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.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 --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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --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=3ef0bd3102a1011a -C extra-filename=-9a82faff30e4a240 --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-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29392026-06-16T21:22:25.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --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", "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=b24d9fa83ff3a7ad -C extra-filename=-0f656ff4875bc8de --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
29402026-06-16T21:22:25.009Z Running `/home/build/.rustup/toolchains/1.94.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=05664b01b2de4c6c -C extra-filename=-f4b443265956c76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-06-16T21:22:25.009Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
29422026-06-16T21:22:25.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=f14306bd5049cd8a -C extra-filename=-31b8b798a759197d --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-b2bde8d747fc73bb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-99d8b4ac7e33d344.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-06-16T21:22:25.099Z Compiling darling_macro v0.21.3
29442026-06-16T21:22:25.134Z Running `/home/build/.rustup/toolchains/1.94.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.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=4822d953e24ea7d1 -C extra-filename=-d7979ca8ce2b4948 --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-9c4bcd2d62e3585d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-06-16T21:22:25.204Z Compiling flate2 v1.1.9
29462026-06-16T21:22:25.252Z Compiling zeroize v1.8.2
29472026-06-16T21:22:25.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=5d9ba92a0dedbe00 -C extra-filename=-1643abf9e1a342b4 --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-74759b175612c26b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-9a7910bebc61de1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482026-06-16T21:22:25.280Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.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"' --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=64fc593fa2179ab2 -C extra-filename=-5cce899ff50c2399 --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-063ff9b18aa017a2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-06-16T21:22:25.319Z Compiling darling_macro v0.20.11
29502026-06-16T21:22:25.326Z Running `/home/build/.rustup/toolchains/1.94.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8744c30dfa1d3f5 -C extra-filename=-87413611ca46f9ca --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-d30699740005417b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-06-16T21:22:25.405Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-9e1dc6e8b63bf5f4/build-script-build`
29522026-06-16T21:22:25.468Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
29532026-06-16T21:22:25.468Z Running `/home/build/.rustup/toolchains/1.94.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.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ded082c6c7811caa -C extra-filename=-40fdd86715f143cc --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --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_SRTP", "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(awslc_pregenerated)' --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(libressl420)' --check-cfg 'cfg(libressl430)' --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)' --check-cfg 'cfg(ossl400)'`
29542026-06-16T21:22:25.614Z Compiling rustls-pki-types v1.14.0
29552026-06-16T21:22:25.614Z Running `/home/build/.rustup/toolchains/1.94.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=55bf0f8c34716c14 -C extra-filename=-e1b5a28ffe36276c --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-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29562026-06-16T21:22:25.614Z Running `/home/build/.rustup/toolchains/1.94.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.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=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --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=23e6f85aab23adbd -C extra-filename=-0e97d1dfeec5d08b --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-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-06-16T21:22:25.687Z Compiling foreign-types v0.3.2
29582026-06-16T21:22:25.692Z Compiling rusty-fork v0.3.1
29592026-06-16T21:22:25.692Z Running `/home/build/.rustup/toolchains/1.94.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=7455142331c36bb1 -C extra-filename=-14f100f5295f5d28 --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-8a99b6dee15b72a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-06-16T21:22:25.692Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-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=0fa4025bafda4e64 -C extra-filename=-ddae37cce3e698c4 --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-6d38f3aad90247c6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a270e9e4dd3e13ac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-06-16T21:22:25.831Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
29622026-06-16T21:22:25.895Z Compiling openssl-macros v0.1.1
29632026-06-16T21:22:25.901Z Running `/home/build/.rustup/toolchains/1.94.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=7068edfbaf4f8fc0 -C extra-filename=-0e4386e09810ec51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-06-16T21:22:25.937Z Compiling thread-id v4.2.2
29652026-06-16T21:22:25.940Z Compiling unarray v0.1.4
29662026-06-16T21:22:25.940Z Running `/home/build/.rustup/toolchains/1.94.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=7d9c17a566ba2185 -C extra-filename=-f60964155e44738e --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-06-16T21:22:25.940Z Running `/home/build/.rustup/toolchains/1.94.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=8080e9308638e233 -C extra-filename=-0c85d7019b9b3bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-06-16T21:22:26.018Z Compiling futures-util v0.3.32
29692026-06-16T21:22:26.028Z Compiling curve25519-dalek-derive v0.1.1
29702026-06-16T21:22:26.028Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=c80d212e01734750 -C extra-filename=-36174b688f91e133 --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-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-00ee4859a028020b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-06-16T21:22:26.028Z Running `/home/build/.rustup/toolchains/1.94.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=113ed4476ef9055e -C extra-filename=-eece82021aaaff40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-06-16T21:22:26.029Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524/build-script-build`
29732026-06-16T21:22:26.029Z Running `/home/build/.rustup/toolchains/1.94.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=16dfea26370175c4 -C extra-filename=-0b48cbbe548ec97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
29742026-06-16T21:22:26.094Z Compiling rustls-native-certs v0.8.3
29752026-06-16T21:22:26.119Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=708423df1847f646 -C extra-filename=-82a3566533314666 --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-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-06-16T21:22:26.217Z Compiling webpki-roots v1.0.6
29772026-06-16T21:22:26.257Z Compiling scroll v0.13.0
29782026-06-16T21:22:26.257Z Compiling scroll v0.12.0
29792026-06-16T21:22:26.265Z Running `/home/build/.rustup/toolchains/1.94.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.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=6886658c561d1066 -C extra-filename=-50531a82ebede228 --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-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-06-16T21:22:26.266Z Compiling native-tls v0.2.18
29812026-06-16T21:22:26.297Z Compiling cfg_aliases v0.2.1
29822026-06-16T21:22:26.302Z Compiling vergen-lib v9.1.0
29832026-06-16T21:22:26.302Z Running `/home/build/.rustup/toolchains/1.94.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=d35c5b339f6e1fa5 -C extra-filename=-b8614ac9d21be660 --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-5ad6cdf02f4f5554.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-06-16T21:22:26.302Z Running `/home/build/.rustup/toolchains/1.94.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=62984203425660ee -C extra-filename=-a2008c657435a5c7 --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-8d4153d258bcef2c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-06-16T21:22:26.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=f8f691e119207d07 -C extra-filename=-100bcff608d838b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-06-16T21:22:26.302Z Running `/home/build/.rustup/toolchains/1.94.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=c307ec09a418be48 -C extra-filename=-81f427d9a41870f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-06-16T21:22:26.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --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=fc6b446d40d17bfc -C extra-filename=-f3aded0b301255ff --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-f3aded0b301255ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-06-16T21:22:26.424Z Compiling crypto-common v0.1.7
29892026-06-16T21:22:26.428Z Running `/home/build/.rustup/toolchains/1.94.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.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="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=6d6e4c5debbe44e2 -C extra-filename=-b1a2d0ece26f531c --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-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902026-06-16T21:22:26.458Z Compiling block-buffer v0.10.4
29912026-06-16T21:22:26.547Z Compiling block-padding v0.3.3
29922026-06-16T21:22:26.640Z Running `/home/build/.rustup/toolchains/1.94.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=e7d2e6a41e2a1a52 -C extra-filename=-f22af609c5b5693b --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-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-06-16T21:22:26.654Z Compiling der v0.7.10
29942026-06-16T21:22:26.654Z Compiling darling v0.21.3
29952026-06-16T21:22:26.654Z Compiling darling v0.20.11
29962026-06-16T21:22:26.654Z Compiling crypto-bigint v0.5.5
29972026-06-16T21:22:26.654Z Compiling cargo-platform v0.3.2
29982026-06-16T21:22:26.654Z Compiling env_filter v1.0.0
29992026-06-16T21:22:26.654Z Compiling keccak v0.1.6
30002026-06-16T21:22:26.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58f775ef007a2d1a -C extra-filename=-058ac0b0db441f60 --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-25377510715f6b93.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)'`
30012026-06-16T21:22:26.682Z Running `/home/build/.rustup/toolchains/1.94.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=897459ffe2ae3ae6 -C extra-filename=-2a871f514c487102 --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-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-06-16T21:22:26.900Z Running `/home/build/.rustup/toolchains/1.94.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=8285954803a2987d -C extra-filename=-3f5c453b671eb81b --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-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-1f480c9f68dfe77b.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-06-16T21:22:26.906Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.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 --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=3cfda70ddf4db975 -C extra-filename=-6607a922dcc8bcfe --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-9c4bcd2d62e3585d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d7979ca8ce2b4948.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-06-16T21:22:26.906Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.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=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=d7753f532d268197 -C extra-filename=-176391f33b652158 --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-d30699740005417b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-87413611ca46f9ca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-06-16T21:22:26.906Z Compiling zerofrom v0.1.6
30062026-06-16T21:22:26.906Z Compiling tracing v0.1.44
30072026-06-16T21:22:26.906Z Compiling goblin v0.10.5
30082026-06-16T21:22:26.906Z Compiling zerocopy v0.7.35
30092026-06-16T21:22:26.906Z Compiling goblin v0.8.2
30102026-06-16T21:22:26.906Z Compiling nix v0.31.2
30112026-06-16T21:22:26.906Z Compiling signal-hook v0.3.18
30122026-06-16T21:22:26.906Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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 '--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=49c2dcf89bd6e52d -C extra-filename=-6d7eeb442726ed90 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-06-16T21:22:26.906Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=876c574d9d1652f0 -C extra-filename=-12b2944ee860319d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-06-16T21:22:26.907Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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=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_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_enums' '--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=da31c21526165a29 -C extra-filename=-cf65c8f4ae801381 --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-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-06-16T21:22:26.907Z Running `/home/build/.rustup/toolchains/1.94.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=3255f5ffdf2c4d15 -C extra-filename=-0148fa9fdde04fcc --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-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-06-16T21:22:27.198Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-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="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=93d430356ed360d6 -C extra-filename=-9a7ca885792a1535 --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-18728123dce63b6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-06-16T21:22:27.202Z Compiling digest v0.10.7
30182026-06-16T21:22:27.202Z Compiling inout v0.1.4
30192026-06-16T21:22:27.229Z Compiling dtrace-parser v0.3.0
30202026-06-16T21:22:27.243Z Compiling same-file v1.0.6
30212026-06-16T21:22:27.243Z Compiling daft-derive v0.1.7
30222026-06-16T21:22:27.243Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="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=202131aee5af0eef -C extra-filename=-4be48bb955f8ad55 --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-2266884197c32bd4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_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(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
30232026-06-16T21:22:27.243Z Running `/home/build/.rustup/toolchains/1.94.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=16328bdecb37bf78 -C extra-filename=-56ac6fa73da6c719 --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-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-a2008c657435a5c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.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=8343a75cd54db685 -C extra-filename=-ef43ea7ecfd5f84d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.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.31.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="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=10acfa3dfe902ab6 -C extra-filename=-d4bc994194f5b0c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d4bc994194f5b0c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.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="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=16f800e0a3d6992d -C extra-filename=-30956e5a90a488a9 --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-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f4b443265956c76e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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=cbd1308f99ced4cb -C extra-filename=-189d8c333f388d65 --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-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-b8614ac9d21be660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/src/lib.rs --error-format=json --json=diagnostic-rendered-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", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0ab9d3a39c1bd500 -C extra-filename=-69f1fe8d5a1d00fa --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0e4386e09810ec51.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --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_SRTP", "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(awslc_fips)' --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(libressl420)' --check-cfg 'cfg(libressl430)' --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)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
30292026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --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=39c700d81872866c -C extra-filename=-68ed9a55b1a4dec5 --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-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f3cdd6899ab24710.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-06-16T21:22:27.244Z Running `/home/build/.rustup/toolchains/1.94.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=21e1ee40f2364bf5 -C extra-filename=-9cf57154e68d1294 --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-be9e0a36ec6e90cb.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)'`
30312026-06-16T21:22:28.040Z Running `/home/build/.rustup/toolchains/1.94.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=65f132cf16904394 -C extra-filename=-53a27ea6ba2abd9c --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-f22af609c5b5693b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-06-16T21:22:28.051Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-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 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=fb9d363fdb83be1e -C extra-filename=-5bc8a8fdb2d028e8 --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-2a871f514c487102.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-06-16T21:22:28.052Z Compiling yoke v0.8.1
30342026-06-16T21:22:28.052Z Compiling clap v4.6.1
30352026-06-16T21:22:28.052Z Compiling strum v0.26.3
30362026-06-16T21:22:28.052Z Compiling derive_builder_core v0.20.2
30372026-06-16T21:22:28.052Z Compiling dtrace-parser v0.2.0
30382026-06-16T21:22:28.052Z Compiling serde_with_macros v3.17.0
30392026-06-16T21:22:28.052Z Compiling env_logger v0.11.9
30402026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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=d204c2f6f8d7248e -C extra-filename=-3b8c8560abd613bb --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-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-06-16T21:22:28.052Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
30422026-06-16T21:22:28.052Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-f3aded0b301255ff/build-script-build`
30432026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8941eb7a0b7ef52f -C extra-filename=-9199b275d3f7c125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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=6b3655a267061260 -C extra-filename=-1b0901582467a41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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=cb7901cfc8667004 -C extra-filename=-e667bad19195bb2c --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-176391f33b652158.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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=642e1208c6e57eb3 -C extra-filename=-12c33739b94d4993 --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-45bbb3e0d8c95d13.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.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 --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_enums' '--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=9d782854b6d7c876 -C extra-filename=-fb0130f54e622161 --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-11383fdaf8b76d07.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-b6e3292890e5c8fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-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="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ed36e27078fed59b -C extra-filename=-d9549f9efa8371a2 --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-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-171eede15a4ce5b7.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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=3af70f499d54b46c -C extra-filename=-d47c9fe0fefbda7e --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-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-06-16T21:22:28.052Z Compiling sha2 v0.10.9
30512026-06-16T21:22:28.052Z Compiling hmac v0.12.1
30522026-06-16T21:22:28.052Z Compiling spki v0.7.3
30532026-06-16T21:22:28.052Z Compiling signature v2.2.0
30542026-06-16T21:22:28.052Z Compiling sha1 v0.10.6
30552026-06-16T21:22:28.052Z Compiling sha3 v0.10.8
30562026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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.17.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)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=2d7132ce944f5736 -C extra-filename=-009a344edb02b1bf --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-6607a922dcc8bcfe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-06-16T21:22:28.052Z Running `/home/build/.rustup/toolchains/1.94.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.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 --warn=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::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_enums' '--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=d3d39d6153d0fa9b -C extra-filename=-98fd6867a764390a --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-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-cf65c8f4ae801381.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-06-16T21:22:28.126Z Running `/home/build/.rustup/toolchains/1.94.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=ee6e35670253d2a8 -C extra-filename=-7c1963df26100967 --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-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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-69178f5f405916b0/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
30592026-06-16T21:22:28.144Z Compiling cipher v0.4.4
30602026-06-16T21:22:28.144Z Compiling walkdir v2.5.0
30612026-06-16T21:22:28.144Z Compiling bzip2-sys v0.1.13+1.0.8
30622026-06-16T21:22:28.144Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30632026-06-16T21:22:28.144Z Running `/home/build/.rustup/toolchains/1.94.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=b49950c56dfa8985 -C extra-filename=-d0108bbd090b4caf --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-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-06-16T21:22:28.144Z Running `/home/build/.rustup/toolchains/1.94.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=dcafef3e9318ee27 -C extra-filename=-d88915ff1b92f70d --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-06-16T21:22:28.144Z Running `/home/build/.rustup/toolchains/1.94.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=a80267395e59a751 -C extra-filename=-ffbfecf1a59b140f --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-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662026-06-16T21:22:28.144Z Running `/home/build/.rustup/toolchains/1.94.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=28644595376b6c52 -C extra-filename=-bfc127cf7344eefe --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-53a27ea6ba2abd9c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-12b2944ee860319d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672026-06-16T21:22:28.144Z Running `/home/build/.rustup/toolchains/1.94.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=3ea3312b052afff9 -C extra-filename=-78d4bbafc7faaf08 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-eece82021aaaff40.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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"'`
30682026-06-16T21:22:28.145Z Running `/home/build/.rustup/toolchains/1.94.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=3b1ce2b41d1b4dbc -C extra-filename=-74bfc16b099d95fe --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-3f5c453b671eb81b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-06-16T21:22:28.163Z Running `/home/build/.rustup/toolchains/1.94.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=b623e19a7321de04 -C extra-filename=-860d1d37d8c50660 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-06-16T21:22:28.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ed3c8e78f4bb7eee -C extra-filename=-e2d769cd5cabec2d --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-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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)'`
30712026-06-16T21:22:28.300Z Running `/home/build/.rustup/toolchains/1.94.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=94f11231b420e990 -C extra-filename=-69486b200cd4237f --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-b1a2d0ece26f531c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-06-16T21:22:28.300Z Compiling zerovec v0.11.5
30732026-06-16T21:22:28.300Z Compiling zerotrie v0.2.3
30742026-06-16T21:22:28.300Z Compiling vergen v9.1.0
30752026-06-16T21:22:28.322Z Running `/home/build/.rustup/toolchains/1.94.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=fa27714a92a7b885 -C extra-filename=-d90d9ddae0a31d49 --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-1b0901582467a41f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-06-16T21:22:28.344Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
30772026-06-16T21:22:28.344Z Running `/home/build/.rustup/toolchains/1.94.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=a6a5cc78b2808aaa -C extra-filename=-3fb7452c3d4bca80 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782026-06-16T21:22:28.357Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d4bc994194f5b0c3/build-script-build`
30792026-06-16T21:22:28.396Z Running `/home/build/.rustup/toolchains/1.94.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.16+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=1716a389d3d28654 -C extra-filename=-c4e5ed5f39733e9b --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-06-16T21:22:28.543Z Compiling pbkdf2 v0.12.2
30812026-06-16T21:22:28.543Z Compiling futures-executor v0.3.32
30822026-06-16T21:22:28.571Z Compiling hkdf v0.12.4
30832026-06-16T21:22:28.571Z Compiling x509-cert v0.2.5
30842026-06-16T21:22:28.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=74dc1fda0bddf1ed -C extra-filename=-e4f454501d701ff8 --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-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-201eae38bbccbb26.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-06-16T21:22:28.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-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="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=d8147fe2187684c8 -C extra-filename=-fc2364b39722d434 --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-21424ca050171ea0.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-06-16T21:22:28.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --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=5114fc5ffd2dfb7e -C extra-filename=-f0167fa7f3fd9136 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-f0167fa7f3fd9136 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-06-16T21:22:28.662Z Compiling derive_builder_macro v0.20.2
30882026-06-16T21:22:28.667Z Compiling rfc6979 v0.4.0
30892026-06-16T21:22:28.667Z Compiling fs-err v3.3.0
30902026-06-16T21:22:28.667Z Compiling toml_write v0.1.2
30912026-06-16T21:22:28.667Z Compiling bitflags v1.3.2
30922026-06-16T21:22:28.667Z Compiling enum-as-inner v0.6.1
30932026-06-16T21:22:28.667Z Running `/home/build/.rustup/toolchains/1.94.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=72786bd473b576a7 -C extra-filename=-6d67ee51243c300b --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-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-06-16T21:22:28.667Z Running `/home/build/.rustup/toolchains/1.94.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=34e37ccb201097ea -C extra-filename=-c3485f4811c60e6d --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-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952026-06-16T21:22:28.698Z Running `/home/build/.rustup/toolchains/1.94.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=614fa24fe785cbeb -C extra-filename=-44bf1211325e0ecb --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-06-16T21:22:28.698Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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", "std", "thread-pool"))' -C metadata=d9d34680f5c6ae9b -C extra-filename=-e4ca17a82e289296 --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-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-06-16T21:22:28.929Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-085db97135c3071b/build-script-main`
30982026-06-16T21:22:28.935Z Running `/home/build/.rustup/toolchains/1.94.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=e9a562aed48e908b -C extra-filename=-ad6438d8ddfd6d4a --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-e667bad19195bb2c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-06-16T21:22:28.935Z Running `/home/build/.rustup/toolchains/1.94.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=9cf940963ab59638 -C extra-filename=-6dc0e99b9a77d786 --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-d0108bbd090b4caf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-06-16T21:22:28.935Z Compiling bytes v1.11.1
31012026-06-16T21:22:28.965Z Compiling chrono v0.4.44
31022026-06-16T21:22:28.969Z Compiling serde_tokenstream v0.2.3
31032026-06-16T21:22:28.969Z Compiling ipnet v2.11.0
31042026-06-16T21:22:28.969Z Running `/home/build/.rustup/toolchains/1.94.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.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=fd78ed403b050d4f -C extra-filename=-21608e1e95ea0b3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-06-16T21:22:28.969Z Running `/home/build/.rustup/toolchains/1.94.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=178d6462aa21b78a -C extra-filename=-d567866028523e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-06-16T21:22:28.969Z Running `/home/build/.rustup/toolchains/1.94.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=eebbfde9c1b5e973 -C extra-filename=-6b540301fa1f26bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-06-16T21:22:28.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=39833e8239a4dd92 -C extra-filename=-2fd7b1015061e60b --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.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"))'`
31082026-06-16T21:22:28.969Z Running `/home/build/.rustup/toolchains/1.94.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=ec450fb3dd8a3a0a -C extra-filename=-5f1c8d19066dc220 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-06-16T21:22:28.969Z Running `/home/build/.rustup/toolchains/1.94.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=5b562eb1d6cf876a -C extra-filename=-d664f58d04c64926 --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-01e0def4c6020b1d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102026-06-16T21:22:29.150Z Compiling tinystr v0.8.2
31112026-06-16T21:22:29.150Z Compiling potential_utf v0.1.4
31122026-06-16T21:22:29.156Z Compiling erased-serde v0.3.31
31132026-06-16T21:22:29.156Z Compiling hex v0.4.3
31142026-06-16T21:22:29.156Z Compiling aes v0.8.4
31152026-06-16T21:22:29.156Z Compiling salsa20 v0.10.2
31162026-06-16T21:22:29.156Z Compiling cbc v0.1.2
31172026-06-16T21:22:29.156Z Compiling serde_urlencoded v0.7.1
31182026-06-16T21:22:29.156Z Compiling openapiv3 v2.2.0
31192026-06-16T21:22:29.156Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=0cae6ca04dae0ac3 -C extra-filename=-63b95c6de5767e6e --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-06-16T21:22:29.156Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-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="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", "defmt", "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=19036a3918080dc9 -C extra-filename=-033f92b7d2688a9a --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-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-06-16T21:22:29.157Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=725526388fbd1867 -C extra-filename=-59a3b3fa211222c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-06-16T21:22:29.157Z Running `/home/build/.rustup/toolchains/1.94.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=fed16f80720eb594 -C extra-filename=-a2842e0873418566 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-06-16T21:22:29.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=fffc125d631aca3b -C extra-filename=-02ecad3973280840 --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-21424ca050171ea0.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-06-16T21:22:29.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=8f539684f4125f08 -C extra-filename=-465e55b99e54f33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-06-16T21:22:29.330Z Compiling futures v0.3.32
31262026-06-16T21:22:29.330Z Compiling hubpack v0.1.2
31272026-06-16T21:22:29.330Z Compiling toml_datetime v0.6.11
31282026-06-16T21:22:29.361Z Compiling serde_spanned v0.6.9
31292026-06-16T21:22:29.369Z Compiling cargo_metadata v0.23.1
31302026-06-16T21:22:29.394Z Running `/home/build/.rustup/toolchains/1.94.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.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=1d92b89ccff14fcb -C extra-filename=-72b0aac6e2e0cbc6 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-06-16T21:22:29.401Z Running `/home/build/.rustup/toolchains/1.94.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=654c7c2147d394e0 -C extra-filename=-79fc82caed7718d1 --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-06-16T21:22:29.401Z Running `/home/build/.rustup/toolchains/1.94.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=4e0ef063bfc8ecb2 -C extra-filename=-09da23b035805750 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-06-16T21:22:29.401Z Running `/home/build/.rustup/toolchains/1.94.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=7f5608c8b55569b3 -C extra-filename=-88ba594f3dfe4056 --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-06-16T21:22:29.401Z Running `/home/build/.rustup/toolchains/1.94.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=03c8bebf0c8dc95b -C extra-filename=-aee1b3efea10daf0 --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-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-06-16T21:22:29.401Z Running `/home/build/.rustup/toolchains/1.94.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=a83371053a9726bc -C extra-filename=-9e5a2e6526d87ae3 --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-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-06-16T21:22:29.401Z Running `/home/build/.rustup/toolchains/1.94.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=babe0773520ba9a1 -C extra-filename=-5287902c097ec795 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-06-16T21:22:29.449Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.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 --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", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=23edf0e3f150ee43 -C extra-filename=-6fe428b826511ab9 --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-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e4ca17a82e289296.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-06-16T21:22:29.453Z Running `/home/build/.rustup/toolchains/1.94.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=874a7ba380ff877c -C extra-filename=-5964f9015a3cbd42 --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-3837612fb15a29c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-06-16T21:22:29.453Z Running `/home/build/.rustup/toolchains/1.94.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=6c861a36d98b4db3 -C extra-filename=-4eb2ba5592b1e71f --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-06-16T21:22:29.453Z Compiling icu_locale_core v2.1.1
31412026-06-16T21:22:29.466Z Running `/home/build/.rustup/toolchains/1.94.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=7771227576df0661 -C extra-filename=-88900b31754b7db7 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-06-16T21:22:29.470Z Running `/home/build/.rustup/toolchains/1.94.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.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=267ea4b29939cb5d -C extra-filename=-332df5877033d257 --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-6d7eeb442726ed90.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-06-16T21:22:29.619Z Compiling dof v0.3.0
31442026-06-16T21:22:29.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=25badd5934f52795 -C extra-filename=-e2ef812a5a5cfb69 --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-21424ca050171ea0.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-02ecad3973280840.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-06-16T21:22:29.813Z Compiling icu_collections v2.1.1
31462026-06-16T21:22:29.813Z Compiling tokio v1.52.1
31472026-06-16T21:22:29.818Z Compiling http v1.4.0
31482026-06-16T21:22:29.818Z Compiling scrypt v0.11.0
31492026-06-16T21:22:29.927Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31502026-06-16T21:22:29.930Z Running `/home/build/.rustup/toolchains/1.94.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=111fed07c30aae05 -C extra-filename=-c3b0ab18196b7f56 --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-56ac6fa73da6c719.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-30956e5a90a488a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-06-16T21:22:29.930Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=d5c8a1866a0ca1fd -C extra-filename=-0b816fdc6ec9425e --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-153496f33718ff11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
31522026-06-16T21:22:29.967Z Compiling ppv-lite86 v0.2.21
31532026-06-16T21:22:29.971Z Compiling dof v0.4.0
31542026-06-16T21:22:29.972Z Compiling derive_builder v0.20.2
31552026-06-16T21:22:29.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=d544e37c7433cecb -C extra-filename=-7dd92d89bc564bbb --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-21424ca050171ea0.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-465e55b99e54f33b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-06-16T21:22:29.972Z Running `/home/build/.rustup/toolchains/1.94.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=922f2f2ede4b30dc -C extra-filename=-394be0b19800af70 --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-6d67ee51243c300b.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-79fc82caed7718d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-06-16T21:22:29.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce4231e44b711426 -C extra-filename=-e058889f11375ada --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-63b95c6de5767e6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-06-16T21:22:29.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1edd09f6b1446685 -C extra-filename=-cb982bf2482e3c85 --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-63b95c6de5767e6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7ca3019384a86f4b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592026-06-16T21:22:30.152Z Running `/home/build/.rustup/toolchains/1.94.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=09bbfbe7d0c15ee6 -C extra-filename=-3e12d9698381657b --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-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-06-16T21:22:30.159Z Compiling toml_edit v0.19.15
31612026-06-16T21:22:30.159Z Compiling toml_edit v0.22.27
31622026-06-16T21:22:30.159Z Compiling unicode-normalization v0.1.25
31632026-06-16T21:22:30.159Z Compiling managed v0.8.0
31642026-06-16T21:22:30.187Z Compiling phf_shared v0.11.3
31652026-06-16T21:22:30.192Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-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="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --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("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "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=3c715befb4d64e02 -C extra-filename=-e0588355046ab563 --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-72b0aac6e2e0cbc6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
31662026-06-16T21:22:30.193Z Running `/home/build/.rustup/toolchains/1.94.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=5fd825a30e09307c -C extra-filename=-fd1d071cffe3b781 --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-ad6438d8ddfd6d4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-06-16T21:22:30.193Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-f0167fa7f3fd9136/build-script-build`
31682026-06-16T21:22:30.193Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80/build-script-build`
31692026-06-16T21:22:30.193Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b/build-script-build`
31702026-06-16T21:22:30.193Z Running `/home/build/.rustup/toolchains/1.94.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=89f1bf0123c21021 -C extra-filename=-1efa74adc08c6063 --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-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.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)'`
31712026-06-16T21:22:30.193Z Running `/home/build/.rustup/toolchains/1.94.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=35e1ce615affc879 -C extra-filename=-430384416dcc468a --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-189d8c333f388d65.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-06-16T21:22:30.263Z Compiling pkcs5 v0.7.1
31732026-06-16T21:22:30.272Z Running `/home/build/.rustup/toolchains/1.94.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=03c26b3cdb432565 -C extra-filename=-9d99588b1a787199 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742026-06-16T21:22:30.272Z Running `/home/build/.rustup/toolchains/1.94.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=eee94bcac811e184 -C extra-filename=-fb54e068726995e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-06-16T21:22:30.272Z Running `/home/build/.rustup/toolchains/1.94.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=753dd27dafdb48e7 -C extra-filename=-2d31393115c3cc88 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-06-16T21:22:30.297Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a1a55b6fcecb120f -C extra-filename=-3bd3c49fbd5e76b7 --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-06-16T21:22:30.302Z Running `/home/build/.rustup/toolchains/1.94.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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=571d81b35a557e68 -C extra-filename=-f86e47055563d213 --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-2f087dd254ca002f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-06-16T21:22:30.443Z Compiling icu_provider v2.1.1
31792026-06-16T21:22:30.447Z Compiling zstd-safe v7.2.4
31802026-06-16T21:22:30.447Z Running `/home/build/.rustup/toolchains/1.94.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=93014f0047c349ae -C extra-filename=-a1368c53ec7b4534 --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-9e5a2e6526d87ae3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-394be0b19800af70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-06-16T21:22:30.642Z Compiling rand_chacha v0.9.0
31822026-06-16T21:22:30.649Z Compiling rand_chacha v0.3.1
31832026-06-16T21:22:30.649Z Compiling ref-cast v1.0.25
31842026-06-16T21:22:30.649Z Compiling precomputed-hash v0.1.1
31852026-06-16T21:22:30.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-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="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=e845fc8fd855f5ed -C extra-filename=-25df0c74a82d2a28 --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-21424ca050171ea0.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-06-16T21:22:30.751Z Running `/home/build/.rustup/toolchains/1.94.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.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=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=f288b44164548847 -C extra-filename=-a9880241af53b29a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-06-16T21:22:30.751Z Running `/home/build/.rustup/toolchains/1.94.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=08009fa15b66e36e -C extra-filename=-1f4c7a2c0e97718e --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-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-f60964155e44738e.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`
31882026-06-16T21:22:30.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.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(coverage,coverage_nightly)' --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=6a407b2e50198e7a -C extra-filename=-fe80409af43af2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
31892026-06-16T21:22:30.788Z Compiling http-body v1.0.1
31902026-06-16T21:22:30.788Z Compiling new_debug_unreachable v1.0.6
31912026-06-16T21:22:30.796Z Compiling foldhash v0.1.5
31922026-06-16T21:22:30.797Z Compiling fixedbitset v0.4.2
31932026-06-16T21:22:30.797Z Compiling signal-hook-mio v0.2.5
31942026-06-16T21:22:30.797Z Compiling globset v0.4.18
31952026-06-16T21:22:30.797Z Running `/home/build/.rustup/toolchains/1.94.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=ab0c36a722229200 -C extra-filename=-1b8abf09d7a0e388 --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-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-06-16T21:22:30.797Z Running `/home/build/.rustup/toolchains/1.94.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=bf28c937526bfd9d -C extra-filename=-802db6b9faa97ef0 --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-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-06-16T21:22:30.797Z Running `/home/build/.rustup/toolchains/1.94.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671f8bbcf00f4ed2 -C extra-filename=-4fca2b658b6213c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-06-16T21:22:30.797Z Running `/home/build/.rustup/toolchains/1.94.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=90ef351b3915c7ce -C extra-filename=-c40e69f07b38b683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-06-16T21:22:30.901Z Running `/home/build/.rustup/toolchains/1.94.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=8c2887eff90170dd -C extra-filename=-c7444e112283e6e5 --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-63b95c6de5767e6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-06-16T21:22:30.908Z Compiling icu_properties v2.1.2
32012026-06-16T21:22:30.908Z Compiling icu_normalizer v2.1.1
32022026-06-16T21:22:30.908Z Compiling pkcs8 v0.10.2
32032026-06-16T21:22:30.935Z Running `/home/build/.rustup/toolchains/1.94.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=3874fdef8a6ed975 -C extra-filename=-de8eb01e6339d07a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-06-16T21:22:30.941Z Running `/home/build/.rustup/toolchains/1.94.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=d74a434bf6aae5bf -C extra-filename=-8ad7a70031326172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-06-16T21:22:30.941Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=5686ffb106d03fed -C extra-filename=-853b38597816e147 --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-01e0def4c6020b1d.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-06-16T21:22:30.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.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="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=73cd7167ae2832df -C extra-filename=-7ed5b5014e10b2ab --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-2b3e0a333636a188.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-06-16T21:22:30.941Z Running `/home/build/.rustup/toolchains/1.94.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=f855e348beea0a69 -C extra-filename=-c136a3ec92f4eb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-06-16T21:22:30.979Z Compiling rand v0.9.2
32092026-06-16T21:22:31.018Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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(coverage,coverage_nightly)' --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=31cb766a0c6e7493 -C extra-filename=-de6bc424e8842dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-332df5877033d257.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
32102026-06-16T21:22:31.054Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=edeadb4cf7dc627f -C extra-filename=-019aa89f4553a31c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7dd92d89bc564bbb.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-06-16T21:22:31.061Z Running `/home/build/.rustup/toolchains/1.94.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=1a35745271f906a5 -C extra-filename=-ba2f2a820e01dede --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-3f5c453b671eb81b.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122026-06-16T21:22:31.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=10c9878c8ee23407 -C extra-filename=-17c275c6cbbefe50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7dd92d89bc564bbb.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-06-16T21:22:31.164Z Compiling http-body-util v0.1.3
32142026-06-16T21:22:31.169Z Compiling rand v0.8.6
32152026-06-16T21:22:31.169Z Compiling string_cache v0.8.9
32162026-06-16T21:22:31.169Z Compiling ref-cast-impl v1.0.25
32172026-06-16T21:22:31.169Z Running `/home/build/.rustup/toolchains/1.94.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=a5968a1eb38a49a9 -C extra-filename=-7cc7d279d5622af3 --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-1b8abf09d7a0e388.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-06-16T21:22:31.402Z Compiling hashbrown v0.15.5
32192026-06-16T21:22:31.402Z Compiling pin-project-internal v1.1.11
32202026-06-16T21:22:31.407Z Compiling heapless v0.7.17
32212026-06-16T21:22:31.407Z Compiling lalrpop-util v0.19.12
32222026-06-16T21:22:31.407Z Compiling libbz2-rs-sys v0.2.2
32232026-06-16T21:22:31.407Z Compiling bumpalo v3.20.2
32242026-06-16T21:22:31.407Z Compiling crossterm v0.28.1
32252026-06-16T21:22:31.407Z Compiling serde-big-array v0.5.1
32262026-06-16T21:22:31.407Z Running `/home/build/.rustup/toolchains/1.94.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=a3e004bf4e739d70 -C extra-filename=-ff8b240000f432b2 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-06-16T21:22:31.407Z Running `/home/build/.rustup/toolchains/1.94.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=ce429855983b62c2 -C extra-filename=-582b8bfcbfeb32b7 --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-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-7304525c73e61ed8.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)'`
32282026-06-16T21:22:31.407Z Running `/home/build/.rustup/toolchains/1.94.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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-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=c836af78d0d530a5 -C extra-filename=-eae4eb7d195fc05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292026-06-16T21:22:31.407Z Running `/home/build/.rustup/toolchains/1.94.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=e86ec6979b931219 -C extra-filename=-4dd8f72c85e6b2bf --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-c136a3ec92f4eb3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-06-16T21:22:31.407Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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 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", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=d2c7b3a3d095033a -C extra-filename=-787abba1b2963ab2 --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-01e0def4c6020b1d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-06-16T21:22:31.593Z Running `/home/build/.rustup/toolchains/1.94.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=3eb46f78b1a1077b -C extra-filename=-7440248235290706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-8d5ec0b3ef58e788/out/lib -l static=bz2`
32322026-06-16T21:22:31.602Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
32332026-06-16T21:22:31.602Z Compiling sec1 v0.7.3
32342026-06-16T21:22:31.603Z Compiling pkcs1 v0.7.5
32352026-06-16T21:22:31.603Z Compiling ed25519 v2.2.3
32362026-06-16T21:22:31.625Z Compiling petgraph v0.6.5
32372026-06-16T21:22:31.634Z Compiling similar v2.7.0
32382026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.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=dacf5db92e7fd4fc -C extra-filename=-8e87eb6c026a0ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=024cd182060cdd8f -C extra-filename=-b0ceb12795a3beca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.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=2406a7ee97a08594 -C extra-filename=-e1ea7257b8c7f603 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.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=fd96ac914b5829ef -C extra-filename=-983444725a874fd5 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=00846ef46258f696 -C extra-filename=-74cdada1b096953c --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-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-de8eb01e6339d07a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.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=b34839b6e6c41b7e -C extra-filename=-faad5fa6f4ba4a5e --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-10536750ba824ae2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-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="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=a45a3b84fc34a2f3 -C extra-filename=-b3f83e4d28a515e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452026-06-16T21:22:31.634Z Running `/home/build/.rustup/toolchains/1.94.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.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 '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --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::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--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=8f4ae62c53634c02 -C extra-filename=-f0c737bae52c9813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-06-16T21:22:31.669Z Compiling proptest v1.10.0
32472026-06-16T21:22:31.673Z Running `/home/build/.rustup/toolchains/1.94.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=92faa54eac883e45 -C extra-filename=-2642229710f4ce41 --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-ba2f2a820e01dede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-06-16T21:22:31.673Z Running `/home/build/.rustup/toolchains/1.94.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=12033125ae438d50 -C extra-filename=-1280a515f15e0a11 --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-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-06-16T21:22:31.735Z Running `/home/build/.rustup/toolchains/1.94.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=c9f5580dad7fe52b -C extra-filename=-ccf6faf54f4a34d3 --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-8ad7a70031326172.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-06-16T21:22:31.808Z Running `/home/build/.rustup/toolchains/1.94.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=e366cb1415fdc2e6 -C extra-filename=-a712c90eecdb129e --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-3f5c453b671eb81b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-06-16T21:22:31.849Z Running `/home/build/.rustup/toolchains/1.94.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=4e70e86afd00dfe7 -C extra-filename=-e759b52ab3fc81c8 --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-d7011e9bfeca9f9e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-06-16T21:22:31.859Z Compiling bzip2 v0.4.4
32532026-06-16T21:22:31.859Z Compiling serde_repr v0.1.20
32542026-06-16T21:22:31.860Z Compiling snafu-derive v0.8.9
32552026-06-16T21:22:31.860Z Compiling pem v3.0.6
32562026-06-16T21:22:31.898Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --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", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=45c3be14fe64c980 -C extra-filename=-03205a1df1c11959 --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-54f21ffbb79648bf.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1f3968fe0d43d709.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ddae37cce3e698c4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0c85d7019b9b3bd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-06-16T21:22:31.966Z Compiling idna_adapter v1.2.1
32582026-06-16T21:22:31.975Z Compiling toml v0.7.8
32592026-06-16T21:22:31.998Z Running `/home/build/.rustup/toolchains/1.94.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9896e5c8d1829e5 -C extra-filename=-6ebbabdeff73d104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-06-16T21:22:32.003Z Running `/home/build/.rustup/toolchains/1.94.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=6ef0445dea089422 -C extra-filename=-780af7aceb8674f9 --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-7440248235290706.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.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-8d5ec0b3ef58e788/out/lib`
32612026-06-16T21:22:32.003Z Running `/home/build/.rustup/toolchains/1.94.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.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 --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=c8dcb6965bd5a072 -C extra-filename=-5bf07c3e50c282f4 --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-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-06-16T21:22:32.003Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e95df7198630d2e8 -C extra-filename=-a66b21d7e85e0d3c --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-ce299ebbb1d61b46.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-06-16T21:22:32.075Z Compiling ed25519-dalek v2.2.0
32642026-06-16T21:22:32.154Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-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=109a1e9a10c0acc1 -C extra-filename=-e77880dbd09b3216 --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-019aa89f4553a31c.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-17c275c6cbbefe50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-06-16T21:22:32.159Z Running `/home/build/.rustup/toolchains/1.94.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=d9ef76a20f3f1c22 -C extra-filename=-8cb3de09cc01b79f --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-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-06-16T21:22:32.225Z Compiling elliptic-curve v0.13.8
32672026-06-16T21:22:32.230Z Compiling bzip2 v0.6.1
32682026-06-16T21:22:32.230Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=8eb6121b754ff308 -C extra-filename=-b0d5beb18e29a641 --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-dd9102c781fc5d0d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32692026-06-16T21:22:32.230Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=f7aab3c4610df17f -C extra-filename=-049a193beba92f2c --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-78d4bbafc7faaf08.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2642229710f4ce41.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-06-16T21:22:32.394Z Compiling usdt-macro v0.6.0
32712026-06-16T21:22:32.394Z Compiling usdt-attr-macro v0.6.0
32722026-06-16T21:22:32.394Z Compiling zip v0.6.6
32732026-06-16T21:22:32.398Z Compiling hash32 v0.2.1
32742026-06-16T21:22:32.513Z Running `/home/build/.rustup/toolchains/1.94.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=1d1752ff7cefad85 -C extra-filename=-ae11fbee9e1da3a9 --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-9a1fee2dec1666ec.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0148fa9fdde04fcc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-06-16T21:22:32.528Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603/build-script-build`
32762026-06-16T21:22:32.528Z Running `/home/build/.rustup/toolchains/1.94.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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e36e125dedca7c95 -C extra-filename=-5f0b843b9d400c4d --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-eae4eb7d195fc05f.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)'`
32772026-06-16T21:22:32.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=5b7444232e017800 -C extra-filename=-c4a9e5e5ff78eef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-b3f83e4d28a515e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-06-16T21:22:32.616Z Running `/home/build/.rustup/toolchains/1.94.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=bd9a3051f9833aab -C extra-filename=-e2f634445a7f7dca --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-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-06-16T21:22:32.620Z Compiling idna v1.1.0
32802026-06-16T21:22:32.620Z Compiling zopfli v0.8.3
32812026-06-16T21:22:32.620Z Compiling jiff v0.2.21
32822026-06-16T21:22:32.620Z Compiling unicode-properties v0.1.4
32832026-06-16T21:22:32.620Z Compiling smoltcp v0.9.1
32842026-06-16T21:22:32.620Z Running `/home/build/.rustup/toolchains/1.94.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=23b8af334115e02e -C extra-filename=-ffbb181ca9501092 --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-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-06-16T21:22:32.620Z Running `/home/build/.rustup/toolchains/1.94.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=b846a0bf47459fce -C extra-filename=-33e28f4acfa34e04 --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-9ccc3691c9035196.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-780af7aceb8674f9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.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-8d5ec0b3ef58e788/out/lib`
32862026-06-16T21:22:32.620Z Running `/home/build/.rustup/toolchains/1.94.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=f9b501f45fbe856d -C extra-filename=-6bebb303f7391209 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-06-16T21:22:32.802Z Compiling unicode-bidi v0.3.18
32882026-06-16T21:22:32.806Z Compiling predicates-core v1.0.10
32892026-06-16T21:22:32.806Z Compiling olpc-cjson v0.1.4
32902026-06-16T21:22:32.806Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=33ff1bda642ed982 -C extra-filename=-9d6fefae13e74922 --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-e77880dbd09b3216.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-06-16T21:22:32.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=188387fbcc186221 -C extra-filename=-89ca56f9fb569726 --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-b0ceb12795a3beca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-06-16T21:22:32.870Z Running `/home/build/.rustup/toolchains/1.94.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.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="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=0b8c52e29d9c50d4 -C extra-filename=-04b5ba7a620e4501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-06-16T21:22:32.870Z Running `/home/build/.rustup/toolchains/1.94.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=622a4987a0635f86 -C extra-filename=-85fb81ff7c175365 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-06-16T21:22:32.870Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --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=aa827f703ac72da9 -C extra-filename=-6b6fe6e597f528f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-06-16T21:22:32.909Z Compiling ecdsa v0.16.9
32962026-06-16T21:22:32.912Z Compiling serde_plain v1.0.2
32972026-06-16T21:22:32.913Z Compiling md-5 v0.10.6
32982026-06-16T21:22:32.913Z Compiling strum_macros v0.27.2
32992026-06-16T21:22:32.913Z Compiling async-recursion v1.1.1
33002026-06-16T21:22:32.913Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=dc527fc4d6875a04 -C extra-filename=-fa94290699649ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012026-06-16T21:22:32.913Z Running `/home/build/.rustup/toolchains/1.94.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=16cf7311301015c4 -C extra-filename=-e032aed7fc9ef562 --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-06-16T21:22:32.913Z Running `/home/build/.rustup/toolchains/1.94.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.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=9927ad62021ea287 -C extra-filename=-4ac1a54594d09143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-06-16T21:22:33.017Z Running `/home/build/.rustup/toolchains/1.94.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=7b66c6a7a9b124b2 -C extra-filename=-49e819e9bc7c00a1 --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-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6dc0e99b9a77d786.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-06-16T21:22:33.022Z Compiling pin-project v1.1.11
33052026-06-16T21:22:33.022Z Compiling float-cmp v0.10.0
33062026-06-16T21:22:33.022Z Compiling fallible-iterator v0.2.0
33072026-06-16T21:22:33.022Z Compiling difflib v0.4.0
33082026-06-16T21:22:33.022Z Compiling typed-path v0.9.3
33092026-06-16T21:22:33.049Z Compiling normalize-line-endings v0.3.0
33102026-06-16T21:22:33.055Z Running `/home/build/.rustup/toolchains/1.94.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=e391acd2db850887 -C extra-filename=-6dab47f003096649 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-06-16T21:22:33.055Z Running `/home/build/.rustup/toolchains/1.94.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=09529ae26af0e034 -C extra-filename=-af4017a5c694082d --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-6bebb303f7391209.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33122026-06-16T21:22:33.088Z Running `/home/build/.rustup/toolchains/1.94.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=6d68eb1a45be4e21 -C extra-filename=-ff1c45b7cc8f4b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-06-16T21:22:33.093Z Running `/home/build/.rustup/toolchains/1.94.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=f5dfda6a0cb198ba -C extra-filename=-5b76997044a5cc8d --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-aa8953624d325365.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-06-16T21:22:33.093Z Running `/home/build/.rustup/toolchains/1.94.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=b884c89c9d7dcfd6 -C extra-filename=-e0f97fa48dd87c46 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-06-16T21:22:33.093Z Running `/home/build/.rustup/toolchains/1.94.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=786475a282e91256 -C extra-filename=-a05ddf4c68cd9738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162026-06-16T21:22:33.093Z Running `/home/build/.rustup/toolchains/1.94.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=3d29459595debaf5 -C extra-filename=-341ab75f5cac778c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-06-16T21:22:33.094Z Running `/home/build/.rustup/toolchains/1.94.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=ba9e6cd00f8c8695 -C extra-filename=-5fe7d1db8071b93a --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-06-16T21:22:33.094Z Running `/home/build/.rustup/toolchains/1.94.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.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=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --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::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--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=56e7c1d5ec2041ca -C extra-filename=-3beb6f327bb7e026 --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-f0c737bae52c9813.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-06-16T21:22:33.094Z Running `/home/build/.rustup/toolchains/1.94.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=cbebaecd37320204 -C extra-filename=-bbdfa85da1bca7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-06-16T21:22:33.128Z Compiling phf_shared v0.13.1
33212026-06-16T21:22:33.138Z Running `/home/build/.rustup/toolchains/1.94.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=7a2ea2301bf595e0 -C extra-filename=-4b064a989d39d51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-06-16T21:22:33.170Z Compiling url v2.5.8
33232026-06-16T21:22:33.218Z Running `/home/build/.rustup/toolchains/1.94.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e1b65a272e8e758b -C extra-filename=-5d3af881bba1979d --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-06-16T21:22:33.223Z Compiling publicsuffix v2.3.0
33252026-06-16T21:22:33.250Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=12e5befc7e643848 -C extra-filename=-65099d3ce8e9d5ec --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-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-06-16T21:22:33.256Z Compiling stringprep v0.1.5
33272026-06-16T21:22:33.256Z Running `/home/build/.rustup/toolchains/1.94.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=ecd7160379ca88d6 -C extra-filename=-44799f6b463e4d35 --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-9d6fefae13e74922.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-06-16T21:22:33.321Z Compiling fixedbitset v0.5.7
33292026-06-16T21:22:33.326Z Running `/home/build/.rustup/toolchains/1.94.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=f54c4cef124e9df5 -C extra-filename=-a4c763bf947ef036 --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-fa94290699649ee5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-04b5ba7a620e4501.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-06-16T21:22:33.547Z Compiling rsa v0.9.10
33312026-06-16T21:22:33.554Z Compiling peg-runtime v0.8.5
33322026-06-16T21:22:33.554Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33332026-06-16T21:22:33.554Z Compiling whoami v2.1.0
33342026-06-16T21:22:33.554Z Compiling is-terminal v0.4.17
33352026-06-16T21:22:33.554Z Running `/home/build/.rustup/toolchains/1.94.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=408c67c487d9d408 -C extra-filename=-3482c46276f5baf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-06-16T21:22:33.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-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 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=534810eef5ed0c0c -C extra-filename=-022452df65051dc0 --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-1187af0aead528db.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-06-16T21:22:33.796Z Compiling tokio-util v0.7.18
33382026-06-16T21:22:33.796Z Compiling tower v0.5.3
33392026-06-16T21:22:33.796Z Compiling tokio-native-tls v0.3.1
33402026-06-16T21:22:33.796Z Compiling buf-list v1.1.2
33412026-06-16T21:22:33.796Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
33422026-06-16T21:22:33.796Z Running `/home/build/.rustup/toolchains/1.94.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=8409ba5c228fc90a -C extra-filename=-6ea17d19d7865e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432026-06-16T21:22:33.796Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=a0edcb22a181e191 -C extra-filename=-4e81badbf47919c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-06-16T21:22:33.796Z Running `/home/build/.rustup/toolchains/1.94.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.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=59ceee0657ef7d9b -C extra-filename=-20b7496aabe07267 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452026-06-16T21:22:33.796Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/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=bb44e2ef7fd1e4a9 -C extra-filename=-5f042b2d3d4eb7d6 --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-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-06-16T21:22:33.963Z Compiling cookie_store v0.22.1
33472026-06-16T21:22:33.964Z Compiling usdt v0.6.0
33482026-06-16T21:22:33.964Z Compiling hickory-proto v0.25.2
33492026-06-16T21:22:33.976Z Compiling postgres-protocol v0.6.10
33502026-06-16T21:22:33.976Z Compiling predicates v3.1.4
33512026-06-16T21:22:33.976Z Compiling phf v0.13.1
33522026-06-16T21:22:33.977Z Compiling petgraph v0.8.3
33532026-06-16T21:22:33.977Z Running `/home/build/.rustup/toolchains/1.94.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.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --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", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=f0ece073c67172a1 -C extra-filename=-fac64d8ed24f5a33 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-06-16T21:22:33.977Z Running `/home/build/.rustup/toolchains/1.94.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.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=df26ab601e9cfaca -C extra-filename=-05faf23a04acc511 --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-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
33552026-06-16T21:22:33.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=981a75622cb9dc1d -C extra-filename=-e4c46e532ffde43c --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-63b95c6de5767e6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-06-16T21:22:33.977Z Running `/home/build/.rustup/toolchains/1.94.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=607d615ba83736c9 -C extra-filename=-5d9a92ecba22eda3 --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-0b816fdc6ec9425e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33572026-06-16T21:22:33.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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("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=c301597f29a6e383 -C extra-filename=-b92f8da7dfb06323 --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-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-06-16T21:22:34.112Z Compiling crossbeam-channel v0.5.15
33592026-06-16T21:22:34.148Z Compiling thread_local v1.1.9
33602026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.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=964076cdac8393da -C extra-filename=-2cc59b81b753988c --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-27aa3a69b8d4ae91.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33612026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=234fb487d12c0c2b -C extra-filename=-130cf1e3a1a54232 --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-455ff897770a9865.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-44799f6b463e4d35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=08d97dcc7d60cbab -C extra-filename=-6aa99c98b2d95fbc --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-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5b76997044a5cc8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a4c763bf947ef036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.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=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_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_enums' '--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=bb2eabd344a32682 -C extra-filename=-2f47e298a04381f5 --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-b2bde8d747fc73bb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-341ab75f5cac778c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-5fe7d1db8071b93a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-4b064a989d39d51b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=f89cdbb4965cdcc2 -C extra-filename=-dc308447c61f5c52 --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-5d3af881bba1979d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.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=423cbd59722c62ff -C extra-filename=-15eba77f93d37711 --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-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.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=12d45ddef89bc7c4 -C extra-filename=-a72d82bb6c35c4b0 --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-430384416dcc468a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-189d8c333f388d65.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ffbb181ca9501092.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e2f634445a7f7dca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-06-16T21:22:34.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --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=873bbbe12322f753 -C extra-filename=-100d221d12db391c --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-3482c46276f5baf9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-06-16T21:22:34.286Z Compiling slog-async v2.8.0
33692026-06-16T21:22:34.295Z Compiling term v1.2.1
33702026-06-16T21:22:34.295Z Compiling take_mut v0.2.2
33712026-06-16T21:22:34.393Z Running `/home/build/.rustup/toolchains/1.94.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=3b6ceaaa71879093 -C extra-filename=-44f9d96f1d23d9ae --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-06-16T21:22:34.420Z Running `/home/build/.rustup/toolchains/1.94.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=8c2730cc0265d995 -C extra-filename=-c29a32825f8d89e9 --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-af4017a5c694082d.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-06-16T21:22:34.459Z Running `/home/build/.rustup/toolchains/1.94.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.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("nightly"))' -C metadata=fcda5dc73b107d6c -C extra-filename=-50400560ef360c96 --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-06-16T21:22:34.484Z Compiling structmeta-derive v0.3.0
33752026-06-16T21:22:34.484Z Compiling newtype-uuid-macros v0.1.0
33762026-06-16T21:22:34.484Z Compiling match_cfg v0.1.0
33772026-06-16T21:22:34.484Z Compiling slog-json v2.6.1
33782026-06-16T21:22:34.484Z Compiling debug-ignore v1.0.5
33792026-06-16T21:22:34.484Z Running `/home/build/.rustup/toolchains/1.94.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=ea344a9e128fe8b3 -C extra-filename=-5bc4956278004c44 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-06-16T21:22:34.484Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=67108aca4df15cb0 -C extra-filename=-4726b16ef8640a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-06-16T21:22:34.484Z Running `/home/build/.rustup/toolchains/1.94.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=f48a700d5ac3b25f -C extra-filename=-b72da4781351932d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-06-16T21:22:34.488Z Compiling tower-http v0.6.8
33832026-06-16T21:22:34.489Z Compiling snafu v0.8.9
33842026-06-16T21:22:34.489Z Compiling rustls v0.22.4
33852026-06-16T21:22:34.494Z Running `/home/build/.rustup/toolchains/1.94.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=00574a8d14704317 -C extra-filename=-d2a7be552b6b6de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-06-16T21:22:34.498Z Running `/home/build/.rustup/toolchains/1.94.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=3b787b4162c69139 -C extra-filename=-7444b9fdcde38245 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-06-16T21:22:34.498Z Running `/home/build/.rustup/toolchains/1.94.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=b6443418df423c33 -C extra-filename=-01d8b05da6de4b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-06-16T21:22:34.499Z Running `/home/build/.rustup/toolchains/1.94.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=ac760d855e9b7b63 -C extra-filename=-01d9d79c09366ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-06-16T21:22:34.499Z Running `/home/build/.rustup/toolchains/1.94.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=4c3c0979adf06898 -C extra-filename=-46804bb3cdee259b --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-06-16T21:22:34.499Z Running `/home/build/.rustup/toolchains/1.94.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=69bdd90d85ca1ccb -C extra-filename=-98eb74245e847c40 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-06-16T21:22:34.499Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=71c99cb1509542f8 -C extra-filename=-3a976e17718507ec --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-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-06-16T21:22:34.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-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="alloc"' --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("alloc", "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=c9a9cd5391589596 -C extra-filename=-31f17bf928eaaef1 --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-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-5bf07c3e50c282f4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-06-16T21:22:34.678Z Compiling h2 v0.4.13
33942026-06-16T21:22:34.713Z Compiling tokio-stream v0.1.18
33952026-06-16T21:22:34.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=dd4ddd50535eddc8 -C extra-filename=-b80f917dbb73e1c3 --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-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-06-16T21:22:34.825Z Compiling postgres-types v0.2.12
33972026-06-16T21:22:34.825Z Compiling slog-term v2.9.2
33982026-06-16T21:22:34.833Z Compiling rustls-webpki v0.102.8
33992026-06-16T21:22:34.833Z Compiling serde_path_to_error v0.1.20
34002026-06-16T21:22:34.833Z Running `/home/build/.rustup/toolchains/1.94.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.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="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=a44190066ed71deb -C extra-filename=-2a0f1ef8932083b2 --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-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-06-16T21:22:34.864Z Compiling hostname v0.3.1
34022026-06-16T21:22:34.864Z Compiling toml_datetime v1.0.0+spec-1.1.0
34032026-06-16T21:22:34.869Z Compiling serde_spanned v1.0.4
34042026-06-16T21:22:34.870Z Compiling multer v3.1.0
34052026-06-16T21:22:34.870Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-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 --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", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "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-bit-vec-0_7", "with-bit-vec-0_8", "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-jiff-0_2", "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=29d4f712eef6834a -C extra-filename=-a5327e4ac3908c74 --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-63b95c6de5767e6e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-06-16T21:22:34.870Z Running `/home/build/.rustup/toolchains/1.94.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=cbcc1bbeeea3cb24 -C extra-filename=-77c0ae2c85705abf --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-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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-69178f5f405916b0/out`
34072026-06-16T21:22:34.870Z Running `/home/build/.rustup/toolchains/1.94.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.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=59dabd6cce859fb4 -C extra-filename=-759d3b0cdfed70c6 --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-092fdc84cc87cee5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-06-16T21:22:34.870Z Running `/home/build/.rustup/toolchains/1.94.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=40073bf7b35a5772 -C extra-filename=-ee85427c09a5e0c2 --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-033f92b7d2688a9a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-06-16T21:22:34.894Z Running `/home/build/.rustup/toolchains/1.94.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=25ea12a412c8b01d -C extra-filename=-882168a63784c527 --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-01e0def4c6020b1d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-01d9d79c09366ce0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-06-16T21:22:34.904Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
34112026-06-16T21:22:34.904Z Running `/home/build/.rustup/toolchains/1.94.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=f93535b6ab0606d0 -C extra-filename=-0d8b11bfadeb291e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-06-16T21:22:34.904Z Running `/home/build/.rustup/toolchains/1.94.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.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::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=f263131cce846a79 -C extra-filename=-fd845e4993d13fcb --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-06-16T21:22:34.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+spec-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 --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_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_enums' '--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=17738c014e617fc4 -C extra-filename=-c258f21bb245e591 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142026-06-16T21:22:34.964Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
34152026-06-16T21:22:35.003Z Compiling toml_writer v1.0.6+spec-1.1.0
34162026-06-16T21:22:35.007Z Running `/home/build/.rustup/toolchains/1.94.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.6+spec-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 --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=ecb2fb9009378234 -C extra-filename=-fadb4f6091feaea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-06-16T21:22:35.119Z Compiling ipnetwork v0.21.1
34182026-06-16T21:22:35.160Z Compiling newtype-uuid v1.3.2
34192026-06-16T21:22:35.165Z Running `/home/build/.rustup/toolchains/1.94.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=34a646b1493a55f7 -C extra-filename=-78d62d6b51f2c19b --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-06-16T21:22:35.275Z Compiling serde_with v3.17.0
34212026-06-16T21:22:35.278Z Compiling slog-bunyan v2.5.0
34222026-06-16T21:22:35.278Z Compiling compression-core v0.4.31
34232026-06-16T21:22:35.314Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=653633a252451ea3 -C extra-filename=-32d2e3aba47f6c00 --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-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-06-16T21:22:35.389Z Compiling tokio-postgres v0.7.16
34252026-06-16T21:22:35.394Z Compiling async-stream-impl v0.3.6
34262026-06-16T21:22:35.394Z Compiling dropshot v0.17.0
34272026-06-16T21:22:35.394Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --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", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=4585d1b866303427 -C extra-filename=-f66d8ce6eb11dd9a --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-5287902c097ec795.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-06-16T21:22:35.394Z Running `/home/build/.rustup/toolchains/1.94.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=c59bacf2ac6ce4ce -C extra-filename=-90204900ec0045f3 --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-882168a63784c527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-06-16T21:22:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326481f32ab9d4a4 -C extra-filename=-6ef54c3981e27ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-06-16T21:22:35.538Z Compiling strum v0.27.2
34312026-06-16T21:22:35.549Z Compiling toml v1.0.6+spec-1.1.0
34322026-06-16T21:22:35.618Z Running `/home/build/.rustup/toolchains/1.94.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.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=ffd69918e23d585c -C extra-filename=-67a8e859d43679ee --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-06-16T21:22:35.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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-bit-vec-0_7", "with-bit-vec-0_8", "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-jiff-0_2", "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=e40bb12570882fcb -C extra-filename=-2e7ecba64d490800 --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-3d40f90b1355ed80.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-dc308447c61f5c52.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4e81badbf47919c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-06-16T21:22:35.624Z Running `/home/build/.rustup/toolchains/1.94.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=5e878aad7f4a357b -C extra-filename=-d68bd691d00bc341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-06-16T21:22:35.663Z Running `/home/build/.rustup/toolchains/1.94.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=e02267abf1ad980a -C extra-filename=-fca7c1891a1a6de7 --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-6dab47f003096649.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-06-16T21:22:35.667Z Compiling compression-codecs v0.4.37
34372026-06-16T21:22:35.667Z Compiling dropshot_endpoint v0.17.0
34382026-06-16T21:22:35.667Z Compiling rustls-pemfile v2.2.0
34392026-06-16T21:22:35.743Z Running `/home/build/.rustup/toolchains/1.94.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=4997339f3cf7ba0d -C extra-filename=-245a7a9e65482f7c --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-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
34402026-06-16T21:22:35.781Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.6+spec-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 --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_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_enums' '--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=35277fb121e38a22 -C extra-filename=-26ca01fa6a73f661 --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-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c258f21bb245e591.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-06-16T21:22:35.832Z Compiling oxnet v0.1.6
34422026-06-16T21:22:35.842Z Compiling waitgroup v0.1.2
34432026-06-16T21:22:35.842Z Compiling hostname v0.4.2
34442026-06-16T21:22:35.842Z Compiling atomicwrites v0.4.4
34452026-06-16T21:22:35.842Z Compiling itertools v0.14.0
34462026-06-16T21:22:35.842Z Running `/home/build/.rustup/toolchains/1.94.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=858e774c2f0dee37 -C extra-filename=-41914f5dc4fde0ca --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-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-77c0ae2c85705abf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-69178f5f405916b0/out`
34472026-06-16T21:22:35.842Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=e17431150ba5294f -C extra-filename=-e796598d2f3ca360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-06-16T21:22:35.842Z Running `/home/build/.rustup/toolchains/1.94.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.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef7b1bd301fbefac -C extra-filename=-6609edc00df8c860 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-06-16T21:22:35.842Z Running `/home/build/.rustup/toolchains/1.94.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=fe4c9f8fd24be23e -C extra-filename=-cc2470ba04a918de --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-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502026-06-16T21:22:36.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=32a41062cb05f9ad -C extra-filename=-e3773e608600c655 --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-78d62d6b51f2c19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-06-16T21:22:36.070Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34522026-06-16T21:22:36.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34532026-06-16T21:22:36.070Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34542026-06-16T21:22:36.071Z Compiling regress v0.10.5
34552026-06-16T21:22:36.071Z Compiling macaddr v1.0.1
34562026-06-16T21:22:36.071Z Compiling instant v0.1.13
34572026-06-16T21:22:36.071Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
34582026-06-16T21:22:36.071Z Running `/home/build/.rustup/toolchains/1.94.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=bb5a47f05af42a4a -C extra-filename=-a121c9cfd8c3a9f0 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-06-16T21:22:36.071Z Running `/home/build/.rustup/toolchains/1.94.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=d4c457494f850486 -C extra-filename=-3d27c33688bca414 --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-9a82faff30e4a240.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-06-16T21:22:36.071Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed0efadbb22fad65 -C extra-filename=-a0351535f0249bb1 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-06-16T21:22:36.071Z Running `/home/build/.rustup/toolchains/1.94.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=34a5e2495582be4d -C extra-filename=-7e3d284a925f84e6 --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-6c6bb4391ac8d17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-06-16T21:22:36.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/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=f61fe65c4bc053e9 -C extra-filename=-922076c964c0dd34 --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-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-6ebbabdeff73d104.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c29a32825f8d89e9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6dab47f003096649.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-06-16T21:22:36.182Z Compiling structmeta v0.3.0
34642026-06-16T21:22:36.182Z Compiling async-compression v0.4.41
34652026-06-16T21:22:36.199Z Running `/home/build/.rustup/toolchains/1.94.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=2aa7ebf33ec1d202 -C extra-filename=-5bea0404ff073642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-06-16T21:22:36.207Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee/build-script-build`
34672026-06-16T21:22:36.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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="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=b3e1bb91e2480931 -C extra-filename=-ba8ab60006030851 --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-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-06-16T21:22:36.207Z Running `/home/build/.rustup/toolchains/1.94.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=dcb76e22294a1986 -C extra-filename=-cc5cf79ceb6dd7e0 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-06-16T21:22:36.207Z Running `/home/build/.rustup/toolchains/1.94.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=0f6a551cbdce865c -C extra-filename=-86d1f25375d74a93 --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-06-16T21:22:36.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "schemars08"))' -C metadata=8e47a10972df2c5b -C extra-filename=-018bd364f5bc2e7e --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-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-06-16T21:22:36.343Z Compiling daft v0.1.7
34722026-06-16T21:22:36.369Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34732026-06-16T21:22:36.369Z Compiling backon v1.6.0
34742026-06-16T21:22:36.369Z Running `/home/build/.rustup/toolchains/1.94.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=ef3a765338831503 -C extra-filename=-f4e6186e402b3c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d2a7be552b6b6de4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-06-16T21:22:36.379Z Running `/home/build/.rustup/toolchains/1.94.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=08c116bf72903e2e -C extra-filename=-918262e4f053926e --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-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-06-16T21:22:36.458Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=e31a867dff0af453 -C extra-filename=-d3e8c3b8b62d2d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-e796598d2f3ca360.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-06-16T21:22:36.542Z Compiling backoff v0.4.0
34782026-06-16T21:22:36.554Z Compiling humantime v2.3.0
34792026-06-16T21:22:36.555Z Compiling unicode-width v0.2.0
34802026-06-16T21:22:36.555Z Compiling convert_case v0.4.0
34812026-06-16T21:22:36.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=1536842c447d1606 -C extra-filename=-ee97001c3cfca795 --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-f286a8126edb86b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-06-16T21:22:36.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=0862c81407fa54fd -C extra-filename=-5e0c4c123d774e6b --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-9199b275d3f7c125.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-06-16T21:22:36.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/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=644dce72b904bb6b -C extra-filename=-274fe36f6206b987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-06-16T21:22:36.668Z Compiling async-stream v0.3.6
34852026-06-16T21:22:36.668Z Compiling half v2.7.1
34862026-06-16T21:22:36.668Z Compiling ciborium-io v0.2.2
34872026-06-16T21:22:36.668Z Compiling secrecy v0.10.3
34882026-06-16T21:22:36.668Z Running `/home/build/.rustup/toolchains/1.94.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=6159f434c26fd9b1 -C extra-filename=-9e96caab0b7280d5 --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-d2281c904bfe50c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-06-16T21:22:36.668Z Running `/home/build/.rustup/toolchains/1.94.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=d406ca423e74d453 -C extra-filename=-8050cade88cb721a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=cf111cabeb34da68 -C extra-filename=-e8260ba4e9f18d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.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=ebe2178a8a9719ae -C extra-filename=-f0151779063ab4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-06-16T21:22:36.669Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34932026-06-16T21:22:36.669Z Compiling regress v0.11.1
34942026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.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=f15006b5f61ef273 -C extra-filename=-946ea005768073de --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-d68bd691d00bc341.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1aff123a5d76d197 -C extra-filename=-b400a7600119e3e2 --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-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.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=8e285989295f0d70 -C extra-filename=-c7f9bdf8f54edfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.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=d89660691118de3c -C extra-filename=-71e0eba80cf85928 --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-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-06-16T21:22:36.669Z Running `/home/build/.rustup/toolchains/1.94.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=50f17db8c9cf6a69 -C extra-filename=-ec4425f83716125c --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-e0588355046ab563.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5bea0404ff073642.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-06-16T21:22:36.699Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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="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=d88c8ad064fec4fc -C extra-filename=-a9c44303078a17d9 --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-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-06-16T21:22:36.766Z Compiling iddqd v0.4.2
35012026-06-16T21:22:36.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --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=bc17f38daaa8d35b -C extra-filename=-3b8c888c5bfc6096 --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-3318559a2770f550.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-06-16T21:22:36.840Z Compiling derive-ex v0.1.8
35032026-06-16T21:22:36.916Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35042026-06-16T21:22:36.956Z Running `/home/build/.rustup/toolchains/1.94.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=3f26c8053bd8af6f -C extra-filename=-79a125d4a6c684e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-06-16T21:22:36.999Z Compiling parse-display-derive v0.10.0
35062026-06-16T21:22:37.038Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=f6de0009a12d871e -C extra-filename=-f451434feb876732 --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-5e0c4c123d774e6b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072026-06-16T21:22:37.043Z Compiling unsafe-libyaml v0.2.11
35082026-06-16T21:22:37.044Z Compiling universal-hash v0.5.1
35092026-06-16T21:22:37.044Z Compiling indent_write v2.2.0
35102026-06-16T21:22:37.044Z Running `/home/build/.rustup/toolchains/1.94.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=ee63668a9b249bcb -C extra-filename=-797e98516721fe94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-06-16T21:22:37.153Z Running `/home/build/.rustup/toolchains/1.94.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=e9b435d7a29b3b63 -C extra-filename=-583cfd0c0cc1cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-06-16T21:22:37.160Z Compiling derive_more v0.99.20
35132026-06-16T21:22:37.160Z Compiling opaque-debug v0.3.1
35142026-06-16T21:22:37.160Z Compiling crucible-workspace-hack v0.1.0
35152026-06-16T21:22:37.160Z Compiling aead v0.5.2
35162026-06-16T21:22:37.160Z Compiling chacha20 v0.9.1
35172026-06-16T21:22:37.160Z Compiling thiserror-impl-no-std v2.0.2
35182026-06-16T21:22:37.160Z Compiling camino-tempfile v1.4.1
35192026-06-16T21:22:37.160Z Compiling swrite v0.1.0
35202026-06-16T21:22:37.160Z Running `/home/build/.rustup/toolchains/1.94.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=1175e4acc2ef5c04 -C extra-filename=-62b35ad4ac622f8d --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-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-06-16T21:22:37.160Z Running `/home/build/.rustup/toolchains/1.94.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=c8b72f4dd2d5ddfc -C extra-filename=-1e56b698c6a22bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-06-16T21:22:37.193Z Running `/home/build/.rustup/toolchains/1.94.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=6935532d1f806249 -C extra-filename=-90dffd5533c16daa --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-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232026-06-16T21:22:37.193Z Running `/home/build/.rustup/toolchains/1.94.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=8945c303dfda1bac -C extra-filename=-194905f61176ced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242026-06-16T21:22:37.209Z Running `/home/build/.rustup/toolchains/1.94.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=cbfa76feee9cc26f -C extra-filename=-d58b50b2f59be3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-06-16T21:22:37.209Z Compiling ciborium-ll v0.2.2
35262026-06-16T21:22:37.209Z Running `/home/build/.rustup/toolchains/1.94.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=8684e98c0c63cccd -C extra-filename=-93d2eec279556c05 --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-b1a2d0ece26f531c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-06-16T21:22:37.209Z Running `/home/build/.rustup/toolchains/1.94.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=56c0ec34eae79281 -C extra-filename=-921ba46b07706615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-06-16T21:22:37.209Z Running `/home/build/.rustup/toolchains/1.94.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=71b3b7282bd4d916 -C extra-filename=-2cfb252a9919bb49 --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-14842183da3c6f4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-06-16T21:22:37.209Z Running `/home/build/.rustup/toolchains/1.94.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=820c835928ba736e -C extra-filename=-b3758e5b4f760a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-06-16T21:22:37.209Z Running `/home/build/.rustup/toolchains/1.94.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=9893cc68026e5f45 -C extra-filename=-1ba3b2f5180705c2 --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-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312026-06-16T21:22:37.229Z Running `/home/build/.rustup/toolchains/1.94.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=94172277263ee693 -C extra-filename=-ba3917cbf461b1d2 --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-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b400a7600119e3e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-06-16T21:22:37.333Z Compiling poly1305 v0.8.0
35332026-06-16T21:22:37.336Z Running `/home/build/.rustup/toolchains/1.94.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=9ced90746a68042c -C extra-filename=-50be9b3de423c6b1 --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-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-06-16T21:22:37.377Z Compiling byte-wrapper v0.1.0
35352026-06-16T21:22:37.482Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
35362026-06-16T21:22:37.495Z Compiling blake2 v0.10.6
35372026-06-16T21:22:37.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-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(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=c35876e72c9f9d72 -C extra-filename=-8664d818eaf5ace4 --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-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-06-16T21:22:37.601Z Compiling password-hash v0.5.0
35392026-06-16T21:22:37.615Z Compiling crossbeam-deque v0.8.6
35402026-06-16T21:22:37.615Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=e0ca4ce029abedb9 -C extra-filename=-314ca521f1a753e0 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-06-16T21:22:37.615Z Running `/home/build/.rustup/toolchains/1.94.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=3a1701c914303558 -C extra-filename=-4839a2add9e6eac3 --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-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-06-16T21:22:37.686Z Compiling ciborium v0.2.2
35432026-06-16T21:22:37.694Z Compiling serde_yaml v0.9.34+deprecated
35442026-06-16T21:22:37.694Z Running `/home/build/.rustup/toolchains/1.94.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=be80444d90ea276c -C extra-filename=-aee9816782fc5b48 --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-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-06-16T21:22:37.714Z Running `/home/build/.rustup/toolchains/1.94.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.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 '--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=9d969a67116f5e82 -C extra-filename=-51872676107046e4 --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-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-06-16T21:22:37.752Z Compiling tokio-rustls v0.25.0
35472026-06-16T21:22:37.757Z Compiling glob v0.3.3
35482026-06-16T21:22:37.824Z Running `/home/build/.rustup/toolchains/1.94.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=b301947d366d2a4a -C extra-filename=-1d56f86b93447a7f --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-e4d505d3eeb92d26.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-06-16T21:22:37.838Z Running `/home/build/.rustup/toolchains/1.94.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=5a802a29df2668a1 -C extra-filename=-1034a81c89142beb --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-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ba3917cbf461b1d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-06-16T21:22:37.901Z Compiling toml_datetime v0.7.5+spec-1.1.0
35512026-06-16T21:22:37.904Z Running `/home/build/.rustup/toolchains/1.94.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=5cf5c7b5ca827a47 -C extra-filename=-4e2269c7cc44ed65 --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-41914f5dc4fde0ca.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-69178f5f405916b0/out`
35522026-06-16T21:22:37.904Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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=b7df52d425d9a782 -C extra-filename=-d7e788ba801484ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-06-16T21:22:38.020Z Compiling hyper v1.8.1
35542026-06-16T21:22:38.024Z Compiling toml v0.8.23
35552026-06-16T21:22:38.024Z Compiling rayon-core v1.13.0
35562026-06-16T21:22:38.024Z Compiling proc-macro-error-attr v1.0.4
35572026-06-16T21:22:38.024Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
35582026-06-16T21:22:38.024Z Running `/home/build/.rustup/toolchains/1.94.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.5+spec-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 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=fe868757e8bd8cd5 -C extra-filename=-76a91732ba91183e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-06-16T21:22:38.024Z Running `/home/build/.rustup/toolchains/1.94.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.16+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=b99245b6017a797c -C extra-filename=-2ab9966e8a5fe83b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2eff88127f6082d9/out -l static=zstd`
35602026-06-16T21:22:38.055Z Compiling chacha20poly1305 v0.10.1
35612026-06-16T21:22:38.081Z Compiling proc-macro-error v1.0.4
35622026-06-16T21:22:38.081Z Compiling tabwriter v1.4.1
35632026-06-16T21:22:38.081Z Compiling colored v3.1.1
35642026-06-16T21:22:38.081Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --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=caff85c350915dec -C extra-filename=-e275e6e74e916034 --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-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-e3c84e5aa934da16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-06-16T21:22:38.081Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
35662026-06-16T21:22:38.081Z Running `/home/build/.rustup/toolchains/1.94.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.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c77dabd4c3f0a4ea -C extra-filename=-f761551f0647f5fe --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-06-16T21:22:38.081Z Running `/home/build/.rustup/toolchains/1.94.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=512e3bd9fb23c26f -C extra-filename=-6a15400c2e7ba83a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-06-16T21:22:38.081Z Running `/home/build/.rustup/toolchains/1.94.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=59e4afa8affcbbc0 -C extra-filename=-4b5104741c9c932d --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-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-06-16T21:22:38.155Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-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="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=477dac854b128680 -C extra-filename=-793719933d52d486 --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-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-06-16T21:22:38.159Z Running `/home/build/.rustup/toolchains/1.94.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=037b2fbf85dce33c -C extra-filename=-bb924e1674c1886b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-06-16T21:22:38.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-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 --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=3f95390326afd122 -C extra-filename=-20818eb2682fe51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-06-16T21:22:38.159Z Running `/home/build/.rustup/toolchains/1.94.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=3b23301140927036 -C extra-filename=-331a0dd8e7f1a906 --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-93d2eec279556c05.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-06-16T21:22:38.233Z Compiling argon2 v0.5.3
35742026-06-16T21:22:38.237Z Running `/home/build/.rustup/toolchains/1.94.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.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=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=2e2e6247985e079f -C extra-filename=-927cfc9a62573ba0 --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-2ab9966e8a5fe83b.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-2eff88127f6082d9/out`
35752026-06-16T21:22:38.409Z Running `/home/build/.rustup/toolchains/1.94.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=f16d6a76268fbaa6 -C extra-filename=-38e8a5c56c9e7b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-06-16T21:22:38.435Z Compiling toml_edit v0.23.10+spec-1.0.0
35772026-06-16T21:22:38.436Z Compiling heapless v0.8.0
35782026-06-16T21:22:38.436Z Running `/home/build/.rustup/toolchains/1.94.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=40b2657c4cee1d53 -C extra-filename=-2056a469241411d0 --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-8703aae8b2f9644d.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4839a2add9e6eac3.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-aee9816782fc5b48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-06-16T21:22:38.436Z Running `/home/build/.rustup/toolchains/1.94.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.23.10+spec-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="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=6fba374217da62e4 -C extra-filename=-2ee3da8f258996d2 --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-e4d505d3eeb92d26.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-76a91732ba91183e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802026-06-16T21:22:38.436Z Running `/home/build/.rustup/toolchains/1.94.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=4beb64aeed98141a -C extra-filename=-aef1d53b8f6eeb07 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-06-16T21:22:38.436Z Compiling unicode-width v0.1.14
35822026-06-16T21:22:38.436Z Running `/home/build/.rustup/toolchains/1.94.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=f258b8f7dc3d7605 -C extra-filename=-498165c747409775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-06-16T21:22:38.436Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35842026-06-16T21:22:38.524Z Compiling ingot-macros v0.1.1
35852026-06-16T21:22:38.541Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=6db37679d07e5c8d -C extra-filename=-fa9d244fd45fc505 --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-ce299ebbb1d61b46.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-06-16T21:22:38.541Z Compiling hash32 v0.3.1
35872026-06-16T21:22:38.541Z Compiling smoltcp v0.11.0
35882026-06-16T21:22:38.570Z Running `/home/build/.rustup/toolchains/1.94.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=cb922c3c4c3e10de -C extra-filename=-613c8bcf7a4b6028 --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-6607a922dcc8bcfe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-06-16T21:22:38.599Z Compiling typify-impl v0.6.2
35902026-06-16T21:22:38.621Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35912026-06-16T21:22:38.622Z Running `/home/build/.rustup/toolchains/1.94.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=3de78c6e5ee760c7 -C extra-filename=-274b20cc3c2d3f43 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922026-06-16T21:22:38.629Z Running `/home/build/.rustup/toolchains/1.94.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=568678c0dbd0265c -C extra-filename=-67dec77b3f0ee1b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-06-16T21:22:38.745Z Compiling cobs v0.3.0
35942026-06-16T21:22:38.746Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35952026-06-16T21:22:38.751Z Compiling proc-macro-crate v1.3.1
35962026-06-16T21:22:38.751Z Running `/home/build/.rustup/toolchains/1.94.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.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())' -C metadata=8dabe68043f53f7b -C extra-filename=-ca8bf967818b2b61 --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-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a9c44303078a17d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-06-16T21:22:38.751Z Running `/home/build/.rustup/toolchains/1.94.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=d3a62d4689a86856 -C extra-filename=-58cfd89847c4b176 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-06-16T21:22:38.778Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35992026-06-16T21:22:38.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-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("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=3af5d18d71fa541e -C extra-filename=-92895fe906cb56a6 --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-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-06-16T21:22:38.778Z Running `/home/build/.rustup/toolchains/1.94.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=7043d82c511f535f -C extra-filename=-5280d16ed354dc3e --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-e5797ea9908f0e04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-06-16T21:22:38.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/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=36571e53cbe5b8f7 -C extra-filename=-bef73dc87024835a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-06-16T21:22:38.856Z Compiling foreign-types-macros v0.2.3
36032026-06-16T21:22:38.938Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
36042026-06-16T21:22:38.946Z Running `/home/build/.rustup/toolchains/1.94.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=6ef5de24bae67815 -C extra-filename=-b43f4669b8793c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-06-16T21:22:38.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=7cc9fed2761322d6 -C extra-filename=-005c0c25ae4b1539 --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-06-16T21:22:38.977Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
36072026-06-16T21:22:39.008Z Compiling zstd v0.13.3
36082026-06-16T21:22:39.103Z Compiling test-strategy v0.4.5
36092026-06-16T21:22:39.107Z Compiling thiserror-no-std v2.0.2
36102026-06-16T21:22:39.107Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
36112026-06-16T21:22:39.107Z Running `/home/build/.rustup/toolchains/1.94.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=1bb65a1ec9eaec0a -C extra-filename=-41bc2db6be4522c2 --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-927cfc9a62573ba0.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-2eff88127f6082d9/out`
36122026-06-16T21:22:39.224Z Compiling postcard v1.1.3
36132026-06-16T21:22:39.231Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
36142026-06-16T21:22:39.231Z Running `/home/build/.rustup/toolchains/1.94.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.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())' -C metadata=1c02e8fabae40b36 -C extra-filename=-ea073ca951844ce6 --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-79a125d4a6c684e9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-06-16T21:22:39.231Z Running `/home/build/.rustup/toolchains/1.94.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=9af29bfbac40cac6 -C extra-filename=-daf8859f59762ecd --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-921ba46b07706615.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-06-16T21:22:39.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9000a0fd59dc54 -C extra-filename=-78b3463069f1b2dd --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-fa9d244fd45fc505.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-314ca521f1a753e0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-06-16T21:22:39.371Z Compiling hyper-util v0.1.20
36182026-06-16T21:22:39.375Z Compiling proc-macro-crate v3.4.0
36192026-06-16T21:22:39.445Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
36202026-06-16T21:22:39.452Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
36212026-06-16T21:22:39.452Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
36222026-06-16T21:22:39.452Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
36232026-06-16T21:22:39.452Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=1b8dfbedeef90d9d -C extra-filename=-72599a91052c710f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-72599a91052c710f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-06-16T21:22:39.452Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=62b1fc38b00114c4 -C extra-filename=-253c1fb9aca3f6c0 --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-92895fe906cb56a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-06-16T21:22:39.564Z Compiling zip v4.6.1
36262026-06-16T21:22:39.571Z Compiling parse-display v0.10.0
36272026-06-16T21:22:39.571Z Compiling vsss-rs v3.3.4
36282026-06-16T21:22:39.571Z Compiling cpufeatures v0.3.0
36292026-06-16T21:22:39.602Z Running `/home/build/.rustup/toolchains/1.94.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --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-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=bffb0462b01330a0 -C extra-filename=-bc1042685bce4757 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-06-16T21:22:39.674Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
36312026-06-16T21:22:39.715Z Running `/home/build/.rustup/toolchains/1.94.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.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=a1c29139e009aa2b -C extra-filename=-d46b3d92b71d1ee4 --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-2ee3da8f258996d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-06-16T21:22:39.721Z Running `/home/build/.rustup/toolchains/1.94.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=3012f0ec0c898714 -C extra-filename=-9f3676ae236d3648 --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-274b20cc3c2d3f43.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-06-16T21:22:39.797Z Compiling foreign-types-shared v0.3.1
36342026-06-16T21:22:39.802Z Compiling num_enum_derive v0.5.11
36352026-06-16T21:22:39.802Z Compiling num-derive v0.4.2
36362026-06-16T21:22:39.802Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
36372026-06-16T21:22:39.802Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36382026-06-16T21:22:39.802Z Compiling sigpipe v0.1.3
36392026-06-16T21:22:39.802Z Compiling cstr-argument v0.1.2
36402026-06-16T21:22:39.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-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", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=48ec5ceedfb2507b -C extra-filename=-254fbd074447178b --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-c4a9e5e5ff78eef0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-89ca56f9fb569726.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-41bc2db6be4522c2.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-2eff88127f6082d9/out`
36412026-06-16T21:22:39.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31d41bbcdc641dd2 -C extra-filename=-197686315eaba168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-06-16T21:22:39.802Z Running `/home/build/.rustup/toolchains/1.94.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=c42e972bfe62d605 -C extra-filename=-df23c1fa9e15df3a --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-78d4bbafc7faaf08.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-daf8859f59762ecd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-06-16T21:22:39.802Z Running `/home/build/.rustup/toolchains/1.94.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=670b602edc179564 -C extra-filename=-da9f1e27cc849cae --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-797e98516721fe94.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442026-06-16T21:22:39.802Z Running `/home/build/.rustup/toolchains/1.94.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.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=50b93a6d2a9bd25a -C extra-filename=-44047f1696432bcb --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-51872676107046e4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-06-16T21:22:39.935Z Running `/home/build/.rustup/toolchains/1.94.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=fb21dc42b77f5c65 -C extra-filename=-7ce2a4c2e6689982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-06-16T21:22:39.942Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
36472026-06-16T21:22:39.942Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36482026-06-16T21:22:39.942Z Compiling itertools v0.12.1
36492026-06-16T21:22:39.942Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
36502026-06-16T21:22:39.942Z Running `/home/build/.rustup/toolchains/1.94.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=813225a84e9e6bb9 -C extra-filename=-af04df7828aabdea --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-5280d16ed354dc3e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-06-16T21:22:39.964Z Running `/home/build/.rustup/toolchains/1.94.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=5fe390e535b9fa43 -C extra-filename=-b2b295196ab278b2 --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-aa8953624d325365.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-06-16T21:22:39.971Z Running `/home/build/.rustup/toolchains/1.94.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=a3ef05aa76b64e3a -C extra-filename=-08821fb7089c8154 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532026-06-16T21:22:39.971Z Running `/home/build/.rustup/toolchains/1.94.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=b4ff6fe0388c8846 -C extra-filename=-5bcb7d6f4ae9aa37 --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-06-16T21:22:39.971Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=ade3ee1133de5805 -C extra-filename=-bbe0df14b2e8156e --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-06-16T21:22:39.971Z Running `/home/build/.rustup/toolchains/1.94.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=f0eee7b7f08e57db -C extra-filename=-998d3e58729545f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36562026-06-16T21:22:39.971Z Running `/home/build/.rustup/toolchains/1.94.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=66d661d35c207158 -C extra-filename=-e2b03b1de77612b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-06-16T21:22:39.971Z Running `/home/build/.rustup/toolchains/1.94.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=497d8b10a4a387ce -C extra-filename=-d2427ec1198cf67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-06-16T21:22:40.075Z Compiling chacha20 v0.10.0
36592026-06-16T21:22:40.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/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=8d968e654e17275a -C extra-filename=-bca8bb8c1bf9d50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36602026-06-16T21:22:40.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=6b2c159ad3f2bba0 -C extra-filename=-0411b65541d3f546 --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-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-06-16T21:22:40.078Z Running `/home/build/.rustup/toolchains/1.94.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=ab5fd69ec83078b7 -C extra-filename=-079631bae9789ff9 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-06-16T21:22:40.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50e64036eb31f76f -C extra-filename=-f5b74026f3393e59 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-06-16T21:22:40.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/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=2ab3f16f173d8d8c -C extra-filename=-f1e4459d1186ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-06-16T21:22:40.078Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-72599a91052c710f/build-script-build`
36652026-06-16T21:22:40.189Z Compiling foreign-types v0.5.0
36662026-06-16T21:22:40.198Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36672026-06-16T21:22:40.198Z Compiling smf v0.2.3
36682026-06-16T21:22:40.220Z Running `/home/build/.rustup/toolchains/1.94.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=5517c37c0f9c5eda -C extra-filename=-cb388b4807b3b38d --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-9f3676ae236d3648.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-06-16T21:22:40.259Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=796e1c71df957fc4 -C extra-filename=-125376f38a35097b --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-197686315eaba168.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-06-16T21:22:40.290Z Compiling num_enum_derive v0.7.6
36712026-06-16T21:22:40.299Z Compiling rayon v1.11.0
36722026-06-16T21:22:40.364Z Running `/home/build/.rustup/toolchains/1.94.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=984cc34b64aad225 -C extra-filename=-7e77983ce773de13 --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-b43f4669b8793c4e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-06-16T21:22:40.379Z Running `/home/build/.rustup/toolchains/1.94.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=a05939e6dc843063 -C extra-filename=-4501c4dfab6bc7eb --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-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-06-16T21:22:40.379Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=90d45afaac519cb7 -C extra-filename=-24ff6e2d2025515b --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-06-16T21:22:40.426Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
36762026-06-16T21:22:40.433Z Compiling whoami v1.6.1
36772026-06-16T21:22:40.448Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.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 --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=85c8af1c7a5d34d3 -C extra-filename=-4a0fa5b26f5036f9 --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-d46b3d92b71d1ee4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-06-16T21:22:40.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b7e5d7e8b14d46be -C extra-filename=-dd3ee3dffdc4c25c --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-4d7aa96ddad28561.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-06-16T21:22:40.517Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36802026-06-16T21:22:40.517Z Compiling usdt-attr-macro v0.5.0
36812026-06-16T21:22:40.587Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=70ba3a6a361751bf -C extra-filename=-152d187b90494ec8 --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-0411b65541d3f546.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-06-16T21:22:40.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --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=96ebc35b2076393b -C extra-filename=-c37bbd24ee2fea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-06-16T21:22:40.762Z Compiling usdt-macro v0.5.0
36842026-06-16T21:22:40.769Z Compiling memmap v0.7.0
36852026-06-16T21:22:40.769Z Compiling derive-where v1.6.0
36862026-06-16T21:22:40.769Z Compiling num-rational v0.4.2
36872026-06-16T21:22:40.769Z Compiling num-complex v0.4.6
36882026-06-16T21:22:40.769Z Running `/home/build/.rustup/toolchains/1.94.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=82384483f144f00f -C extra-filename=-e859150291f6621f --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-7ce2a4c2e6689982.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36892026-06-16T21:22:40.769Z Running `/home/build/.rustup/toolchains/1.94.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=c794b72650eb8436 -C extra-filename=-4e32d6a762cd6d96 --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-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7e77983ce773de13.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902026-06-16T21:22:40.769Z Running `/home/build/.rustup/toolchains/1.94.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=88c0252b768ee88d -C extra-filename=-1b0322523f630c05 --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-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-06-16T21:22:40.941Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59/build-script-build`
36922026-06-16T21:22:40.944Z Compiling rand v0.10.0
36932026-06-16T21:22:40.944Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36942026-06-16T21:22:40.944Z Compiling console v0.15.11
36952026-06-16T21:22:40.944Z Running `/home/build/.rustup/toolchains/1.94.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=246120830bf6d273 -C extra-filename=-65eaccd67be90356 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-06-16T21:22:40.977Z Running `/home/build/.rustup/toolchains/1.94.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.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("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=1753b82a568b7809 -C extra-filename=-8c1df797aaed6813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-06-16T21:22:40.982Z Running `/home/build/.rustup/toolchains/1.94.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=b4184846d475834d -C extra-filename=-323240d83f70ee4f --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-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-06-16T21:22:41.024Z Running `/home/build/.rustup/toolchains/1.94.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=24baa19f4135aa65 -C extra-filename=-6a26e49cc52db37f --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-06-16T21:22:41.038Z Running `/home/build/.rustup/toolchains/1.94.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=39fd0d08a5c4be03 -C extra-filename=-a47631c902b04a66 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-06-16T21:22:41.117Z Compiling hyper-tls v0.6.0
37012026-06-16T21:22:41.137Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37022026-06-16T21:22:41.138Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37032026-06-16T21:22:41.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=b377b8e9d482f477 -C extra-filename=-69a0f944722eb3a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-125376f38a35097b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-06-16T21:22:41.138Z Running `/home/build/.rustup/toolchains/1.94.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=17ecae0a594ea705 -C extra-filename=-88d5ce6deff68a2c --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-01e0def4c6020b1d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5bcb7d6f4ae9aa37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-06-16T21:22:41.138Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
37062026-06-16T21:22:41.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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="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=384d56ecbac56671 -C extra-filename=-f4c7a5ecc60f8628 --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-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-06-16T21:22:41.263Z Running `/home/build/.rustup/toolchains/1.94.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=e6cc85040393cbae -C extra-filename=-f9c6fdbc5fc9e2f2 --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-63b95c6de5767e6e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0b816fdc6ec9425e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5d9a92ecba22eda3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37082026-06-16T21:22:41.269Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37092026-06-16T21:22:41.269Z Compiling float-ord v0.3.2
37102026-06-16T21:22:41.269Z Compiling newline-converter v0.3.0
37112026-06-16T21:22:41.269Z Compiling bytecount v0.6.9
37122026-06-16T21:22:41.340Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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=806760550068b084 -C extra-filename=-5fcaf5aa5c3b6509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-d3e8c3b8b62d2d9f.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-946ea005768073de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-6609edc00df8c860.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-918262e4f053926e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4e2269c7cc44ed65.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.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-69178f5f405916b0/out`
37132026-06-16T21:22:41.344Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
37142026-06-16T21:22:41.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=ac73fb5f6d560789 -C extra-filename=-ab80ef598c12e3bb --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-5e0c4c123d774e6b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-018bd364f5bc2e7e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-06-16T21:22:41.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=2d54f4f3434e53e7 -C extra-filename=-a346fd02912865f3 --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-fa9d244fd45fc505.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-78b3463069f1b2dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-06-16T21:22:41.457Z Compiling zone_cfg_derive v0.3.1
37172026-06-16T21:22:41.461Z Compiling owo-colors v4.3.0
37182026-06-16T21:22:41.461Z Compiling prettyplease v0.2.37
37192026-06-16T21:22:41.461Z Compiling cancel-safe-futures v0.1.5
37202026-06-16T21:22:41.461Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=2de39ba9bda53e77 -C extra-filename=-ab4e8e4274670479 --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-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-d2427ec1198cf67b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-06-16T21:22:41.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=f03dc18d297e0d07 -C extra-filename=-330c87bd18ddc8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-06-16T21:22:41.503Z Running `/home/build/.rustup/toolchains/1.94.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=e931cba587a5b3a6 -C extra-filename=-c5454fd0ab193012 --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-06-16T21:22:41.503Z Running `/home/build/.rustup/toolchains/1.94.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=0089ec61322d8e56 -C extra-filename=-c2a575e03cd92687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-06-16T21:22:41.604Z Compiling num v0.4.3
37252026-06-16T21:22:41.609Z Compiling libsw-core v0.3.2
37262026-06-16T21:22:41.609Z Compiling linear-map v1.2.0
37272026-06-16T21:22:41.609Z Compiling gethostname v0.5.0
37282026-06-16T21:22:41.719Z Running `/home/build/.rustup/toolchains/1.94.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=9dc1c2f2287ff6ad -C extra-filename=-7ecdccf7225704bf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-06-16T21:22:41.724Z Running `/home/build/.rustup/toolchains/1.94.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.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=de092bc1f96d94b2 -C extra-filename=-ca59431d64d5054b --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-06-16T21:22:41.724Z Running `/home/build/.rustup/toolchains/1.94.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.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=fa096dd7a3dc044a -C extra-filename=-a7dfbad96e68477c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-06-16T21:22:41.724Z Running `/home/build/.rustup/toolchains/1.94.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=ddd98dfef7c1b0d4 -C extra-filename=-87ea9737c8363339 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-06-16T21:22:41.765Z Compiling num_enum v0.5.11
37332026-06-16T21:22:41.766Z Compiling expectorate v1.2.0
37342026-06-16T21:22:41.769Z Compiling unicode-xid v0.2.6
37352026-06-16T21:22:41.770Z Compiling resolv-conf v0.7.6
37362026-06-16T21:22:41.807Z Compiling convert_case v0.10.0
37372026-06-16T21:22:41.811Z Compiling smawk v0.3.2
37382026-06-16T21:22:41.811Z Running `/home/build/.rustup/toolchains/1.94.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=0fd3f72cd02b1f33 -C extra-filename=-7edb1e71e79184a9 --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-a47631c902b04a66.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-6a26e49cc52db37f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-06-16T21:22:41.839Z Running `/home/build/.rustup/toolchains/1.94.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.2/src/lib.rs --error-format=json --json=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=a16b3955cad6c86f -C extra-filename=-40dd1b3544aa43db --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-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-06-16T21:22:41.843Z Running `/home/build/.rustup/toolchains/1.94.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=5d9c1c1338b1be42 -C extra-filename=-a5393bade2e03a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-06-16T21:22:41.843Z Running `/home/build/.rustup/toolchains/1.94.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=db99399e0200cf81 -C extra-filename=-fadc287d5286e722 --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-9a82faff30e4a240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-06-16T21:22:41.995Z Running `/home/build/.rustup/toolchains/1.94.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=2ce7554d90711f44 -C extra-filename=-982e9e87d797d3a4 --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-af04df7828aabdea.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-06-16T21:22:41.999Z Running `/home/build/.rustup/toolchains/1.94.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=f4de490ff4150317 -C extra-filename=-32065407089088fb --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-3d27c33688bca414.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-c5454fd0ab193012.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-06-16T21:22:41.999Z Running `/home/build/.rustup/toolchains/1.94.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=d6e3c65798bc0107 -C extra-filename=-926f5fabeb167efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-06-16T21:22:41.999Z Compiling ingot-types v0.1.2
37462026-06-16T21:22:42.000Z Compiling unicode-linebreak v0.1.5
37472026-06-16T21:22:42.000Z Compiling papergrid v0.11.0
37482026-06-16T21:22:42.000Z Compiling tabled_derive v0.7.0
37492026-06-16T21:22:42.000Z Compiling slog-dtrace v0.3.0
37502026-06-16T21:22:42.000Z Compiling linked-hash-map v0.5.6
37512026-06-16T21:22:42.000Z Compiling hickory-proto v0.24.4
37522026-06-16T21:22:42.000Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-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="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=7ba12df9332ee762 -C extra-filename=-3f9c2a9c19a71c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532026-06-16T21:22:42.000Z Running `/home/build/.rustup/toolchains/1.94.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.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=51ed57499d2d2f0f -C extra-filename=-d0eea7c597dd0bad --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-06-16T21:22:42.000Z Running `/home/build/.rustup/toolchains/1.94.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=18cbd8d634aefec7 -C extra-filename=-d142be9420a73f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-06-16T21:22:42.257Z Running `/home/build/.rustup/toolchains/1.94.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=88cd571964de0aa6 -C extra-filename=-cef9c4050fc68b1a --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-613c8bcf7a4b6028.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-06-16T21:22:42.261Z Compiling num_enum v0.7.6
37572026-06-16T21:22:42.261Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37582026-06-16T21:22:42.261Z Compiling usdt v0.5.0
37592026-06-16T21:22:42.261Z Compiling libsw v3.5.0
37602026-06-16T21:22:42.261Z Compiling termtree v0.5.1
37612026-06-16T21:22:42.261Z Compiling fd-lock v4.0.4
37622026-06-16T21:22:42.261Z Compiling vte v0.14.1
37632026-06-16T21:22:42.261Z Compiling minimal-lexical v0.2.1
37642026-06-16T21:22:42.261Z Compiling display-error-chain v0.2.2
37652026-06-16T21:22:42.285Z Running `/home/build/.rustup/toolchains/1.94.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=6131ef0ea13230fc -C extra-filename=-7ef90ec8930aa1a2 --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-06-16T21:22:42.289Z Running `/home/build/.rustup/toolchains/1.94.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=380bcf81c9330055 -C extra-filename=-4f97e12286901990 --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-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672026-06-16T21:22:42.289Z Running `/home/build/.rustup/toolchains/1.94.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=9eb70a9675625986 -C extra-filename=-adb4768ff66a44e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-06-16T21:22:42.289Z Running `/home/build/.rustup/toolchains/1.94.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=a3e560e688571334 -C extra-filename=-ae4ba44fdce7e38a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-06-16T21:22:42.289Z Running `/home/build/.rustup/toolchains/1.94.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=aae93931be5aa4eb -C extra-filename=-79b04dba0041c8e4 --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-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-06-16T21:22:42.290Z Running `/home/build/.rustup/toolchains/1.94.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=40b50456130ac154 -C extra-filename=-e8c393500322ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-06-16T21:22:42.410Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=2d18d694f7cbcc63 -C extra-filename=-101e55dc32a0ada4 --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-4a0fa5b26f5036f9.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-06-16T21:22:42.410Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
37732026-06-16T21:22:42.410Z Running `/home/build/.rustup/toolchains/1.94.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=102ad1d1cfbf57e5 -C extra-filename=-aff3a9f0b77ba266 --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-40dd1b3544aa43db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-06-16T21:22:42.410Z Running `/home/build/.rustup/toolchains/1.94.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=4c3b0ef2244f00d8 -C extra-filename=-87c37d8cc338976d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-06-16T21:22:42.410Z Running `/home/build/.rustup/toolchains/1.94.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.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=a2a74f7622e6ec91 -C extra-filename=-f6d9845e3c86ab5b --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-aa8953624d325365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-06-16T21:22:42.410Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
37772026-06-16T21:22:42.410Z Compiling nu-ansi-term v0.50.3
37782026-06-16T21:22:42.410Z Compiling ar_archive_writer v0.5.1
37792026-06-16T21:22:42.410Z Compiling textwrap v0.16.2
37802026-06-16T21:22:42.410Z Compiling stacker v0.1.23
37812026-06-16T21:22:42.456Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37822026-06-16T21:22:42.460Z Running `/home/build/.rustup/toolchains/1.94.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=75b4d85fdf901b6b -C extra-filename=-59deb866faca874d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-06-16T21:22:42.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=49f109b244b1b909 -C extra-filename=-b50d0eeaa2ae1808 --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-06-16T21:22:42.460Z Running `/home/build/.rustup/toolchains/1.94.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=34314e0dcbab2c04 -C extra-filename=-dcf72cabde794545 --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-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-56ac6fa73da6c719.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-65eaccd67be90356.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1b0322523f630c05.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-323240d83f70ee4f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-06-16T21:22:42.460Z Running `/home/build/.rustup/toolchains/1.94.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=64cc631bc3b31a95 -C extra-filename=-903719c48c111732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-982e9e87d797d3a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-06-16T21:22:42.499Z Running `/home/build/.rustup/toolchains/1.94.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=570a051af1190c4f -C extra-filename=-25bb92595f18c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-06-16T21:22:42.574Z Running `/home/build/.rustup/toolchains/1.94.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=a94930138129484c -C extra-filename=-5519d6c27e4bdc59 --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-d142be9420a73f99.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-06-16T21:22:42.577Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=9b7eaa8b837d6aee -C extra-filename=-62d06a8cd2db10be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-06-16T21:22:42.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-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 --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a18335c6a85b44e -C extra-filename=-859f9985b3b6115d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-06-16T21:22:42.646Z Compiling ingot v0.1.1
37912026-06-16T21:22:42.650Z Compiling zone v0.3.1
37922026-06-16T21:22:42.650Z Compiling derive_more-impl v2.1.1
37932026-06-16T21:22:42.650Z Compiling lru-cache v0.1.2
37942026-06-16T21:22:42.650Z Compiling csv-core v0.1.13
37952026-06-16T21:22:42.674Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8beeec1d3d9b818 -C extra-filename=-0d80a98082e378fc --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-06-16T21:22:42.937Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37972026-06-16T21:22:42.943Z Compiling strip-ansi-escapes v0.2.1
37982026-06-16T21:22:42.943Z Compiling semver v0.1.20
37992026-06-16T21:22:42.943Z Compiling cfg_aliases v0.1.1
38002026-06-16T21:22:42.943Z Compiling highway v1.3.0
38012026-06-16T21:22:42.943Z Running `/home/build/.rustup/toolchains/1.94.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=595f016f9f097213 -C extra-filename=-09bd07aaa811ce70 --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-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-613c8bcf7a4b6028.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cef9c4050fc68b1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022026-06-16T21:22:42.943Z Running `/home/build/.rustup/toolchains/1.94.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ebf9cdaa59d700bc -C extra-filename=-869a63dcb2cda8ad --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-06-16T21:22:42.943Z Running `/home/build/.rustup/toolchains/1.94.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=beb099c7336ac0a2 -C extra-filename=-1da99390fe30d311 --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-adb4768ff66a44e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-06-16T21:22:42.963Z Running `/home/build/.rustup/toolchains/1.94.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=f23d03189d5609fd -C extra-filename=-512e58daf654ff03 --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-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ca59431d64d5054b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-06-16T21:22:42.967Z Running `/home/build/.rustup/toolchains/1.94.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --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", "eq", "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=8807d4ea8c340ad1 -C extra-filename=-a5e76b76f07ba7c4 --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-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-06-16T21:22:43.282Z Compiling tokio-dtrace v0.1.1
38072026-06-16T21:22:43.378Z Compiling nom v7.1.3
38082026-06-16T21:22:43.378Z Compiling nibble_vec v0.1.0
38092026-06-16T21:22:43.379Z Compiling endian-type v0.1.2
38102026-06-16T21:22:43.379Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/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("async", "default"))' -C metadata=9d6234d3a66fa982 -C extra-filename=-993b4dc07ce00e56 --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-01e0def4c6020b1d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bca8bb8c1bf9d50f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-101e55dc32a0ada4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-06-16T21:22:43.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43628be14f06545 -C extra-filename=-bfd99b082f12c987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.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-d1f5c5e62c5186d2/out -l static=pci`
38122026-06-16T21:22:43.415Z Running `/home/build/.rustup/toolchains/1.94.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=e7757e7738737e08 -C extra-filename=-3f48b8540bd04fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-06-16T21:22:43.415Z Running `/home/build/.rustup/toolchains/1.94.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=b283619342d2d4b4 -C extra-filename=-677abeaa10d77504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-06-16T21:22:43.415Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
38152026-06-16T21:22:43.415Z Running `/home/build/.rustup/toolchains/1.94.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=07e0eeac62cc3026 -C extra-filename=-2ca8f6c584800249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-06-16T21:22:43.415Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=051dc94a6d604807 -C extra-filename=-129169b27369193c --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-b50d0eeaa2ae1808.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-06-16T21:22:43.585Z Running `/home/build/.rustup/toolchains/1.94.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=59faf8b1b26babb4 -C extra-filename=-90b9264fd07878d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
38182026-06-16T21:22:43.590Z Compiling nix v0.28.0
38192026-06-16T21:22:43.591Z Compiling csv v1.4.0
38202026-06-16T21:22:43.591Z Compiling home v0.5.12
38212026-06-16T21:22:43.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38222026-06-16T21:22:43.591Z Compiling recursive-proc-macro-impl v0.1.1
38232026-06-16T21:22:43.592Z Compiling phf_shared v0.12.1
38242026-06-16T21:22:43.592Z Compiling chrono-tz v0.10.4
38252026-06-16T21:22:43.592Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=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=952f5ee07ef99fef -C extra-filename=-cd77651ff7736740 --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-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-06-16T21:22:43.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=46ed28fd5682c210 -C extra-filename=-6a80c8115af3928c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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)'`
38272026-06-16T21:22:43.683Z Running `/home/build/.rustup/toolchains/1.94.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=43f3b03b55c23dd8 -C extra-filename=-7199a57ac63de693 --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-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-06-16T21:22:43.683Z Running `/home/build/.rustup/toolchains/1.94.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=22ad31afc6fae430 -C extra-filename=-4b11205e8f259c31 --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-06-16T21:22:43.683Z Running `/home/build/.rustup/toolchains/1.94.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=262c5861f07cb8a1 -C extra-filename=-642be4af1a5a9ef4 --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-9d0bb49b988bc1dc.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-59deb866faca874d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-06-16T21:22:43.683Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc/build-script-build`
38312026-06-16T21:22:43.683Z Running `/home/build/.rustup/toolchains/1.94.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=52a22e0d6cd2100e -C extra-filename=-7d492a479d7016e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-06-16T21:22:43.878Z Running `/home/build/.rustup/toolchains/1.94.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=e2d794c607e1e7ff -C extra-filename=-f96c12586c1889bc --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-033f92b7d2688a9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-06-16T21:22:43.878Z Running `/home/build/.rustup/toolchains/1.94.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=91981639ffea113e -C extra-filename=-a51f221c980015c4 --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-06-16T21:22:43.882Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-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=c9c68834961c6ade -C extra-filename=-b1f3d3a12720494f --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-06-16T21:22:43.882Z Compiling typify-macro v0.6.2
38362026-06-16T21:22:43.882Z Compiling oxide-tokio-rt v0.1.4
38372026-06-16T21:22:43.882Z Compiling tabled v0.15.0
38382026-06-16T21:22:43.882Z Compiling reedline v0.40.0
38392026-06-16T21:22:43.882Z Compiling psm v0.1.30
38402026-06-16T21:22:43.882Z Compiling rustc_version v0.1.7
38412026-06-16T21:22:43.882Z Compiling const_format_proc_macros v0.2.34
38422026-06-16T21:22:43.882Z Compiling peg-macros v0.8.5
38432026-06-16T21:22:43.883Z Compiling sqlparser_derive v0.5.0
38442026-06-16T21:22:43.883Z Compiling winnow v0.6.26
38452026-06-16T21:22:44.106Z Compiling nom v8.0.0
38462026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.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=f3f7f8825f404875 -C extra-filename=-9c28a5ba943199c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=ea90a123f48994d9 -C extra-filename=-80e541eacc8a163b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.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=05a1fbb8800ea8dd -C extra-filename=-cee97c955ebe6fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-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=06827cd9edea9136 -C extra-filename=-d701457ac65eaf98 --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-869a63dcb2cda8ad.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.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=f488f431ba3e1e4a -C extra-filename=-543b74546a1d6fbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2ca8f6c584800249.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.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.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=82a744b3505a59fd -C extra-filename=-070ce17485fd90b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ca8bf967818b2b61.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.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.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, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=c6bb68661a554270 -C extra-filename=-f4c6c157c938b08a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-cd77651ff7736740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/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=9cdfe8b2611603ae -C extra-filename=-e9c622962d2675da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-993b4dc07ce00e56.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-101e55dc32a0ada4.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-4e32d6a762cd6d96.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-69a0f944722eb3a4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-88d5ce6deff68a2c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
38542026-06-16T21:22:44.117Z Running `/home/build/.rustup/toolchains/1.94.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=6e436968aab650d5 -C extra-filename=-25805d5433221715 --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-033f92b7d2688a9a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-45bbb3e0d8c95d13.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-06-16T21:22:44.117Z Compiling derive_more v2.1.1
38562026-06-16T21:22:44.130Z Compiling radix_trie v0.2.1
38572026-06-16T21:22:44.135Z Compiling unicode_categories v0.1.1
38582026-06-16T21:22:44.135Z Compiling bcs v0.1.6
38592026-06-16T21:22:44.135Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
38602026-06-16T21:22:44.135Z Running `/home/build/.rustup/toolchains/1.94.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=c52499cd88bd37b5 -C extra-filename=-0daec2edec49c79a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-06-16T21:22:44.167Z Running `/home/build/.rustup/toolchains/1.94.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.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=4ed2e54aec2e7dd5 -C extra-filename=-0cab858faf43422e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-06-16T21:22:44.167Z Running `/home/build/.rustup/toolchains/1.94.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=011fed256dab1b8b -C extra-filename=-0fa385db4b9308b0 --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-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-06-16T21:22:44.174Z Running `/home/build/.rustup/toolchains/1.94.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=70dc533b3f4b5e07 -C extra-filename=-90bed323691ab3cb --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-06-16T21:22:44.174Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49cf0b63752591e2 -C extra-filename=-ac68c59aa511e214 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-859f9985b3b6115d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-06-16T21:22:44.174Z Running `/home/build/.rustup/toolchains/1.94.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=6ef678284b2c1f15 -C extra-filename=-a626aa947a5d01c1 --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-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-7ef90ec8930aa1a2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-06-16T21:22:44.174Z Running `/home/build/.rustup/toolchains/1.94.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=65da65da5b078809 -C extra-filename=-5cb7ce6385f83707 --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-677abeaa10d77504.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-06-16T21:22:44.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=1bdff86b16d15cbc -C extra-filename=-ededbccc433bf0ae --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-06-16T21:22:44.267Z Running `/home/build/.rustup/toolchains/1.94.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.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=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", "eq", "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=753332e7dcfabc21 -C extra-filename=-0994b0c1fe05393f --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-a5e76b76f07ba7c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-06-16T21:22:44.273Z Running `/home/build/.rustup/toolchains/1.94.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=8beda756b173e392 -C extra-filename=-b5df0a67340ac3d3 --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-7d492a479d7016e4.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7199a57ac63de693.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-06-16T21:22:44.273Z Running `/home/build/.rustup/toolchains/1.94.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=891ee3888f2b605d -C extra-filename=-c0a6705721dfc792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-06-16T21:22:44.273Z Compiling hickory-resolver v0.24.4
38722026-06-16T21:22:44.299Z Compiling phf v0.12.1
38732026-06-16T21:22:44.354Z Running `/home/build/.rustup/toolchains/1.94.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=9dae8d580fe7cf3c -C extra-filename=-479f88a506a2bc92 --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-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-06-16T21:22:44.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/client-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=480a3e2c62632baa -C extra-filename=-edb4c0dca5bfc20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-06-16T21:22:44.371Z Compiling filetime v0.2.27
38762026-06-16T21:22:44.405Z Running `/home/build/.rustup/toolchains/1.94.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=6502e03650b8ed7c -C extra-filename=-100cc9c613435fb1 --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-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-4f97e12286901990.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-06-16T21:22:44.409Z Running `/home/build/.rustup/toolchains/1.94.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=ace5181b5eb7df3f -C extra-filename=-1cc3d69a5b340d4d --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-a51f221c980015c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-06-16T21:22:44.472Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38792026-06-16T21:22:44.479Z Compiling newtype_derive v0.1.6
38802026-06-16T21:22:44.480Z Compiling xattr v1.6.1
38812026-06-16T21:22:44.480Z Compiling base64 v0.21.7
38822026-06-16T21:22:44.480Z Compiling subprocess v0.2.15
38832026-06-16T21:22:44.480Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38842026-06-16T21:22:44.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259a3b6d3ba4cc52 -C extra-filename=-42ab93db90545655 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-06-16T21:22:44.513Z Running `/home/build/.rustup/toolchains/1.94.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=cb1873e16b4e76d6 -C extra-filename=-3895659be43078d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5cb7ce6385f83707.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-06-16T21:22:44.522Z Compiling crossterm v0.29.0
38872026-06-16T21:22:44.522Z Compiling headers-core v0.3.0
38882026-06-16T21:22:44.522Z Compiling yasna v0.5.2
38892026-06-16T21:22:44.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=1c9b2fcfc5c1fc7b -C extra-filename=-bcb7dd51ca81bac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-06-16T21:22:44.522Z Running `/home/build/.rustup/toolchains/1.94.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=9b61347c6f026021 -C extra-filename=-dd4fa1a35289f367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912026-06-16T21:22:44.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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=f7930bab6671917a -C extra-filename=-de8b45ee1d4a05f8 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-06-16T21:22:44.522Z Running `/home/build/.rustup/toolchains/1.94.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=9d1935ffe918243e -C extra-filename=-a08c36d7d15a113d --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-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0994b0c1fe05393f.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-06-16T21:22:44.522Z Running `/home/build/.rustup/toolchains/1.94.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=e6bb74c1a8801f8c -C extra-filename=-b66e83976bab5d24 --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-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-06-16T21:22:44.548Z Running `/home/build/.rustup/toolchains/1.94.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=d45ab6ecfb017ff3 -C extra-filename=-f6080bf5a811f2ff --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-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-06-16T21:22:44.587Z Running `/home/build/.rustup/toolchains/1.94.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=56b598f8a88e82df -C extra-filename=-8565648b02354f9d --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38962026-06-16T21:22:44.694Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
38972026-06-16T21:22:44.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=312e4a6f850ec495 -C extra-filename=-ff0c25e500076125 --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-005c0c25ae4b1539.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-06-16T21:22:44.732Z Compiling dropshot-api-manager-types v0.7.2
38992026-06-16T21:22:44.771Z Compiling headers v0.4.1
39002026-06-16T21:22:44.779Z Running `/home/build/.rustup/toolchains/1.94.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.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c50e8ad8dc893ee -C extra-filename=-3808b7c2dba389df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-06-16T21:22:44.812Z Running `/home/build/.rustup/toolchains/1.94.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=e4743641479b4f66 -C extra-filename=-1d17b933e10e833d --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b66e83976bab5d24.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-06-16T21:22:44.826Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214/build-script-build`
39032026-06-16T21:22:44.880Z Compiling tagptr v0.2.0
39042026-06-16T21:22:44.910Z Compiling utf-8 v0.7.6
39052026-06-16T21:22:44.995Z Running `/home/build/.rustup/toolchains/1.94.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=aa6ba459caac74c8 -C extra-filename=-1b77d19f7a207b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-06-16T21:22:45.009Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39072026-06-16T21:22:45.009Z Running `/home/build/.rustup/toolchains/1.94.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=c108111c758fd0f3 -C extra-filename=-9b4dcb7dd8572e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-06-16T21:22:45.072Z Compiling tar v0.4.45
39092026-06-16T21:22:45.085Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39102026-06-16T21:22:45.085Z Compiling libefi-sys v0.1.0
39112026-06-16T21:22:45.085Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0b2ae8f0c876a7c1 -C extra-filename=-7e62b53f6678b973 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-06-16T21:22:45.225Z Compiling const_format v0.2.35
39132026-06-16T21:22:45.225Z Compiling rcgen v0.12.1
39142026-06-16T21:22:45.238Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.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 --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=39792e29fb51c744 -C extra-filename=-9e5d1d8037063043 --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-42ab93db90545655.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bcb7dd51ca81bac9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-06-16T21:22:45.238Z Running `/home/build/.rustup/toolchains/1.94.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=6ac1d11ae8d6e6d1 -C extra-filename=-46df762378d6d699 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-06-16T21:22:45.238Z Running `/home/build/.rustup/toolchains/1.94.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=c501deaf16b96283 -C extra-filename=-75e468c27f09179e --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-06-16T21:22:45.355Z Compiling bitfield-struct v0.6.2
39182026-06-16T21:22:45.362Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39192026-06-16T21:22:45.363Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39202026-06-16T21:22:45.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c306a3c03361b94 -C extra-filename=-a6e72d83245523e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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/psm-864157730925f2ec/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
39212026-06-16T21:22:45.363Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=816e0732380af321 -C extra-filename=-33eeed745c52ea4d --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-0daec2edec49c79a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-06-16T21:22:45.363Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
39232026-06-16T21:22:45.363Z Running `/home/build/.rustup/toolchains/1.94.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=3ab7c9c273999813 -C extra-filename=-4631c617a980eb28 --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-a66b21d7e85e0d3c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f6080bf5a811f2ff.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-69178f5f405916b0/out`
39242026-06-16T21:22:45.422Z Compiling radium v0.7.0
39252026-06-16T21:22:45.468Z Running `/home/build/.rustup/toolchains/1.94.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=7ae379b61c53a01a -C extra-filename=-9a21c600f3fe06a1 --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-033f92b7d2688a9a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-06-16T21:22:45.477Z Running `/home/build/.rustup/toolchains/1.94.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=05ad3038b900d9b4 -C extra-filename=-146e83aea723331f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272026-06-16T21:22:45.477Z Running `/home/build/.rustup/toolchains/1.94.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=e8e7efe113c1425e -C extra-filename=-e386cd846ec3269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-06-16T21:22:45.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-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=2fe2e78202747ab3 -C extra-filename=-0ef895433b5c8064 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-0ef895433b5c8064 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292026-06-16T21:22:45.496Z Compiling ron v0.8.1
39302026-06-16T21:22:45.509Z Compiling tap v1.0.1
39312026-06-16T21:22:45.547Z Running `/home/build/.rustup/toolchains/1.94.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=b6792a8144910385 -C extra-filename=-13e665606f435ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39322026-06-16T21:22:45.553Z Running `/home/build/.rustup/toolchains/1.94.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=5f4c8f669de0b02b -C extra-filename=-1f239757afdd21d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-06-16T21:22:45.564Z Running `/home/build/.rustup/toolchains/1.94.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=4816ff247b6f4b4f -C extra-filename=-560d2b56efad4d36 --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-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-06-16T21:22:45.571Z Running `/home/build/.rustup/toolchains/1.94.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=1632e1c1780ce542 -C extra-filename=-c1c2c47715ac2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-06-16T21:22:45.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddab1e52673f4d66 -C extra-filename=-7f20be138954f37b --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-a6e72d83245523e5.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/psm-864157730925f2ec/out`
39362026-06-16T21:22:45.571Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
39372026-06-16T21:22:45.601Z Compiling tungstenite v0.21.0
39382026-06-16T21:22:45.608Z Running `/home/build/.rustup/toolchains/1.94.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=444962f075578172 -C extra-filename=-50f6f6f75d12a0c5 --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-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-06-16T21:22:45.675Z Compiling steno v0.4.1
39402026-06-16T21:22:45.712Z Compiling peg v0.8.5
39412026-06-16T21:22:45.755Z Running `/home/build/.rustup/toolchains/1.94.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=df4f3c70792324e4 -C extra-filename=-897f70ed92fda8f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-06-16T21:22:45.764Z Compiling moka v0.12.13
39432026-06-16T21:22:45.824Z Running `/home/build/.rustup/toolchains/1.94.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=6d72e53c19f12723 -C extra-filename=-65c9103bed1e9b17 --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-0fa385db4b9308b0.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-06-16T21:22:45.858Z Compiling recursive v0.1.1
39452026-06-16T21:22:45.893Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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 --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(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", "quanta", "sync", "unstable-debug-counters"))' -C metadata=0ba198453c3d7ad2 -C extra-filename=-6fcabc641a336514 --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-44f9d96f1d23d9ae.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-1b77d19f7a207b7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-06-16T21:22:45.931Z Compiling maybe-uninit v2.0.0
39472026-06-16T21:22:45.941Z Compiling wyz v0.5.1
39482026-06-16T21:22:45.941Z Compiling zerocopy-derive v0.6.6
39492026-06-16T21:22:45.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-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=995d2e47318c6427 -C extra-filename=-2dd97e14d80208ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-b1f3d3a12720494f.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-7f20be138954f37b.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/psm-864157730925f2ec/out`
39502026-06-16T21:22:45.941Z Running `/home/build/.rustup/toolchains/1.94.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=b367cbd578e3d27c -C extra-filename=-2c5b4012fdeaaa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39512026-06-16T21:22:45.941Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
39522026-06-16T21:22:46.093Z Compiling packed_struct v0.10.1
39532026-06-16T21:22:46.101Z Running `/home/build/.rustup/toolchains/1.94.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=a9055361cee57932 -C extra-filename=-289fda8af79879a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-06-16T21:22:46.101Z Running `/home/build/.rustup/toolchains/1.94.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=d85df449d6a394d8 -C extra-filename=-decbb1dc45c50d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-06-16T21:22:46.101Z Running `/home/build/.rustup/toolchains/1.94.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=2612078ca5f713c7 -C extra-filename=-57d526702f8f8747 --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-c1c2c47715ac2178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-06-16T21:22:46.232Z Compiling qorb v0.4.1
39572026-06-16T21:22:46.245Z Compiling rustyline v14.0.0
39582026-06-16T21:22:46.245Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
39592026-06-16T21:22:46.245Z Compiling sqlformat v0.3.5
39602026-06-16T21:22:46.245Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=02160e6359e6331b -C extra-filename=-c9164250c82f858e --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-10536750ba824ae2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-005c0c25ae4b1539.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-bbe0df14b2e8156e.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-ff0c25e500076125.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.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)'`
39612026-06-16T21:22:46.245Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39622026-06-16T21:22:46.245Z Running `/home/build/.rustup/toolchains/1.94.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=ff00eba98d99f851 -C extra-filename=-73e4e73fdada66c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-06-16T21:22:46.245Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973/build-script-build`
39642026-06-16T21:22:46.342Z Compiling sqlparser v0.61.0
39652026-06-16T21:22:46.351Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39662026-06-16T21:22:46.351Z Compiling funty v2.0.0
39672026-06-16T21:22:46.380Z Running `/home/build/.rustup/toolchains/1.94.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=a70cbbe2d6b124d4 -C extra-filename=-db4632270cccb91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-100cc9c613435fb1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-06-16T21:22:46.391Z Running `/home/build/.rustup/toolchains/1.94.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=e6b91f8e575c0bde -C extra-filename=-08c6f270fc9aa1c8 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8565648b02354f9d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-06-16T21:22:46.391Z Running `/home/build/.rustup/toolchains/1.94.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=fbf198c74e164449 -C extra-filename=-f7fb554c399c395e --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-c0a6705721dfc792.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-90bed323691ab3cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-06-16T21:22:46.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=82023be8f4b64528 -C extra-filename=-c277f00f0302f634 --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-033f92b7d2688a9a.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ededbccc433bf0ae.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-101e55dc32a0ada4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712026-06-16T21:22:46.611Z Compiling typify v0.6.2
39722026-06-16T21:22:46.620Z Compiling crc-catalog v2.4.0
39732026-06-16T21:22:46.620Z Compiling bitfield-macros v0.19.4
39742026-06-16T21:22:46.621Z Compiling packed_struct_codegen v0.10.1
39752026-06-16T21:22:46.621Z Compiling indexmap v1.9.3
39762026-06-16T21:22:46.621Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=8d53d824c3386bee -C extra-filename=-2352b96d30be233f --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-153496f33718ff11.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-2dd97e14d80208ac.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0cab858faf43422e.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/psm-864157730925f2ec/out`
39772026-06-16T21:22:46.621Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-0ef895433b5c8064/build-script-build`
39782026-06-16T21:22:46.649Z Running `/home/build/.rustup/toolchains/1.94.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=468602f36f63d285 -C extra-filename=-76018aa215a101e8 --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-01e0def4c6020b1d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-06-16T21:22:46.678Z Running `/home/build/.rustup/toolchains/1.94.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=92f5dbfe8b82b361 -C extra-filename=-c6e2b792a2fde82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-06-16T21:22:46.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
39812026-06-16T21:22:46.833Z Compiling hickory-resolver v0.25.2
39822026-06-16T21:22:46.833Z Compiling tokio-tungstenite v0.21.0
39832026-06-16T21:22:46.833Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39842026-06-16T21:22:46.833Z Compiling nodrop v0.1.14
39852026-06-16T21:22:46.833Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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 --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=1c9906fee132e1ef -C extra-filename=-ec0eace3742f8f4b --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-ca8bf967818b2b61.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-070ce17485fd90b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862026-06-16T21:22:46.894Z Running `/home/build/.rustup/toolchains/1.94.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.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=e8c8c0271088ee42 -C extra-filename=-05b20e2e5b8be722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872026-06-16T21:22:46.905Z Running `/home/build/.rustup/toolchains/1.94.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=9e2bea805b5e386f -C extra-filename=-18f218aad7f8981b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-06-16T21:22:46.905Z Running `/home/build/.rustup/toolchains/1.94.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=2131a667e2227339 -C extra-filename=-d3a2260fd8ce3caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-06-16T21:22:46.905Z Running `/home/build/.rustup/toolchains/1.94.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=fce1ffebaa942224 -C extra-filename=-a87d8ff45cf640d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-06-16T21:22:46.905Z Running `/home/build/.rustup/toolchains/1.94.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=ad241f5f20c7bf23 -C extra-filename=-441bde8251a51daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39912026-06-16T21:22:47.065Z Compiling crc v3.4.0
39922026-06-16T21:22:47.072Z Compiling xshell-macros v0.2.7
39932026-06-16T21:22:47.073Z Compiling hashbrown v0.12.3
39942026-06-16T21:22:47.073Z Compiling hashbrown v0.13.2
39952026-06-16T21:22:47.073Z Compiling crc-any v2.5.0
39962026-06-16T21:22:47.073Z Compiling path-slash v0.1.5
39972026-06-16T21:22:47.073Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=b52e17c3c29ab8d5 -C extra-filename=-951e6d7c8a63331a --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-aa8953624d325365.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-005c0c25ae4b1539.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c9164250c82f858e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-06-16T21:22:47.073Z Running `/home/build/.rustup/toolchains/1.94.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=9ab8af0f6b296cec -C extra-filename=-2f634437a101627f --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-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-6fcabc641a336514.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-06-16T21:22:47.073Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
40002026-06-16T21:22:47.073Z Running `/home/build/.rustup/toolchains/1.94.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=2a532cdfb667da2c -C extra-filename=-8a5d201b0a2e6745 --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-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-50f6f6f75d12a0c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-06-16T21:22:47.077Z Running `/home/build/.rustup/toolchains/1.94.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=fdeb1585a0815001 -C extra-filename=-a3e9acc453f72690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-06-16T21:22:47.077Z Running `/home/build/.rustup/toolchains/1.94.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=c27d5c925c6d5cb6 -C extra-filename=-313a96fe6ebd0b09 --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-146e83aea723331f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-06-16T21:22:47.105Z Compiling progenitor-impl v0.14.0
40042026-06-16T21:22:47.113Z Compiling bitvec v1.0.1
40052026-06-16T21:22:47.113Z Compiling array-init v0.0.4
40062026-06-16T21:22:47.113Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dab592b7ef13a5b4 -C extra-filename=-3345789e57cdaf58 --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-a87d8ff45cf640d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-06-16T21:22:47.114Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
40082026-06-16T21:22:47.146Z Running `/home/build/.rustup/toolchains/1.94.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=0eebec97685ef343 -C extra-filename=-7bc7e60f65199121 --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`
40092026-06-16T21:22:47.156Z Running `/home/build/.rustup/toolchains/1.94.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=26eca7512bf92f83 -C extra-filename=-d1b94cb05f463156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-06-16T21:22:47.156Z Running `/home/build/.rustup/toolchains/1.94.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=3d259f8aad4b60f3 -C extra-filename=-befbd8ccf5bbeea0 --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-1efa74adc08c6063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-06-16T21:22:47.156Z Running `/home/build/.rustup/toolchains/1.94.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=14b1d6a4cc0ce2b6 -C extra-filename=-147c502226db37b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-06-16T21:22:47.156Z Running `/home/build/.rustup/toolchains/1.94.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=f04ba05cade1c2c2 -C extra-filename=-7818962d0556daac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-06-16T21:22:47.156Z Compiling git-stub v1.0.0
40142026-06-16T21:22:47.184Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea33178c02e90ef5 -C extra-filename=-48be6f6426585421 --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ec0eace3742f8f4b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-06-16T21:22:47.192Z Running `/home/build/.rustup/toolchains/1.94.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=aa43832539692950 -C extra-filename=-501adfc8560ea4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40162026-06-16T21:22:47.193Z Running `/home/build/.rustup/toolchains/1.94.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=7b809f8ede4fe968 -C extra-filename=-737283aa05120af2 --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-a3e9acc453f72690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172026-06-16T21:22:47.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-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=354441ecb6c6b513 -C extra-filename=-6c431d054ca2b0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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=/usr/lib/fm/amd64 -l fmd_adm`
40182026-06-16T21:22:47.193Z Running `/home/build/.rustup/toolchains/1.94.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=0aa73623e2f7338c -C extra-filename=-ce8240904e94ca51 --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-c6e2b792a2fde82c.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-441bde8251a51daa.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-57d526702f8f8747.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-06-16T21:22:47.193Z Compiling half v1.8.3
40202026-06-16T21:22:47.193Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
40212026-06-16T21:22:47.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a224da1f8fc2fc2e -C extra-filename=-42b72da845c58bf6 --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-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222026-06-16T21:22:47.255Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40232026-06-16T21:22:47.269Z Running `/home/build/.rustup/toolchains/1.94.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=13aa3309cc7d162f -C extra-filename=-e54dfc1655ecf43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-06-16T21:22:47.269Z Running `/home/build/.rustup/toolchains/1.94.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=baf650438cf18f2f -C extra-filename=-bbf7a32a49279c54 --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-313a96fe6ebd0b09.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-06-16T21:22:47.326Z Compiling num-derive v0.3.3
40262026-06-16T21:22:47.360Z Compiling proc-macro-error-attr2 v2.0.0
40272026-06-16T21:22:47.370Z Running `/home/build/.rustup/toolchains/1.94.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=ebf6c9e80a018a5e -C extra-filename=-481a18058f7ebecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-06-16T21:22:47.370Z Running `/home/build/.rustup/toolchains/1.94.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=321241e9c218f9d8 -C extra-filename=-0543390fdd795464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-06-16T21:22:47.459Z Compiling papergrid v0.17.0
40302026-06-16T21:22:47.491Z Running `/home/build/.rustup/toolchains/1.94.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=b9bf4e17f42647e7 -C extra-filename=-3a9c68edcfc0b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-18/lib/amd64 -l pq`
40312026-06-16T21:22:47.500Z Compiling testing_table v0.3.0
40322026-06-16T21:22:47.529Z Running `/home/build/.rustup/toolchains/1.94.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=093194061ecc5a27 -C extra-filename=-5fc6c03f1838dc63 --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-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-06-16T21:22:47.563Z Compiling maplit v1.0.2
40342026-06-16T21:22:47.572Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40352026-06-16T21:22:47.572Z Running `/home/build/.rustup/toolchains/1.94.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=694c23d545ee9c90 -C extra-filename=-d44ada03f4aac874 --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-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-06-16T21:22:47.572Z Running `/home/build/.rustup/toolchains/1.94.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=13c0736eb8160eb4 -C extra-filename=-1f7fb59fa0fc8bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372026-06-16T21:22:47.601Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=ed13a8eb5fdf82f0 -C extra-filename=-371ec41d8e6a128c --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-06-16T21:22:47.614Z Compiling zerocopy v0.6.6
40392026-06-16T21:22:47.638Z Running `/home/build/.rustup/toolchains/1.94.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=f8491bb573d7f341 -C extra-filename=-5380644ed5721c0f --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-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-decbb1dc45c50d9a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-06-16T21:22:47.668Z Compiling smallvec v0.6.14
40412026-06-16T21:22:47.682Z Compiling bitfield v0.19.4
40422026-06-16T21:22:47.702Z Running `/home/build/.rustup/toolchains/1.94.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=65356b351a9b5f48 -C extra-filename=-d000bd11ea7d48a6 --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-501adfc8560ea4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-06-16T21:22:47.710Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.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=627f49557fcdf9cb -C extra-filename=-4ef0b45840b847fd --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-05b20e2e5b8be722.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-06-16T21:22:47.710Z Running `/home/build/.rustup/toolchains/1.94.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=98c07dedbd1dc33d -C extra-filename=-e03ffdc048cb3ed0 --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-d1b94cb05f463156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40452026-06-16T21:22:47.743Z Compiling git-stub-vcs v0.1.0
40462026-06-16T21:22:47.782Z Compiling serde_cbor v0.11.2
40472026-06-16T21:22:47.792Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-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(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60a4f63b5b2f2046 -C extra-filename=-ec6c9350b2915c40 --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-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-06-16T21:22:47.817Z Compiling xshell v0.2.7
40492026-06-16T21:22:47.855Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40502026-06-16T21:22:47.864Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40512026-06-16T21:22:47.864Z Running `/home/build/.rustup/toolchains/1.94.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=945543d4463b533c -C extra-filename=-d3533f7d368cf1c2 --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-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-06-16T21:22:47.887Z Running `/home/build/.rustup/toolchains/1.94.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=78e793cc9152cfe8 -C extra-filename=-ca11d65f21dc5cf6 --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-7bc7e60f65199121.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532026-06-16T21:22:47.896Z Compiling fxhash v0.2.1
40542026-06-16T21:22:47.896Z Compiling crc8 v0.1.1
40552026-06-16T21:22:47.922Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/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=7bf44b0780187b9a -C extra-filename=-cab5fecba8ee8420 --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-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-06-16T21:22:47.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/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=42c02a93564e4360 -C extra-filename=-3caf5449bb6dc371 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-06-16T21:22:47.953Z Compiling serde-hex v0.1.0
40582026-06-16T21:22:47.961Z Running `/home/build/.rustup/toolchains/1.94.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=5a8e39abb5c8a101 -C extra-filename=-592e0cbf24357969 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-06-16T21:22:47.961Z Running `/home/build/.rustup/toolchains/1.94.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=59e47b2c1aedbf2b -C extra-filename=-0fee16111fe9c0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602026-06-16T21:22:47.961Z Running `/home/build/.rustup/toolchains/1.94.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=ae0de30961dc640b -C extra-filename=-7654f875398eb98b --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-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-06-16T21:22:48.023Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40622026-06-16T21:22:48.090Z Compiling unicase v2.9.0
40632026-06-16T21:22:48.093Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40642026-06-16T21:22:48.093Z Running `/home/build/.rustup/toolchains/1.94.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=cdb33f47b54de9fd -C extra-filename=-1e116711f70f27cf --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-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-06-16T21:22:48.130Z Compiling diff v0.1.13
40662026-06-16T21:22:48.156Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2a353f8407627a06 -C extra-filename=-d91f8b7d2415b14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-06-16T21:22:48.205Z Running `/home/build/.rustup/toolchains/1.94.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=ab470d552b15d490 -C extra-filename=-ec261f49b4f878ae --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-06-16T21:22:48.214Z Compiling vergen-lib v0.1.6
40692026-06-16T21:22:48.214Z Compiling diesel_derives v2.3.7
40702026-06-16T21:22:48.215Z Running `/home/build/.rustup/toolchains/1.94.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=5c90279b8e1debc5 -C extra-filename=-89e26fc4232fb772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-06-16T21:22:48.314Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
40722026-06-16T21:22:48.324Z Compiling dsl_auto_type v0.2.0
40732026-06-16T21:22:48.324Z Compiling diesel_table_macro_syntax v0.3.0
40742026-06-16T21:22:48.324Z Compiling scheduled-thread-pool v0.2.7
40752026-06-16T21:22:48.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.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(diesel_docsrs)' --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", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=400fbe22f5a290a0 -C extra-filename=-16c8ec8c305c3f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-06-16T21:22:48.324Z Running `/home/build/.rustup/toolchains/1.94.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="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f7ae597d5ca7ee60 -C extra-filename=-4494f7fbe91c66d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-4494f7fbe91c66d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-06-16T21:22:48.354Z Compiling vergen-gitcl v1.0.8
40782026-06-16T21:22:48.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=b08120d1857808fd -C extra-filename=-a8262c0653810d13 --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-01e0def4c6020b1d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e9c622962d2675da.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c9164250c82f858e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-951e6d7c8a63331a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792026-06-16T21:22:48.370Z Running `/home/build/.rustup/toolchains/1.94.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.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=683019f16f63bee9 -C extra-filename=-d591d44c8f3e06a0 --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-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-06-16T21:22:48.370Z Running `/home/build/.rustup/toolchains/1.94.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=e2f80d872c6a76d3 -C extra-filename=-292c926930142aea --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-62949386ed40d690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-06-16T21:22:48.370Z Running `/home/build/.rustup/toolchains/1.94.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.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=9fefca88fc3b27fe -C extra-filename=-039e156271399c90 --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-6607a922dcc8bcfe.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-06-16T21:22:48.370Z Running `/home/build/.rustup/toolchains/1.94.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=883df1afae08db99 -C extra-filename=-e8ecabee8e1c2764 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-06-16T21:22:48.456Z Compiling proc-macro-error2 v2.0.1
40842026-06-16T21:22:48.533Z Running `/home/build/.rustup/toolchains/1.94.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=608bdb10c04bfe1c -C extra-filename=-42e5572c7af819b4 --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-0543390fdd795464.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-06-16T21:22:48.541Z Compiling downcast-rs v2.0.2
40862026-06-16T21:22:48.541Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40872026-06-16T21:22:48.563Z Compiling parking_lot_core v0.8.6
40882026-06-16T21:22:48.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-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"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=4a7e6af7c6efab71 -C extra-filename=-98cfe07c2d8a807c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-06-16T21:22:48.573Z Running `/home/build/.rustup/toolchains/1.94.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=576b50fe026ab920 -C extra-filename=-015863a2f25735d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-06-16T21:22:49.249Z Compiling object v0.30.4
40912026-06-16T21:22:49.304Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40922026-06-16T21:22:49.304Z Running `/home/build/.rustup/toolchains/1.94.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=4d96ec40852a95b6 -C extra-filename=-6a24b29c50b42134 --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-74759b175612c26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-befbd8ccf5bbeea0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e03ffdc048cb3ed0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932026-06-16T21:22:49.304Z Compiling kstat-rs v0.2.4
40942026-06-16T21:22:49.304Z Running `/home/build/.rustup/toolchains/1.94.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=1666159b740464c2 -C extra-filename=-1129bd28206c6101 --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-560d2b56efad4d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-06-16T21:22:49.304Z Compiling r2d2 v0.8.10
40962026-06-16T21:22:49.304Z Compiling dirs-sys-next v0.1.2
40972026-06-16T21:22:49.304Z Compiling crunchy v0.2.4
40982026-06-16T21:22:49.304Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40992026-06-16T21:22:49.304Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
41002026-06-16T21:22:49.304Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
41012026-06-16T21:22:49.304Z Running `/home/build/.rustup/toolchains/1.94.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=5a5c376b88abda9b -C extra-filename=-a04602486a2c081a --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-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.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=c93c011c9f0a1ec6 -C extra-filename=-a4aac3f0f88b1175 --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-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-292c926930142aea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-06-16T21:22:49.305Z Compiling clang-sys v1.8.1
41042026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.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=7329ad2a8babec8a -C extra-filename=-a7a65fe746be8b7b --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 clients/ntp-admin-v1-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a47c8ca2625d7d -C extra-filename=-eee360b8cb33a6bb --out-dir /work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-eee360b8cb33a6bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=e312fb4ddfc01a4e -C extra-filename=-88ee58c191fe4f95 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=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=242844e86dd2a2e1 -C extra-filename=-2b053f444fdd14b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082026-06-16T21:22:49.305Z Compiling tabled_derive v0.11.0
41092026-06-16T21:22:49.305Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
41102026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.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=335d5d2551232a8c -C extra-filename=-6d3551e82eddac88 --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-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-d3a2260fd8ce3caf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.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=c8a5ebf52cb6a700 -C extra-filename=-7dd0b1dc4a27f0f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.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=cd41e9f0785ae9ff -C extra-filename=-5b15255986a63e54 --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-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-42e5572c7af819b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-06-16T21:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/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=e3ca305a428fcc9a -C extra-filename=-fdb006fd73ab3a03 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cab5fecba8ee8420.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-06-16T21:22:49.305Z Compiling libscf-sys v1.1.0
41152026-06-16T21:22:49.305Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
41162026-06-16T21:22:49.305Z Compiling prefix-trie v0.7.0
41172026-06-16T21:22:49.305Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
41182026-06-16T21:22:49.305Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
41192026-06-16T21:22:49.305Z Compiling arc-swap v1.8.2
41202026-06-16T21:22:49.305Z Compiling tiny-keccak v2.0.2
41212026-06-16T21:22:49.305Z Compiling nanorand v0.7.0
41222026-06-16T21:22:49.305Z Compiling salty v0.3.0
41232026-06-16T21:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.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=a51cf84ac2626181 -C extra-filename=-bf9199d9bf1772a7 --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-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-481a18058f7ebecc.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-06-16T21:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.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=4a82a6ede9b76022 -C extra-filename=-3d344358330094a4 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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/`
41252026-06-16T21:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/ddm-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=edbf22a187f2aa4b -C extra-filename=-9148b6d5d1d44554 --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-e3773e608600c655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-06-16T21:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.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=51f0439b9341fdd5 -C extra-filename=-4215f02aa04f62d8 --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-a2842e0873418566.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272026-06-16T21:22:49.306Z Compiling bit-vec v0.6.3
41282026-06-16T21:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a2e082b51bb21798 -C extra-filename=-90e8f2c254a14af8 --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-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292026-06-16T21:22:49.327Z Running `/home/build/.rustup/toolchains/1.94.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=d09b2af169597885 -C extra-filename=-80bf1403ea7d9b5f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-06-16T21:22:49.327Z Running `/home/build/.rustup/toolchains/1.94.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=068db0188a650a44 -C extra-filename=-6dfa3e2e840533b7 --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-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-06-16T21:22:49.327Z Running `/home/build/.rustup/toolchains/1.94.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=ddc1d86f5fc63f75 -C extra-filename=-4e3e526b209fed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-06-16T21:22:49.327Z Running `/home/build/.rustup/toolchains/1.94.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=601fb19bbe3f6c21 -C extra-filename=-c9d07f392c202303 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-06-16T21:22:49.327Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-4494f7fbe91c66d0/build-script-build`
41342026-06-16T21:22:49.327Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
41352026-06-16T21:22:53.506Z Compiling dirs-next v2.0.0
41362026-06-16T21:22:53.616Z Running `/home/build/.rustup/toolchains/1.94.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="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=60eba7721296d64a -C extra-filename=-43827a5359ab79cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.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)'`
41372026-06-16T21:22:53.616Z Running `/home/build/.rustup/toolchains/1.94.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=66441a66f237315d -C extra-filename=-7bab5aaedd533df9 --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-aa8953624d325365.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a7a65fe746be8b7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-06-16T21:22:53.616Z Running `/home/build/.rustup/toolchains/1.94.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.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --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", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=976a4875b8f5a378 -C extra-filename=-efd76ad06cfa374f --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-d591d44c8f3e06a0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-039e156271399c90.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-06-16T21:22:53.617Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41402026-06-16T21:22:53.617Z Compiling bit-set v0.5.3
41412026-06-16T21:22:53.617Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41422026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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=c6e0e74f082dd95e -C extra-filename=-81f29c4a17e961ba --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-4e3e526b209fed09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-06-16T21:22:53.617Z Compiling term v0.7.0
41442026-06-16T21:22:53.617Z Compiling flume v0.11.1
41452026-06-16T21:22:53.617Z Compiling primeorder v0.13.6
41462026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-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="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=5b075bfd32791468 -C extra-filename=-e49192f09e1d1610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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=4add9cdda43458e2 -C extra-filename=-4b62239cf4d8d529 --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-7bab5aaedd533df9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482026-06-16T21:22:53.617Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41492026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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=cc0eaffb1c59b795 -C extra-filename=-f975d5147940ae2c --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-ae11fbee9e1da3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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=27a2cb527f6e5059 -C extra-filename=-2d74b937c2014210 --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6dfa3e2e840533b7.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-06-16T21:22:53.617Z Compiling itertools v0.10.5
41522026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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=c33ed8471e329fc5 -C extra-filename=-e8befdbc00eb9d8b --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-aa8953624d325365.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5e7ada034f00810d -C extra-filename=-0bdb4d1729bd24d1 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542026-06-16T21:22:53.617Z Running `/home/build/.rustup/toolchains/1.94.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=56d59ebd8cb53b91 -C extra-filename=-9ab5843b6b4b023c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-43827a5359ab79cb.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)'`
41552026-06-16T21:22:53.617Z Compiling slog-scope v4.4.1
41562026-06-16T21:22:53.618Z Compiling libloading v0.8.9
41572026-06-16T21:22:53.618Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9/build-script-build`
41582026-06-16T21:22:53.618Z Compiling ena v0.14.4
41592026-06-16T21:22:53.618Z Compiling regex-syntax v0.6.29
41602026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.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.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=6818b20dcfa613bd -C extra-filename=-49d2450e36001f53 --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-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcd22c592a8a9346 -C extra-filename=-988b520d8785f0dd --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-06-16T21:22:53.618Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41632026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.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("bench", "dogged", "persistent"))' -C metadata=121ed0db79b34a25 -C extra-filename=-d295b41b556b03bc --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-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.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=1e00ec4975c0a1ed -C extra-filename=-4ebebc69f093df9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-06-16T21:22:53.618Z Running `/work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-eee360b8cb33a6bb/build-script-build`
41662026-06-16T21:22:53.618Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41672026-06-16T21:22:53.618Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41682026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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=302ebaa371d3340c -C extra-filename=-cb7a2d1517b2e3bc --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-4ef0b45840b847fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.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=540e7a6403a91490 -C extra-filename=-b889da87769e59f7 --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-01e0def4c6020b1d.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bf9199d9bf1772a7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-06-16T21:22:53.618Z Compiling parking_lot v0.11.2
41712026-06-16T21:22:53.618Z Compiling hickory-server v0.25.2
41722026-06-16T21:22:53.618Z Compiling ascii-canvas v3.0.0
41732026-06-16T21:22:53.618Z Compiling bindgen v0.71.1
41742026-06-16T21:22:53.618Z Running `/home/build/.rustup/toolchains/1.94.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=850394474644004f -C extra-filename=-8a3d1e256d59ce6a --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-86d1f25375d74a93.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e8befdbc00eb9d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-06-16T21:22:53.618Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
41762026-06-16T21:22:53.618Z Compiling cexpr v0.6.0
41772026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=0103a5c850c85ed6 -C extra-filename=-1217c5f5fc243f1f --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-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4215f02aa04f62d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=eae53c7b3ce42c6f -C extra-filename=-25395a1e951b6a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=fc245c42d8666907 -C extra-filename=-863b23910bccd35b --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-4b62239cf4d8d529.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-06-16T21:22:53.619Z Compiling progenitor-macro v0.14.0
41812026-06-16T21:22:53.619Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41822026-06-16T21:22:53.619Z Compiling rustc-hash v2.1.1
41832026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120262ebe869fbf0 -C extra-filename=-2adaca77202587a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-9148b6d5d1d44554.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-6ebbabdeff73d104.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=2eeac314a206fea2 -C extra-filename=-c9ad73fa8c1d743b --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-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41852026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=557da5e4034658e1 -C extra-filename=-7c6d49e0ee2993de --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-642be4af1a5a9ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-06-16T21:22:53.619Z Compiling progenitor-impl v0.13.0
41872026-06-16T21:22:53.619Z Compiling libxml v0.3.3
41882026-06-16T21:22:53.619Z Compiling strum_macros v0.24.3
41892026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aece6ff291be57cf -C extra-filename=-b7d10b3985533604 --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-09da23b035805750.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-48be6f6426585421.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=ec9b160a3a59b3bb -C extra-filename=-6952c430dc6b2963 --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-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.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=1da7d4560588b34a -C extra-filename=-e33874ae1f2a5c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-06-16T21:22:53.619Z Compiling p384 v0.13.1
41932026-06-16T21:22:53.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9412fd26540b3200 -C extra-filename=-1107c36ee46c0328 --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ec0eace3742f8f4b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-06-16T21:22:53.620Z Running `/home/build/.rustup/toolchains/1.94.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=f15109f406252719 -C extra-filename=-bdfb326f976e2156 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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=216ac6bbef0d1555 -C extra-filename=-936e412f76a84e0a --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-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-06-16T21:22:53.621Z Compiling indoc v1.0.9
41972026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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=d52913da101e1e9b -C extra-filename=-749f93daa76cecbe --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-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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=f9d833b6edb20199 -C extra-filename=-5e3caf26cddc1468 --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`
41992026-06-16T21:22:53.621Z Compiling quick-xml v0.37.5
42002026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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=f63223eb176dadc5 -C extra-filename=-c56db14a5b06353c --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-e49192f09e1d1610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=467c3d7f04dd244c -C extra-filename=-2830efaff709bf8a --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-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-06-16T21:22:53.621Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
42032026-06-16T21:22:53.621Z Compiling impl-trait-for-tuples v0.2.3
42042026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/mg-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("clap"))' -C metadata=096daff688fff88f -C extra-filename=-16055a4b316c6133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-c277f00f0302f634.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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.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=bbcbf7b4474abd64 -C extra-filename=-2495d898a92491df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-06-16T21:22:53.621Z Compiling oso-derive v0.27.3
42072026-06-16T21:22:53.621Z Compiling openssl-probe v0.1.6
42082026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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=2444f87030898419 -C extra-filename=-c88d3041c87251da --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-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=9f5cca5d510575cd -C extra-filename=-5943aa0198da3b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-06-16T21:22:53.621Z Compiling fs-err v2.11.0
42112026-06-16T21:22:53.621Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
42122026-06-16T21:22:53.621Z Compiling typify-impl v0.4.3
42132026-06-16T21:22:53.621Z Running `/home/build/.rustup/toolchains/1.94.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=e4311fb109163367 -C extra-filename=-49149b8ac9d54ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-06-16T21:22:53.622Z Compiling trait-variant v0.1.2
42152026-06-16T21:22:53.622Z Running `/home/build/.rustup/toolchains/1.94.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=c95aa522b0643ede -C extra-filename=-64c4429d2f700e58 --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-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-06-16T21:22:53.622Z Running `/home/build/.rustup/toolchains/1.94.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=2316a0d074b9422c -C extra-filename=-20a7eae657d9e63d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-06-16T21:22:53.622Z Compiling slog-stdlog v4.1.1
42182026-06-16T21:22:53.622Z Running `/home/build/.rustup/toolchains/1.94.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=3c8ccb0e77fbe45b -C extra-filename=-54640c9482fa4464 --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-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-06-16T21:22:53.622Z Compiling tabled v0.20.0
42202026-06-16T21:22:53.622Z Compiling sled v0.34.7
42212026-06-16T21:22:53.622Z Running `/home/build/.rustup/toolchains/1.94.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=6b4e339e7378bf0b -C extra-filename=-e6d3c8372e7cee78 --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-d7e788ba801484ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-988b520d8785f0dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-06-16T21:22:53.622Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42232026-06-16T21:22:53.622Z Running `/home/build/.rustup/toolchains/1.94.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=ba699798bca79f0b -C extra-filename=-6877e4f36627a62e --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-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5b15255986a63e54.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-06-16T21:22:53.622Z Running `/home/build/.rustup/toolchains/1.94.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=0518769d78c7ac03 -C extra-filename=-8acd779beeb1face --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-74759b175612c26b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8a3d1e256d59ce6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-06-16T21:22:53.622Z Compiling assert_matches v1.5.0
42262026-06-16T21:22:53.622Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
42272026-06-16T21:22:53.623Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42282026-06-16T21:22:53.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/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=ffe321aae11094f4 -C extra-filename=-67114daed709fb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-06-16T21:22:53.623Z Running `/home/build/.rustup/toolchains/1.94.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=84dc8859297ec220 -C extra-filename=-b146f4d917ffff0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-06-16T21:22:53.623Z Compiling predicates-tree v1.0.13
42312026-06-16T21:22:53.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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("multicast"))' -C metadata=e3f3e28dbbcce009 -C extra-filename=-240877bc3545f609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-06-16T21:22:53.624Z Running `/home/build/.rustup/toolchains/1.94.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.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=8f2861c8f8c0a86a -C extra-filename=-aa2fee6586458543 --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-4ac1a54594d09143.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-06-16T21:22:53.624Z Compiling lalrpop v0.19.12
42342026-06-16T21:22:53.624Z Running `/home/build/.rustup/toolchains/1.94.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=20fab3aacab15551 -C extra-filename=-706a99e16fcbe5ff --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-863b23910bccd35b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-81f29c4a17e961ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-d295b41b556b03bc.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0bdb4d1729bd24d1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c56db14a5b06353c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-06-16T21:22:53.625Z Compiling parse-size v1.1.0
42362026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.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=38720fa602fbaa8a -C extra-filename=-61d6aee1bf595309 --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-01e0def4c6020b1d.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`
42372026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.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=617628a60e3077c3 -C extra-filename=-53b3c6bb35e26b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-06-16T21:22:53.639Z Compiling slog-envlogger v2.2.0
42392026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.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=3848f0cb3bde2e13 -C extra-filename=-6874541e8b31c114 --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-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-54640c9482fa4464.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-06-16T21:22:53.639Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42412026-06-16T21:22:53.639Z Compiling bb8 v0.8.6
42422026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=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=5e99bc11ffc02dea -C extra-filename=-3a22858f27ad2692 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-3a22858f27ad2692 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9ab5843b6b4b023c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-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 --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=138d8dc8b4660d1d -C extra-filename=-87d7fba5f722ae1f --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-3d40f90b1355ed80.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-06-16T21:22:53.639Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42452026-06-16T21:22:53.639Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
42462026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=7cb3214b51f243e8 -C extra-filename=-726b0e09a433a647 --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-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=cb7a5e52cd8d45bb -C extra-filename=-79789e0c8459793b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-06-16T21:22:53.639Z Compiling corncobs v0.1.4
42492026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.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=05de0b724bd79261 -C extra-filename=-d945b2c55f29d708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-06-16T21:22:53.639Z Compiling mime_guess v2.0.5
42512026-06-16T21:22:53.639Z Running `/home/build/.rustup/toolchains/1.94.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=1ca9c56a54b0e56a -C extra-filename=-26e14e65ef03aaee --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-06-16T21:22:53.640Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
42532026-06-16T21:22:53.640Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42542026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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", "testing", "thiserror"))' -C metadata=ed79114007a70dc3 -C extra-filename=-780b9d44c76ae91a --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6952c430dc6b2963.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-06-16T21:22:53.640Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42562026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=ee9daf87a86bf0b1 -C extra-filename=-8a7be1db8082819c --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-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-726b0e09a433a647.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-06-16T21:22:53.640Z Compiling secrecy v0.8.0
42582026-06-16T21:22:53.640Z Compiling http-range v0.1.5
42592026-06-16T21:22:53.640Z Compiling ignore v0.4.25
42602026-06-16T21:22:53.640Z Compiling atty v0.2.14
42612026-06-16T21:22:53.640Z Compiling nonempty v0.12.0
42622026-06-16T21:22:53.640Z Compiling illumos-nvpair-sys v0.2.0
42632026-06-16T21:22:53.640Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42642026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.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=638b29623d6ab2a9 -C extra-filename=-e7c482e92d8ec671 --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-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.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=590a67b7c1fa1540 -C extra-filename=-7fb963e4479516a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662026-06-16T21:22:53.640Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42672026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.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=520306544ac77b3c -C extra-filename=-6804a3d52d287432 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=7f27b619215f8f2e -C extra-filename=-641f0cbb9f6ed962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=16b966c6ee1aea08 -C extra-filename=-b4a53016c005d6d9 --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-51872676107046e4.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97dfedf0d8cc9741 -C extra-filename=-76feba21e2fd766a --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-76feba21e2fd766a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.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=8754b90324976f96 -C extra-filename=-b1fb3636e30508e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
42722026-06-16T21:22:53.640Z Compiling signal-hook-tokio v0.3.1
42732026-06-16T21:22:53.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/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=615a25615e5a4fbe -C extra-filename=-77ae77b33dcb4128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-20a7eae657d9e63d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out`
42742026-06-16T21:22:53.641Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42752026-06-16T21:22:53.641Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
42762026-06-16T21:22:53.641Z Running `/home/build/.rustup/toolchains/1.94.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=d1cb9f2e4531c30a -C extra-filename=-10c920bdeb10a557 --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-d2281c904bfe50c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772026-06-16T21:22:53.641Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/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=5839475ed86c5672 -C extra-filename=-37c556b03824e829 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-06-16T21:22:53.641Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42792026-06-16T21:22:53.641Z Compiling tungstenite v0.23.0
42802026-06-16T21:22:53.641Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/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", "testing", "thiserror"))' -C metadata=768c35a7fe1eadb2 -C extra-filename=-2377b5e63ef4615b --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6952c430dc6b2963.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-06-16T21:22:53.641Z Compiling void v1.0.2
42822026-06-16T21:22:53.641Z Running `/home/build/.rustup/toolchains/1.94.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=a44ccaa191a59d5a -C extra-filename=-1ae5c4d4cabb8aae --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-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-06-16T21:22:53.642Z Running `/home/build/.rustup/toolchains/1.94.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=abc14917721dc455 -C extra-filename=-6a57c6d5d7bfbd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-06-16T21:22:53.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/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=1bda9fe9ac2aa868 -C extra-filename=-ed41fcc14fde772a --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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/`
42852026-06-16T21:22:53.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42862026-06-16T21:22:53.642Z Running `/home/build/.rustup/toolchains/1.94.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=bc5b88065a11acd0 -C extra-filename=-9ce3e326118bb501 --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-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-06-16T21:22:53.642Z Compiling nix v0.27.1
42882026-06-16T21:22:53.642Z Compiling serde_bytes v0.11.19
42892026-06-16T21:22:53.642Z Compiling rand_seeder v0.4.0
42902026-06-16T21:22:53.642Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-3a22858f27ad2692/build-script-build`
42912026-06-16T21:22:53.642Z Running `/home/build/.rustup/toolchains/1.94.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=8d2d1d363778861a -C extra-filename=-fe0de38d77a52f20 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922026-06-16T21:22:53.642Z Running `/home/build/.rustup/toolchains/1.94.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=5392fd135b1f2f25 -C extra-filename=-e416b75830014548 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-06-16T21:22:53.642Z Compiling is_ci v1.2.0
42942026-06-16T21:22:53.642Z Running `/home/build/.rustup/toolchains/1.94.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=380ee52064d52995 -C extra-filename=-1afc9ac3053176b1 --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-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-06-16T21:22:53.642Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-76feba21e2fd766a/build-script-build`
42962026-06-16T21:22:53.642Z Compiling yansi v1.0.1
42972026-06-16T21:22:53.642Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42982026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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=988185de362b3813 -C extra-filename=-21f8d414bac0df95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992026-06-16T21:22:53.643Z Compiling lzss v0.8.2
43002026-06-16T21:22:53.643Z Compiling darling_core v0.23.0
43012026-06-16T21:22:53.643Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
43022026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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=7fdd2aef503948b6 -C extra-filename=-0e425d1906f10dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032026-06-16T21:22:53.643Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
43042026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=9033e49462a22f0c -C extra-filename=-e3d39429bf8034cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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=99cec4d5589b3fc9 -C extra-filename=-ad7439a3c7a5f54e --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-6a57c6d5d7bfbd36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-06-16T21:22:53.643Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43072026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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", "testing"))' -C metadata=1b669cac6cb0e07f -C extra-filename=-d055eb94beecf4e7 --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-780b9d44c76ae91a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-ed41fcc14fde772a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6952c430dc6b2963.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43082026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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=7def881f39bbb669 -C extra-filename=-377886be39c1f034 --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-10536750ba824ae2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-7c6d49e0ee2993de.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e6d3c8372e7cee78.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-06-16T21:22:53.643Z Compiling tokio-tungstenite v0.23.1
43102026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/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=f0db4132ce0ca99f -C extra-filename=-b162fcfe2f8ee1fb --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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/`
43112026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=0e6c2353892eed1c -C extra-filename=-2db2c49e60c05ac2 --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-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-06-16T21:22:53.643Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43132026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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=a0a330e808def8bb -C extra-filename=-52eb442f5b469a00 --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-a07cde80cd4a0a17.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.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=3d5935b2806c0914 -C extra-filename=-4a3eb8f33cf00e98 --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-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1ae5c4d4cabb8aae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-06-16T21:22:53.643Z Compiling instability v0.3.11
43162026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=e9f6301439f6fbd0 -C extra-filename=-4dcc5c18bc376931 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172026-06-16T21:22:53.643Z Compiling indoc v2.0.7
43182026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-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=f997843797b648f8 -C extra-filename=-97c7a5d61f7aebaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
43192026-06-16T21:22:53.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44c40724eab3e64a -C extra-filename=-4eeb1ad0493f47fd --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-06-16T21:22:53.664Z Compiling globwalk v0.9.1
43212026-06-16T21:22:53.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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=d7684bfbc721a6e9 -C extra-filename=-0ba76edb0334224c --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`
43222026-06-16T21:22:53.664Z Running `/home/build/.rustup/toolchains/1.94.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=14428e55e5b7e34d -C extra-filename=-1cc714be6d260e56 --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-10536750ba824ae2.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-b4a53016c005d6d9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-06-16T21:22:53.673Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43242026-06-16T21:22:53.708Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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=250b280239cc11ac -C extra-filename=-467868120a68ebfc --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-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cb7a2d1517b2e3bc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-7654f875398eb98b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252026-06-16T21:22:53.781Z Compiling pretty_assertions v1.4.1
43262026-06-16T21:22:53.784Z Running `/home/build/.rustup/toolchains/1.94.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=aeac6fdbdaea6185 -C extra-filename=-5fbbdcbeeb865a0f --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-89e26fc4232fb772.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0e425d1906f10dfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272026-06-16T21:22:53.995Z Compiling progenitor-macro v0.13.0
43282026-06-16T21:22:53.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/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=7d6d9dda7d78d7d9 -C extra-filename=-b5bb52b0670e86d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-fdb006fd73ab3a03.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cab5fecba8ee8420.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43292026-06-16T21:22:54.035Z Compiling hyper-staticfile v0.10.1
43302026-06-16T21:22:54.038Z Compiling illumos-nvpair v0.3.0
43312026-06-16T21:22:54.038Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43322026-06-16T21:22:54.038Z Compiling castaway v0.2.4
43332026-06-16T21:22:54.039Z Compiling unicode-truncate v1.1.0
43342026-06-16T21:22:54.039Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65f53c83929f92c2 -C extra-filename=-17bef58f0259aa08 --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-09da23b035805750.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1107c36ee46c0328.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-06-16T21:22:54.039Z Running `/home/build/.rustup/toolchains/1.94.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=339ac94abd0d68f2 -C extra-filename=-c6da9003b115e512 --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-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-52eb442f5b469a00.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-06-16T21:22:54.039Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-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=3c8c521243b20a71 -C extra-filename=-ac99841e4b4394c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-97c7a5d61f7aebaf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372026-06-16T21:22:54.039Z Compiling lru v0.12.5
43382026-06-16T21:22:54.071Z Running `/home/build/.rustup/toolchains/1.94.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=2d589a7837e5157f -C extra-filename=-2762c27bd5f54408 --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-e4c83b89c41d405d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-06-16T21:22:54.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/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", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=bd5a7d736839b540 -C extra-filename=-daa2032da048ea3e --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-2377b5e63ef4615b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b162fcfe2f8ee1fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6952c430dc6b2963.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43402026-06-16T21:22:54.106Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
43412026-06-16T21:22:54.110Z Running `/home/build/.rustup/toolchains/1.94.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=720abcb279e191d7 -C extra-filename=-ad33d0f5c3bf8af3 --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-74cdada1b096953c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-06-16T21:22:54.110Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
43432026-06-16T21:22:54.110Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f04348e7b8570a1 -C extra-filename=-13ed4e745cc703e2 --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-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442026-06-16T21:22:54.143Z Compiling cassowary v0.3.0
43452026-06-16T21:22:54.148Z Running `/home/build/.rustup/toolchains/1.94.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=bb389ff6872a4efc -C extra-filename=-fb9d3523f140aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462026-06-16T21:22:54.216Z Compiling camino-tempfile-ext v0.3.3
43472026-06-16T21:22:54.220Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=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=00e2a134e77678e9 -C extra-filename=-9e811ee2e4e07863 --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-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1cc714be6d260e56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-06-16T21:22:54.259Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43492026-06-16T21:22:54.323Z Compiling console v0.16.2
43502026-06-16T21:22:54.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16ab354e678b1a94 -C extra-filename=-4ce1784a6670809f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-ac99841e4b4394c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
43512026-06-16T21:22:54.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-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 --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=3f92ab426d55bf73 -C extra-filename=-13e18458a0eb3c0c --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-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-06-16T21:22:54.361Z Compiling unit-prefix v0.5.2
43532026-06-16T21:22:54.364Z Running `/home/build/.rustup/toolchains/1.94.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=24b3869d57079524 -C extra-filename=-56f61e67ff407fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542026-06-16T21:22:54.426Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43552026-06-16T21:22:54.463Z Compiling compact_str v0.8.1
43562026-06-16T21:22:54.467Z Compiling supports-color v3.0.2
43572026-06-16T21:22:54.467Z Compiling libz-sys v1.1.24
43582026-06-16T21:22:54.467Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=0f67d77df3dac86f -C extra-filename=-e45e59e2f42b9cea --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2db2c49e60c05ac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-06-16T21:22:54.467Z Compiling typeid v1.0.3
43602026-06-16T21:22:54.504Z Running `/home/build/.rustup/toolchains/1.94.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=88c0b629a7a9679d -C extra-filename=-a77efd49990fac37 --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-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-06-16T21:22:54.508Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=88a826ce7d4105b5 -C extra-filename=-09a1e1e60637cc67 --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-13ed4e745cc703e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-06-16T21:22:54.509Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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=661e8d94232282e0 -C extra-filename=-236390480cc502d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-06-16T21:22:54.509Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43642026-06-16T21:22:54.509Z Running `/home/build/.rustup/toolchains/1.94.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=e1e42c509610158c -C extra-filename=-d5bf8aecf1dc2053 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-06-16T21:22:54.539Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b32351a9609154c -C extra-filename=-a5d6d9d7d142ca7c --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-5370b6ab3a93e0f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-06-16T21:22:54.609Z Compiling libgit2-sys v0.18.3+1.9.2
43672026-06-16T21:22:54.645Z Compiling erased-serde v0.4.9
43682026-06-16T21:22:54.648Z Compiling colored v2.2.0
43692026-06-16T21:22:54.676Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.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("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a5d5355a61e5ba59 -C extra-filename=-1bc2225f57f68dc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-06-16T21:22:54.680Z Compiling shell-words v1.1.1
43712026-06-16T21:22:54.713Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=54494c8355f7d01f -C extra-filename=-e663e6cc4092f6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722026-06-16T21:22:54.718Z Running `/home/build/.rustup/toolchains/1.94.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=f25d009c7b689e8e -C extra-filename=-cf740bb0db11076e --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-dd9102c781fc5d0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-06-16T21:22:54.745Z Compiling hex-literal v0.4.1
43742026-06-16T21:22:54.749Z Running `/home/build/.rustup/toolchains/1.94.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ee4d90bd27a11025 -C extra-filename=-8f8d3c65f5d982ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752026-06-16T21:22:54.782Z Compiling petname v2.0.2
43762026-06-16T21:22:54.789Z Compiling ordered-float v2.10.1
43772026-06-16T21:22:54.821Z Compiling vergen-git2 v9.1.0
43782026-06-16T21:22:54.825Z Running `/home/build/.rustup/toolchains/1.94.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=1cc81d43c9f10985 -C extra-filename=-b5165e8cf40f6df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-06-16T21:22:54.825Z Running `/home/build/.rustup/toolchains/1.94.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=0c5be79d3993f77a -C extra-filename=-2d3520e89520f793 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-06-16T21:22:54.825Z Running `/home/build/.rustup/toolchains/1.94.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=6faec9cfc2c9b5c6 -C extra-filename=-6aa5a7e9fa034105 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-06-16T21:22:54.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=167092b28eee3c48 -C extra-filename=-0ff28ef7d142a91c --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-0ff28ef7d142a91c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-06-16T21:22:54.923Z Compiling rustls v0.21.12
43832026-06-16T21:22:54.927Z Running `/home/build/.rustup/toolchains/1.94.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=b26e62f01a415237 -C extra-filename=-2c3095dff1e17bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-06-16T21:22:54.999Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
43852026-06-16T21:22:55.003Z Compiling indicatif v0.18.4
43862026-06-16T21:22:55.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43872026-06-16T21:22:55.042Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.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="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=b3fea271eedab03c -C extra-filename=-ceac3ed82a681911 --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-13e18458a0eb3c0c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-56f61e67ff407fd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-06-16T21:22:55.042Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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("multicast"))' -C metadata=0ab44964ea9afacc -C extra-filename=-c88639727be00f17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892026-06-16T21:22:55.117Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
43902026-06-16T21:22:55.157Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
43912026-06-16T21:22:55.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=346166200a65bae4 -C extra-filename=-18b712ab0fee290a --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-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cb7a2d1517b2e3bc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-467868120a68ebfc.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.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-8d5ec0b3ef58e788/out/lib`
43922026-06-16T21:22:55.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e705ad3a965b25 -C extra-filename=-3f2adbd82d4a6d9f --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-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cb7a2d1517b2e3bc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-467868120a68ebfc.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.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-8d5ec0b3ef58e788/out/lib`
43932026-06-16T21:22:55.161Z Running `/home/build/.rustup/toolchains/1.94.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=c4f74c6752dbfa38 -C extra-filename=-054dfd6b469e10b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
43942026-06-16T21:22:55.161Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43952026-06-16T21:22:55.161Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1/build-script-build`
43962026-06-16T21:22:55.271Z Compiling serde-value v0.7.0
43972026-06-16T21:22:55.275Z Compiling rustls-webpki v0.101.7
43982026-06-16T21:22:55.276Z Running `/home/build/.rustup/toolchains/1.94.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=4665478ccbd7d4f9 -C extra-filename=-62441e9394aa2889 --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-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-06-16T21:22:55.311Z Compiling sct v0.7.1
44002026-06-16T21:22:55.314Z Compiling cargo-platform v0.2.0
44012026-06-16T21:22:55.315Z Compiling sapling-renderdag v0.1.0
44022026-06-16T21:22:55.315Z Compiling rtoolbox v0.0.3
44032026-06-16T21:22:55.348Z Compiling sync-ptr v0.1.4
44042026-06-16T21:22:55.351Z Compiling strsim v0.10.0
44052026-06-16T21:22:55.384Z Compiling diesel v2.3.7
44062026-06-16T21:22:55.388Z Compiling rustls-pemfile v1.0.4
44072026-06-16T21:22:55.388Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-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=a43d98b62fdc4508 -C extra-filename=-08d453839cc4f538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-06-16T21:22:55.388Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --check-cfg 'cfg(diesel_docsrs)' --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=45cc0a0fc6db705e -C extra-filename=-bfc2b60907f3047d --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-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-efd76ad06cfa374f.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a4aac3f0f88b1175.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
44092026-06-16T21:22:55.389Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
44102026-06-16T21:22:55.389Z Running `/home/build/.rustup/toolchains/1.94.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=c033db3d1f60e86f -C extra-filename=-4e07fe3b1ac697d1 --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-dd4fa1a35289f367.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-06-16T21:22:55.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.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("serde"))' -C metadata=2940ee57430c36a3 -C extra-filename=-e717f386453137b2 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122026-06-16T21:22:55.423Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=82f9241ff1d31bb9 -C extra-filename=-c2f2141c6783f627 --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132026-06-16T21:22:55.426Z Running `/home/build/.rustup/toolchains/1.94.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=2ebbcb4f91904d93 -C extra-filename=-15b6800d8783cad8 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-06-16T21:22:55.426Z Running `/home/build/.rustup/toolchains/1.94.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=4f18e819991888eb -C extra-filename=-ba8751c2e29d74c8 --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-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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-69178f5f405916b0/out`
44152026-06-16T21:22:55.426Z Running `/home/build/.rustup/toolchains/1.94.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=80f95e5f9e319730 -C extra-filename=-69bdf975ec13cfea --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-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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-69178f5f405916b0/out`
44162026-06-16T21:22:55.427Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-0ff28ef7d142a91c/build-script-build`
44172026-06-16T21:22:55.427Z Running `/home/build/.rustup/toolchains/1.94.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=5479e60d1483b072 -C extra-filename=-0e7bc15c43fcc926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-06-16T21:22:55.527Z Running `/home/build/.rustup/toolchains/1.94.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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=662369ddf27d7ee6 -C extra-filename=-af0f54a82e012a54 --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-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
44192026-06-16T21:22:55.530Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5/build-script-build`
44202026-06-16T21:22:55.558Z Running `/home/build/.rustup/toolchains/1.94.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.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(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=d860fc101139dfa1 -C extra-filename=-33cce48b3b451862 --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-01e0def4c6020b1d.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`
44212026-06-16T21:22:55.629Z Compiling darling_core v0.13.4
44222026-06-16T21:22:55.694Z Compiling polyval v0.6.2
44232026-06-16T21:22:55.701Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=d02cfef1870b08f2 -C extra-filename=-83ca38f67a01a91a --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-08d453839cc4f538.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242026-06-16T21:22:55.701Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793/build-script-build`
44252026-06-16T21:22:55.701Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44262026-06-16T21:22:55.701Z Running `/home/build/.rustup/toolchains/1.94.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=7f7b5d5844256cd3 -C extra-filename=-c3c45e0a4ed3ccea --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-06-16T21:22:55.728Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
44282026-06-16T21:22:55.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=312f44f49fc00d34 -C extra-filename=-78c0eb8bdc6c538d --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-033f92b7d2688a9a.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292026-06-16T21:22:55.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/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=d792700ac6ec7641 -C extra-filename=-218ecf68f9febb55 --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-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-ad7439a3c7a5f54e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fe0de38d77a52f20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9ce3e326118bb501.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.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-8d5ec0b3ef58e788/out/lib`
44302026-06-16T21:22:55.766Z Compiling twox-hash v2.1.2
44312026-06-16T21:22:55.770Z Running `/home/build/.rustup/toolchains/1.94.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.2/src/lib.rs --error-format=json --json=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=17fa2190a70dcb82 -C extra-filename=-b08e3228e586ace4 --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-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-06-16T21:22:55.802Z Compiling gimli v0.32.3
44332026-06-16T21:22:55.805Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-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=a7c8f81a645739b4 -C extra-filename=-4861ccf70752530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-06-16T21:22:55.841Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=49b02a1fc15ece3a -C extra-filename=-08d6105b63d3be58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-e45e59e2f42b9cea.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2db2c49e60c05ac2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44352026-06-16T21:22:55.877Z Running `/home/build/.rustup/toolchains/1.94.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=dc950b0157715f8a -C extra-filename=-9ec067b559fe780d --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-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-69bdf975ec13cfea.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ba8751c2e29d74c8.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-69178f5f405916b0/out`
44362026-06-16T21:22:55.910Z Compiling target-lexicon v0.13.3
44372026-06-16T21:22:55.914Z Running `/home/build/.rustup/toolchains/1.94.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=79c6b0c03977aa4f -C extra-filename=-794c445c6c43ebc6 --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-079631bae9789ff9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-06-16T21:22:55.944Z Running `/home/build/.rustup/toolchains/1.94.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.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3583d2bf09eb1f7e -C extra-filename=-7c8c177ca14c0b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-06-16T21:22:56.086Z Compiling typify-macro v0.4.3
44402026-06-16T21:22:56.090Z Compiling fatfs v0.3.6
44412026-06-16T21:22:56.090Z Running `/home/build/.rustup/toolchains/1.94.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=c59e0aa198c7b1a3 -C extra-filename=-8ecb76ab9090f880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-64c4429d2f700e58.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44422026-06-16T21:22:56.122Z Running `/home/build/.rustup/toolchains/1.94.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=a7d41060c8b71d52 -C extra-filename=-9a2a794f60006656 --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-06-16T21:22:56.125Z Compiling ctr v0.9.2
44442026-06-16T21:22:56.157Z Running `/home/build/.rustup/toolchains/1.94.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=4862a82a51e2da40 -C extra-filename=-0ec0dd7cf53592d7 --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-06-16T21:22:56.223Z Compiling ghash v0.5.1
44462026-06-16T21:22:56.226Z Running `/home/build/.rustup/toolchains/1.94.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=31ca499ea00b2183 -C extra-filename=-3444b17711140f50 --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-194905f61176ced2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c3c45e0a4ed3ccea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-06-16T21:22:56.226Z Compiling concurrent-queue v2.5.0
44482026-06-16T21:22:56.260Z Running `/home/build/.rustup/toolchains/1.94.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=77d65acc903fce26 -C extra-filename=-9208fa60cc6a4aa4 --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-06-16T21:22:56.370Z Compiling rpassword v7.4.0
44502026-06-16T21:22:56.403Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44512026-06-16T21:22:56.407Z Running `/home/build/.rustup/toolchains/1.94.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=98a7d7a7fe9c15e1 -C extra-filename=-705712b8e3d16c10 --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-01e0def4c6020b1d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-e717f386453137b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-06-16T21:22:56.407Z Running `/home/build/.rustup/toolchains/1.94.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=3c8aba64f024e108 -C extra-filename=-b88efff433eb214c --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-06-16T21:22:56.407Z Compiling guppy-workspace-hack v0.1.0
44542026-06-16T21:22:56.436Z Compiling rustc-demangle v0.1.27
44552026-06-16T21:22:56.549Z Running `/home/build/.rustup/toolchains/1.94.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=045b3dbc6891f154 -C extra-filename=-533a0252cc64e979 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-06-16T21:22:56.564Z Compiling plotters-backend v0.3.7
44572026-06-16T21:22:56.564Z Compiling seq-macro v0.3.6
44582026-06-16T21:22:56.564Z Running `/home/build/.rustup/toolchains/1.94.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=83f7cac1c1b5aba0 -C extra-filename=-f11165e2511dac4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-06-16T21:22:56.564Z Compiling darling_macro v0.23.0
44602026-06-16T21:22:56.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-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=547dbac0eb2ee586 -C extra-filename=-7c1a316b965e4453 --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`
44612026-06-16T21:22:56.565Z Running `/home/build/.rustup/toolchains/1.94.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=97b02d5b24b157a6 -C extra-filename=-dc87a065c92efcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44622026-06-16T21:22:56.565Z Running `/home/build/.rustup/toolchains/1.94.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.23.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=5ca832bcddcb0022 -C extra-filename=-c011faf4b4fa9cb1 --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-e3d39429bf8034cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-06-16T21:22:56.681Z Compiling parking v2.2.1
44642026-06-16T21:22:56.752Z Running `/home/build/.rustup/toolchains/1.94.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=4ba27f17dfe2b864 -C extra-filename=-fbb23238c31c2af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-06-16T21:22:56.755Z Compiling serde-untagged v0.1.9
44662026-06-16T21:22:56.758Z Compiling aes-gcm v0.10.3
44672026-06-16T21:22:56.758Z Running `/home/build/.rustup/toolchains/1.94.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.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=a31e0c73d74b51d1 -C extra-filename=-c24ea79e2b327063 --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-af0f54a82e012a54.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44682026-06-16T21:22:56.758Z Compiling blowfish v0.9.1
44692026-06-16T21:22:56.797Z Running `/home/build/.rustup/toolchains/1.94.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=14e2e35cd6fb18e2 -C extra-filename=-187d26a1282f01d0 --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-9ccc3691c9035196.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-06-16T21:22:56.797Z Running `/home/build/.rustup/toolchains/1.94.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=2319612a9cb9b3b0 -C extra-filename=-9b917f0270faa50c --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-93d2eec279556c05.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3444b17711140f50.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-06-16T21:22:56.872Z Compiling ssh-encoding v0.2.0
44722026-06-16T21:22:56.875Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
44732026-06-16T21:22:56.875Z Compiling constant_time_eq v0.4.2
44742026-06-16T21:22:56.907Z Running `/home/build/.rustup/toolchains/1.94.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=07a92c0203b451c0 -C extra-filename=-8ea57d9cb0fd08eb --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-8703aae8b2f9644d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-06-16T21:22:56.910Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-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 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("count_instructions_test", "default", "std"))' -C metadata=92eb6b2dc3293cb3 -C extra-filename=-6f5069703403cac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-06-16T21:22:56.981Z Compiling plotters-svg v0.3.7
44772026-06-16T21:22:56.984Z Running `/home/build/.rustup/toolchains/1.94.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=a078ef41f141e8ef -C extra-filename=-b3791a31a16f97ac --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-dc87a065c92efcd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44782026-06-16T21:22:56.984Z Compiling event-listener v5.4.1
44792026-06-16T21:22:57.019Z Compiling arrayvec v0.7.6
44802026-06-16T21:22:57.022Z Running `/home/build/.rustup/toolchains/1.94.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.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(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=f88c7bc91ceb129d -C extra-filename=-3ee2a06a8789d405 --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-9208fa60cc6a4aa4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-fbb23238c31c2af9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812026-06-16T21:22:57.022Z Running `/home/build/.rustup/toolchains/1.94.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=8b85bdedc468fbea -C extra-filename=-7b2e30ba596f55e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-06-16T21:22:57.022Z Compiling cast v0.3.0
44832026-06-16T21:22:57.022Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44842026-06-16T21:22:57.057Z Running `/home/build/.rustup/toolchains/1.94.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=20b89815aabd5a1a -C extra-filename=-aa2da469ba72084b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-06-16T21:22:57.089Z Compiling cargo-util-schemas v0.8.2
44862026-06-16T21:22:57.128Z Running `/home/build/.rustup/toolchains/1.94.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=9b93a6a7f414e8d9 -C extra-filename=-c9c6ef66560a8226 --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-62441e9394aa2889.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-06-16T21:22:57.166Z Compiling arrayref v0.3.9
44882026-06-16T21:22:57.169Z Compiling target-spec v3.5.7
44892026-06-16T21:22:57.202Z Compiling ssh-cipher v0.2.0
44902026-06-16T21:22:57.206Z Running `/home/build/.rustup/toolchains/1.94.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=0059b26e0630c760 -C extra-filename=-2808bd0dbb1f93b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-06-16T21:22:57.206Z Compiling plotters v0.3.7
44922026-06-16T21:22:57.206Z Running `/home/build/.rustup/toolchains/1.94.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.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(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=45c65795d103386d -C extra-filename=-f75fbc3e44793983 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-06-16T21:22:57.240Z Running `/home/build/.rustup/toolchains/1.94.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=4d78ec9a54133508 -C extra-filename=-aab2b9588848d634 --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-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-06-16T21:22:57.243Z Running `/home/build/.rustup/toolchains/1.94.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=3559a27d47648c48 -C extra-filename=-8a20650dcb848e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-06-16T21:22:57.243Z Running `/home/build/.rustup/toolchains/1.94.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=ee76aed00a6d7f7e -C extra-filename=-e2cdec78a2c72467 --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-6933dc604de72165.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b3791a31a16f97ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-06-16T21:22:57.277Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5851ce4e72f24ef1 -C extra-filename=-0d632e822407c4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
44972026-06-16T21:22:57.317Z Compiling criterion-plot v0.6.0
44982026-06-16T21:22:57.422Z Compiling bcrypt-pbkdf v0.10.0
44992026-06-16T21:22:57.425Z Compiling supports-color v2.1.0
45002026-06-16T21:22:57.425Z Compiling textwrap v0.15.2
45012026-06-16T21:22:57.425Z Compiling supports-hyperlinks v2.1.0
45022026-06-16T21:22:57.425Z Compiling supports-unicode v2.1.0
45032026-06-16T21:22:57.425Z Running `/home/build/.rustup/toolchains/1.94.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=05cd42350cdcc0be -C extra-filename=-e7f70a01a72d5ece --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-aa2da469ba72084b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-06-16T21:22:57.425Z Compiling event-listener-strategy v0.5.4
45052026-06-16T21:22:57.425Z Compiling hashbrown v0.14.5
45062026-06-16T21:22:57.425Z Running `/home/build/.rustup/toolchains/1.94.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=31fa0227f312593a -C extra-filename=-fc6434fc905af5d3 --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-187d26a1282f01d0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-06-16T21:22:57.425Z Running `/home/build/.rustup/toolchains/1.94.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=fce19a39b9ad0222 -C extra-filename=-9a19bc4c765ccc06 --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-20b7496aabe07267.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-06-16T21:22:57.425Z Running `/home/build/.rustup/toolchains/1.94.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=0d46d22bb6dfd7d4 -C extra-filename=-a8c75c4712fc10b2 --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-d142be9420a73f99.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-06-16T21:22:57.457Z Compiling tinytemplate v1.2.1
45102026-06-16T21:22:57.460Z Running `/home/build/.rustup/toolchains/1.94.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=5707aec7e7099a7b -C extra-filename=-4c0848ccc50d44aa --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-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-06-16T21:22:57.460Z Running `/home/build/.rustup/toolchains/1.94.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.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(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=bb42518894e92c05 -C extra-filename=-a065e2fdecc6ccfe --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-3ee2a06a8789d405.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-06-16T21:22:57.460Z Running `/home/build/.rustup/toolchains/1.94.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=a8584ee7d4ea3017 -C extra-filename=-2d1681f51f2b35b1 --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-06-16T21:22:57.460Z Running `/home/build/.rustup/toolchains/1.94.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=83ed46f122a493f7 -C extra-filename=-2bfc76941337ddbd --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-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-06-16T21:22:57.460Z Running `/home/build/.rustup/toolchains/1.94.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=90a5af32d28c9668 -C extra-filename=-4aec69489f95c103 --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-1efa74adc08c6063.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-06-16T21:22:57.593Z Compiling darling v0.23.0
45162026-06-16T21:22:57.597Z Compiling miette-derive v5.10.0
45172026-06-16T21:22:57.597Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-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 --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=7ebace7cf7852312 -C extra-filename=-8f65a09e134bfefb --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-e3d39429bf8034cc.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c011faf4b4fa9cb1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-06-16T21:22:57.597Z Running `/home/build/.rustup/toolchains/1.94.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=e959d4f061c84851 -C extra-filename=-9c7fecb2fdccaab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-06-16T21:22:57.666Z Compiling tokio-rustls v0.24.1
45202026-06-16T21:22:57.670Z Running `/home/build/.rustup/toolchains/1.94.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=8fd0bc66852e2d13 -C extra-filename=-45a61a51f52e2b02 --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-9ec067b559fe780d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-69178f5f405916b0/out`
45212026-06-16T21:22:57.769Z Compiling addr2line v0.25.1
45222026-06-16T21:22:57.807Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=333b1060df34d460 -C extra-filename=-e6df32431690ea2a --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-4861ccf70752530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-06-16T21:22:57.810Z Compiling cfg-expr v0.20.6
45242026-06-16T21:22:57.844Z Running `/home/build/.rustup/toolchains/1.94.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.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="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=38f55fa2618c7343 -C extra-filename=-f5523eb8fecb71de --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-fd6ba8a01932ff99.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-06-16T21:22:57.847Z Compiling password-hash v0.4.2
45262026-06-16T21:22:57.875Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
45272026-06-16T21:22:57.879Z Running `/home/build/.rustup/toolchains/1.94.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=6abfa1a8fc3b5491 -C extra-filename=-02f64cbcd641420a --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-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-06-16T21:22:57.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f170bcc9a7dedf8 -C extra-filename=-73ac578f036e0378 --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-8f65a09e134bfefb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45292026-06-16T21:22:57.961Z Compiling terminal_size v0.1.17
45302026-06-16T21:22:58.002Z Compiling oorandom v11.1.5
45312026-06-16T21:22:58.006Z Running `/home/build/.rustup/toolchains/1.94.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=dc48038a9713e023 -C extra-filename=-425e42dc448e7a10 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-06-16T21:22:58.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.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=4a6670bc8258809d -C extra-filename=-7bfce6c1a8bdf7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-06-16T21:22:58.008Z Compiling futures-timer v3.0.3
45342026-06-16T21:22:58.008Z Compiling owo-colors v3.5.0
45352026-06-16T21:22:58.024Z Running `/home/build/.rustup/toolchains/1.94.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=27c800e845804174 -C extra-filename=-f72573976e36801e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-06-16T21:22:58.028Z Compiling anes v0.1.6
45372026-06-16T21:22:58.059Z Running `/home/build/.rustup/toolchains/1.94.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=40edac7813ea4eb3 -C extra-filename=-f57e697abd1dec75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-06-16T21:22:58.064Z Compiling chumsky v0.9.3
45392026-06-16T21:22:58.064Z Compiling ssh-key v0.6.7
45402026-06-16T21:22:58.090Z Compiling p521 v0.13.3
45412026-06-16T21:22:58.095Z Running `/home/build/.rustup/toolchains/1.94.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=1ef39e16ef2f2454 -C extra-filename=-d1209bcec19c5b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422026-06-16T21:22:58.095Z Running `/home/build/.rustup/toolchains/1.94.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=31ba9bf950d5c602 -C extra-filename=-05e45401d59941c2 --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-4aec69489f95c103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-06-16T21:22:58.095Z Compiling p256 v0.13.2
45442026-06-16T21:22:58.095Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=4b1892f484677388 -C extra-filename=-643aa422e84f7957 --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-fc6434fc905af5d3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-aab2b9588848d634.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-06-16T21:22:58.095Z Running `/home/build/.rustup/toolchains/1.94.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=6e106fd27d6356c5 -C extra-filename=-4d6e15ae667c6c74 --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-9a1fee2dec1666ec.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462026-06-16T21:22:58.134Z Running `/home/build/.rustup/toolchains/1.94.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=8f4182a2e3082d80 -C extra-filename=-dfa02c8e62099e06 --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-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-06-16T21:22:58.200Z Compiling async-lock v3.4.2
45482026-06-16T21:22:58.204Z Compiling knuffel-derive v3.2.0
45492026-06-16T21:22:58.231Z Running `/home/build/.rustup/toolchains/1.94.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.2/src/lib.rs --error-format=json --json=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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3089e0ed1be58492 -C extra-filename=-d1c977452574cbe2 --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-3ee2a06a8789d405.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-a065e2fdecc6ccfe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-06-16T21:22:58.234Z Compiling cargo_metadata v0.21.0
45512026-06-16T21:22:58.234Z Running `/home/build/.rustup/toolchains/1.94.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=69a3bfc0cd4d1fb0 -C extra-filename=-626baad98d318b26 --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-06-16T21:22:58.266Z Running `/home/build/.rustup/toolchains/1.94.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=345b64ac45302a18 -C extra-filename=-0315e6aa71703e60 --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-15b6800d8783cad8.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c9c6ef66560a8226.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-06-16T21:22:58.270Z Compiling pathdiff v0.2.3
45542026-06-16T21:22:58.301Z Running `/home/build/.rustup/toolchains/1.94.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=f5603d1f40f168c6 -C extra-filename=-704be69533d1daf5 --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-14842183da3c6f4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-06-16T21:22:58.305Z Compiling darling_macro v0.13.4
45562026-06-16T21:22:58.338Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.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=562c18dbdc0eea3c -C extra-filename=-a12fc21feb0b2595 --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-83ca38f67a01a91a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-06-16T21:22:58.444Z Compiling criterion v0.7.0
45582026-06-16T21:22:58.447Z Running `/home/build/.rustup/toolchains/1.94.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=08dc44dd60df1efc -C extra-filename=-fac193d0f15ba821 --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-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2d1681f51f2b35b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-06-16T21:22:58.515Z Compiling pbkdf2 v0.11.0
45602026-06-16T21:22:58.519Z Running `/home/build/.rustup/toolchains/1.94.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=759df9b582b158c5 -C extra-filename=-d0ab5189a8c0a4e3 --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-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-02f64cbcd641420a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-06-16T21:22:58.519Z Compiling blake3 v1.8.3
45622026-06-16T21:22:58.555Z Running `/home/build/.rustup/toolchains/1.94.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.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(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=ea2b7037ad3399be -C extra-filename=-442b4a9336586c38 --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-f5523eb8fecb71de.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-06-16T21:22:58.559Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=e6de16af197e523f -C extra-filename=-45c50ae4497d9df9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-06-16T21:22:58.590Z Compiling typify v0.4.3
45652026-06-16T21:22:58.593Z Compiling backtrace v0.3.76
45662026-06-16T21:22:58.593Z Running `/home/build/.rustup/toolchains/1.94.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=988ac8d337197dbc -C extra-filename=-bea20a2bd8b3f06e --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-64c4429d2f700e58.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8ecb76ab9090f880.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672026-06-16T21:22:58.594Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=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", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=adc4a0e4bb999afe -C extra-filename=-000da4315414660d --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-e6df32431690ea2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f11165e2511dac4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-06-16T21:22:58.627Z Compiling russh-cryptovec v0.7.3
45692026-06-16T21:22:58.632Z Compiling md5 v0.7.0
45702026-06-16T21:22:58.663Z Running `/home/build/.rustup/toolchains/1.94.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=9240efa4acc264d1 -C extra-filename=-5a46858381a0adbd --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-06-16T21:22:58.667Z Running `/home/build/.rustup/toolchains/1.94.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=d43e2bc14d4ac9d2 -C extra-filename=-5805290730a93ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722026-06-16T21:22:58.699Z Compiling nested v0.1.1
45732026-06-16T21:22:58.702Z Running `/home/build/.rustup/toolchains/1.94.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=f5c549c1cf401f12 -C extra-filename=-8a695a6485ea906f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-06-16T21:22:58.732Z Compiling async-object-pool v0.2.0
45752026-06-16T21:22:58.737Z Running `/home/build/.rustup/toolchains/1.94.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.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=b00242dba2a29af0 -C extra-filename=-6d7af4494022d7b8 --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-d1c977452574cbe2.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-06-16T21:22:58.737Z Compiling num-bigint v0.4.6
45772026-06-16T21:22:58.844Z Running `/home/build/.rustup/toolchains/1.94.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=3efb2b17718a889d -C extra-filename=-eecd146925883045 --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-06-16T21:22:58.985Z Compiling des v0.8.1
45792026-06-16T21:22:58.988Z Running `/home/build/.rustup/toolchains/1.94.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=6d862824bf1e66c7 -C extra-filename=-254d75eaa485390d --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-06-16T21:22:58.988Z Compiling serde_regex v1.1.0
45812026-06-16T21:22:59.021Z Compiling assert-json-diff v2.0.2
45822026-06-16T21:22:59.024Z Running `/home/build/.rustup/toolchains/1.94.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=5b248ca7f3d78cad -C extra-filename=-60c674ef51210b33 --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-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-06-16T21:22:59.024Z Running `/home/build/.rustup/toolchains/1.94.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=49775af6a7ec27a5 -C extra-filename=-2ff6e70ea58ee2d9 --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-06-16T21:22:59.096Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45852026-06-16T21:22:59.100Z Running `/home/build/.rustup/toolchains/1.94.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=4e624c29a0c19895 -C extra-filename=-fd401fe8815a65ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-06-16T21:22:59.133Z Compiling ratatui v0.29.0
45872026-06-16T21:22:59.168Z Compiling guppy v0.17.25
45882026-06-16T21:22:59.171Z Running `/home/build/.rustup/toolchains/1.94.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=a8966808b13cdadd -C extra-filename=-4331bb2d1fd57d73 --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-10536750ba824ae2.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-fb9d3523f140aa76.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-09a1e1e60637cc67.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-73ac578f036e0378.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892026-06-16T21:22:59.172Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=e663704858b1dd06 -C extra-filename=-3a7174b5570e438e --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-1efa74adc08c6063.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-332df5877033d257.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8a695a6485ea906f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-704be69533d1daf5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-442b4a9336586c38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-06-16T21:22:59.172Z Compiling progenitor-impl v0.11.2
45912026-06-16T21:22:59.176Z Compiling path-tree v0.8.3
45922026-06-16T21:22:59.208Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ea301fd19f41df2 -C extra-filename=-ae8ed33f76e5e95c --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-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-06-16T21:22:59.214Z Running `/home/build/.rustup/toolchains/1.94.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=81094a4d3de7d228 -C extra-filename=-f81ed9c1af2a16fb --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bea20a2bd8b3f06e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-06-16T21:22:59.281Z Compiling stringmetrics v2.2.2
45952026-06-16T21:22:59.286Z Compiling hickory-client v0.25.2
45962026-06-16T21:22:59.286Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45972026-06-16T21:22:59.286Z Compiling topological-sort v0.2.2
45982026-06-16T21:22:59.286Z Running `/home/build/.rustup/toolchains/1.94.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=a24945462d73f1e8 -C extra-filename=-d1c8a857a282f108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-06-16T21:22:59.287Z Compiling darling v0.13.4
46002026-06-16T21:22:59.314Z Compiling assert_cmd v2.1.2
46012026-06-16T21:22:59.317Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9/build-script-build`
46022026-06-16T21:22:59.317Z Running `/home/build/.rustup/toolchains/1.94.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.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=548dd037062f9333 -C extra-filename=-7545e646cbf47487 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032026-06-16T21:22:59.317Z Running `/home/build/.rustup/toolchains/1.94.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=01a0a6a072b951cb -C extra-filename=-2884642a5c7261b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-06-16T21:22:59.317Z Running `/home/build/.rustup/toolchains/1.94.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=54c01597153d2b7d -C extra-filename=-13ad0e3f0f5054ef --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-06-16T21:22:59.317Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.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="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=fbd83db99809e2c0 -C extra-filename=-ef6ffeb0552462e7 --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-83ca38f67a01a91a.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a12fc21feb0b2595.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-06-16T21:22:59.317Z Running `/home/build/.rustup/toolchains/1.94.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=e1763a0fca709cfc -C extra-filename=-9fd52ddc87f75c76 --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-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-06-16T21:22:59.354Z Compiling target-triple v1.0.0
46082026-06-16T21:22:59.383Z Running `/home/build/.rustup/toolchains/1.94.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-1.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=303c43a3c32238a0 -C extra-filename=-deaf34428f217083 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-06-16T21:22:59.386Z Compiling russh-keys v0.45.0
46102026-06-16T21:22:59.419Z Running `/home/build/.rustup/toolchains/1.94.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=806698b20038141a -C extra-filename=-119f792b47a4d0fa --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-9e5a2e6526d87ae3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fc6434fc905af5d3.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2a871f514c487102.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d0ab5189a8c0a4e3.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-643aa422e84f7957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-06-16T21:22:59.602Z Compiling backtrace-ext v0.2.1
46122026-06-16T21:22:59.605Z Compiling httpmock v0.8.3
46132026-06-16T21:22:59.605Z Running `/home/build/.rustup/toolchains/1.94.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=1b991bf7fd0a99b5 -C extra-filename=-5f86d5045e0fd826 --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-000da4315414660d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-06-16T21:22:59.606Z Compiling internet-checksum v0.2.1
46152026-06-16T21:22:59.635Z Compiling serde_with_macros v1.5.2
46162026-06-16T21:22:59.639Z Compiling escape8259 v0.5.3
46172026-06-16T21:22:59.639Z Running `/home/build/.rustup/toolchains/1.94.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=34aa77ad4d83f57c -C extra-filename=-d246f09691ba3066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182026-06-16T21:22:59.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=bf60e367e9f3bcf0 -C extra-filename=-7746e3200690de78 --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-2ff6e70ea58ee2d9.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-60c674ef51210b33.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-06-16T21:22:59.640Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46202026-06-16T21:22:59.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.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=35dd0756734ae782 -C extra-filename=-46066dcb847339d4 --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-ef6ffeb0552462e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-06-16T21:22:59.640Z Running `/home/build/.rustup/toolchains/1.94.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=24d2caba46d19314 -C extra-filename=-7230bf58f08a5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-06-16T21:22:59.640Z Compiling fancy-regex v0.14.0
46232026-06-16T21:22:59.675Z Running `/home/build/.rustup/toolchains/1.94.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=4e26d28106f5abcc -C extra-filename=-d699bf8046918c34 --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-54f21ffbb79648bf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-06-16T21:22:59.679Z Running `/home/build/.rustup/toolchains/1.94.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=d646822a0a3a49ae -C extra-filename=-a7adf1c4d947185c --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6952c430dc6b2963.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-06-16T21:22:59.709Z Compiling rstest_macros v0.25.0
46262026-06-16T21:22:59.715Z Running `/home/build/.rustup/toolchains/1.94.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=570a04c01a235da8 -C extra-filename=-c807ca9e32964c09 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-06-16T21:22:59.781Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46282026-06-16T21:22:59.785Z Running `/home/build/.rustup/toolchains/1.94.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=18b9ba36f9c0f9ac -C extra-filename=-3c5c410d401f5832 --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-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-4f97e12286901990.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-06-16T21:22:59.857Z Compiling miette v5.10.0
46302026-06-16T21:22:59.894Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46312026-06-16T21:22:59.898Z Compiling linkme-impl v0.3.35
46322026-06-16T21:22:59.898Z Running `/home/build/.rustup/toolchains/1.94.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=cc0db4a02c55a539 -C extra-filename=-743bd94a9b8889c2 --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-000da4315414660d.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-5f86d5045e0fd826.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9c7fecb2fdccaab9.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9a19bc4c765ccc06.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-4c0848ccc50d44aa.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2bfc76941337ddbd.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-425e42dc448e7a10.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332026-06-16T21:22:59.898Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a751f27f3853294a -C extra-filename=-7e36af1ea28bddb2 --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`
46342026-06-16T21:22:59.898Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=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("used_linker"))' -C metadata=6265cfcefc13fc04 -C extra-filename=-694f3e356f71d2e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-06-16T21:22:59.966Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
46362026-06-16T21:23:00.000Z Compiling libtest-mimic v0.8.1
46372026-06-16T21:23:00.040Z Running `/home/build/.rustup/toolchains/1.94.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=8070f3032764538c -C extra-filename=-2b87080b352929f0 --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-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-7230bf58f08a5e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-06-16T21:23:00.044Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-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 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=b833aaafcf27a950 -C extra-filename=-43fa2bec1e1c51a5 --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-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.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-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/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()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
46392026-06-16T21:23:00.112Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=3be1ef9c42a19aa5 -C extra-filename=-34e27a8221220f64 --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-b2bde8d747fc73bb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-06-16T21:23:00.117Z Compiling multimap v0.10.1
46412026-06-16T21:23:00.151Z Running `/home/build/.rustup/toolchains/1.94.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=3b2950837afe5921 -C extra-filename=-28016e2a567056cc --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-06-16T21:23:00.155Z Compiling approx v0.5.1
46432026-06-16T21:23:00.188Z Running `/home/build/.rustup/toolchains/1.94.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=53ae93be6df1aa57 -C extra-filename=-883c3d25adb1e1a3 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-06-16T21:23:00.220Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09/build-script-build`
46452026-06-16T21:23:00.256Z Compiling uzers v0.12.2
46462026-06-16T21:23:00.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-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="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=d392faad4311fcac -C extra-filename=-72bc6e03324ec0ab --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-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-06-16T21:23:00.331Z Compiling relative-path v1.9.3
46482026-06-16T21:23:00.335Z Running `/home/build/.rustup/toolchains/1.94.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=2bf597c25fdad306 -C extra-filename=-377b2e0d62ee541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492026-06-16T21:23:00.338Z Compiling linkme v0.3.35
46502026-06-16T21:23:00.370Z Compiling termcolor v1.4.1
46512026-06-16T21:23:00.373Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=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("used_linker"))' -C metadata=7233e0a9174c0e3b -C extra-filename=-e6a411ea08c61a58 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-06-16T21:23:00.373Z Running `/home/build/.rustup/toolchains/1.94.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=3528b18032353d95 -C extra-filename=-8bcc17db1b340a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-06-16T21:23:00.410Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
46542026-06-16T21:23:00.410Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
46552026-06-16T21:23:00.447Z Compiling blake2b_simd v1.0.4
46562026-06-16T21:23:00.487Z Compiling russh v0.45.0
46572026-06-16T21:23:00.490Z Compiling httptest v0.16.4
46582026-06-16T21:23:00.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-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 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=a3a1fbab60d5124b -C extra-filename=-3209e854eec92586 --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-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-06-16T21:23:00.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1ffb81d6746ad78 -C extra-filename=-2fa7252074da71d2 --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-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-06-16T21:23:00.524Z Running `/home/build/.rustup/toolchains/1.94.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=ab7312757efdd729 -C extra-filename=-23d9be48160147b7 --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-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-254d75eaa485390d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-eecd146925883045.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-643aa422e84f7957.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612026-06-16T21:23:00.524Z Compiling partial-io v0.5.4
46622026-06-16T21:23:00.557Z Compiling rand_distr v0.5.1
46632026-06-16T21:23:00.592Z Running `/home/build/.rustup/toolchains/1.94.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=2a0940c379cfdcde -C extra-filename=-6440ad616f2fb204 --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-6fe428b826511ab9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-06-16T21:23:00.595Z Running `/home/build/.rustup/toolchains/1.94.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=39050bf4d653339a -C extra-filename=-51baf9810e5e1a2b --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-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-06-16T21:23:00.595Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.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("used_linker"))' -C metadata=a423e7a6ae122c9c -C extra-filename=-1ff457746abc8c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
46662026-06-16T21:23:00.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e61a3cefac3a07ba -C extra-filename=-e842e7fa7c3f5846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
46672026-06-16T21:23:00.772Z Compiling knuffel v3.2.0
46682026-06-16T21:23:00.775Z Compiling datatest-stable v0.3.3
46692026-06-16T21:23:00.776Z Running `/home/build/.rustup/toolchains/1.94.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=a5c043e54f42eab7 -C extra-filename=-6e7b90e7b0a20662 --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-dd4fa1a35289f367.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-05e45401d59941c2.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-626baad98d318b26.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-06-16T21:23:00.809Z Running `/home/build/.rustup/toolchains/1.94.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.3/src/lib.rs --error-format=json --json=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=c95fb2f218ecdcc6 -C extra-filename=-55e70d0a6c5be3b0 --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-14842183da3c6f4a.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-d699bf8046918c34.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-2b87080b352929f0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712026-06-16T21:23:00.812Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46722026-06-16T21:23:00.812Z Running `/home/build/.rustup/toolchains/1.94.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=d61f59899781618c -C extra-filename=-a9c422302363244d --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-aa8953624d325365.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-d46b3d92b71d1ee4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-06-16T21:23:00.812Z Compiling tui-tree-widget v0.23.1
46742026-06-16T21:23:00.812Z Compiling serde_with v1.14.0
46752026-06-16T21:23:00.846Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=cc2c1b9dcbf538a4 -C extra-filename=-64314f2bbb7aa1ce --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-e2d769cd5cabec2d.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46066dcb847339d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762026-06-16T21:23:00.849Z Running `/home/build/.rustup/toolchains/1.94.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=4288606d493f102c -C extra-filename=-bb5e5dd21baec1db --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-4331bb2d1fd57d73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-06-16T21:23:00.880Z Compiling support-bundle-viewer v0.1.2
46782026-06-16T21:23:00.884Z Running `/home/build/.rustup/toolchains/1.94.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=3fb6aec0b4a3913c -C extra-filename=-54b57450fa5a0fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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-2eff88127f6082d9/out`
46792026-06-16T21:23:00.979Z Compiling trybuild v1.0.116
46802026-06-16T21:23:00.984Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=35ab3485b4bc46e0 -C extra-filename=-802f824273970342 --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-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-06-16T21:23:01.091Z Compiling drift v0.2.0
46822026-06-16T21:23:01.095Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-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 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=ab5bad976c3b3dbe -C extra-filename=-31de7d279230ddd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-06-16T21:23:01.127Z Compiling constant_time_eq v0.3.1
46842026-06-16T21:23:01.130Z Compiling similar-asserts v1.7.0
46852026-06-16T21:23:01.130Z Running `/home/build/.rustup/toolchains/1.94.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=7a3613d7e3a9a769 -C extra-filename=-b333ac2576747dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-06-16T21:23:01.130Z Running `/home/build/.rustup/toolchains/1.94.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=89afc388a7d806ef -C extra-filename=-44ced2dc62887ebc --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-f4c7a5ecc60f8628.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872026-06-16T21:23:01.165Z Compiling cargo_toml v0.21.0
46882026-06-16T21:23:01.200Z Running `/home/build/.rustup/toolchains/1.94.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=b6dacb4f9ac6d4b7 -C extra-filename=-9c0494be1d663a46 --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-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892026-06-16T21:23:01.234Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46902026-06-16T21:23:01.240Z Running `/home/build/.rustup/toolchains/1.94.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=3eb8f891a9ec89c0 -C extra-filename=-847787937680fa80 --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-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-06-16T21:23:01.272Z Compiling termios v0.3.3
46922026-06-16T21:23:01.275Z Running `/home/build/.rustup/toolchains/1.94.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=01f8bc6648d492c7 -C extra-filename=-0eb532fb73bdb026 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932026-06-16T21:23:01.311Z Compiling rust-argon2 v2.1.0
46942026-06-16T21:23:01.315Z Running `/home/build/.rustup/toolchains/1.94.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=f1ab9180957dbe87 -C extra-filename=-585356b8a260a2cf --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-dd4fa1a35289f367.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-3209e854eec92586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b333ac2576747dd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-06-16T21:23:01.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=61374c207f70a979 -C extra-filename=-65c5dc3bc8b4a509 --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-5e0c4c123d774e6b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962026-06-16T21:23:01.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc2bcd1f60e03dfd -C extra-filename=-2b1750f7f7bbab65 --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`
46972026-06-16T21:23:01.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=69657bd79e28a872 -C extra-filename=-0b76831001ade886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-1ff457746abc8c9d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-06-16T21:23:01.828Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46992026-06-16T21:23:01.834Z Running `/home/build/.rustup/toolchains/1.94.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=7232fa4516df4614 -C extra-filename=-617bf55e1e9910e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-a7adf1c4d947185c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6952c430dc6b2963.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002026-06-16T21:23:01.871Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
47012026-06-16T21:23:01.875Z Running `/home/build/.rustup/toolchains/1.94.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=0a1b93cf0870fcd6 -C extra-filename=-d326a3062e2f371c --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-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022026-06-16T21:23:01.952Z Compiling progenitor-macro v0.11.2
47032026-06-16T21:23:01.956Z Running `/home/build/.rustup/toolchains/1.94.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=51213adce04abddf -C extra-filename=-03e1af674eb9446a --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-09da23b035805750.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f81ed9c1af2a16fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042026-06-16T21:23:02.009Z Compiling dropshot-api-manager v0.7.2
47052026-06-16T21:23:02.013Z Running `/home/build/.rustup/toolchains/1.94.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.7.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())' -C metadata=61747c32bd4b5e6c -C extra-filename=-9697dc9eb3d0b1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-31de7d279230ddd8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-69178f5f405916b0/out`
47062026-06-16T21:23:02.074Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47072026-06-16T21:23:02.077Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=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=9cb05c1024612cee -C extra-filename=-bb40e30aace27ebc --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-bb40e30aace27ebc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-f0151779063ab4a1.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-560d2b56efad4d36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-64314f2bbb7aa1ce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47082026-06-16T21:23:03.555Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47092026-06-16T21:23:03.558Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65ed91b713951617 -C extra-filename=-0fd942092b39f503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-9c0494be1d663a46.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102026-06-16T21:23:03.780Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-bb40e30aace27ebc/build-script-build`
47112026-06-16T21:23:03.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e49c26775592aa59 -C extra-filename=-ecd1f8687dc778ce --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-1079dfc81c68b9a8.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-d2427ec1198cf67b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-06-16T21:23:03.985Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
47132026-06-16T21:23:03.989Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=7433b448c7a4aa6e -C extra-filename=-5b6d2b4e8ddc2431 --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-14842183da3c6f4a.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-d326a3062e2f371c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142026-06-16T21:23:04.926Z Compiling rstest v0.25.0
47152026-06-16T21:23:04.929Z Running `/home/build/.rustup/toolchains/1.94.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=8d1096adc614c348 -C extra-filename=-727f636edaff5f68 --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-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-a9c422302363244d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162026-06-16T21:23:09.263Z Compiling polar-core v0.27.3
47172026-06-16T21:23:09.267Z Running `/home/build/.rustup/toolchains/1.94.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=0e1c25263db74b8e -C extra-filename=-fb19eb60da49759c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-706a99e16fcbe5ff.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-06-16T21:23:10.157Z Compiling samael v0.0.19
47192026-06-16T21:23:10.162Z Running `/home/build/.rustup/toolchains/1.94.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=48cee7a6926db9b9 -C extra-filename=-7d5ab1321f296e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-377886be39c1f034.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202026-06-16T21:23:10.341Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c/build-script-build`
47212026-06-16T21:23:10.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=c35b1a6919ed16a1 -C extra-filename=-10a280045273c4e2 --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-01e0def4c6020b1d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-33cce48b3b451862.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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
47222026-06-16T21:23:11.019Z Compiling git2 v0.20.4
47232026-06-16T21:23:11.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.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("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=f534c4a67b0b2415 -C extra-filename=-256431f41a983903 --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-10536750ba824ae2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-10a280045273c4e2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
47242026-06-16T21:23:11.551Z Running `/home/build/.rustup/toolchains/1.94.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=dfa1ab5d109f8e7b -C extra-filename=-68f634f1f98399ae --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-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-936e412f76a84e0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-06-16T21:23:11.609Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96/build-script-bindings`
47262026-06-16T21:23:12.147Z Compiling async-bb8-diesel v0.2.1
47272026-06-16T21:23:12.151Z Running `/home/build/.rustup/toolchains/1.94.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=015bf38797d8b6ba -C extra-filename=-c6da6d562eb4080b --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-3d40f90b1355ed80.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-87d7fba5f722ae1f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
47282026-06-16T21:23:12.581Z Compiling diesel-dtrace v0.5.0
47292026-06-16T21:23:12.586Z Running `/home/build/.rustup/toolchains/1.94.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.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=fb22edd13dd887d4 -C extra-filename=-0c9c36c08b3ce601 --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-bfc2b60907f3047d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
47302026-06-16T21:23:13.190Z Running `/home/build/.rustup/toolchains/1.94.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=5278e0cf1f027ca7 -C extra-filename=-4a1c4b21d12eae93 --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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-61d6aee1bf595309.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5943aa0198da3b68.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-2830efaff709bf8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
47312026-06-16T21:23:13.834Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.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(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=cc165fb795574b22 -C extra-filename=-826e553da98d898e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-256431f41a983903.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
47322026-06-16T21:23:14.406Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
47332026-06-16T21:23:14.409Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=a26d6e715407e515 -C extra-filename=-463b95b6081eaa11 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-463b95b6081eaa11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-826e553da98d898e.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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
47342026-06-16T21:23:15.135Z Compiling oso v0.27.3
47352026-06-16T21:23:15.139Z Running `/home/build/.rustup/toolchains/1.94.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=d6d5a60161f7d62b -C extra-filename=-ea6d9bc132bfadfa --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-2495d898a92491df.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c88d3041c87251da.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-68f634f1f98399ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362026-06-16T21:23:15.461Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-463b95b6081eaa11/build-script-build`
47372026-06-16T21:23:15.794Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-5b704d6e2620c347/build-script-build`
47382026-06-16T21:23:15.797Z Running `/home/build/.rustup/toolchains/1.94.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.40.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("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=5ae95b5a108cfd6d -C extra-filename=-761e1d07a2076259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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/aws-lc-sys-fd2399a9b192b759/out -l static=aws_lc_0_40_0_crypto --cfg universal`
47392026-06-16T21:23:15.871Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
47402026-06-16T21:23:16.307Z Running `/home/build/.rustup/toolchains/1.94.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.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 --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", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=f9452c32e852bad2 -C extra-filename=-9f652f089a5c8555 --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-761e1d07a2076259.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
47412026-06-16T21:23:16.481Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=2d22658184e2959b -C extra-filename=-7304db4c9b0f09ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-4e07fe3b1ac697d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-45a61a51f52e2b02.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b08e3228e586ace4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out`
47422026-06-16T21:23:17.193Z Compiling rustls-webpki v0.103.9
47432026-06-16T21:23:17.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --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", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=29de0876cbca650b -C extra-filename=-5ec4b1d1a79aba91 --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-9f652f089a5c8555.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47442026-06-16T21:23:17.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --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", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=3b85ef11a571191e -C extra-filename=-67f73645eb23c367 --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-9f652f089a5c8555.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47452026-06-16T21:23:20.202Z Compiling tokio-rustls v0.26.4
47462026-06-16T21:23:20.202Z Compiling rustls-platform-verifier v0.6.2
47472026-06-16T21:23:20.205Z Running `/home/build/.rustup/toolchains/1.94.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.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="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --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", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=763ac6316b9de070 -C extra-filename=-19cdcf99954fd9c8 --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-67f73645eb23c367.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47482026-06-16T21:23:20.205Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-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("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=bbec94ed5d0f5286 -C extra-filename=-a65f348049248575 --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-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47492026-06-16T21:23:20.433Z Compiling hyper-rustls v0.27.7
47502026-06-16T21:23:20.437Z Running `/home/build/.rustup/toolchains/1.94.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=564fe9d1c2553c45 -C extra-filename=-4e3f1d4beac2e538 --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-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47512026-06-16T21:23:20.437Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=5f09cab1f50cb9b9 -C extra-filename=-4bba8823baf34e8e --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-780b9d44c76ae91a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8a7be1db8082819c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-d055eb94beecf4e7.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c482e92d8ec671.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
47522026-06-16T21:23:20.666Z Compiling reqwest v0.13.2
47532026-06-16T21:23:20.666Z Compiling reqwest v0.12.28
47542026-06-16T21:23:20.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=a1c9812b63b72323 -C extra-filename=-a92df692fbe35147 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-130cf1e3a1a54232.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-a65f348049248575.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47552026-06-16T21:23:20.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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="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=aafdf66ec176a00d -C extra-filename=-f77a9e1d23c8b324 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-f9c6fdbc5fc9e2f2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0b816fdc6ec9425e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5d9a92ecba22eda3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47562026-06-16T21:23:21.941Z Compiling tough v0.22.0
47572026-06-16T21:23:21.941Z Compiling progenitor-client v0.11.2
47582026-06-16T21:23:21.941Z Compiling omicron-zone-package v0.12.2
47592026-06-16T21:23:21.945Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=3533c94976bc6402 -C extra-filename=-49d532771f45b0e3 --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-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-e032aed7fc9ef562.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e0f97fa48dd87c46.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-31f17bf928eaaef1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47602026-06-16T21:23:21.945Z Running `/home/build/.rustup/toolchains/1.94.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=f14fd3e03cb9602a -C extra-filename=-ccabc01277daa7bd --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47612026-06-16T21:23:21.945Z Running `/home/build/.rustup/toolchains/1.94.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=626cc7822aaa45c8 -C extra-filename=-805ef6e6e944f97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-43fa2bec1e1c51a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2884642a5c7261b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47622026-06-16T21:23:21.979Z Compiling progenitor-client v0.14.0
47632026-06-16T21:23:22.015Z Compiling progenitor-client v0.13.0
47642026-06-16T21:23:22.022Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fde109cc4c609d3f -C extra-filename=-cbd5fe1bfc898ca7 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47652026-06-16T21:23:22.022Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c0c906ad54853f0 -C extra-filename=-7244ccde7bf7ea09 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47662026-06-16T21:23:22.212Z Compiling progenitor v0.11.2
47672026-06-16T21:23:22.219Z Running `/home/build/.rustup/toolchains/1.94.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=cc0310edece9589e -C extra-filename=-45b17ae8258c134e --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-ccabc01277daa7bd.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f81ed9c1af2a16fb.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-03e1af674eb9446a.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47682026-06-16T21:23:22.306Z Compiling progenitor-extras v0.2.0
47692026-06-16T21:23:22.306Z Compiling progenitor v0.14.0
47702026-06-16T21:23:22.311Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=781538f05a04f806 -C extra-filename=-bf9c0a6abcd2d951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47712026-06-16T21:23:22.311Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=bdb69ac1b176ff49 -C extra-filename=-c2206fde765aa15e --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-cbd5fe1bfc898ca7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-48be6f6426585421.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b7d10b3985533604.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47722026-06-16T21:23:22.364Z Compiling progenitor v0.13.0
47732026-06-16T21:23:22.378Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=678401b925befb82 -C extra-filename=-e9cac95b1e5a7882 --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-7244ccde7bf7ea09.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1107c36ee46c0328.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-17bef58f0259aa08.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47742026-06-16T21:23:22.499Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
47752026-06-16T21:23:22.499Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
47762026-06-16T21:23:22.523Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
47772026-06-16T21:23:22.523Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
47782026-06-16T21:23:22.523Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
47792026-06-16T21:23:22.524Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
47802026-06-16T21:23:22.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/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=e98d5f12851be675 -C extra-filename=-c10e2fa4c661263e --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-033f92b7d2688a9a.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-edb4c0dca5bfc20d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-c277f00f0302f634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47812026-06-16T21:23:22.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=402a5ed484de0b5b -C extra-filename=-7a611776cac8255b --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-78b3463069f1b2dd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8a5d201b0a2e6745.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47822026-06-16T21:23:22.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/d75dc35/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=76752afd21feb79f -C extra-filename=-c4058f0fc3307cc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-2adaca77202587a8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47832026-06-16T21:23:22.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=d78946cd1a376970 -C extra-filename=-5c766f81c7c00ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47842026-06-16T21:23:22.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=32009a97845987d3 -C extra-filename=-5cfbfbe92130af3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-78b3463069f1b2dd.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-314ca521f1a753e0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8a5d201b0a2e6745.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out`
47852026-06-16T21:23:22.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=fd42af24887f5948 -C extra-filename=-5c39f79df355163a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47862026-06-16T21:23:22.575Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47872026-06-16T21:23:22.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47882026-06-16T21:23:22.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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", "multicast", "tofino_asic"))' -C metadata=ceee737289971494 -C extra-filename=-c08e17be8fda92b6 --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-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-240877bc3545f609.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e9cac95b1e5a7882.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b5bb52b0670e86d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47892026-06-16T21:23:22.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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", "multicast", "tofino_asic"))' -C metadata=dc362253efb217d6 -C extra-filename=-c447a4abe18b542c --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-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c88639727be00f17.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e9cac95b1e5a7882.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b5bb52b0670e86d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47902026-06-16T21:23:24.294Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
47912026-06-16T21:23:24.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=bb0461c6727f91f7 -C extra-filename=-45eb1e552ac283bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3f2adbd82d4a6d9f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-53b3c6bb35e26b47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47922026-06-16T21:23:24.844Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47932026-06-16T21:23:24.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cd9c23be81bb63f -C extra-filename=-2b12fbebf013b952 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2b12fbebf013b952 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47942026-06-16T21:23:24.941Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
47952026-06-16T21:23:24.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=2c098183f462dc89 -C extra-filename=-c280fa5438197d70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-ecd1f8687dc778ce.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962026-06-16T21:23:25.115Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2b12fbebf013b952/build-script-build`
47972026-06-16T21:23:25.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86a96b5742a9863e -C extra-filename=-a0db3ae1ae10e90b --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-1efa74adc08c6063.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47982026-06-16T21:23:25.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4592a577fb61a72 -C extra-filename=-d508d16d7f49e4c1 --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-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47992026-06-16T21:23:25.264Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
48002026-06-16T21:23:25.264Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
48012026-06-16T21:23:25.264Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48022026-06-16T21:23:25.268Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
48032026-06-16T21:23:25.268Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
48042026-06-16T21:23:25.268Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
48052026-06-16T21:23:25.268Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
48062026-06-16T21:23:25.268Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
48072026-06-16T21:23:25.268Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
48082026-06-16T21:23:25.268Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48092026-06-16T21:23:25.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
48102026-06-16T21:23:25.268Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48112026-06-16T21:23:25.268Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
48122026-06-16T21:23:25.268Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48132026-06-16T21:23:25.268Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
48142026-06-16T21:23:25.268Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48152026-06-16T21:23:25.290Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56103b01b9b2f850 -C extra-filename=-c4c731db78897b40 --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-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48162026-06-16T21:23:25.301Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=51d579a53c9a5258 -C extra-filename=-8744c6426b8429e2 --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-53a27ea6ba2abd9c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48172026-06-16T21:23:25.301Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43379187d65b3951 -C extra-filename=-072a9434179d27d2 --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-a0db3ae1ae10e90b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48182026-06-16T21:23:25.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daf158136c6921cd -C extra-filename=-6baae100ef1d87db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48192026-06-16T21:23:25.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b73a6b7a40a80010 -C extra-filename=-a30d5470e57956ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48202026-06-16T21:23:25.303Z Running `/home/build/.rustup/toolchains/1.94.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=1c0b8b23447a3444 -C extra-filename=-452ab02fa8b68f64 --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-5fcaf5aa5c3b6509.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48212026-06-16T21:23:25.303Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64fb10e5bc8bebd4 -C extra-filename=-d14541dcc978c0f3 --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-a0db3ae1ae10e90b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48222026-06-16T21:23:25.303Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a331dd13b43d443 -C extra-filename=-3a0cd0f4903179de --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-033f92b7d2688a9a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48232026-06-16T21:23:25.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d52ebdf2354d52f -C extra-filename=-e01a3df06a662f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48242026-06-16T21:23:25.359Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_v1_client --edition=2024 clients/ntp-admin-v1-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=e072d9804bd3b083 -C extra-filename=-fb4d6c37a3662249 --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-033f92b7d2688a9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48252026-06-16T21:23:25.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea5c2697f16070cc -C extra-filename=-ff0b963ace4de88a --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-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48262026-06-16T21:23:25.395Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0af4339df7b52b -C extra-filename=-42a20ca6eee2f4d9 --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-a0db3ae1ae10e90b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48272026-06-16T21:23:25.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48527cc37d641ec7 -C extra-filename=-2382696e4a674344 --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-033f92b7d2688a9a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48282026-06-16T21:23:25.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d299b626564caa85 -C extra-filename=-d1005103b591a803 --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-033f92b7d2688a9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48292026-06-16T21:23:25.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6011207205672f9 -C extra-filename=-9fc8c75be9d63a2e --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-a0db3ae1ae10e90b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48302026-06-16T21:23:25.494Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e58f9c010fd2dbfc -C extra-filename=-c5d7e61ba2cb24e1 --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-5e0c4c123d774e6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48312026-06-16T21:23:25.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc82f0f9bffacf8 -C extra-filename=-2c45a2185260f1a6 --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-2056a469241411d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48322026-06-16T21:23:25.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --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=276410658015a1a6 -C extra-filename=-0412eefc2e6bd2a0 --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-5e0c4c123d774e6b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48332026-06-16T21:23:25.668Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48342026-06-16T21:23:25.739Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d1d831e83e64842 -C extra-filename=-1670a6056afc7e2c --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-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48352026-06-16T21:23:25.769Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48362026-06-16T21:23:25.839Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48372026-06-16T21:23:25.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c5845880844d0fc -C extra-filename=-ffb052eb5808a2c0 --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-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48382026-06-16T21:23:25.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59aa7438a2bef1e9 -C extra-filename=-3ef85f68d95c6ba0 --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-63b95c6de5767e6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48392026-06-16T21:23:25.879Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
48402026-06-16T21:23:25.919Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48412026-06-16T21:23:25.952Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48422026-06-16T21:23:25.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=57b48eb0b19201a2 -C extra-filename=-d9193b5adf814ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48432026-06-16T21:23:26.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
48442026-06-16T21:23:26.104Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=372d895a542aac59 -C extra-filename=-265f4873d3ab505a --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-32d2e3aba47f6c00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48452026-06-16T21:23:26.104Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e43da8a32cb4d9e -C extra-filename=-635db80fc03827ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48462026-06-16T21:23:26.148Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
48472026-06-16T21:23:26.153Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48482026-06-16T21:23:26.153Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48492026-06-16T21:23:26.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=159a3908f8a7f810 -C extra-filename=-b7107ff9999969a2 --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-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48502026-06-16T21:23:26.188Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48512026-06-16T21:23:26.191Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48522026-06-16T21:23:26.216Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48532026-06-16T21:23:26.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a598076415af6e9b -C extra-filename=-14aaeceaa36d3e48 --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-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48542026-06-16T21:23:26.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d6c032ae7a7860b3 -C extra-filename=-8aff3ee62690952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48552026-06-16T21:23:26.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34f1e03d92344596 -C extra-filename=-1bb9beb9b9edc01a --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-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48562026-06-16T21:23:26.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67ccfbde3718d9ba -C extra-filename=-e6c767ee3d13fbdf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e6c767ee3d13fbdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48572026-06-16T21:23:26.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38cc534019800896 -C extra-filename=-278d63a968750dd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48582026-06-16T21:23:26.263Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=474d55fae05e83a6 -C extra-filename=-54a11ca43e0a8920 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-54a11ca43e0a8920 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48592026-06-16T21:23:26.370Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48602026-06-16T21:23:26.415Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48612026-06-16T21:23:26.422Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48622026-06-16T21:23:26.422Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48632026-06-16T21:23:26.422Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48642026-06-16T21:23:26.422Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48652026-06-16T21:23:26.453Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93f19b436241bd9e -C extra-filename=-358fd42d5adc3940 --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-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48662026-06-16T21:23:26.462Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
48672026-06-16T21:23:26.484Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ece6b59baab62eba -C extra-filename=-091acebd45f3082d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-091acebd45f3082d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48682026-06-16T21:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf2aa44637504a2a -C extra-filename=-5ae0783ae3056ef8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-5ae0783ae3056ef8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48692026-06-16T21:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=293828e927ab22a9 -C extra-filename=-32e02daeb882fe28 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-32e02daeb882fe28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48702026-06-16T21:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0c5d6c279edbb8b -C extra-filename=-b25d529971e899ac --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-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48712026-06-16T21:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13148e9ddc1c74bb -C extra-filename=-e8d23a709cb59745 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-e8d23a709cb59745 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48722026-06-16T21:23:26.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=cbb6823126e27fd5 -C extra-filename=-e5f00b1ba250be51 --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-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48732026-06-16T21:23:26.634Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48742026-06-16T21:23:26.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48752026-06-16T21:23:26.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c4f2591e293a274 -C extra-filename=-c9a778c9634c0305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48762026-06-16T21:23:26.717Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48772026-06-16T21:23:26.720Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48782026-06-16T21:23:26.720Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48792026-06-16T21:23:26.720Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48802026-06-16T21:23:26.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/build.rs --error-format=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=3a800793e56e834c -C extra-filename=-f58f63dd28b23c7c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-f58f63dd28b23c7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48812026-06-16T21:23:26.720Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e6c767ee3d13fbdf/build-script-build`
48822026-06-16T21:23:26.720Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-54a11ca43e0a8920/build-script-build`
48832026-06-16T21:23:26.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/build.rs --error-format=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=ab698474b97e95b5 -C extra-filename=-66f8eacb74d6c361 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-66f8eacb74d6c361 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48842026-06-16T21:23:26.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22183b3022098c0f -C extra-filename=-51f947f7d9de5cdc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-51f947f7d9de5cdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48852026-06-16T21:23:26.761Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f1a54fc076e95c5 -C extra-filename=-c38a4c9e78660fc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c38a4c9e78660fc9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48862026-06-16T21:23:26.797Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-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="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=b7f0e0eb32fbd257 -C extra-filename=-1e8efbf56f622a2c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-1e8efbf56f622a2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48872026-06-16T21:23:26.802Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48882026-06-16T21:23:26.837Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=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=ba777fec77c2c300 -C extra-filename=-8e0ae0221b249161 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-8e0ae0221b249161 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48892026-06-16T21:23:26.874Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48902026-06-16T21:23:26.913Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=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=e8c605bfe07fc4d3 -C extra-filename=-e55603f869e9e2b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-e55603f869e9e2b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48912026-06-16T21:23:26.952Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-091acebd45f3082d/build-script-build`
48922026-06-16T21:23:26.955Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48932026-06-16T21:23:27.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bf63187b60dee2e -C extra-filename=-1f8e8a7efe7a6218 --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-bfc2b60907f3047d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
48942026-06-16T21:23:27.062Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48952026-06-16T21:23:27.171Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0f7dbe8328b1223 -C extra-filename=-91e75fdd6d30e200 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-91e75fdd6d30e200 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48962026-06-16T21:23:27.245Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48972026-06-16T21:23:27.248Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48982026-06-16T21:23:27.248Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48992026-06-16T21:23:27.248Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49002026-06-16T21:23:27.248Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-e8d23a709cb59745/build-script-build`
49012026-06-16T21:23:27.248Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/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=34104ec5a507e9d2 -C extra-filename=-7e268972b8e65973 --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-a0db3ae1ae10e90b.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49022026-06-16T21:23:27.248Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-32e02daeb882fe28/build-script-build`
49032026-06-16T21:23:27.329Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=720e82fc4f54e992 -C extra-filename=-e31306fc65225014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49042026-06-16T21:23:27.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=26984f4671f372f0 -C extra-filename=-e58104a7f739a736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49052026-06-16T21:23:27.333Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-5ae0783ae3056ef8/build-script-build`
49062026-06-16T21:23:27.367Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49072026-06-16T21:23:27.404Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49082026-06-16T21:23:27.407Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49092026-06-16T21:23:27.407Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49102026-06-16T21:23:27.407Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49112026-06-16T21:23:27.407Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8c3088581797193 -C extra-filename=-29a6b2385bc05ff9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-29a6b2385bc05ff9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49122026-06-16T21:23:27.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=497e5dc3b10bb49e -C extra-filename=-cd25af397d510654 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-cd25af397d510654 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49132026-06-16T21:23:27.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75e99a0512e20af9 -C extra-filename=-db5c8a2a6abf528d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-db5c8a2a6abf528d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49142026-06-16T21:23:27.447Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-f58f63dd28b23c7c/build-script-build`
49152026-06-16T21:23:27.482Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-66f8eacb74d6c361/build-script-build`
49162026-06-16T21:23:27.485Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
49172026-06-16T21:23:27.485Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-51f947f7d9de5cdc/build-script-build`
49182026-06-16T21:23:27.485Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c38a4c9e78660fc9/build-script-build`
49192026-06-16T21:23:27.485Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-8e0ae0221b249161/build-script-build`
49202026-06-16T21:23:27.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/build.rs --error-format=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=b0ec289050462e58 -C extra-filename=-1ba9d462f4cf3c10 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-1ba9d462f4cf3c10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49212026-06-16T21:23:27.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=ed74f7f60c9918f2 -C extra-filename=-50af6354530c920e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-50af6354530c920e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49222026-06-16T21:23:27.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6028281e82f01537 -C extra-filename=-93c51efc0cc551f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-93c51efc0cc551f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49232026-06-16T21:23:27.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3d7f877c1bb60ee -C extra-filename=-761e4cbc2ab597e5 --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-a0db3ae1ae10e90b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49242026-06-16T21:23:27.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fea76bdc74de5a79 -C extra-filename=-9d3ca7f881b9d107 --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-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49252026-06-16T21:23:27.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1ea27b1a5d3f23ac -C extra-filename=-5a3ea186e5bb0ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49262026-06-16T21:23:27.559Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
49272026-06-16T21:23:27.595Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-1e8efbf56f622a2c/build-script-build`
49282026-06-16T21:23:27.598Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-e55603f869e9e2b7/build-script-build`
49292026-06-16T21:23:27.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1aa6783496fa47a4 -C extra-filename=-d0da4794548cb7c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49302026-06-16T21:23:27.598Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-91e75fdd6d30e200/build-script-build`
49312026-06-16T21:23:27.634Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49322026-06-16T21:23:27.637Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49332026-06-16T21:23:27.673Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a2284587fce55b5 -C extra-filename=-3b99dc7e591fcb21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49342026-06-16T21:23:27.712Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49352026-06-16T21:23:27.716Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49362026-06-16T21:23:27.716Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49372026-06-16T21:23:27.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=292a8a137c7d4c51 -C extra-filename=-8b755f1702de7a9c --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-a0db3ae1ae10e90b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49382026-06-16T21:23:27.754Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49392026-06-16T21:23:27.754Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49402026-06-16T21:23:27.787Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-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=d731bf764864b461 -C extra-filename=-886e6dc70899c890 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-886e6dc70899c890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49412026-06-16T21:23:27.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f33a077e570ad335 -C extra-filename=-6535fa9333584e24 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6535fa9333584e24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49422026-06-16T21:23:27.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ef47922c490d5cb -C extra-filename=-2123a77e7ac46e43 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-2123a77e7ac46e43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49432026-06-16T21:23:27.822Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49442026-06-16T21:23:27.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cbafe9b75dbbcf7 -C extra-filename=-8f45fa251e698785 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-8f45fa251e698785 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49452026-06-16T21:23:27.822Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ed5ffa8b0036dd2 -C extra-filename=-40f73c1fba8fcf39 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-40f73c1fba8fcf39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49462026-06-16T21:23:27.859Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c63b0cb3436ca703 -C extra-filename=-f75c0ace8bed3b41 --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-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49472026-06-16T21:23:27.896Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-29a6b2385bc05ff9/build-script-build`
49482026-06-16T21:23:27.899Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-cd25af397d510654/build-script-build`
49492026-06-16T21:23:28.008Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49502026-06-16T21:23:28.014Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47da8516710c88d2 -C extra-filename=-49f4903832d3846d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-49f4903832d3846d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49512026-06-16T21:23:28.014Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49522026-06-16T21:23:28.031Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49532026-06-16T21:23:28.034Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bb4cb4054bdecf2 -C extra-filename=-5fb57334e027f13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49542026-06-16T21:23:28.066Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
49552026-06-16T21:23:28.069Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-db5c8a2a6abf528d/build-script-build`
49562026-06-16T21:23:28.069Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49572026-06-16T21:23:28.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fd857c90fc1807f -C extra-filename=-6b52a48335e7b6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49582026-06-16T21:23:28.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ae24ca927440812 -C extra-filename=-89d3723ef9480827 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-89d3723ef9480827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49592026-06-16T21:23:28.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=795ae76f56bdce8a -C extra-filename=-1b4ff0415432c4af --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-1b4ff0415432c4af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49602026-06-16T21:23:28.135Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
49612026-06-16T21:23:28.169Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/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=e7bedc4a579c8e49 -C extra-filename=-67bd4dbc0d0e713a --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-67bd4dbc0d0e713a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49622026-06-16T21:23:28.241Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49632026-06-16T21:23:28.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93c642f69cd2f94f -C extra-filename=-9465cc6e35819104 --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-a0db3ae1ae10e90b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49642026-06-16T21:23:28.308Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49652026-06-16T21:23:28.341Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49662026-06-16T21:23:28.344Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-2123a77e7ac46e43/build-script-build`
49672026-06-16T21:23:28.345Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fa421511a8a7406 -C extra-filename=-f09acbe070c1276b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-f09acbe070c1276b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fc8c75be9d63a2e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49682026-06-16T21:23:28.380Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae33869d37e375f7 -C extra-filename=-4c41d5195c138f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49692026-06-16T21:23:28.383Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-40f73c1fba8fcf39/build-script-build`
49702026-06-16T21:23:28.383Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49712026-06-16T21:23:28.383Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-8f45fa251e698785/build-script-build`
49722026-06-16T21:23:28.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c491bf6fb0c958b -C extra-filename=-501a992d1e9368e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49732026-06-16T21:23:28.422Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=fe0461fe3165bcbc -C extra-filename=-b51373d465ddb096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49742026-06-16T21:23:28.493Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6535fa9333584e24/build-script-build`
49752026-06-16T21:23:28.531Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-886e6dc70899c890/build-script-build`
49762026-06-16T21:23:28.534Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1b9f8a31670e514 -C extra-filename=-dc322aa15575ec75 --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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49772026-06-16T21:23:28.569Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62ba41990bf91a1 -C extra-filename=-fa4f01a9b16d0093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49782026-06-16T21:23:28.600Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/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=e661253c34798b31 -C extra-filename=-eb774ce7533d7b4e --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-a0db3ae1ae10e90b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49792026-06-16T21:23:28.603Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=56e56155e94b5418 -C extra-filename=-1eeb0b759c9e8e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49802026-06-16T21:23:28.637Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-50af6354530c920e/build-script-build`
49812026-06-16T21:23:28.641Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=7015e85ca1f0f4d2 -C extra-filename=-0aa5730d9542b8e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49822026-06-16T21:23:28.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=253da0a14eda7b2b -C extra-filename=-296200fbe31957c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49832026-06-16T21:23:28.642Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-93c51efc0cc551f9/build-script-build`
49842026-06-16T21:23:28.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74109011046c586c -C extra-filename=-05b49b98d9a7172b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49852026-06-16T21:23:28.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2920ccb58b88e2c3 -C extra-filename=-2ca99dc021a2ea4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49862026-06-16T21:23:28.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53158a2a1a75dd9d -C extra-filename=-f4e33db0d9495fc0 --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-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49872026-06-16T21:23:28.947Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-1ba9d462f4cf3c10/build-script-build`
49882026-06-16T21:23:28.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57afca35552af618 -C extra-filename=-40d0fafbbf1056a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49892026-06-16T21:23:29.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=697c65b32fc1c134 -C extra-filename=-14446ca3e517ef02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49902026-06-16T21:23:29.222Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e00cad0d1ac2d1a3 -C extra-filename=-2905af3cc1571ddb --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-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49912026-06-16T21:23:29.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a8c9373045429cf -C extra-filename=-59133581d4e11881 --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-32d2e3aba47f6c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49922026-06-16T21:23:29.257Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-49f4903832d3846d/build-script-build`
49932026-06-16T21:23:29.291Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14cbd6b2aa971cc9 -C extra-filename=-e8a890dc8221e43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49942026-06-16T21:23:29.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=756d2fb51077f08f -C extra-filename=-af79d714446dddc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49952026-06-16T21:23:29.435Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d598abaa850326a8 -C extra-filename=-71948843fdb4689e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49962026-06-16T21:23:29.439Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-1b4ff0415432c4af/build-script-build`
49972026-06-16T21:23:29.468Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-89d3723ef9480827/build-script-build`
49982026-06-16T21:23:29.503Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-67bd4dbc0d0e713a/build-script-build`
49992026-06-16T21:23:29.612Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90a7ba0dd57631b1 -C extra-filename=-5d79d90899dd2232 --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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50002026-06-16T21:23:29.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7670544aefaba259 -C extra-filename=-7e15b3684c81f2a0 --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-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50012026-06-16T21:23:29.683Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-f09acbe070c1276b/build-script-build`
50022026-06-16T21:23:29.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b34767576243b990 -C extra-filename=-44164af3050c6de3 --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-a0db3ae1ae10e90b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50032026-06-16T21:23:29.757Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0dc47a0aa83c960 -C extra-filename=-a67b51a71a2d34fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50042026-06-16T21:23:29.761Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a966bf04d9011afe -C extra-filename=-c6557aedd6ce540f --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-033f92b7d2688a9a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50052026-06-16T21:23:29.761Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b35e877601e88bef -C extra-filename=-d08d8664f9aab39a --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-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50062026-06-16T21:23:29.862Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
50072026-06-16T21:23:29.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/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=f63b76bd2b853899 -C extra-filename=-5788181f6e797f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c447a4abe18b542c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
50082026-06-16T21:23:29.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0e2b6f5dd6beab3 -C extra-filename=-49317671b03682dc --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-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50092026-06-16T21:23:29.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e5fa72b8f2e98bd -C extra-filename=-d2b618bf0cf2e1e8 --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-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50102026-06-16T21:23:29.932Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50112026-06-16T21:23:29.967Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cdd7bffbebfcf8d -C extra-filename=-b3150b3899f7e0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50122026-06-16T21:23:30.267Z Running `/home/build/.rustup/toolchains/1.94.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=6608e840bdc43a87 -C extra-filename=-3d6a0ca57850fcc3 --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-5fcaf5aa5c3b6509.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50132026-06-16T21:23:30.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6167389eda012eae -C extra-filename=-0d4118f2c0ebb170 --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-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50142026-06-16T21:23:30.339Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
50152026-06-16T21:23:30.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/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=57271533c3bb24d5 -C extra-filename=-40413751079527c3 --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-5788181f6e797f12.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-78c0eb8bdc6c538d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e9cac95b1e5a7882.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
50162026-06-16T21:23:30.379Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f34823ae3fa4fc5 -C extra-filename=-5a625393b304a32d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50172026-06-16T21:23:30.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddb77501eeabe46c -C extra-filename=-6f54ae4d4a781ec8 --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-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50182026-06-16T21:23:30.457Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=13a4314fdca77ca2 -C extra-filename=-87723396d8adcf04 --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-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50192026-06-16T21:23:30.549Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b57a9c9dc3e5f974 -C extra-filename=-3d9d19d7b8daeb84 --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-a0db3ae1ae10e90b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50202026-06-16T21:23:30.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc3dda1a5284a4e3 -C extra-filename=-e65a37b3be18de61 --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-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50212026-06-16T21:23:30.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f851d5d9c694cd7 -C extra-filename=-2b9e55c7258e5c52 --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-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50222026-06-16T21:23:31.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da9db58f3a16ae27 -C extra-filename=-75d072366d3e29a1 --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-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50232026-06-16T21:23:31.040Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c81d527c564961ed -C extra-filename=-dfe3e3062e735b4c --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-a0db3ae1ae10e90b.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50242026-06-16T21:23:31.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f644e8aa1665b26a -C extra-filename=-77f2f5ea8cd8312e --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-a0db3ae1ae10e90b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50252026-06-16T21:23:31.115Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aad4e067b9f13329 -C extra-filename=-e8f5561830fc1c39 --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-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50262026-06-16T21:23:31.155Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89117927fa685c24 -C extra-filename=-82c9745d872c5097 --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-033f92b7d2688a9a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50272026-06-16T21:23:31.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=54dfc33c3c15e417 -C extra-filename=-56dcf0051cb43a84 --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-53a27ea6ba2abd9c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50282026-06-16T21:23:31.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3f308f613371bbb -C extra-filename=-3476568e946e727e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50292026-06-16T21:23:31.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e132305b1e816e86 -C extra-filename=-d1351a7cb820e613 --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-a0db3ae1ae10e90b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50302026-06-16T21:23:31.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6866b164fa6128f9 -C extra-filename=-6b2f08921e7eea61 --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-033f92b7d2688a9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50312026-06-16T21:23:31.565Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50322026-06-16T21:23:31.570Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8abd823d061f6ced -C extra-filename=-bf13cd8ae8dd1fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-78b3463069f1b2dd.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50332026-06-16T21:23:31.703Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
50342026-06-16T21:23:31.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b9cedb70958520b -C extra-filename=-b7ba9c39428fe74a --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50352026-06-16T21:23:31.743Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
50362026-06-16T21:23:31.746Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50372026-06-16T21:23:31.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d52a773dd3f7d4c3 -C extra-filename=-5864ae8e659a74be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50382026-06-16T21:23:31.783Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19eed660cf9d1eb8 -C extra-filename=-c3ce93f4432e5e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50392026-06-16T21:23:31.826Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c745098b1204a1d6 -C extra-filename=-b870e24019af00fc --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e58104a7f739a736.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50402026-06-16T21:23:31.862Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50412026-06-16T21:23:31.865Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50422026-06-16T21:23:31.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a255110d9b81ab86 -C extra-filename=-adc309b3af311373 --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-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50432026-06-16T21:23:31.900Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2226d240eb8355be -C extra-filename=-5f1fb73691505e2c --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-25bb92595f18c8f0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50442026-06-16T21:23:31.938Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50452026-06-16T21:23:31.942Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
50462026-06-16T21:23:31.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bb46732952c9e70 -C extra-filename=-e5684adad719bb5d --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-c4058f0fc3307cc9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50472026-06-16T21:23:31.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2566dc142d686ae3 -C extra-filename=-74cba45c0b3e2e1b --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-78d62d6b51f2c19b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50482026-06-16T21:23:32.677Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50492026-06-16T21:23:32.681Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84f66ccfcccddb0d -C extra-filename=-9e8bd6ebaa5deaec --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-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e58104a7f739a736.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50502026-06-16T21:23:32.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1752679f775eaf2 -C extra-filename=-7617d504aa021d66 --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-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50512026-06-16T21:23:32.798Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50522026-06-16T21:23:32.801Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddd64360e311665f -C extra-filename=-78942842854c143d --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-1034a81c89142beb.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50532026-06-16T21:23:32.836Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
50542026-06-16T21:23:32.839Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
50552026-06-16T21:23:32.873Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53c2b6ecabe637bd -C extra-filename=-a0ac11e3c28c5ec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50562026-06-16T21:23:32.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6801f58936c03339 -C extra-filename=-83649c150c201372 --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-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50572026-06-16T21:23:33.234Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
50582026-06-16T21:23:33.248Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50592026-06-16T21:23:33.249Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50602026-06-16T21:23:33.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bca8c4ae6daad2f -C extra-filename=-79e08938a28cad0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50612026-06-16T21:23:33.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e9039b00e0d92b -C extra-filename=-17150fd2e0a65400 --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-033f92b7d2688a9a.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50622026-06-16T21:23:33.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdab349373bad03d -C extra-filename=-92d98d1df6de3c6e --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-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50632026-06-16T21:23:33.249Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
50642026-06-16T21:23:33.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8edd699341595907 -C extra-filename=-06bc19ad3072bce7 --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50652026-06-16T21:23:33.249Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50662026-06-16T21:23:33.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c78e78ba96727e5 -C extra-filename=-51512c1c13f2b77a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50672026-06-16T21:23:33.249Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
50682026-06-16T21:23:33.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97e4da8b6b03bf37 -C extra-filename=-e052200ff3a6ab87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50692026-06-16T21:23:33.259Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50702026-06-16T21:23:33.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67f186e0d4d26ae3 -C extra-filename=-0723b8cfe8cade75 --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-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50712026-06-16T21:23:33.356Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50722026-06-16T21:23:33.359Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=2cae124e4ed78e71 -C extra-filename=-6cda3a3fb4c18748 --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e58104a7f739a736.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9e8bd6ebaa5deaec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50732026-06-16T21:23:33.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=b10661413aef694d -C extra-filename=-cc93d80525d3aee5 --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-7617d504aa021d66.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50742026-06-16T21:23:33.479Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50752026-06-16T21:23:33.482Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c4f4e450586ecaa -C extra-filename=-db29f3d2a28e8a1f --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-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50762026-06-16T21:23:33.552Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50772026-06-16T21:23:33.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63212ff661361134 -C extra-filename=-f770f5d2883c4965 --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-6fe428b826511ab9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50782026-06-16T21:23:33.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d01599286d0b21ba -C extra-filename=-57eb122a503b1003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50792026-06-16T21:23:33.745Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d6a07a9974e4612 -C extra-filename=-376cf52307a42df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5fb57334e027f13d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50802026-06-16T21:23:33.837Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ff0efac789b1b90 -C extra-filename=-ac34580eefd18e07 --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-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50812026-06-16T21:23:33.877Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50822026-06-16T21:23:33.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=707626665f54a627 -C extra-filename=-bf9e22e41960da0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-0eb532fb73bdb026.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50832026-06-16T21:23:33.917Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1ea1ec80a9216d5 -C extra-filename=-9236a768088757f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-db29f3d2a28e8a1f.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-6b52a48335e7b6ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
50842026-06-16T21:23:33.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccabf70b3af50f4c -C extra-filename=-d4abd92c3f716b43 --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-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50852026-06-16T21:23:34.112Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
50862026-06-16T21:23:34.115Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfe996742c67e9fa -C extra-filename=-796d031640e63f49 --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-a0db3ae1ae10e90b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50872026-06-16T21:23:34.152Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
50882026-06-16T21:23:34.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e16fa565470f27 -C extra-filename=-24865b10a175700d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50892026-06-16T21:23:34.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1b8c622f29ced7f -C extra-filename=-d5780df7a285381e --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-a0db3ae1ae10e90b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b870e24019af00fc.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50902026-06-16T21:23:34.237Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50912026-06-16T21:23:34.241Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-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=db1e2d43a933a53c -C extra-filename=-1127092dfe3cb0f1 --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-5fcaf5aa5c3b6509.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50922026-06-16T21:23:34.275Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50932026-06-16T21:23:34.278Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50942026-06-16T21:23:34.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a452944ab4dde32 -C extra-filename=-4629be2d0b2edaf0 --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-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50952026-06-16T21:23:34.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59bbd5ccfb672207 -C extra-filename=-93c5889232e983ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50962026-06-16T21:23:34.347Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50972026-06-16T21:23:34.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=149e0aa6cd6ee7f9 -C extra-filename=-f1511fde21b6b1c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50982026-06-16T21:23:34.398Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50992026-06-16T21:23:34.401Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=896be1bade0db1f7 -C extra-filename=-ebc2262d8a8d7461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-501a992d1e9368e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-805ef6e6e944f97c.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-847787937680fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
51002026-06-16T21:23:34.524Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
51012026-06-16T21:23:34.527Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9a55ca4087b1c38 -C extra-filename=-447a2e105b08bde3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d5780df7a285381e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51022026-06-16T21:23:34.615Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b123b73ba028b01 -C extra-filename=-2a3537dc08d09ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51032026-06-16T21:23:34.619Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51042026-06-16T21:23:34.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=211bae5c60887c12 -C extra-filename=-3815d45d0fe10d90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51052026-06-16T21:23:34.645Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51062026-06-16T21:23:34.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2595721fd2eff59c -C extra-filename=-8ffb9ee706b2c7e4 --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-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51072026-06-16T21:23:34.910Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51082026-06-16T21:23:34.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dcb51d15276b465 -C extra-filename=-d60e87850b1b0f0d --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-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51092026-06-16T21:23:35.130Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51102026-06-16T21:23:35.133Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=c16c763c0d3e2ec2 -C extra-filename=-e7d3f650edbb61ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6cda3a3fb4c18748.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51112026-06-16T21:23:35.166Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51122026-06-16T21:23:35.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a413bbf41ea88822 -C extra-filename=-99d44122bb6355b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51132026-06-16T21:23:35.201Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=cd6da8588bc2ca40 -C extra-filename=-2034dd5abab34f37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cc93d80525d3aee5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51142026-06-16T21:23:35.245Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
51152026-06-16T21:23:35.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be097670677c7a79 -C extra-filename=-8993cba4dab4041c --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-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51162026-06-16T21:23:35.285Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51172026-06-16T21:23:35.285Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17d5a061baeca680 -C extra-filename=-84ab17714625fa8a --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-14842183da3c6f4a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51182026-06-16T21:23:35.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55441c68c5e20ed7 -C extra-filename=-6a5f49e3ae924e82 --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-883c3d25adb1e1a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51192026-06-16T21:23:35.407Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=626a7ea0afa0175a -C extra-filename=-35c9329896154363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51202026-06-16T21:23:35.573Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51212026-06-16T21:23:35.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06da5c17def9131b -C extra-filename=-e7f9ddf9c942e982 --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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51222026-06-16T21:23:35.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e3b81ff22ba0042 -C extra-filename=-0196b88e5f2ec611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51232026-06-16T21:23:35.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-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=d4a8d6cf056360e9 -C extra-filename=-5ce134625eb44733 --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-5fcaf5aa5c3b6509.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51242026-06-16T21:23:35.740Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=649334838851f7a8 -C extra-filename=-7dca039618222e7b --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-883c3d25adb1e1a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51252026-06-16T21:23:35.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bc3c5be7208b668 -C extra-filename=-d7d6fb0d7a6e595b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51262026-06-16T21:23:35.895Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f8bfec7f1685555 -C extra-filename=-dbc2b2c30b155f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51272026-06-16T21:23:36.108Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51282026-06-16T21:23:36.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b018fde5eb6ff2a -C extra-filename=-7404b6d0d230d099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51292026-06-16T21:23:36.291Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cff58ece6ba1479f -C extra-filename=-2315bd8173eef605 --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-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51302026-06-16T21:23:36.334Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
51312026-06-16T21:23:36.337Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80a4b02f8e5f3691 -C extra-filename=-4913ad4c7953f845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2a3537dc08d09ee4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51322026-06-16T21:23:36.337Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dce1505cd3ab0031 -C extra-filename=-566e135965c5f28f --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-a0db3ae1ae10e90b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-447a2e105b08bde3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d5780df7a285381e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51332026-06-16T21:23:36.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bde4b45fc595045 -C extra-filename=-f68a8dd487c4659f --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-a0db3ae1ae10e90b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-447a2e105b08bde3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d5780df7a285381e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51342026-06-16T21:23:36.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=444999abb6c9815f -C extra-filename=-1d5f784798c1dd28 --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-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51352026-06-16T21:23:36.494Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f8b3641f5d7524e -C extra-filename=-470334a78de90023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51362026-06-16T21:23:36.533Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dfa70a16d1ad7bd -C extra-filename=-4baf836840305d87 --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-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51372026-06-16T21:23:36.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dca0dfa7a281a05 -C extra-filename=-9bb00739fd080a76 --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-14842183da3c6f4a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51382026-06-16T21:23:36.647Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51392026-06-16T21:23:36.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13e78ee232d4b262 -C extra-filename=-e95b87e30bbcd1fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51402026-06-16T21:23:36.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/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=8467e8c8fe774072 -C extra-filename=-3d77c548a10dfd29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51412026-06-16T21:23:36.846Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51422026-06-16T21:23:36.850Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=2132b6b152adaae0 -C extra-filename=-4a79b5cbe1339aaf --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-a0db3ae1ae10e90b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e7d3f650edbb61ef.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6cda3a3fb4c18748.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51432026-06-16T21:23:36.901Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69dcbd82b5dcaf8a -C extra-filename=-9dc260139b6df75c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51442026-06-16T21:23:36.945Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3e85bd2936432a3 -C extra-filename=-0d955de01aa366bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51452026-06-16T21:23:36.984Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb1a9837fa3a45be -C extra-filename=-8ee52a3f6b91f9dc --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-c4058f0fc3307cc9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51462026-06-16T21:23:37.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cb74a804aca9238 -C extra-filename=-7762645433f110f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7404b6d0d230d099.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51472026-06-16T21:23:37.169Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e799bf81fee98694 -C extra-filename=-3a2f462b727fb65f --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-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51482026-06-16T21:23:37.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e260f9ede50240b -C extra-filename=-08d73735b5a01319 --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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-727f636edaff5f68.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51492026-06-16T21:23:37.535Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33189de4bbede79d -C extra-filename=-48de816f76b22cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51502026-06-16T21:23:37.594Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b75d97d3c4627f20 -C extra-filename=-261cabcb2e848236 --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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51512026-06-16T21:23:37.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8487a6e98fd775d -C extra-filename=-51d75f5b1083a0f2 --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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51522026-06-16T21:23:37.910Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35270ac9eeff0947 -C extra-filename=-45df43d85a022323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51532026-06-16T21:23:38.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f90661280adc79e7 -C extra-filename=-7a8aa42a0ffcc4ea --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-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51542026-06-16T21:23:38.423Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf50ce5316d1e61e -C extra-filename=-2842e3e721a018b5 --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-78d62d6b51f2c19b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51552026-06-16T21:23:38.465Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c853b225d82b953 -C extra-filename=-91c53363f4aa5208 --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-1034a81c89142beb.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51562026-06-16T21:23:38.505Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=183772e4cc17a02a -C extra-filename=-3aaf0c4416e89e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51572026-06-16T21:23:38.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9cd0ec07bebd57c -C extra-filename=-848e5c06d1184635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51582026-06-16T21:23:38.760Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e385c80acf7bc96f -C extra-filename=-a31a6d311db452ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51592026-06-16T21:23:39.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbbdbc4934ea75a8 -C extra-filename=-56047e208274161f --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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51602026-06-16T21:23:39.153Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82aad7a57dd37989 -C extra-filename=-6c16655c117716ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51612026-06-16T21:23:39.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93911b163e801a07 -C extra-filename=-5355c6ebd703cf8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-4c41d5195c138f63.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51622026-06-16T21:23:39.252Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_v1_client --edition=2024 clients/ntp-admin-v1-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=38e5b97ed0d279af -C extra-filename=-6397f92469160162 --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-033f92b7d2688a9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51632026-06-16T21:23:39.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --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=10aad1cc5260e58d -C extra-filename=-fd678ea6452e9da6 --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-5e0c4c123d774e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51642026-06-16T21:23:39.957Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=437e952686f1e773 -C extra-filename=-373cb76408a27b62 --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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51652026-06-16T21:23:39.996Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f1609784897966d -C extra-filename=-b52dffe1d17105fe --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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51662026-06-16T21:23:41.634Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51672026-06-16T21:23:41.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=fc3949775675e777 -C extra-filename=-4574b602994affed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51682026-06-16T21:23:41.711Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51692026-06-16T21:23:41.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e07dd95fe347c5b5 -C extra-filename=-7f703e2deb49f29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51702026-06-16T21:23:42.621Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51712026-06-16T21:23:42.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92b309ba2649de7b -C extra-filename=-58dab134f67dc554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2a3537dc08d09ee4.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-566e135965c5f28f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51722026-06-16T21:23:42.796Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e89c098fe2f5c5c2 -C extra-filename=-d3b92a9e99f134b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-152d187b90494ec8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ab4e8e4274670479.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-951e6d7c8a63331a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51732026-06-16T21:23:42.825Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51742026-06-16T21:23:42.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-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=1f939f39ac30e352 -C extra-filename=-2c5a5c593c3a4ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51752026-06-16T21:23:42.919Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51762026-06-16T21:23:42.922Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=77714087f861d0a9 -C extra-filename=-e3739794ee8aef0c --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-14aaeceaa36d3e48.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51772026-06-16T21:23:42.964Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51782026-06-16T21:23:42.967Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bd020c2f0a75c10 -C extra-filename=-1eaf10232420d1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51792026-06-16T21:23:43.017Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=dc04dc6b0e6ae355 -C extra-filename=-6291a2d1dda3d883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
51802026-06-16T21:23:43.082Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
51812026-06-16T21:23:43.085Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f79bfa721196cddd -C extra-filename=-0fb96aa3b2857a94 --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-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51822026-06-16T21:23:43.131Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
51832026-06-16T21:23:43.134Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d997e9f262e3f345 -C extra-filename=-b782e55d303c6e16 --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-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51842026-06-16T21:23:43.208Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51852026-06-16T21:23:43.244Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5463196fde80a1b4 -C extra-filename=-72e07dc41e676915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51862026-06-16T21:23:43.248Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
51872026-06-16T21:23:43.248Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-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=c22dc0e5c34cd17e -C extra-filename=-de5711112040f31d --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-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51882026-06-16T21:23:43.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b618ad5bc28280ab -C extra-filename=-45db6699d75b16f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2a3537dc08d09ee4.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-566e135965c5f28f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51892026-06-16T21:23:43.499Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51902026-06-16T21:23:43.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=a9cfa00a7ad1d5e7 -C extra-filename=-af5a81f120a98552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e5f00b1ba250be51.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2034dd5abab34f37.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4a79b5cbe1339aaf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cc93d80525d3aee5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51912026-06-16T21:23:43.634Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51922026-06-16T21:23:43.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-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=f8b5c9a04fc11050 -C extra-filename=-b1da8e0f85e44b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51932026-06-16T21:23:43.827Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51942026-06-16T21:23:43.830Z Running `/home/build/.rustup/toolchains/1.94.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=d15a34a7608e39f8 -C extra-filename=-3ff7f65d6640445e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-af5a81f120a98552.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51952026-06-16T21:23:44.194Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51962026-06-16T21:23:44.199Z Running `/home/build/.rustup/toolchains/1.94.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=8aad378f69ff07ce -C extra-filename=-416d683a964ea731 --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-14aaeceaa36d3e48.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51972026-06-16T21:23:44.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2f12971131cfaf7 -C extra-filename=-dcca7e43b6e4fdaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51982026-06-16T21:23:44.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=9908ea21b49113b4 -C extra-filename=-d2c0f123eb13223e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51992026-06-16T21:23:44.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-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=16ca6e50b9fcb27e -C extra-filename=-b99eb89d76148492 --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-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52002026-06-16T21:23:44.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cc06dcd1911e9af -C extra-filename=-3ee21e29d7ff3dac --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-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52012026-06-16T21:23:44.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa08a6d50fece87b -C extra-filename=-d08a9bba1bc03e8e --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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52022026-06-16T21:23:44.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-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=403ea17d16a59a57 -C extra-filename=-0bcc1f3ffbd2b7bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52032026-06-16T21:23:44.542Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c671356d0446c7c8 -C extra-filename=-f85a9d953a83b2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52042026-06-16T21:23:44.546Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c21076c8505625df -C extra-filename=-3122f3f5534453f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52052026-06-16T21:23:44.615Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-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=d2b8a6af89f015cc -C extra-filename=-90efcf11cbc7ceb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52062026-06-16T21:23:44.919Z Running `/home/build/.rustup/toolchains/1.94.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=3291e0bd23e1084f -C extra-filename=-cc5c1729f3c3a949 --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-14aaeceaa36d3e48.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52072026-06-16T21:23:45.001Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
52082026-06-16T21:23:45.004Z Running `/home/build/.rustup/toolchains/1.94.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=9632bd932a1b8420 -C extra-filename=-499a3ba48072a588 --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-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-3ff7f65d6640445e.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-45b17ae8258c134e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b5bb52b0670e86d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52092026-06-16T21:23:45.050Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
52102026-06-16T21:23:45.054Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3461fbbc913bb34 -C extra-filename=-cdac15e0f6b1f397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52112026-06-16T21:23:45.391Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52122026-06-16T21:23:45.394Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
52132026-06-16T21:23:45.394Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
52142026-06-16T21:23:45.394Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52152026-06-16T21:23:45.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=fcbc9107eac97e3f -C extra-filename=-00c16ed4fef9957d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52162026-06-16T21:23:45.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fb0754d88ebd001 -C extra-filename=-296617ace0b4170b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52172026-06-16T21:23:45.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=63092a3cbef483d0 -C extra-filename=-cf2bcc6b00dbc883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52182026-06-16T21:23:45.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea2381ed1081500b -C extra-filename=-a55b60b3847dde7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52192026-06-16T21:23:45.395Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=509968c490309feb -C extra-filename=-27379248de89b04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-51512c1c13f2b77a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52202026-06-16T21:23:45.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57f34936c62994fc -C extra-filename=-b1332a5343117a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52212026-06-16T21:23:46.356Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52222026-06-16T21:23:46.360Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc1a679884425484 -C extra-filename=-59faa8697f67fd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52232026-06-16T21:23:46.692Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52242026-06-16T21:23:46.692Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52252026-06-16T21:23:46.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8120e5d79df16391 -C extra-filename=-32293c90ae71ccdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52262026-06-16T21:23:46.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2419819644d1b82 -C extra-filename=-9817b45c9fc0e9ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-805ef6e6e944f97c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
52272026-06-16T21:23:46.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7838d0932f853c5b -C extra-filename=-7de5664c2672c4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52282026-06-16T21:23:46.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=c2c0616f711d7aba -C extra-filename=-2b20de19a3b46797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52292026-06-16T21:23:46.911Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fd9ff32069fdeee -C extra-filename=-35fe693c19e15294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-a55b60b3847dde7c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52302026-06-16T21:23:46.911Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=705a0e73f696819f -C extra-filename=-014839a2f3a6c7b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52312026-06-16T21:23:46.911Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4b6219db3e1f04f -C extra-filename=-44e5f4662231addc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52322026-06-16T21:23:47.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efdba6b6186984d7 -C extra-filename=-903a70aa6baf31f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-805ef6e6e944f97c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
52332026-06-16T21:23:47.765Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
52342026-06-16T21:23:47.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be7ae2fe50bf780a -C extra-filename=-9997b11ae267813b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52352026-06-16T21:23:47.799Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52362026-06-16T21:23:47.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-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=2ceb91f43e970b8a -C extra-filename=-1d4630ea8cedac53 --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-14842183da3c6f4a.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52372026-06-16T21:23:47.857Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52382026-06-16T21:23:47.860Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=9b0555daf8c07dec -C extra-filename=-b55523c434493be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52392026-06-16T21:23:48.625Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
52402026-06-16T21:23:48.628Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdf45a84d31cb5d2 -C extra-filename=-64a0d93a656c3de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52412026-06-16T21:23:48.781Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52422026-06-16T21:23:48.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33b19810558795c9 -C extra-filename=-8cfd2de7189314de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52432026-06-16T21:23:49.110Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-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=e4c1b7527f856563 -C extra-filename=-cf4bd4eeef8a89cb --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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52442026-06-16T21:23:49.169Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b7b5b6094571329 -C extra-filename=-4bd44a91d7376969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52452026-06-16T21:23:49.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4069bb0fdb285680 -C extra-filename=-49edb01f1af65ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-9817b45c9fc0e9ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-805ef6e6e944f97c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
52462026-06-16T21:23:49.792Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52472026-06-16T21:23:49.795Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47caab0f8429770c -C extra-filename=-3dea257cef82bfc5 --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-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52482026-06-16T21:23:50.185Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2be120a5e41403e -C extra-filename=-c35030a2384e7d1b --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-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52492026-06-16T21:23:50.915Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52502026-06-16T21:23:50.915Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52512026-06-16T21:23:50.921Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd44ab849c7e335c -C extra-filename=-b97de2f4886500aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52522026-06-16T21:23:50.921Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b55415515d3c96de -C extra-filename=-e5d7070bf85b39bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52532026-06-16T21:23:50.950Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52542026-06-16T21:23:50.953Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52552026-06-16T21:23:50.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=35c5dc6a919b5f22 -C extra-filename=-e305a95ff60e1d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rmeta --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-fb4d6c37a3662249.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52562026-06-16T21:23:50.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb4c32a346fcbdd -C extra-filename=-76e13bb5c6adf8b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52572026-06-16T21:23:51.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=4d74fa874c2aef0c -C extra-filename=-2dfda29dc01a63b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52582026-06-16T21:23:51.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e829dfeb924c2a1 -C extra-filename=-f4ef777049cd321f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52592026-06-16T21:23:51.690Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1d62bbc5a9d3c0e -C extra-filename=-adf6563d8a7ff72a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52602026-06-16T21:23:52.030Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
52612026-06-16T21:23:52.034Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-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=6502a5c2889dbba0 -C extra-filename=-6fd206d28d72b520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52622026-06-16T21:23:52.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57d6362002570eb3 -C extra-filename=-625e4c537c94f179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52632026-06-16T21:23:52.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=801a7d811d039969 -C extra-filename=-c244cb0ace2dd3f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52642026-06-16T21:23:52.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b51d317b39b7c37f -C extra-filename=-74144b26a53bdd25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52652026-06-16T21:23:52.789Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-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=9db78e58f03330f0 -C extra-filename=-a3202e0b96be40e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52662026-06-16T21:23:53.521Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52672026-06-16T21:23:53.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b02a0187bcd632c1 -C extra-filename=-cb29914c4dfdeea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52682026-06-16T21:23:53.975Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52692026-06-16T21:23:53.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b32f8b0c54d13eb1 -C extra-filename=-4b5c8f6565598f37 --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-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52702026-06-16T21:23:54.874Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52712026-06-16T21:23:54.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5def680321c05f6a -C extra-filename=-b6321d53edfc8270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52722026-06-16T21:23:55.171Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52732026-06-16T21:23:55.174Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2264e798d87f60c6 -C extra-filename=-f29a8b0f61957002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52742026-06-16T21:23:55.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=eab8fc2f28efd5fb -C extra-filename=-446b10ab39e150a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52752026-06-16T21:23:55.393Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c49934e670d9fb6 -C extra-filename=-043f13005ffb8659 --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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52762026-06-16T21:23:55.502Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52772026-06-16T21:23:55.505Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=df0a27028df347dc -C extra-filename=-8b2892f740629225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52782026-06-16T21:23:58.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9367308b5a69cd1 -C extra-filename=-b2afa8e1890f787b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f29a8b0f61957002.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52792026-06-16T21:23:58.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdff5d0e005cf4f7 -C extra-filename=-a7a840a022380fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52802026-06-16T21:23:58.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3842c3bc27ee489 -C extra-filename=-6e7adfb92d5f9934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f29a8b0f61957002.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52812026-06-16T21:23:58.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dc83ac05ad94679 -C extra-filename=-91407a7f3b942abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52822026-06-16T21:23:58.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=900fea390ab4b653 -C extra-filename=-c879cc78b10b3a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52832026-06-16T21:23:58.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b168cf2faa9f8e7 -C extra-filename=-e0ea1062344c9f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52842026-06-16T21:24:00.572Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e27831ce7cf748d7 -C extra-filename=-8eec89250b6515ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e5d7070bf85b39bd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52852026-06-16T21:24:03.233Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52862026-06-16T21:24:03.233Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52872026-06-16T21:24:03.237Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52882026-06-16T21:24:03.237Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52892026-06-16T21:24:03.237Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52902026-06-16T21:24:03.237Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52912026-06-16T21:24:03.237Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52922026-06-16T21:24:03.237Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52932026-06-16T21:24:03.237Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52942026-06-16T21:24:03.237Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52952026-06-16T21:24:03.268Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=624bea2d9033ec83 -C extra-filename=-4e723dff75b2872c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52962026-06-16T21:24:03.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5f96c9927f16814 -C extra-filename=-788cbea096de19f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52972026-06-16T21:24:03.273Z Running `/home/build/.rustup/toolchains/1.94.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=51c69c6954e71380 -C extra-filename=-5f70b290faf2106e --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-5fcaf5aa5c3b6509.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52982026-06-16T21:24:03.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f5f53e0587894c -C extra-filename=-8bc60c86219f2528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52992026-06-16T21:24:03.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=face742f0af9b898 -C extra-filename=-e20fa3ae3be6954b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53002026-06-16T21:24:03.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff2f8fed5c6f8905 -C extra-filename=-a6b5eb0fcc70846e --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-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53012026-06-16T21:24:03.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ff5fa6be8b11e42 -C extra-filename=-003b02f1833f0741 --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53022026-06-16T21:24:03.309Z Running `/home/build/.rustup/toolchains/1.94.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=439b3a72a30dd16e -C extra-filename=-dd6cef56fdd9549b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53032026-06-16T21:24:03.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21db35136d8d6f32 -C extra-filename=-15db664af29dc275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53042026-06-16T21:24:03.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a17e1c131bc7192 -C extra-filename=-1e6c7a6fa1ebc4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53052026-06-16T21:24:03.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8b3aa9b39726bcd -C extra-filename=-7d1be8f1dbaa45ad --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53062026-06-16T21:24:05.179Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53072026-06-16T21:24:05.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=dc21a220750e6840 -C extra-filename=-24d025169658bc1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53082026-06-16T21:24:05.184Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3361cf0a519fd5c1 -C extra-filename=-800c2dc10326c80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53092026-06-16T21:24:05.510Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53102026-06-16T21:24:05.510Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53112026-06-16T21:24:05.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2540006aa29d1489 -C extra-filename=-031c613a71a5fe19 --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-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1127092dfe3cb0f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53122026-06-16T21:24:05.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df887f8eb08e2e75 -C extra-filename=-e639235e49555161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53132026-06-16T21:24:05.544Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53142026-06-16T21:24:05.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=640a18a2046980f8 -C extra-filename=-c30f739ac4ed8ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53152026-06-16T21:24:06.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e8b998e56d9f0e -C extra-filename=-8d48ee50a3820a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53162026-06-16T21:24:06.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18e6fe85039c84e2 -C extra-filename=-fbe73494ff50531a --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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53172026-06-16T21:24:06.122Z Running `/home/build/.rustup/toolchains/1.94.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=13e3b65db6d053b8 -C extra-filename=-bf6aa1cd139c3a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53182026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38dc35e64b7cb3a9 -C extra-filename=-5cd8ef6b5a01fb3c --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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53192026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=24957b2c32065c65 -C extra-filename=-115ea9997bb98e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53202026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ec46672867057df -C extra-filename=-34e51d8ac561db5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53212026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcf7c1a0767ddbfa -C extra-filename=-1ece3e31fdf16219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53222026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67793cca135fc6a7 -C extra-filename=-de2c5efd394c8db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53232026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.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=8991675721879587 -C extra-filename=-2ff507411e9e0f03 --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-5fcaf5aa5c3b6509.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53242026-06-16T21:24:06.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f3b7e0ea06f7b1e -C extra-filename=-1e1d7119768ecd9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53252026-06-16T21:24:06.438Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
53262026-06-16T21:24:06.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9b4dd3a2c5ba7c6 -C extra-filename=-c86ce8923414435e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53272026-06-16T21:24:06.648Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
53282026-06-16T21:24:06.652Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
53292026-06-16T21:24:06.652Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d2a554b15035566 -C extra-filename=-9318293aecb4367e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53302026-06-16T21:24:06.652Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba0388e29b0c0915 -C extra-filename=-1ad73d03aee8df5e --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-01e0def4c6020b1d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53312026-06-16T21:24:06.759Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53322026-06-16T21:24:06.763Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1456008118d444a -C extra-filename=-b42df8bcf7127537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-218ecf68f9febb55.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53332026-06-16T21:24:07.286Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8bb8c4f058fefce -C extra-filename=-3f5a3acd32edee2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-617bf55e1e9910e3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-5b6d2b4e8ddc2431.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53342026-06-16T21:24:07.290Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d37e770194e8f860 -C extra-filename=-c03ff3f9f3333a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53352026-06-16T21:24:07.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/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=6b429c4c0f42a514 -C extra-filename=-09b82fe4933113ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53362026-06-16T21:24:07.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de7977a8a25094d6 -C extra-filename=-c40dcfc2c09956da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53372026-06-16T21:24:07.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/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=bfd3b517e7eae510 -C extra-filename=-d7750788b74d4e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53382026-06-16T21:24:07.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed64ccb5ad4d395b -C extra-filename=-b44cc62ccc12834a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53392026-06-16T21:24:07.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb35a54420f26d5b -C extra-filename=-a4bcd410ffea7ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53402026-06-16T21:24:07.694Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df55dc2a3b4b4a95 -C extra-filename=-edae2e84c170be84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53412026-06-16T21:24:07.820Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85c8f79d65c13fc6 -C extra-filename=-83dce907dcb6b61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5fb57334e027f13d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53422026-06-16T21:24:07.992Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9af8c86ae362c51 -C extra-filename=-1dc498595e333641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53432026-06-16T21:24:07.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ea827675720e29d -C extra-filename=-7be94a3ababfc79f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1127092dfe3cb0f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53442026-06-16T21:24:08.029Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=ba9ae48e62595b10 -C extra-filename=-3d67524855deafe7 --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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-617bf55e1e9910e3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53452026-06-16T21:24:08.068Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9b41f9b6ce94cac -C extra-filename=-d3ce65bfbe30d9b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53462026-06-16T21:24:08.264Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
53472026-06-16T21:24:08.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75ee14139bb9283b -C extra-filename=-2cc3dc00321a3381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53482026-06-16T21:24:08.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d3bebba30449439 -C extra-filename=-35a819d6d65f81c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53492026-06-16T21:24:08.383Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10e8ffdec6002961 -C extra-filename=-1ed0c92ea43784e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53502026-06-16T21:24:08.527Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53512026-06-16T21:24:08.530Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9692b62005b65ba2 -C extra-filename=-bf0d367fa8d27881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-794c445c6c43ebc6.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53522026-06-16T21:24:08.856Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
53532026-06-16T21:24:08.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cece2216c1f118b -C extra-filename=-db7a8b5b3557bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-51512c1c13f2b77a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-9697dc9eb3d0b1aa.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-db29f3d2a28e8a1f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53542026-06-16T21:24:09.016Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f18b3860fee9ad66 -C extra-filename=-0dc60caa850e6afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53552026-06-16T21:24:09.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=21ab7d852009a0fe -C extra-filename=-d1a75173012bc978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53562026-06-16T21:24:09.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8854a7e2dcabb3e -C extra-filename=-73252eea7dfa7f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53572026-06-16T21:24:09.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96dcf2bdd80babd7 -C extra-filename=-dd51b0206531378e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53582026-06-16T21:24:09.875Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a618ae324e1dbe7 -C extra-filename=-434bf92eb66b93ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53592026-06-16T21:24:10.254Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ff02cea87269f14 -C extra-filename=-070af884f151685e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53602026-06-16T21:24:10.630Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8eb6b283993d33da -C extra-filename=-42f1468c9276f5da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53612026-06-16T21:24:11.089Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
53622026-06-16T21:24:11.094Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-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=489f749de78b8d4f -C extra-filename=-7c70ebefc0c79aa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53632026-06-16T21:24:11.401Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53642026-06-16T21:24:11.404Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a243a3ce18363c53 -C extra-filename=-e03054057009a166 --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-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53652026-06-16T21:24:11.647Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=757f8ba500a64658 -C extra-filename=-014a29717fe2cf4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5fb57334e027f13d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53662026-06-16T21:24:11.821Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac92e771e263def2 -C extra-filename=-5068ca129e04ff9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53672026-06-16T21:24:12.046Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=390a0bee8af75578 -C extra-filename=-71fe2cbcea044944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53682026-06-16T21:24:12.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2774f0f9fdf64379 -C extra-filename=-b7e29b260feb85d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53692026-06-16T21:24:12.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac148593d7369d8c -C extra-filename=-00d1cfe43e15532b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53702026-06-16T21:24:12.665Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed2409e68d6b6bb -C extra-filename=-99474cc1cff9039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53712026-06-16T21:24:12.702Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a277590f0135360 -C extra-filename=-7879ac28dab5856c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53722026-06-16T21:24:13.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a1740f3f6c4a513c -C extra-filename=-110d097c3bc56e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53732026-06-16T21:24:14.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25b1d2e545a7147e -C extra-filename=-84c494d7016763bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53742026-06-16T21:24:14.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=c3d69a27048cfbce -C extra-filename=-89b3432bb4631da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53752026-06-16T21:24:15.410Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc87b05925a9880a -C extra-filename=-269c3d84672ac905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-794c445c6c43ebc6.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53762026-06-16T21:24:15.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e866c4bca56677d3 -C extra-filename=-1aed156fe5c8187c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53772026-06-16T21:24:18.775Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b84cb3f55d0139a8 -C extra-filename=-248557fc22fb4b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-218ecf68f9febb55.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53782026-06-16T21:24:20.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56b28cb07f475bbd -C extra-filename=-acc9f6ce4cc6eb97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b55523c434493be0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53792026-06-16T21:24:20.777Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53802026-06-16T21:24:20.780Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e2725b60dbceaff -C extra-filename=-dd03cfdf372f5044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53812026-06-16T21:24:20.989Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=109cf90183aae7dd -C extra-filename=-d204c173e87eecbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-218ecf68f9febb55.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53822026-06-16T21:24:23.259Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c1c8b69b924d322 -C extra-filename=-4b69487821d1f59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53832026-06-16T21:24:23.298Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53842026-06-16T21:24:23.298Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb8557025d9f690c -C extra-filename=-77222c78ceba092b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53852026-06-16T21:24:23.963Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b12419585cb38b02 -C extra-filename=-71141c78bb0cb25b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-55e70d0a6c5be3b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53862026-06-16T21:24:24.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0eeedbad440ecb3 -C extra-filename=-fabf17165d09f118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53872026-06-16T21:24:24.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22256354d74bebba -C extra-filename=-4360f51f70e5e76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53882026-06-16T21:24:24.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/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=b3d0cad5376e0a7a -C extra-filename=-6b5857247aa214a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53892026-06-16T21:24:25.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8b4a93dcf87fc4a -C extra-filename=-9f2b3d7035330716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-55e70d0a6c5be3b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53902026-06-16T21:24:25.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b365491839d069 -C extra-filename=-d1d2d89352784140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53912026-06-16T21:24:26.136Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cce360873a92084 -C extra-filename=-972797a51421e6f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-218ecf68f9febb55.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53922026-06-16T21:24:26.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a7521847f1faa28 -C extra-filename=-ebc0199bcaeea779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53932026-06-16T21:24:26.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c46978dafd89280 -C extra-filename=-e55c40a2ade2cf05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b55523c434493be0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e5d7070bf85b39bd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53942026-06-16T21:24:27.382Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cc54fc2264867fe -C extra-filename=-cf3c94ec3604890b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-218ecf68f9febb55.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53952026-06-16T21:24:27.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65aa59c492106346 -C extra-filename=-ee38e2229d8e7122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b55523c434493be0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e5d7070bf85b39bd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53962026-06-16T21:24:27.916Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb831dd2ff896b01 -C extra-filename=-1ca9d35e72ff1d65 --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-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53972026-06-16T21:24:27.998Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-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=615462e41b2004f4 -C extra-filename=-eb6c7e941ed2b59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53982026-06-16T21:24:28.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=835129666d1075d3 -C extra-filename=-99646832d1966c7c --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-a2842e0873418566.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53992026-06-16T21:24:29.173Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=099f4684016f5907 -C extra-filename=-c0e042498c961c50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-55e70d0a6c5be3b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54002026-06-16T21:24:29.534Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b57b2731a7595c2 -C extra-filename=-22872788933564c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54012026-06-16T21:24:30.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e697c622fa2fcbc -C extra-filename=-7a6853235960f4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54022026-06-16T21:24:32.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a5957221ca4a10 -C extra-filename=-e6f91313180bf80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54032026-06-16T21:24:32.671Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebb0e67c29957d92 -C extra-filename=-cb5303c7ba074343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54042026-06-16T21:24:33.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae27ef5450cfa2f7 -C extra-filename=-28bdb9780187180d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54052026-06-16T21:24:34.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=589c6f7bebf9c0f2 -C extra-filename=-7cd27a04a9503431 --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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-617bf55e1e9910e3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54062026-06-16T21:24:34.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35ea8a9dc0118d7d -C extra-filename=-a45b740673603337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54072026-06-16T21:24:34.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4451a6b41f967049 -C extra-filename=-94c759d364f8cd5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54082026-06-16T21:24:35.311Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
54092026-06-16T21:24:35.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14eb42b97fcfeb80 -C extra-filename=-ba77f65302f8acdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54102026-06-16T21:24:36.292Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d56a043fcf57adf1 -C extra-filename=-c5e69334a71e3b2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54112026-06-16T21:24:37.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a05173d04e3e513 -C extra-filename=-936f78c574784dbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54122026-06-16T21:24:37.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b71075633f092a9f -C extra-filename=-3a0244a64f47ffeb --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-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54132026-06-16T21:24:38.729Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc245554e62da901 -C extra-filename=-0214dd683478db8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54142026-06-16T21:24:39.357Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ea0dcbcb43b4bb03 -C extra-filename=-627d2d263df57558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54152026-06-16T21:24:39.811Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce7cd1b2e9a24984 -C extra-filename=-045ad55fea172a90 --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-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54162026-06-16T21:24:40.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2fbaf4739ff551d -C extra-filename=-64fe212a5da1b6b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54172026-06-16T21:24:40.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce91aad37efcc43a -C extra-filename=-5c34bdedb9f64089 --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-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-0b76831001ade886.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54182026-06-16T21:24:41.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=74cb502ef2f01cd4 -C extra-filename=-a8962436665d7e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-152d187b90494ec8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ab4e8e4274670479.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-951e6d7c8a63331a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
54192026-06-16T21:24:43.013Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=12fe816afe660bad -C extra-filename=-4a15a666be91181c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-fb4d6c37a3662249.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54202026-06-16T21:24:45.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=31db2377d2ee5d50 -C extra-filename=-c4cf547357f8794c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-78b3463069f1b2dd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54212026-06-16T21:24:46.043Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a82d81d8d31c85a -C extra-filename=-e70da299d9e59f9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54222026-06-16T21:24:46.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=ebfedab0d259b48d -C extra-filename=-02090a1c5f6af67f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b55523c434493be0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54232026-06-16T21:24:50.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7277ae60f981b677 -C extra-filename=-8a460e1e16fdaeec --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-b2bde8d747fc73bb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54242026-06-16T21:24:51.823Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=399b928fac8637eb -C extra-filename=-896427e7e177f6b6 --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-800c2dc10326c80e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54252026-06-16T21:24:52.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27e30ad93825afc1 -C extra-filename=-ee75cf5e2d4bf208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b25d529971e899ac.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-896427e7e177f6b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54262026-06-16T21:24:56.299Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
54272026-06-16T21:24:56.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fc66ff30347766b -C extra-filename=-bda4b19d601fe6a2 --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-bfc2b60907f3047d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54282026-06-16T21:24:56.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/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=88bdfbc747be2aff -C extra-filename=-fe59f99c5f778050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54292026-06-16T21:24:56.876Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=061290f8af610cf1 -C extra-filename=-f7418bb6b37fbee9 --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-800c2dc10326c80e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54302026-06-16T21:24:56.876Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c6c2abef1b9875b -C extra-filename=-7bf0b7bc5fc581b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b25d529971e899ac.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-896427e7e177f6b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54312026-06-16T21:24:57.155Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d11d69208185e55 -C extra-filename=-fd3a481fe96ca3ab --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-bfc2b60907f3047d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54322026-06-16T21:24:57.188Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a59690b01130d6c3 -C extra-filename=-55b7e31af1d3f082 --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-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/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-18/lib/amd64`
54332026-06-16T21:25:01.303Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ab2fd79eb7b6534f -C extra-filename=-aed764d629792e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-896427e7e177f6b6.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54342026-06-16T21:25:03.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0d47f5554575f6af -C extra-filename=-f74437e760c8c766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54352026-06-16T21:25:03.667Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a5cd6bee4ded37c -C extra-filename=-ef34e936998832e2 --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8a460e1e16fdaeec.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54362026-06-16T21:25:03.668Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e764ab5dd0d95ddb -C extra-filename=-fbe3f58507b781fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54372026-06-16T21:25:03.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1c3c90d2f32076 -C extra-filename=-ee6d2505578528ec --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8a460e1e16fdaeec.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54382026-06-16T21:25:03.699Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=785f47614ba09684 -C extra-filename=-aa3dd3145108cc90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54392026-06-16T21:25:03.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=39ef642c799233b0 -C extra-filename=-0e1889356bb98232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54402026-06-16T21:25:03.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93da2b996c868126 -C extra-filename=-5d3d396da576c8b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54412026-06-16T21:25:03.729Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1404c6f7b35375d6 -C extra-filename=-aa9e0082d6a5450b --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8a460e1e16fdaeec.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54422026-06-16T21:25:03.733Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8c3a5fe0e7ab059a -C extra-filename=-4650ee2e2a471572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54432026-06-16T21:25:03.733Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=34cb6d73e7b63a7f -C extra-filename=-773d16b367442afc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54442026-06-16T21:25:03.766Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a153609539523a2b -C extra-filename=-0f954f0902601b35 --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54452026-06-16T21:25:03.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e98d78807d1fc1af -C extra-filename=-abf927d2d0833be5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54462026-06-16T21:25:03.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2dd31d3bedb155ff -C extra-filename=-f4c84d06b7daa9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54472026-06-16T21:25:03.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=86aa0596b78dd099 -C extra-filename=-9f3521978cfdde92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54482026-06-16T21:25:31.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91462082bc538ab -C extra-filename=-0f2b32b0be4c47df --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-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54492026-06-16T21:25:31.416Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=896204fe74fa134f -C extra-filename=-b14a17846fdf86a2 --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-033f92b7d2688a9a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54502026-06-16T21:25:31.456Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28b2b9316e02cde5 -C extra-filename=-4a0dc2f2997a6764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54512026-06-16T21:25:31.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c3f860b08c6cd44 -C extra-filename=-de1e4791cc4f835a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54522026-06-16T21:25:31.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cd0e44e0e4f3670 -C extra-filename=-98dc4e21ab9d3331 --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-033f92b7d2688a9a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/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-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54532026-06-16T21:25:31.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daa9348848d68012 -C extra-filename=-f018931b39f96500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54542026-06-16T21:25:31.918Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=19e47de8199c2986 -C extra-filename=-0be53401702763e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-27379248de89b04e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54552026-06-16T21:25:33.187Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b68fcb3043cb9a4 -C extra-filename=-b52f79abcc3f9166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54562026-06-16T21:25:35.065Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b7895aa4872ffb -C extra-filename=-1a7a08748aae270d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54572026-06-16T21:25:35.624Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75e8900a82586eaf -C extra-filename=-7e2568c7a5c8bd7a --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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54582026-06-16T21:25:35.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3ae5a1aba2b7d13 -C extra-filename=-f102e5c2cb4d4421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54592026-06-16T21:25:35.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d0d59b96c9956c9 -C extra-filename=-c4e0952b3e764645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54602026-06-16T21:25:35.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=f0b5c1efe5edf203 -C extra-filename=-a3e32d5e9bfb230e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-27379248de89b04e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54612026-06-16T21:25:35.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6bba9ed27a43f2a -C extra-filename=-2858d8b26c10658b --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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54622026-06-16T21:25:35.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f24104fd9df52fb -C extra-filename=-a14fc4a1851a00c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54632026-06-16T21:25:35.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc1a8f997d07ba60 -C extra-filename=-9add99ed2ae374ab --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-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54642026-06-16T21:25:36.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cacc02338fc23a9f -C extra-filename=-f360e6422eed4149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-db29f3d2a28e8a1f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-6b52a48335e7b6ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9236a768088757f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54652026-06-16T21:25:36.983Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66ee7788beeeb763 -C extra-filename=-3a7fba7f3a051ff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-db29f3d2a28e8a1f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-6b52a48335e7b6ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54662026-06-16T21:25:37.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e422857292f72951 -C extra-filename=-4ab3ac4c09396d97 --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-c6da6d562eb4080b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/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/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54672026-06-16T21:25:37.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40e942ffc167ed23 -C extra-filename=-eb9264684dc066b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-51512c1c13f2b77a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-27379248de89b04e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54682026-06-16T21:25:37.041Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=709a7482208d5b87 -C extra-filename=-bba897b42b892b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-51512c1c13f2b77a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54692026-06-16T21:25:37.045Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab18dc9d42be98c4 -C extra-filename=-a88898087d2dac85 --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-033f92b7d2688a9a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54702026-06-16T21:25:37.045Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=c02190e79c7a899b -C extra-filename=-b7a1de88579b402a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-896427e7e177f6b6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54712026-06-16T21:25:37.222Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=7506101dcad1fa20 -C extra-filename=-73d46c1795b074e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-e20fa3ae3be6954b.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54722026-06-16T21:25:37.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaeaeb5ac1471245 -C extra-filename=-3681761270ba1c7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54732026-06-16T21:25:39.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4abc8a4fba0dae0 -C extra-filename=-f8171a0483d21831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54742026-06-16T21:25:39.396Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c121c5e7fceb858 -C extra-filename=-e43b52a076b2dcf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-9465cc6e35819104.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54752026-06-16T21:25:39.396Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df852406be7290ba -C extra-filename=-f483f599fe02d6f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-9465cc6e35819104.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54762026-06-16T21:28:07.821Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=404a40e7485e5a73 -C extra-filename=-767fab8c26c14ff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-c280fa5438197d70.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54772026-06-16T21:28:07.827Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=301f8702a8e42115 -C extra-filename=-adc119d2877b6db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-c280fa5438197d70.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54782026-06-16T21:28:07.857Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b08d04c1e66fe10 -C extra-filename=-f33d412b8080a5e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-c280fa5438197d70.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54792026-06-16T21:28:07.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cda587954adf094 -C extra-filename=-9e7bbb8695388e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54802026-06-16T21:28:07.862Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3469163f1ba785a3 -C extra-filename=-ae78f3427a6e3ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/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/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54812026-06-16T21:28:07.864Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b422f6c288f5e921 -C extra-filename=-ab8e4a5edc61229c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54822026-06-16T21:28:07.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f57f98ddba3c7e45 -C extra-filename=-81edbca6c2095aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54832026-06-16T21:28:07.888Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=953034a6556e4e2b -C extra-filename=-03531d6642f2cce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/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/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54842026-06-16T21:28:07.893Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b377cc3779b2ac71 -C extra-filename=-f3d988d0bc5b25ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73d46c1795b074e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54852026-06-16T21:29:56.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 43s
54862026-06-16T21:29:56.664Z
54872026-06-16T21:29:56.664Zreal 7:44.332004129
54882026-06-16T21:29:56.664Zuser 1:12:21.907574889
54892026-06-16T21:29:56.665Zsys 21:06.686228730
54902026-06-16T21:29:56.665Ztrap 2.048581678
54912026-06-16T21:29:56.665Ztflt 2.441048666
54922026-06-16T21:29:56.665Zdflt 24.022108103
54932026-06-16T21:29:56.665Zkflt 0.069770400
54942026-06-16T21:29:56.665Zlock 4:32:10.210448110
54952026-06-16T21:29:56.665Zslp 4:40:36.461587698
54962026-06-16T21:29:56.668Zlat 2:16.175994614
54972026-06-16T21:29:56.668Zstop 33:48.217309190
54982026-06-16T21:29:56.668Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
54992026-06-16T21:29:58.068Z Fresh unicode-ident v1.0.24
55002026-06-16T21:29:58.071Z Fresh cfg-if v1.0.4
55012026-06-16T21:29:58.071Z Fresh memchr v2.8.0
55022026-06-16T21:29:58.071Z Fresh smallvec v1.15.1
55032026-06-16T21:29:58.071Z Fresh log v0.4.29
55042026-06-16T21:29:58.071Z Fresh itoa v1.0.17
55052026-06-16T21:29:58.071Z Fresh version_check v0.9.5
55062026-06-16T21:29:58.071Z Fresh autocfg v1.5.0
55072026-06-16T21:29:58.071Z Fresh stable_deref_trait v1.2.1
55082026-06-16T21:29:58.071Z Fresh scopeguard v1.2.0
55092026-06-16T21:29:58.071Z Fresh percent-encoding v2.3.2
55102026-06-16T21:29:58.071Z Fresh writeable v0.6.2
55112026-06-16T21:29:58.071Z Fresh litemap v0.8.1
55122026-06-16T21:29:58.071Z Fresh utf8_iter v1.0.4
55132026-06-16T21:29:58.071Z Fresh rand_core v0.10.0
55142026-06-16T21:29:58.071Z Fresh shlex v1.3.0
55152026-06-16T21:29:58.071Z Fresh find-msvc-tools v0.1.9
55162026-06-16T21:29:58.071Z Fresh pin-project-lite v0.2.17
55172026-06-16T21:29:58.071Z Fresh fnv v1.0.7
55182026-06-16T21:29:58.071Z Fresh proc-macro2 v1.0.106
55192026-06-16T21:29:58.071Z Fresh lock_api v0.4.14
55202026-06-16T21:29:58.071Z Fresh form_urlencoded v1.2.2
55212026-06-16T21:29:58.071Z Fresh subtle v2.6.1
55222026-06-16T21:29:58.072Z Fresh equivalent v1.0.2
55232026-06-16T21:29:58.072Z Fresh critical-section v1.2.0
55242026-06-16T21:29:58.072Z Fresh heck v0.5.0
55252026-06-16T21:29:58.072Z Fresh iana-time-zone v0.1.65
55262026-06-16T21:29:58.075Z Fresh hashbrown v0.17.0
55272026-06-16T21:29:58.075Z Fresh regex-syntax v0.8.10
55282026-06-16T21:29:58.075Z Fresh dyn-clone v1.0.20
55292026-06-16T21:29:58.075Z Fresh futures-core v0.3.32
55302026-06-16T21:29:58.075Z Fresh strsim v0.11.1
55312026-06-16T21:29:58.075Z Fresh quote v1.0.45
55322026-06-16T21:29:58.075Z Fresh libc v0.2.185
55332026-06-16T21:29:58.075Z Fresh serde_core v1.0.228
55342026-06-16T21:29:58.075Z Fresh zmij v1.0.21
55352026-06-16T21:29:58.075Z Fresh libm v0.2.16
55362026-06-16T21:29:58.075Z Fresh icu_properties_data v2.1.2
55372026-06-16T21:29:58.075Z Fresh icu_normalizer_data v2.1.1
55382026-06-16T21:29:58.075Z Fresh portable-atomic v1.13.1
55392026-06-16T21:29:58.075Z Fresh aho-corasick v1.1.4
55402026-06-16T21:29:58.075Z Fresh const-oid v0.9.6
55412026-06-16T21:29:58.075Z Fresh byteorder v1.5.0
55422026-06-16T21:29:58.075Z Fresh futures-sink v0.3.32
55432026-06-16T21:29:58.077Z Fresh futures-io v0.3.32
55442026-06-16T21:29:58.077Z Fresh futures-task v0.3.32
55452026-06-16T21:29:58.077Z Fresh slab v0.4.12
55462026-06-16T21:29:58.077Z Fresh cpufeatures v0.2.17
55472026-06-16T21:29:58.077Z Fresh ident_case v1.0.1
55482026-06-16T21:29:58.077Z Fresh pkg-config v0.3.32
55492026-06-16T21:29:58.077Z Fresh base64 v0.22.1
55502026-06-16T21:29:58.077Z Fresh either v1.15.0
55512026-06-16T21:29:58.080Z Fresh syn v2.0.117
55522026-06-16T21:29:58.080Z Fresh errno v0.3.14
55532026-06-16T21:29:58.080Z Fresh getrandom v0.2.17
55542026-06-16T21:29:58.080Z Fresh serde_json v1.0.149
55552026-06-16T21:29:58.081Z Fresh num-traits v0.2.19
55562026-06-16T21:29:58.081Z Fresh bitflags v2.11.0
55572026-06-16T21:29:58.081Z Fresh semver v1.0.28
55582026-06-16T21:29:58.081Z Fresh getrandom v0.4.1
55592026-06-16T21:29:58.081Z Fresh parking_lot_core v0.9.12
55602026-06-16T21:29:58.081Z Fresh jobserver v0.1.34
55612026-06-16T21:29:58.081Z Fresh once_cell v1.21.3
55622026-06-16T21:29:58.081Z Fresh mio v1.2.0
55632026-06-16T21:29:58.081Z Fresh socket2 v0.6.3
55642026-06-16T21:29:58.081Z Fresh typenum v1.19.0
55652026-06-16T21:29:58.081Z Fresh indexmap v2.14.0
55662026-06-16T21:29:58.081Z Fresh rustversion v1.0.22
55672026-06-16T21:29:58.081Z Fresh regex-automata v0.4.14
55682026-06-16T21:29:58.081Z Fresh futures-channel v0.3.32
55692026-06-16T21:29:58.082Z Fresh utf8parse v0.2.2
55702026-06-16T21:29:58.082Z Fresh num-conv v0.2.0
55712026-06-16T21:29:58.082Z Fresh anstyle v1.0.14
55722026-06-16T21:29:58.082Z Fresh time-core v0.1.8
55732026-06-16T21:29:58.082Z Fresh powerfmt v0.2.0
55742026-06-16T21:29:58.082Z Fresh allocator-api2 v0.2.21
55752026-06-16T21:29:58.082Z Fresh base64ct v1.8.3
55762026-06-16T21:29:58.082Z Fresh num_threads v0.1.7
55772026-06-16T21:29:58.082Z Fresh untrusted v0.9.0
55782026-06-16T21:29:58.082Z Fresh serde_derive v1.0.228
55792026-06-16T21:29:58.082Z Fresh zeroize_derive v1.4.3
55802026-06-16T21:29:58.082Z Fresh synstructure v0.13.2
55812026-06-16T21:29:58.082Z Fresh zerovec-derive v0.11.2
55822026-06-16T21:29:58.082Z Fresh displaydoc v0.2.5
55832026-06-16T21:29:58.082Z Fresh cc v1.2.56
55842026-06-16T21:29:58.082Z Fresh parking_lot v0.12.5
55852026-06-16T21:29:58.082Z Fresh thiserror-impl v2.0.18
55862026-06-16T21:29:58.082Z Fresh zerocopy-derive v0.8.40
55872026-06-16T21:29:58.082Z Fresh rand_core v0.6.4
55882026-06-16T21:29:58.082Z Fresh signal-hook-registry v1.4.8
55892026-06-16T21:29:58.082Z Fresh uuid v1.23.0
55902026-06-16T21:29:58.082Z Fresh tokio-macros v2.7.0
55912026-06-16T21:29:58.082Z Fresh serde_derive_internals v0.29.1
55922026-06-16T21:29:58.082Z Fresh syn v1.0.109
55932026-06-16T21:29:58.082Z Fresh rustix v1.1.3
55942026-06-16T21:29:58.082Z Fresh futures-macro v0.3.32
55952026-06-16T21:29:58.083Z Fresh thiserror-impl v1.0.69
55962026-06-16T21:29:58.084Z Fresh regex v1.12.3
55972026-06-16T21:29:58.084Z Fresh getrandom v0.3.4
55982026-06-16T21:29:58.084Z Fresh anyhow v1.0.102
55992026-06-16T21:29:58.084Z Fresh tracing-core v0.1.36
56002026-06-16T21:29:58.084Z Fresh tracing-attributes v0.1.31
56012026-06-16T21:29:58.084Z Fresh deranged v0.5.8
56022026-06-16T21:29:58.084Z Fresh time-macros v0.2.27
56032026-06-16T21:29:58.084Z Fresh colorchoice v1.0.4
56042026-06-16T21:29:58.087Z Fresh anstyle-query v1.1.5
56052026-06-16T21:29:58.087Z Fresh is_terminal_polyfill v1.70.2
56062026-06-16T21:29:58.087Z Fresh anstyle-parse v1.0.0
56072026-06-16T21:29:58.087Z Fresh ryu v1.0.23
56082026-06-16T21:29:58.087Z Fresh serde v1.0.228
56092026-06-16T21:29:58.087Z Fresh zeroize v1.8.2
56102026-06-16T21:29:58.087Z Fresh zerofrom-derive v0.1.6
56112026-06-16T21:29:58.087Z Fresh yoke-derive v0.8.1
56122026-06-16T21:29:58.088Z Fresh thiserror v2.0.18
56132026-06-16T21:29:58.088Z Fresh zerocopy v0.8.40
56142026-06-16T21:29:58.088Z Fresh schemars_derive v0.8.22
56152026-06-16T21:29:58.088Z Fresh futures-util v0.3.32
56162026-06-16T21:29:58.088Z Fresh thiserror v1.0.69
56172026-06-16T21:29:58.088Z Fresh tracing v0.1.44
56182026-06-16T21:29:58.088Z Fresh time v0.3.47
56192026-06-16T21:29:58.088Z Fresh terminal_size v0.4.3
56202026-06-16T21:29:58.088Z Fresh anstream v1.0.0
56212026-06-16T21:29:58.089Z Fresh pem-rfc7468 v0.7.0
56222026-06-16T21:29:58.089Z Fresh clap_lex v1.0.0
56232026-06-16T21:29:58.089Z Fresh rand_core v0.9.5
56242026-06-16T21:29:58.089Z Fresh clap_derive v4.6.1
56252026-06-16T21:29:58.089Z Fresh atomic-waker v1.1.2
56262026-06-16T21:29:58.089Z Fresh cmake v0.1.57
56272026-06-16T21:29:58.089Z Fresh der_derive v0.7.3
56282026-06-16T21:29:58.089Z Fresh httpdate v1.0.3
56292026-06-16T21:29:58.089Z Fresh dunce v1.0.5
56302026-06-16T21:29:58.089Z Fresh fs_extra v1.3.0
56312026-06-16T21:29:58.089Z Fresh try-lock v0.2.5
56322026-06-16T21:29:58.089Z Fresh flagset v0.4.7
56332026-06-16T21:29:58.089Z Fresh tower-service v0.3.3
56342026-06-16T21:29:58.089Z Fresh unicode-segmentation v1.12.0
56352026-06-16T21:29:58.089Z Fresh bytes v1.11.1
56362026-06-16T21:29:58.089Z Fresh zerofrom v0.1.6
56372026-06-16T21:29:58.089Z Fresh chrono v0.4.44
56382026-06-16T21:29:58.089Z Fresh generic-array v0.14.7
56392026-06-16T21:29:58.089Z Fresh ppv-lite86 v0.2.21
56402026-06-16T21:29:58.089Z Fresh serde_tokenstream v0.2.3
56412026-06-16T21:29:58.089Z Fresh ipnet v2.11.0
56422026-06-16T21:29:58.089Z Fresh httparse v1.10.1
56432026-06-16T21:29:58.090Z Fresh rustls-pki-types v1.14.0
56442026-06-16T21:29:58.090Z Fresh crossbeam-utils v0.8.21
56452026-06-16T21:29:58.090Z Fresh clap_builder v4.6.0
56462026-06-16T21:29:58.090Z Fresh erased-serde v0.3.31
56472026-06-16T21:29:58.090Z Fresh want v0.3.1
56482026-06-16T21:29:58.090Z Fresh der v0.7.10
56492026-06-16T21:29:58.090Z Fresh tower-layer v0.3.3
56502026-06-16T21:29:58.090Z Fresh pin-utils v0.1.0
56512026-06-16T21:29:58.090Z Fresh fastrand v2.3.0
56522026-06-16T21:29:58.090Z Fresh hex v0.4.3
56532026-06-16T21:29:58.090Z Fresh socket2 v0.5.10
56542026-06-16T21:29:58.090Z Fresh spin v0.9.8
56552026-06-16T21:29:58.090Z Fresh ucd-trie v0.1.7
56562026-06-16T21:29:58.090Z Fresh mime v0.3.17
56572026-06-16T21:29:58.090Z Fresh async-trait v0.1.89
56582026-06-16T21:29:58.090Z Fresh pretty-hex v0.4.1
56592026-06-16T21:29:58.090Z Fresh rustc_version v0.4.1
56602026-06-16T21:29:58.090Z Fresh untrusted v0.7.1
56612026-06-16T21:29:58.090Z Fresh plain v0.2.3
56622026-06-16T21:29:58.094Z Fresh yoke v0.8.1
56632026-06-16T21:29:58.094Z Fresh tokio v1.52.1
56642026-06-16T21:29:58.094Z Fresh crypto-common v0.1.7
56652026-06-16T21:29:58.094Z Fresh block-buffer v0.10.4
56662026-06-16T21:29:58.094Z Fresh http v1.4.0
56672026-06-16T21:29:58.094Z Fresh block-padding v0.3.3
56682026-06-16T21:29:58.094Z Fresh ring v0.17.14
56692026-06-16T21:29:58.094Z Fresh camino v1.2.2
56702026-06-16T21:29:58.094Z Fresh clap v4.6.1
56712026-06-16T21:29:58.094Z Fresh slog v2.8.2
56722026-06-16T21:29:58.094Z Fresh rand_chacha v0.9.0
56732026-06-16T21:29:58.095Z Fresh pest v2.8.6
56742026-06-16T21:29:58.095Z Fresh tempfile v3.25.0
56752026-06-16T21:29:58.095Z Fresh foldhash v0.2.0
56762026-06-16T21:29:58.095Z Fresh spki v0.7.3
56772026-06-16T21:29:58.095Z Fresh winnow v0.7.14
56782026-06-16T21:29:58.095Z Fresh openssl-probe v0.2.1
56792026-06-16T21:29:58.095Z Fresh rand_chacha v0.3.1
56802026-06-16T21:29:58.095Z Fresh serde_urlencoded v0.7.1
56812026-06-16T21:29:58.095Z Fresh encoding_rs v0.8.35
56822026-06-16T21:29:58.095Z Fresh simd-adler32 v0.3.8
56832026-06-16T21:29:58.095Z Fresh vcpkg v0.2.15
56842026-06-16T21:29:58.095Z Fresh adler2 v2.0.1
56852026-06-16T21:29:58.095Z Fresh openapiv3 v2.2.0
56862026-06-16T21:29:58.095Z Fresh sync_wrapper v1.0.2
56872026-06-16T21:29:58.095Z Fresh webpki-roots v1.0.6
56882026-06-16T21:29:58.095Z Fresh darling_core v0.21.3
56892026-06-16T21:29:58.095Z Fresh iri-string v0.7.10
56902026-06-16T21:29:58.095Z Fresh futures-executor v0.3.32
56912026-06-16T21:29:58.095Z Fresh zerovec v0.11.5
56922026-06-16T21:29:58.095Z Fresh zerotrie v0.2.3
56932026-06-16T21:29:58.095Z Fresh digest v0.10.7
56942026-06-16T21:29:58.095Z Fresh tokio-util v0.7.18
56952026-06-16T21:29:58.095Z Fresh inout v0.1.4
56962026-06-16T21:29:58.095Z Fresh http-body v1.0.1
56972026-06-16T21:29:58.095Z Fresh rand v0.9.2
56982026-06-16T21:29:58.095Z Fresh pest_meta v2.8.6
56992026-06-16T21:29:58.096Z Fresh aws-lc-sys v0.40.0
57002026-06-16T21:29:58.096Z Fresh hashbrown v0.16.1
57012026-06-16T21:29:58.097Z Fresh rand v0.8.6
57022026-06-16T21:29:58.097Z Fresh miniz_oxide v0.8.9
57032026-06-16T21:29:58.097Z Fresh rustls-native-certs v0.8.3
57042026-06-16T21:29:58.097Z Fresh tower v0.5.3
57052026-06-16T21:29:58.097Z Fresh darling_macro v0.21.3
57062026-06-16T21:29:58.097Z Fresh futures v0.3.32
57072026-06-16T21:29:58.097Z Fresh static_assertions v1.1.0
57082026-06-16T21:29:58.097Z Fresh lazy_static v1.5.0
57092026-06-16T21:29:58.097Z Fresh hubpack_derive v0.1.1
57102026-06-16T21:29:58.097Z Fresh toml_parser v1.0.9+spec-1.1.0
57112026-06-16T21:29:58.097Z Fresh toml_datetime v0.6.11
57122026-06-16T21:29:58.097Z Fresh serde_spanned v0.6.9
57132026-06-16T21:29:58.097Z Fresh scroll_derive v0.13.1
57142026-06-16T21:29:58.097Z Fresh strum_macros v0.26.4
57152026-06-16T21:29:58.097Z Fresh zlib-rs v0.6.2
57162026-06-16T21:29:58.097Z Fresh litrs v1.0.0
57172026-06-16T21:29:58.097Z Fresh heck v0.4.1
57182026-06-16T21:29:58.097Z Fresh tinystr v0.8.2
57192026-06-16T21:29:58.097Z Fresh potential_utf v0.1.4
57202026-06-16T21:29:58.097Z Fresh cipher v0.4.4
57212026-06-16T21:29:58.097Z Fresh sha2 v0.10.9
57222026-06-16T21:29:58.097Z Fresh hmac v0.12.1
57232026-06-16T21:29:58.097Z Fresh h2 v0.4.13
57242026-06-16T21:29:58.097Z Fresh http-body-util v0.1.3
57252026-06-16T21:29:58.098Z Fresh pest_generator v2.8.6
57262026-06-16T21:29:58.098Z Fresh aws-lc-rs v1.16.3
57272026-06-16T21:29:58.098Z Fresh tower-http v0.6.8
57282026-06-16T21:29:58.098Z Fresh darling v0.21.3
57292026-06-16T21:29:58.098Z Fresh crc32fast v1.5.0
57302026-06-16T21:29:58.098Z Fresh signature v2.2.0
57312026-06-16T21:29:58.098Z Fresh hubpack v0.1.2
57322026-06-16T21:29:58.098Z Fresh strum v0.26.3
57332026-06-16T21:29:58.098Z Fresh scroll v0.13.0
57342026-06-16T21:29:58.098Z Fresh document-features v0.2.12
57352026-06-16T21:29:58.098Z Fresh tinyvec_macros v0.1.1
57362026-06-16T21:29:58.098Z Fresh psl-types v2.0.11
57372026-06-16T21:29:58.098Z Fresh sha1 v0.10.6
57382026-06-16T21:29:58.098Z Fresh num-integer v0.1.46
57392026-06-16T21:29:58.098Z Fresh thread-id v5.1.0
57402026-06-16T21:29:58.098Z Fresh data-encoding v2.10.0
57412026-06-16T21:29:58.098Z Fresh darling_core v0.20.11
57422026-06-16T21:29:58.098Z Fresh memmap2 v0.9.10
57432026-06-16T21:29:58.098Z Fresh base16ct v0.2.0
57442026-06-16T21:29:58.102Z Fresh icu_locale_core v2.1.1
57452026-06-16T21:29:58.102Z Fresh icu_collections v2.1.1
57462026-06-16T21:29:58.102Z Fresh hyper v1.8.1
57472026-06-16T21:29:58.102Z Fresh pbkdf2 v0.12.2
57482026-06-16T21:29:58.102Z Fresh aes v0.8.4
57492026-06-16T21:29:58.102Z Fresh salsa20 v0.10.2
57502026-06-16T21:29:58.102Z Fresh pest_derive v2.8.6
57512026-06-16T21:29:58.102Z Fresh cbc v0.1.2
57522026-06-16T21:29:58.102Z Fresh rustls-webpki v0.103.9
57532026-06-16T21:29:58.102Z Fresh paste v1.0.15
57542026-06-16T21:29:58.102Z Fresh flate2 v1.1.9
57552026-06-16T21:29:58.102Z Fresh goblin v0.10.5
57562026-06-16T21:29:58.102Z Fresh tinyvec v1.10.0
57572026-06-16T21:29:58.103Z Fresh cookie v0.18.1
57582026-06-16T21:29:58.103Z Fresh bit-vec v0.8.0
57592026-06-16T21:29:58.103Z Fresh darling_macro v0.20.11
57602026-06-16T21:29:58.104Z Fresh ff v0.13.1
57612026-06-16T21:29:58.104Z Fresh scroll_derive v0.12.1
57622026-06-16T21:29:58.104Z Fresh wait-timeout v0.2.1
57632026-06-16T21:29:58.104Z Fresh num-iter v0.1.45
57642026-06-16T21:29:58.104Z Fresh hkdf v0.12.4
57652026-06-16T21:29:58.104Z Fresh crossbeam-epoch v0.9.18
57662026-06-16T21:29:58.104Z Fresh crypto-bigint v0.5.5
57672026-06-16T21:29:58.104Z Fresh zerocopy-derive v0.7.35
57682026-06-16T21:29:58.104Z Fresh anstyle-parse v0.2.7
57692026-06-16T21:29:58.104Z Fresh bstr v1.12.1
57702026-06-16T21:29:58.104Z Fresh foreign-types-shared v0.1.1
57712026-06-16T21:29:58.104Z Fresh icu_provider v2.1.1
57722026-06-16T21:29:58.104Z Fresh hyper-util v0.1.20
57732026-06-16T21:29:58.104Z Fresh rustls v0.23.37
57742026-06-16T21:29:58.104Z Fresh scrypt v0.11.0
57752026-06-16T21:29:58.104Z Fresh dof v0.4.0
57762026-06-16T21:29:58.104Z Fresh dtrace-parser v0.3.0
57772026-06-16T21:29:58.104Z Fresh bit-set v0.8.0
57782026-06-16T21:29:58.104Z Fresh ahash v0.8.12
57792026-06-16T21:29:58.104Z Fresh scroll v0.12.0
57802026-06-16T21:29:58.104Z Fresh group v0.13.0
57812026-06-16T21:29:58.104Z Fresh darling v0.20.11
57822026-06-16T21:29:58.104Z Fresh siphasher v1.0.2
57832026-06-16T21:29:58.104Z Fresh quick-error v1.2.3
57842026-06-16T21:29:58.104Z Fresh foreign-types v0.3.2
57852026-06-16T21:29:58.104Z Fresh zerocopy v0.7.35
57862026-06-16T21:29:58.104Z Fresh anstream v0.6.21
57872026-06-16T21:29:58.104Z Fresh openssl-sys v0.9.115
57882026-06-16T21:29:58.104Z Fresh rand_xorshift v0.4.0
57892026-06-16T21:29:58.104Z Fresh openssl-macros v0.1.1
57902026-06-16T21:29:58.104Z Fresh itertools v0.13.0
57912026-06-16T21:29:58.104Z Fresh unarray v0.1.4
57922026-06-16T21:29:58.104Z Fresh winnow v0.5.40
57932026-06-16T21:29:58.104Z Fresh dtrace-parser v0.2.0
57942026-06-16T21:29:58.104Z Fresh x509-cert v0.2.5
57952026-06-16T21:29:58.104Z Fresh thread-id v4.2.2
57962026-06-16T21:29:58.104Z Fresh icu_normalizer v2.1.1
57972026-06-16T21:29:58.104Z Fresh icu_properties v2.1.2
57982026-06-16T21:29:58.105Z Fresh pkcs5 v0.7.1
57992026-06-16T21:29:58.105Z Fresh tokio-rustls v0.26.4
58002026-06-16T21:29:58.105Z Fresh rustls-platform-verifier v0.6.2
58012026-06-16T21:29:58.106Z Fresh usdt-impl v0.6.0
58022026-06-16T21:29:58.106Z Fresh rustix v0.38.44
58032026-06-16T21:29:58.106Z Fresh object v0.37.3
58042026-06-16T21:29:58.106Z Fresh goblin v0.8.2
58052026-06-16T21:29:58.106Z Fresh rusty-fork v0.3.1
58062026-06-16T21:29:58.106Z Fresh derive_builder_core v0.20.2
58072026-06-16T21:29:58.106Z Fresh num-bigint-dig v0.8.6
58082026-06-16T21:29:58.106Z Fresh toml_edit v0.19.15
58092026-06-16T21:29:58.106Z Fresh rfc6979 v0.4.0
58102026-06-16T21:29:58.106Z Fresh curve25519-dalek-derive v0.1.1
58112026-06-16T21:29:58.106Z Fresh cfg_aliases v0.2.1
58122026-06-16T21:29:58.106Z Fresh serde_with_macros v3.17.0
58132026-06-16T21:29:58.106Z Fresh daft-derive v0.1.7
58142026-06-16T21:29:58.106Z Fresh cargo-platform v0.3.2
58152026-06-16T21:29:58.106Z Fresh env_filter v1.0.0
58162026-06-16T21:29:58.106Z Fresh same-file v1.0.6
58172026-06-16T21:29:58.106Z Fresh keccak v0.1.6
58182026-06-16T21:29:58.106Z Fresh idna_adapter v1.2.1
58192026-06-16T21:29:58.106Z Fresh pkcs8 v0.10.2
58202026-06-16T21:29:58.106Z Fresh hyper-rustls v0.27.7
58212026-06-16T21:29:58.106Z Fresh usdt-attr-macro v0.6.0
58222026-06-16T21:29:58.106Z Fresh usdt-macro v0.6.0
58232026-06-16T21:29:58.106Z Fresh dof v0.3.0
58242026-06-16T21:29:58.106Z Fresh proptest v1.10.0
58252026-06-16T21:29:58.106Z Fresh derive_builder_macro v0.20.2
58262026-06-16T21:29:58.107Z Fresh openssl v0.10.79
58272026-06-16T21:29:58.107Z Fresh memoffset v0.9.1
58282026-06-16T21:29:58.107Z Fresh curve25519-dalek v4.1.3
58292026-06-16T21:29:58.107Z Fresh cargo_metadata v0.23.1
58302026-06-16T21:29:58.107Z Fresh env_logger v0.11.9
58312026-06-16T21:29:58.107Z Fresh sha3 v0.10.8
58322026-06-16T21:29:58.111Z Fresh walkdir v2.5.0
58332026-06-16T21:29:58.111Z Fresh toml_write v0.1.2
58342026-06-16T21:29:58.111Z Fresh bitflags v1.3.2
58352026-06-16T21:29:58.111Z Fresh unicode-normalization v0.1.25
58362026-06-16T21:29:58.111Z Fresh enum-as-inner v0.6.1
58372026-06-16T21:29:58.111Z Fresh managed v0.8.0
58382026-06-16T21:29:58.111Z Fresh phf_shared v0.11.3
58392026-06-16T21:29:58.112Z Fresh ref-cast-impl v1.0.25
58402026-06-16T21:29:58.112Z Fresh idna v1.1.0
58412026-06-16T21:29:58.112Z Fresh sec1 v0.7.3
58422026-06-16T21:29:58.112Z Fresh usdt v0.6.0
58432026-06-16T21:29:58.112Z Fresh pkcs1 v0.7.5
58442026-06-16T21:29:58.112Z Fresh usdt-impl v0.5.0
58452026-06-16T21:29:58.112Z Fresh derive_builder v0.20.2
58462026-06-16T21:29:58.112Z Fresh native-tls v0.2.18
58472026-06-16T21:29:58.112Z Fresh ed25519 v2.2.3
58482026-06-16T21:29:58.112Z Fresh toml_edit v0.22.27
58492026-06-16T21:29:58.112Z Fresh signal-hook v0.3.18
58502026-06-16T21:29:58.112Z Fresh bzip2-sys v0.1.13+1.0.8
58512026-06-16T21:29:58.112Z Fresh foldhash v0.1.5
58522026-06-16T21:29:58.112Z Fresh precomputed-hash v0.1.1
58532026-06-16T21:29:58.112Z Fresh new_debug_unreachable v1.0.6
58542026-06-16T21:29:58.112Z Fresh fixedbitset v0.4.2
58552026-06-16T21:29:58.112Z Fresh zstd-sys v2.0.16+zstd.1.5.7
58562026-06-16T21:29:58.112Z Fresh toml v0.7.8
58572026-06-16T21:29:58.112Z Fresh globset v0.4.18
58582026-06-16T21:29:58.112Z Fresh pin-project-internal v1.1.11
58592026-06-16T21:29:58.112Z Fresh libbz2-rs-sys v0.2.2
58602026-06-16T21:29:58.112Z Fresh lalrpop-util v0.19.12
58612026-06-16T21:29:58.112Z Fresh bumpalo v3.20.2
58622026-06-16T21:29:58.112Z Fresh similar v2.7.0
58632026-06-16T21:29:58.112Z Fresh tokio-stream v0.1.18
58642026-06-16T21:29:58.112Z Fresh snafu-derive v0.8.9
58652026-06-16T21:29:58.112Z Fresh serde-big-array v0.5.1
58662026-06-16T21:29:58.112Z Fresh serde_repr v0.1.20
58672026-06-16T21:29:58.112Z Fresh url v2.5.8
58682026-06-16T21:29:58.112Z Fresh publicsuffix v2.3.0
58692026-06-16T21:29:58.112Z Fresh elliptic-curve v0.13.8
58702026-06-16T21:29:58.112Z Fresh rsa v0.9.10
58712026-06-16T21:29:58.112Z Fresh tokio-native-tls v0.3.1
58722026-06-16T21:29:58.112Z Fresh ed25519-dalek v2.2.0
58732026-06-16T21:29:58.112Z Fresh nix v0.31.2
58742026-06-16T21:29:58.112Z Fresh vergen-lib v9.1.0
58752026-06-16T21:29:58.113Z Fresh fs-err v3.3.0
58762026-06-16T21:29:58.113Z Fresh signal-hook-mio v0.2.5
58772026-06-16T21:29:58.113Z Fresh petgraph v0.6.5
58782026-06-16T21:29:58.113Z Fresh string_cache v0.8.9
58792026-06-16T21:29:58.113Z Fresh hashbrown v0.15.5
58802026-06-16T21:29:58.113Z Fresh ref-cast v1.0.25
58812026-06-16T21:29:58.113Z Fresh bzip2 v0.4.4
58822026-06-16T21:29:58.113Z Fresh pin-project v1.1.11
58832026-06-16T21:29:58.113Z Fresh zstd-safe v7.2.4
58842026-06-16T21:29:58.113Z Fresh zopfli v0.8.3
58852026-06-16T21:29:58.113Z Fresh bzip2 v0.6.1
58862026-06-16T21:29:58.113Z Fresh pem v3.0.6
58872026-06-16T21:29:58.113Z Fresh hash32 v0.2.1
58882026-06-16T21:29:58.114Z Fresh unicode-properties v0.1.4
58892026-06-16T21:29:58.114Z Fresh jiff v0.2.21
58902026-06-16T21:29:58.114Z Fresh predicates-core v1.0.10
58912026-06-16T21:29:58.114Z Fresh unicode-bidi v0.3.18
58922026-06-16T21:29:58.114Z Fresh olpc-cjson v0.1.4
58932026-06-16T21:29:58.114Z Fresh md-5 v0.10.6
58942026-06-16T21:29:58.114Z Fresh serde_plain v1.0.2
58952026-06-16T21:29:58.114Z Fresh float-cmp v0.10.0
58962026-06-16T21:29:58.114Z Fresh async-recursion v1.1.1
58972026-06-16T21:29:58.114Z Fresh schemars v0.8.22
58982026-06-16T21:29:58.114Z Fresh cookie_store v0.22.1
58992026-06-16T21:29:58.114Z Fresh ecdsa v0.16.9
59002026-06-16T21:29:58.114Z Fresh hyper-tls v0.6.0
59012026-06-16T21:29:58.114Z Fresh vergen v9.1.0
59022026-06-16T21:29:58.114Z Fresh zip v0.6.6
59032026-06-16T21:29:58.114Z Fresh crossterm v0.28.1
59042026-06-16T21:29:58.115Z Fresh zstd v0.13.3
59052026-06-16T21:29:58.115Z Fresh heapless v0.7.17
59062026-06-16T21:29:58.115Z Fresh hickory-proto v0.25.2
59072026-06-16T21:29:58.115Z Fresh stringprep v0.1.5
59082026-06-16T21:29:58.115Z Fresh snafu v0.8.9
59092026-06-16T21:29:58.115Z Fresh strum_macros v0.27.2
59102026-06-16T21:29:58.115Z Fresh difflib v0.4.0
59112026-06-16T21:29:58.115Z Fresh typed-path v0.9.3
59122026-06-16T21:29:58.115Z Fresh fallible-iterator v0.2.0
59132026-06-16T21:29:58.115Z Fresh normalize-line-endings v0.3.0
59142026-06-16T21:29:58.115Z Fresh phf_shared v0.13.1
59152026-06-16T21:29:58.115Z Fresh buf-list v1.1.2
59162026-06-16T21:29:58.115Z Fresh fixedbitset v0.5.7
59172026-06-16T21:29:58.115Z Fresh peg-runtime v0.8.5
59182026-06-16T21:29:58.115Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
59192026-06-16T21:29:58.115Z Fresh whoami v2.1.0
59202026-06-16T21:29:58.115Z Fresh is-terminal v0.4.17
59212026-06-16T21:29:58.115Z Fresh crossbeam-channel v0.5.15
59222026-06-16T21:29:58.115Z Fresh thread_local v1.1.9
59232026-06-16T21:29:58.115Z Fresh term v1.2.1
59242026-06-16T21:29:58.115Z Fresh take_mut v0.2.2
59252026-06-16T21:29:58.115Z Fresh structmeta-derive v0.3.0
59262026-06-16T21:29:58.115Z Fresh match_cfg v0.1.0
59272026-06-16T21:29:58.115Z Fresh ipnetwork v0.21.1
59282026-06-16T21:29:58.116Z Fresh reqwest v0.13.2
59292026-06-16T21:29:58.116Z Fresh newtype-uuid v1.3.2
59302026-06-16T21:29:58.116Z Fresh serde_with v3.17.0
59312026-06-16T21:29:58.116Z Fresh reqwest v0.12.28
59322026-06-16T21:29:58.120Z Fresh zip v4.6.1
59332026-06-16T21:29:58.120Z Fresh postgres-protocol v0.6.10
59342026-06-16T21:29:58.120Z Fresh strum v0.27.2
59352026-06-16T21:29:58.120Z Fresh smoltcp v0.9.1
59362026-06-16T21:29:58.120Z Fresh predicates v3.1.4
59372026-06-16T21:29:58.120Z Fresh phf v0.13.1
59382026-06-16T21:29:58.120Z Fresh petgraph v0.8.3
59392026-06-16T21:29:58.120Z Fresh slog-term v2.9.2
59402026-06-16T21:29:58.120Z Fresh structmeta v0.3.0
59412026-06-16T21:29:58.120Z Fresh hostname v0.3.1
59422026-06-16T21:29:58.120Z Fresh slog-json v2.6.1
59432026-06-16T21:29:58.120Z Fresh newtype-uuid-macros v0.1.0
59442026-06-16T21:29:58.120Z Fresh debug-ignore v1.0.5
59452026-06-16T21:29:58.120Z Fresh rustls-webpki v0.102.8
59462026-06-16T21:29:58.120Z Fresh serde_path_to_error v0.1.20
59472026-06-16T21:29:58.120Z Fresh toml_datetime v1.0.0+spec-1.1.0
59482026-06-16T21:29:58.120Z Fresh serde_spanned v1.0.4
59492026-06-16T21:29:58.120Z Fresh compression-core v0.4.31
59502026-06-16T21:29:58.120Z Fresh toml_writer v1.0.6+spec-1.1.0
59512026-06-16T21:29:58.120Z Fresh async-stream-impl v0.3.6
59522026-06-16T21:29:58.122Z Fresh rustls-pemfile v2.2.0
59532026-06-16T21:29:58.122Z Fresh dropshot_endpoint v0.17.0
59542026-06-16T21:29:58.122Z Fresh waitgroup v0.1.2
59552026-06-16T21:29:58.122Z Fresh oxnet v0.1.6
59562026-06-16T21:29:58.122Z Fresh tough v0.22.0
59572026-06-16T21:29:58.122Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
59582026-06-16T21:29:58.122Z Fresh postgres-types v0.2.12
59592026-06-16T21:29:58.122Z Fresh slog-async v2.8.0
59602026-06-16T21:29:58.122Z Fresh slog-bunyan v2.5.0
59612026-06-16T21:29:58.123Z Fresh derive-ex v0.1.8
59622026-06-16T21:29:58.123Z Fresh progenitor-client v0.14.0
59632026-06-16T21:29:58.123Z Fresh compression-codecs v0.4.37
59642026-06-16T21:29:58.123Z Fresh toml v1.0.6+spec-1.1.0
59652026-06-16T21:29:58.123Z Fresh async-stream v0.3.6
59662026-06-16T21:29:58.123Z Fresh hostname v0.4.2
59672026-06-16T21:29:58.123Z Fresh atomicwrites v0.4.4
59682026-06-16T21:29:58.123Z Fresh itertools v0.14.0
59692026-06-16T21:29:58.123Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59702026-06-16T21:29:58.123Z Fresh regress v0.10.5
59712026-06-16T21:29:58.123Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
59722026-06-16T21:29:58.123Z Fresh macaddr v1.0.1
59732026-06-16T21:29:58.123Z Fresh instant v0.1.13
59742026-06-16T21:29:58.123Z Fresh parse-display-derive v0.10.0
59752026-06-16T21:29:58.123Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
59762026-06-16T21:29:58.124Z Fresh backon v1.6.0
59772026-06-16T21:29:58.124Z Fresh humantime v2.3.0
59782026-06-16T21:29:58.124Z Fresh unicode-width v0.2.0
59792026-06-16T21:29:58.124Z Fresh convert_case v0.4.0
59802026-06-16T21:29:58.124Z Fresh half v2.7.1
59812026-06-16T21:29:58.124Z Fresh ciborium-io v0.2.2
59822026-06-16T21:29:58.124Z Fresh secrecy v0.10.3
59832026-06-16T21:29:58.124Z Fresh regress v0.11.1
59842026-06-16T21:29:58.124Z Fresh daft v0.1.7
59852026-06-16T21:29:58.124Z Fresh tokio-postgres v0.7.16
59862026-06-16T21:29:58.124Z Fresh test-strategy v0.4.5
59872026-06-16T21:29:58.124Z Fresh rustls v0.22.4
59882026-06-16T21:29:58.124Z Fresh async-compression v0.4.41
59892026-06-16T21:29:58.124Z Fresh multer v3.1.0
59902026-06-16T21:29:58.124Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59912026-06-16T21:29:58.125Z Fresh parse-display v0.10.0
59922026-06-16T21:29:58.125Z Fresh backoff v0.4.0
59932026-06-16T21:29:58.125Z Fresh progenitor-extras v0.2.0
59942026-06-16T21:29:58.125Z Fresh derive_more v0.99.20
59952026-06-16T21:29:58.125Z Fresh ciborium-ll v0.2.2
59962026-06-16T21:29:58.125Z Fresh typify-impl v0.6.2
59972026-06-16T21:29:58.125Z Fresh unsafe-libyaml v0.2.11
59982026-06-16T21:29:58.125Z Fresh universal-hash v0.5.1
59992026-06-16T21:29:58.125Z Fresh opaque-debug v0.3.1
60002026-06-16T21:29:58.125Z Fresh indent_write v2.2.0
60012026-06-16T21:29:58.125Z Fresh aead v0.5.2
60022026-06-16T21:29:58.125Z Fresh chacha20 v0.9.1
60032026-06-16T21:29:58.125Z Fresh camino-tempfile v1.4.1
60042026-06-16T21:29:58.125Z Fresh thiserror-impl-no-std v2.0.2
60052026-06-16T21:29:58.125Z Fresh swrite v0.1.0
60062026-06-16T21:29:58.125Z Fresh byte-wrapper v0.1.0
60072026-06-16T21:29:58.126Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60082026-06-16T21:29:58.126Z Fresh blake2 v0.10.6
60092026-06-16T21:29:58.126Z Fresh password-hash v0.5.0
60102026-06-16T21:29:58.126Z Fresh crossbeam-deque v0.8.6
60112026-06-16T21:29:58.126Z Fresh toml_datetime v0.7.5+spec-1.1.0
60122026-06-16T21:29:58.126Z Fresh glob v0.3.3
60132026-06-16T21:29:58.126Z Fresh toml v0.8.23
60142026-06-16T21:29:58.126Z Fresh iddqd v0.4.2
60152026-06-16T21:29:58.126Z Fresh tokio-rustls v0.25.0
60162026-06-16T21:29:58.126Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
60172026-06-16T21:29:58.126Z Fresh ciborium v0.2.2
60182026-06-16T21:29:58.126Z Fresh typify-macro v0.6.2
60192026-06-16T21:29:58.126Z Fresh serde_yaml v0.9.34+deprecated
60202026-06-16T21:29:58.126Z Fresh poly1305 v0.8.0
60212026-06-16T21:29:58.126Z Fresh thiserror-no-std v2.0.2
60222026-06-16T21:29:58.126Z Fresh argon2 v0.5.3
60232026-06-16T21:29:58.126Z Fresh toml_edit v0.23.10+spec-1.0.0
60242026-06-16T21:29:58.126Z Fresh tabwriter v1.4.1
60252026-06-16T21:29:58.127Z Fresh unicode-width v0.1.14
60262026-06-16T21:29:58.127Z Fresh colored v3.1.1
60272026-06-16T21:29:58.127Z Fresh ingot-macros v0.1.1
60282026-06-16T21:29:58.127Z Fresh hash32 v0.3.1
60292026-06-16T21:29:58.127Z Fresh cobs v0.3.0
60302026-06-16T21:29:58.127Z Fresh proc-macro-crate v1.3.1
60312026-06-16T21:29:58.127Z Fresh foreign-types-macros v0.2.3
60322026-06-16T21:29:58.131Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
60332026-06-16T21:29:58.131Z Fresh cpufeatures v0.3.0
60342026-06-16T21:29:58.131Z Fresh foreign-types-shared v0.3.1
60352026-06-16T21:29:58.131Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
60362026-06-16T21:29:58.131Z Fresh dropshot v0.17.0
60372026-06-16T21:29:58.131Z Fresh typify v0.6.2
60382026-06-16T21:29:58.131Z Fresh crucible-workspace-hack v0.1.0
60392026-06-16T21:29:58.131Z Fresh vsss-rs v3.3.4
60402026-06-16T21:29:58.131Z Fresh chacha20poly1305 v0.10.1
60412026-06-16T21:29:58.131Z Fresh proc-macro-crate v3.4.0
60422026-06-16T21:29:58.131Z Fresh rayon-core v1.13.0
60432026-06-16T21:29:58.131Z Fresh ingot-types v0.1.2
60442026-06-16T21:29:58.131Z Fresh postcard v1.1.3
60452026-06-16T21:29:58.131Z Fresh num_enum_derive v0.5.11
60462026-06-16T21:29:58.131Z Fresh foreign-types v0.5.0
60472026-06-16T21:29:58.131Z Fresh chacha20 v0.10.0
60482026-06-16T21:29:58.131Z Fresh num-derive v0.4.2
60492026-06-16T21:29:58.131Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
60502026-06-16T21:29:58.132Z Fresh sigpipe v0.1.3
60512026-06-16T21:29:58.132Z Fresh cstr-argument v0.1.2
60522026-06-16T21:29:58.132Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
60532026-06-16T21:29:58.132Z Fresh itertools v0.12.1
60542026-06-16T21:29:58.132Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60552026-06-16T21:29:58.132Z Fresh smf v0.2.3
60562026-06-16T21:29:58.132Z Fresh whoami v1.6.1
60572026-06-16T21:29:58.132Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
60582026-06-16T21:29:58.132Z Fresh progenitor-impl v0.14.0
60592026-06-16T21:29:58.132Z Fresh proc-macro-error-attr v1.0.4
60602026-06-16T21:29:58.132Z Fresh num_enum_derive v0.7.6
60612026-06-16T21:29:58.132Z Fresh rayon v1.11.0
60622026-06-16T21:29:58.132Z Fresh heapless v0.8.0
60632026-06-16T21:29:58.133Z Fresh ingot v0.1.1
60642026-06-16T21:29:58.133Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
60652026-06-16T21:29:58.133Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60662026-06-16T21:29:58.133Z Fresh num_enum v0.5.11
60672026-06-16T21:29:58.133Z Fresh rand v0.10.0
60682026-06-16T21:29:58.133Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
60692026-06-16T21:29:58.133Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60702026-06-16T21:29:58.133Z Fresh usdt-attr-macro v0.5.0
60712026-06-16T21:29:58.133Z Fresh usdt-macro v0.5.0
60722026-06-16T21:29:58.133Z Fresh memmap v0.7.0
60732026-06-16T21:29:58.133Z Fresh num-rational v0.4.2
60742026-06-16T21:29:58.133Z Fresh derive-where v1.6.0
60752026-06-16T21:29:58.133Z Fresh num-complex v0.4.6
60762026-06-16T21:29:58.133Z Fresh console v0.15.11
60772026-06-16T21:29:58.133Z Fresh float-ord v0.3.2
60782026-06-16T21:29:58.133Z Fresh newline-converter v0.3.0
60792026-06-16T21:29:58.133Z Fresh bytecount v0.6.9
60802026-06-16T21:29:58.133Z Fresh libsw-core v0.3.2
60812026-06-16T21:29:58.133Z Fresh linear-map v1.2.0
60822026-06-16T21:29:58.133Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60832026-06-16T21:29:58.133Z Fresh progenitor-macro v0.14.0
60842026-06-16T21:29:58.133Z Fresh proc-macro-error v1.0.4
60852026-06-16T21:29:58.133Z Fresh num_enum v0.7.6
60862026-06-16T21:29:58.133Z Fresh smoltcp v0.11.0
60872026-06-16T21:29:58.133Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60882026-06-16T21:29:58.133Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
60892026-06-16T21:29:58.133Z Fresh usdt v0.5.0
60902026-06-16T21:29:58.134Z Fresh num v0.4.3
60912026-06-16T21:29:58.134Z Fresh expectorate v1.2.0
60922026-06-16T21:29:58.134Z Fresh libsw v3.5.0
60932026-06-16T21:29:58.134Z Fresh gethostname v0.5.0
60942026-06-16T21:29:58.134Z Fresh unicode-xid v0.2.6
60952026-06-16T21:29:58.135Z Fresh resolv-conf v0.7.6
60962026-06-16T21:29:58.135Z Fresh convert_case v0.10.0
60972026-06-16T21:29:58.135Z Fresh smawk v0.3.2
60982026-06-16T21:29:58.135Z Fresh unicode-linebreak v0.1.5
60992026-06-16T21:29:58.135Z Fresh papergrid v0.11.0
61002026-06-16T21:29:58.135Z Fresh linked-hash-map v0.5.6
61012026-06-16T21:29:58.135Z Fresh hickory-proto v0.24.4
61022026-06-16T21:29:58.135Z Fresh termtree v0.5.1
61032026-06-16T21:29:58.135Z Fresh fd-lock v4.0.4
61042026-06-16T21:29:58.135Z Fresh vte v0.14.1
61052026-06-16T21:29:58.135Z Fresh minimal-lexical v0.2.1
61062026-06-16T21:29:58.135Z Fresh nu-ansi-term v0.50.3
61072026-06-16T21:29:58.135Z Fresh display-error-chain v0.2.2
61082026-06-16T21:29:58.135Z Fresh ar_archive_writer v0.5.1
61092026-06-16T21:29:58.135Z Fresh progenitor v0.14.0
61102026-06-16T21:29:58.135Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
61112026-06-16T21:29:58.135Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
61122026-06-16T21:29:58.135Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
61132026-06-16T21:29:58.135Z Fresh zone_cfg_derive v0.3.1
61142026-06-16T21:29:58.135Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
61152026-06-16T21:29:58.135Z Fresh tokio-dtrace v0.1.1
61162026-06-16T21:29:58.135Z Fresh owo-colors v4.3.0
61172026-06-16T21:29:58.136Z Fresh cancel-safe-futures v0.1.5
61182026-06-16T21:29:58.136Z Fresh prettyplease v0.2.37
61192026-06-16T21:29:58.136Z Fresh tabled_derive v0.7.0
61202026-06-16T21:29:58.136Z Fresh derive_more-impl v2.1.1
61212026-06-16T21:29:58.136Z Fresh lru-cache v0.1.2
61222026-06-16T21:29:58.136Z Fresh nom v7.1.3
61232026-06-16T21:29:58.136Z Fresh strip-ansi-escapes v0.2.1
61242026-06-16T21:29:58.136Z Fresh textwrap v0.16.2
61252026-06-16T21:29:58.136Z Fresh csv-core v0.1.13
61262026-06-16T21:29:58.136Z Fresh highway v1.3.0
61272026-06-16T21:29:58.136Z Fresh cfg_aliases v0.1.1
61282026-06-16T21:29:58.136Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
61292026-06-16T21:29:58.136Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
61302026-06-16T21:29:58.136Z Fresh zone v0.3.1
61312026-06-16T21:29:58.136Z Fresh oxide-tokio-rt v0.1.4
61322026-06-16T21:29:58.140Z Fresh derive_more v2.1.1
61332026-06-16T21:29:58.140Z Fresh tabled v0.15.0
61342026-06-16T21:29:58.140Z Fresh slog-dtrace v0.3.0
61352026-06-16T21:29:58.140Z Fresh hickory-resolver v0.24.4
61362026-06-16T21:29:58.140Z Fresh reedline v0.40.0
61372026-06-16T21:29:58.140Z Fresh semver v0.1.20
61382026-06-16T21:29:58.140Z Fresh csv v1.4.0
61392026-06-16T21:29:58.140Z Fresh nibble_vec v0.1.0
61402026-06-16T21:29:58.140Z Fresh endian-type v0.1.2
61412026-06-16T21:29:58.140Z Fresh home v0.5.12
61422026-06-16T21:29:58.140Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
61432026-06-16T21:29:58.141Z Fresh phf_shared v0.12.1
61442026-06-16T21:29:58.141Z Fresh recursive-proc-macro-impl v0.1.1
61452026-06-16T21:29:58.141Z Fresh const_format_proc_macros v0.2.34
61462026-06-16T21:29:58.141Z Fresh peg-macros v0.8.5
61472026-06-16T21:29:58.141Z Fresh sqlparser_derive v0.5.0
61482026-06-16T21:29:58.141Z Fresh winnow v0.6.26
61492026-06-16T21:29:58.141Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
61502026-06-16T21:29:58.141Z Fresh crossterm v0.29.0
61512026-06-16T21:29:58.141Z Fresh qorb v0.4.1
61522026-06-16T21:29:58.141Z Fresh rustc_version v0.1.7
61532026-06-16T21:29:58.141Z Fresh psm v0.1.30
61542026-06-16T21:29:58.141Z Fresh radix_trie v0.2.1
61552026-06-16T21:29:58.141Z Fresh phf v0.12.1
61562026-06-16T21:29:58.141Z Fresh nom v8.0.0
61572026-06-16T21:29:58.142Z Fresh unicode_categories v0.1.1
61582026-06-16T21:29:58.142Z Fresh peg v0.8.5
61592026-06-16T21:29:58.142Z Fresh const_format v0.2.35
61602026-06-16T21:29:58.142Z Fresh bcs v0.1.6
61612026-06-16T21:29:58.142Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
61622026-06-16T21:29:58.142Z Fresh filetime v0.2.27
61632026-06-16T21:29:58.142Z Fresh xattr v1.6.1
61642026-06-16T21:29:58.142Z Fresh base64 v0.21.7
61652026-06-16T21:29:58.144Z Fresh subprocess v0.2.15
61662026-06-16T21:29:58.144Z Fresh headers-core v0.3.0
61672026-06-16T21:29:58.145Z Fresh yasna v0.5.2
61682026-06-16T21:29:58.145Z Fresh dropshot-api-manager-types v0.7.2
61692026-06-16T21:29:58.145Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
61702026-06-16T21:29:58.145Z Fresh stacker v0.1.23
61712026-06-16T21:29:58.145Z Fresh nix v0.28.0
61722026-06-16T21:29:58.145Z Fresh chrono-tz v0.10.4
61732026-06-16T21:29:58.145Z Fresh sqlformat v0.3.5
61742026-06-16T21:29:58.145Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
61752026-06-16T21:29:58.145Z Fresh tar v0.4.45
61762026-06-16T21:29:58.145Z Fresh headers v0.4.1
61772026-06-16T21:29:58.145Z Fresh rcgen v0.12.1
61782026-06-16T21:29:58.145Z Fresh tagptr v0.2.0
61792026-06-16T21:29:58.145Z Fresh utf-8 v0.7.6
61802026-06-16T21:29:58.145Z Fresh bitfield-struct v0.6.2
61812026-06-16T21:29:58.145Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61822026-06-16T21:29:58.145Z Fresh ron v0.8.1
61832026-06-16T21:29:58.145Z Fresh tap v1.0.1
61842026-06-16T21:29:58.145Z Fresh zerocopy-derive v0.6.6
61852026-06-16T21:29:58.145Z Fresh funty v2.0.0
61862026-06-16T21:29:58.145Z Fresh crc-catalog v2.4.0
61872026-06-16T21:29:58.145Z Fresh recursive v0.1.1
61882026-06-16T21:29:58.145Z Fresh rustyline v14.0.0
61892026-06-16T21:29:58.145Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
61902026-06-16T21:29:58.145Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
61912026-06-16T21:29:58.145Z Fresh moka v0.12.13
61922026-06-16T21:29:58.145Z Fresh tungstenite v0.21.0
61932026-06-16T21:29:58.145Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61942026-06-16T21:29:58.145Z Fresh wyz v0.5.1
61952026-06-16T21:29:58.145Z Fresh zerocopy v0.6.6
61962026-06-16T21:29:58.145Z Fresh crc v3.4.0
61972026-06-16T21:29:58.145Z Fresh packed_struct_codegen v0.10.1
61982026-06-16T21:29:58.145Z Fresh bitfield-macros v0.19.4
61992026-06-16T21:29:58.145Z Fresh xshell-macros v0.2.7
62002026-06-16T21:29:58.145Z Fresh nodrop v0.1.14
62012026-06-16T21:29:58.145Z Fresh hashbrown v0.12.3
62022026-06-16T21:29:58.145Z Fresh hashbrown v0.13.2
62032026-06-16T21:29:58.145Z Fresh sqlparser v0.61.0
62042026-06-16T21:29:58.145Z Fresh newtype_derive v0.1.6
62052026-06-16T21:29:58.146Z Fresh hickory-resolver v0.25.2
62062026-06-16T21:29:58.146Z Fresh tokio-tungstenite v0.21.0
62072026-06-16T21:29:58.146Z Fresh libefi-sys v0.1.0
62082026-06-16T21:29:58.146Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62092026-06-16T21:29:58.146Z Fresh radium v0.7.0
62102026-06-16T21:29:58.146Z Fresh maybe-uninit v2.0.0
62112026-06-16T21:29:58.146Z Fresh array-init v0.0.4
62122026-06-16T21:29:58.146Z Fresh xshell v0.2.7
62132026-06-16T21:29:58.146Z Fresh bitfield v0.19.4
62142026-06-16T21:29:58.146Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
62152026-06-16T21:29:58.146Z Fresh crc-any v2.5.0
62162026-06-16T21:29:58.146Z Fresh path-slash v0.1.5
62172026-06-16T21:29:58.146Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
62182026-06-16T21:29:58.146Z Fresh half v1.8.3
62192026-06-16T21:29:58.146Z Fresh git-stub v1.0.0
62202026-06-16T21:29:58.146Z Fresh num-derive v0.3.3
62212026-06-16T21:29:58.146Z Fresh proc-macro-error-attr2 v2.0.0
62222026-06-16T21:29:58.146Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
62232026-06-16T21:29:58.146Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
62242026-06-16T21:29:58.146Z Fresh papergrid v0.17.0
62252026-06-16T21:29:58.146Z Fresh testing_table v0.3.0
62262026-06-16T21:29:58.146Z Fresh maplit v1.0.2
62272026-06-16T21:29:58.146Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
62282026-06-16T21:29:58.146Z Fresh steno v0.4.1
62292026-06-16T21:29:58.146Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
62302026-06-16T21:29:58.146Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
62312026-06-16T21:29:58.146Z Fresh bitvec v1.0.1
62322026-06-16T21:29:58.150Z Fresh smallvec v0.6.14
62332026-06-16T21:29:58.150Z Fresh indexmap v1.9.3
62342026-06-16T21:29:58.150Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
62352026-06-16T21:29:58.150Z Fresh serde_cbor v0.11.2
62362026-06-16T21:29:58.150Z Fresh libscf-sys v1.1.0
62372026-06-16T21:29:58.150Z Fresh git-stub-vcs v0.1.0
62382026-06-16T21:29:58.150Z Fresh proc-macro-error2 v2.0.1
62392026-06-16T21:29:58.150Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
62402026-06-16T21:29:58.150Z Fresh crc8 v0.1.1
62412026-06-16T21:29:58.150Z Fresh unicase v2.9.0
62422026-06-16T21:29:58.150Z Fresh fxhash v0.2.1
62432026-06-16T21:29:58.150Z Fresh diff v0.1.13
62442026-06-16T21:29:58.151Z Fresh dsl_auto_type v0.2.0
62452026-06-16T21:29:58.151Z Fresh scheduled-thread-pool v0.2.7
62462026-06-16T21:29:58.151Z Fresh diesel_table_macro_syntax v0.3.0
62472026-06-16T21:29:58.151Z Fresh downcast-rs v2.0.2
62482026-06-16T21:29:58.151Z Fresh packed_struct v0.10.1
62492026-06-16T21:29:58.151Z Fresh serde-hex v0.1.0
62502026-06-16T21:29:58.151Z Fresh object v0.30.4
62512026-06-16T21:29:58.151Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
62522026-06-16T21:29:58.151Z Fresh tabled_derive v0.11.0
62532026-06-16T21:29:58.151Z Fresh r2d2 v0.8.10
62542026-06-16T21:29:58.151Z Fresh kstat-rs v0.2.4
62552026-06-16T21:29:58.151Z Fresh arc-swap v1.8.2
62562026-06-16T21:29:58.151Z Fresh dirs-sys-next v0.1.2
62572026-06-16T21:29:58.151Z Fresh bit-vec v0.6.3
62582026-06-16T21:29:58.152Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
62592026-06-16T21:29:58.152Z Fresh prefix-trie v0.7.0
62602026-06-16T21:29:58.152Z Fresh itertools v0.10.5
62612026-06-16T21:29:58.152Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
62622026-06-16T21:29:58.152Z Fresh tabled v0.20.0
62632026-06-16T21:29:58.152Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
62642026-06-16T21:29:58.152Z Fresh diesel_derives v2.3.7
62652026-06-16T21:29:58.152Z Fresh vergen-lib v0.1.6
62662026-06-16T21:29:58.152Z Fresh slog-scope v4.4.1
62672026-06-16T21:29:58.153Z Fresh dirs-next v2.0.0
62682026-06-16T21:29:58.153Z Fresh bit-set v0.5.3
62692026-06-16T21:29:58.153Z Fresh ena v0.14.4
62702026-06-16T21:29:58.153Z Fresh libloading v0.8.9
62712026-06-16T21:29:58.153Z Fresh regex-syntax v0.6.29
62722026-06-16T21:29:58.153Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
62732026-06-16T21:29:58.153Z Fresh hickory-server v0.25.2
62742026-06-16T21:29:58.153Z Fresh cexpr v0.6.0
62752026-06-16T21:29:58.153Z Fresh nanorand v0.7.0
62762026-06-16T21:29:58.153Z Fresh rustc-hash v2.1.1
62772026-06-16T21:29:58.153Z Fresh progenitor-impl v0.13.0
62782026-06-16T21:29:58.153Z Fresh primeorder v0.13.6
62792026-06-16T21:29:58.153Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
62802026-06-16T21:29:58.153Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
62812026-06-16T21:29:58.153Z Fresh vergen-gitcl v1.0.8
62822026-06-16T21:29:58.153Z Fresh diesel v2.3.7
62832026-06-16T21:29:58.153Z Fresh parking_lot_core v0.8.6
62842026-06-16T21:29:58.153Z Fresh term v0.7.0
62852026-06-16T21:29:58.154Z Fresh crunchy v0.2.4
62862026-06-16T21:29:58.154Z Fresh slog-stdlog v4.1.1
62872026-06-16T21:29:58.154Z Fresh clang-sys v1.8.1
62882026-06-16T21:29:58.154Z Fresh flume v0.11.1
62892026-06-16T21:29:58.154Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
62902026-06-16T21:29:58.154Z Fresh progenitor-macro v0.13.0
62912026-06-16T21:29:58.154Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62922026-06-16T21:29:58.154Z Fresh progenitor-client v0.13.0
62932026-06-16T21:29:58.154Z Fresh strum_macros v0.24.3
62942026-06-16T21:29:58.154Z Fresh indoc v1.0.9
62952026-06-16T21:29:58.154Z Fresh quick-xml v0.37.5
62962026-06-16T21:29:58.154Z Fresh oso-derive v0.27.3
62972026-06-16T21:29:58.154Z Fresh impl-trait-for-tuples v0.2.3
62982026-06-16T21:29:58.154Z Fresh openssl-probe v0.1.6
62992026-06-16T21:29:58.154Z Fresh p384 v0.13.1
63002026-06-16T21:29:58.154Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
63012026-06-16T21:29:58.154Z Fresh parking_lot v0.11.2
63022026-06-16T21:29:58.154Z Fresh slog-envlogger v2.2.0
63032026-06-16T21:29:58.154Z Fresh tiny-keccak v2.0.2
63042026-06-16T21:29:58.155Z Fresh ascii-canvas v3.0.0
63052026-06-16T21:29:58.155Z Fresh bindgen v0.71.1
63062026-06-16T21:29:58.155Z Fresh salty v0.3.0
63072026-06-16T21:29:58.155Z Fresh libxml v0.3.3
63082026-06-16T21:29:58.155Z Fresh progenitor v0.13.0
63092026-06-16T21:29:58.155Z Fresh trait-variant v0.1.2
63102026-06-16T21:29:58.155Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
63112026-06-16T21:29:58.155Z Fresh predicates-tree v1.0.13
63122026-06-16T21:29:58.156Z Fresh assert_matches v1.5.0
63132026-06-16T21:29:58.156Z Fresh parse-size v1.1.0
63142026-06-16T21:29:58.156Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
63152026-06-16T21:29:58.156Z Fresh typify-impl v0.4.3
63162026-06-16T21:29:58.156Z Fresh bb8 v0.8.6
63172026-06-16T21:29:58.156Z Fresh diesel-dtrace v0.5.0
63182026-06-16T21:29:58.156Z Fresh sled v0.34.7
63192026-06-16T21:29:58.156Z Fresh lalrpop v0.19.12
63202026-06-16T21:29:58.156Z Fresh fs-err v2.11.0
63212026-06-16T21:29:58.156Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
63222026-06-16T21:29:58.156Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
63232026-06-16T21:29:58.156Z Fresh typify-macro v0.4.3
63242026-06-16T21:29:58.156Z Fresh async-bb8-diesel v0.2.1
63252026-06-16T21:29:58.156Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63262026-06-16T21:29:58.156Z Fresh ignore v0.4.25
63272026-06-16T21:29:58.156Z Fresh http-range v0.1.5
63282026-06-16T21:29:58.156Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
63292026-06-16T21:29:58.156Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
63302026-06-16T21:29:58.156Z Fresh atty v0.2.14
63312026-06-16T21:29:58.156Z Fresh nonempty v0.12.0
63322026-06-16T21:29:58.160Z Fresh corncobs v0.1.4
63332026-06-16T21:29:58.160Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63342026-06-16T21:29:58.160Z Fresh secrecy v0.8.0
63352026-06-16T21:29:58.160Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
63362026-06-16T21:29:58.160Z Fresh progenitor-client v0.11.2
63372026-06-16T21:29:58.160Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
63382026-06-16T21:29:58.160Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63392026-06-16T21:29:58.160Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
63402026-06-16T21:29:58.161Z Fresh globwalk v0.9.1
63412026-06-16T21:29:58.161Z Fresh typify v0.4.3
63422026-06-16T21:29:58.161Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
63432026-06-16T21:29:58.161Z Fresh mime_guess v2.0.5
63442026-06-16T21:29:58.161Z Fresh signal-hook-tokio v0.3.1
63452026-06-16T21:29:58.161Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
63462026-06-16T21:29:58.161Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
63472026-06-16T21:29:58.162Z Fresh tungstenite v0.23.0
63482026-06-16T21:29:58.162Z Fresh rand_seeder v0.4.0
63492026-06-16T21:29:58.162Z Fresh void v1.0.2
63502026-06-16T21:29:58.162Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
63512026-06-16T21:29:58.162Z Fresh samael v0.0.19
63522026-06-16T21:29:58.162Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
63532026-06-16T21:29:58.162Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63542026-06-16T21:29:58.162Z Fresh progenitor-impl v0.11.2
63552026-06-16T21:29:58.162Z Fresh camino-tempfile-ext v0.3.3
63562026-06-16T21:29:58.162Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63572026-06-16T21:29:58.162Z Fresh hyper-staticfile v0.10.1
63582026-06-16T21:29:58.162Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
63592026-06-16T21:29:58.162Z Fresh lzss v0.8.2
63602026-06-16T21:29:58.162Z Fresh tokio-tungstenite v0.23.1
63612026-06-16T21:29:58.162Z Fresh nix v0.27.1
63622026-06-16T21:29:58.162Z Fresh serde_bytes v0.11.19
63632026-06-16T21:29:58.162Z Fresh yansi v1.0.1
63642026-06-16T21:29:58.162Z Fresh is_ci v1.2.0
63652026-06-16T21:29:58.163Z Fresh darling_core v0.23.0
63662026-06-16T21:29:58.163Z Fresh polar-core v0.27.3
63672026-06-16T21:29:58.163Z Fresh progenitor-macro v0.11.2
63682026-06-16T21:29:58.163Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
63692026-06-16T21:29:58.163Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63702026-06-16T21:29:58.163Z Fresh illumos-nvpair-sys v0.2.0
63712026-06-16T21:29:58.163Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
63722026-06-16T21:29:58.163Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
63732026-06-16T21:29:58.163Z Fresh pretty_assertions v1.4.1
63742026-06-16T21:29:58.163Z Fresh darling_macro v0.23.0
63752026-06-16T21:29:58.163Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63762026-06-16T21:29:58.164Z Fresh indoc v2.0.7
63772026-06-16T21:29:58.164Z Fresh castaway v0.2.4
63782026-06-16T21:29:58.164Z Fresh unicode-truncate v1.1.0
63792026-06-16T21:29:58.164Z Fresh lru v0.12.5
63802026-06-16T21:29:58.164Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
63812026-06-16T21:29:58.164Z Fresh cassowary v0.3.0
63822026-06-16T21:29:58.164Z Fresh oso v0.27.3
63832026-06-16T21:29:58.164Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
63842026-06-16T21:29:58.164Z Fresh progenitor v0.11.2
63852026-06-16T21:29:58.164Z Fresh illumos-nvpair v0.3.0
63862026-06-16T21:29:58.164Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
63872026-06-16T21:29:58.164Z Fresh libz-sys v1.1.24
63882026-06-16T21:29:58.164Z Fresh darling v0.23.0
63892026-06-16T21:29:58.164Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63902026-06-16T21:29:58.165Z Fresh compact_str v0.8.1
63912026-06-16T21:29:58.165Z Fresh console v0.16.2
63922026-06-16T21:29:58.165Z Fresh unit-prefix v0.5.2
63932026-06-16T21:29:58.165Z Fresh supports-color v3.0.2
63942026-06-16T21:29:58.165Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
63952026-06-16T21:29:58.165Z Fresh rustls-webpki v0.101.7
63962026-06-16T21:29:58.165Z Fresh sct v0.7.1
63972026-06-16T21:29:58.165Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
63982026-06-16T21:29:58.165Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
63992026-06-16T21:29:58.165Z Fresh libgit2-sys v0.18.3+1.9.2
64002026-06-16T21:29:58.165Z Fresh instability v0.3.11
64012026-06-16T21:29:58.165Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
64022026-06-16T21:29:58.165Z Fresh indicatif v0.18.4
64032026-06-16T21:29:58.165Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
64042026-06-16T21:29:58.165Z Fresh rustls-pemfile v1.0.4
64052026-06-16T21:29:58.165Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
64062026-06-16T21:29:58.165Z Fresh twox-hash v2.1.2
64072026-06-16T21:29:58.165Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
64082026-06-16T21:29:58.166Z Fresh fatfs v0.3.6
64092026-06-16T21:29:58.166Z Fresh colored v2.2.0
64102026-06-16T21:29:58.166Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
64112026-06-16T21:29:58.166Z Fresh ratatui v0.29.0
64122026-06-16T21:29:58.166Z Fresh git2 v0.20.4
64132026-06-16T21:29:58.166Z Fresh rustls v0.21.12
64142026-06-16T21:29:58.166Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
64152026-06-16T21:29:58.166Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
64162026-06-16T21:29:58.166Z Fresh hex-literal v0.4.1
64172026-06-16T21:29:58.166Z Fresh seq-macro v0.3.6
64182026-06-16T21:29:58.166Z Fresh shell-words v1.1.1
64192026-06-16T21:29:58.166Z Fresh ordered-float v2.10.1
64202026-06-16T21:29:58.167Z Fresh concurrent-queue v2.5.0
64212026-06-16T21:29:58.167Z Fresh parking v2.2.1
64222026-06-16T21:29:58.167Z Fresh plotters-backend v0.3.7
64232026-06-16T21:29:58.167Z Fresh cargo-platform v0.2.0
64242026-06-16T21:29:58.167Z Fresh sapling-renderdag v0.1.0
64252026-06-16T21:29:58.167Z Fresh rtoolbox v0.0.3
64262026-06-16T21:29:58.167Z Fresh sync-ptr v0.1.4
64272026-06-16T21:29:58.167Z Fresh cast v0.3.0
64282026-06-16T21:29:58.167Z Fresh tinytemplate v1.2.1
64292026-06-16T21:29:58.167Z Fresh anes v0.1.6
64302026-06-16T21:29:58.167Z Fresh strsim v0.10.0
64312026-06-16T21:29:58.315Z Fresh oorandom v11.1.5
64322026-06-16T21:29:58.319Z Fresh futures-timer v3.0.3
64332026-06-16T21:29:58.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=71966bc07fccb7cb -C extra-filename=-af3d37af9191e5cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
64342026-06-16T21:29:58.319Z Fresh vergen-git2 v9.1.0
64352026-06-16T21:29:58.319Z Fresh tokio-rustls v0.24.1
64362026-06-16T21:29:58.323Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
64372026-06-16T21:29:58.323Z Fresh typeid v1.0.3
64382026-06-16T21:29:58.323Z Fresh serde-value v0.7.0
64392026-06-16T21:29:58.323Z Fresh plotters-svg v0.3.7
64402026-06-16T21:29:58.323Z Fresh event-listener v5.4.1
64412026-06-16T21:29:58.323Z Fresh tui-tree-widget v0.23.1
64422026-06-16T21:29:58.323Z Fresh rpassword v7.4.0
64432026-06-16T21:29:58.323Z Fresh criterion-plot v0.6.0
64442026-06-16T21:29:58.323Z Fresh darling_core v0.13.4
64452026-06-16T21:29:58.323Z Fresh polyval v0.6.2
64462026-06-16T21:29:58.323Z Fresh gimli v0.32.3
64472026-06-16T21:29:58.323Z Fresh ctr v0.9.2
64482026-06-16T21:29:58.323Z Fresh serde_regex v1.1.0
64492026-06-16T21:29:58.323Z Fresh assert-json-diff v2.0.2
64502026-06-16T21:29:58.323Z Fresh path-tree v0.8.3
64512026-06-16T21:29:58.323Z Fresh stringmetrics v2.2.2
64522026-06-16T21:29:58.323Z Fresh rustc-demangle v0.1.27
64532026-06-16T21:29:58.323Z Fresh blowfish v0.9.1
64542026-06-16T21:29:58.326Z Fresh erased-serde v0.4.9
64552026-06-16T21:29:58.326Z Fresh petname v2.0.2
64562026-06-16T21:29:58.326Z Fresh plotters v0.3.7
64572026-06-16T21:29:58.326Z Fresh event-listener-strategy v0.5.4
64582026-06-16T21:29:58.326Z Fresh addr2line v0.25.1
64592026-06-16T21:29:58.326Z Fresh darling_macro v0.13.4
64602026-06-16T21:29:58.326Z Fresh ghash v0.5.1
64612026-06-16T21:29:58.326Z Fresh ssh-encoding v0.2.0
64622026-06-16T21:29:58.326Z Fresh arrayref v0.3.9
64632026-06-16T21:29:58.327Z Fresh constant_time_eq v0.4.2
64642026-06-16T21:29:58.327Z Fresh arrayvec v0.7.6
64652026-06-16T21:29:58.327Z Fresh bcrypt-pbkdf v0.10.0
64662026-06-16T21:29:58.327Z Fresh supports-color v2.1.0
64672026-06-16T21:29:58.327Z Fresh textwrap v0.15.2
64682026-06-16T21:29:58.327Z Fresh supports-unicode v2.1.0
64692026-06-16T21:29:58.327Z Fresh supports-hyperlinks v2.1.0
64702026-06-16T21:29:58.327Z Fresh hashbrown v0.14.5
64712026-06-16T21:29:58.327Z Fresh password-hash v0.4.2
64722026-06-16T21:29:58.327Z Fresh miette-derive v5.10.0
64732026-06-16T21:29:58.327Z Fresh terminal_size v0.1.17
64742026-06-16T21:29:58.327Z Fresh owo-colors v3.5.0
64752026-06-16T21:29:58.328Z Fresh p256 v0.13.2
64762026-06-16T21:29:58.328Z Fresh p521 v0.13.3
64772026-06-16T21:29:58.331Z Fresh serde-untagged v0.1.9
64782026-06-16T21:29:58.331Z Fresh async-lock v3.4.2
64792026-06-16T21:29:58.331Z Fresh criterion v0.7.0
64802026-06-16T21:29:58.331Z Fresh backtrace v0.3.76
64812026-06-16T21:29:58.331Z Fresh aes-gcm v0.10.3
64822026-06-16T21:29:58.331Z Fresh darling v0.13.4
64832026-06-16T21:29:58.331Z Fresh target-lexicon v0.13.3
64842026-06-16T21:29:58.331Z Fresh guppy-workspace-hack v0.1.0
64852026-06-16T21:29:58.331Z Fresh pbkdf2 v0.11.0
64862026-06-16T21:29:58.331Z Fresh chumsky v0.9.3
64872026-06-16T21:29:58.331Z Fresh knuffel-derive v3.2.0
64882026-06-16T21:29:58.331Z Fresh pathdiff v0.2.3
64892026-06-16T21:29:58.331Z Fresh russh-cryptovec v0.7.3
64902026-06-16T21:29:58.331Z Fresh nested v0.1.1
64912026-06-16T21:29:58.331Z Fresh md5 v0.7.0
64922026-06-16T21:29:58.331Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
64932026-06-16T21:29:58.331Z Fresh cargo-util-schemas v0.8.2
64942026-06-16T21:29:58.331Z Fresh async-object-pool v0.2.0
64952026-06-16T21:29:58.331Z Fresh cfg-expr v0.20.6
64962026-06-16T21:29:58.331Z Fresh ssh-cipher v0.2.0
64972026-06-16T21:29:58.331Z Fresh backtrace-ext v0.2.1
64982026-06-16T21:29:58.331Z Fresh serde_with_macros v1.5.2
64992026-06-16T21:29:58.331Z Fresh httptest v0.16.4
65002026-06-16T21:29:58.331Z Fresh num-bigint v0.4.6
65012026-06-16T21:29:58.331Z Fresh des v0.8.1
65022026-06-16T21:29:58.332Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65032026-06-16T21:29:58.332Z Fresh hickory-client v0.25.2
65042026-06-16T21:29:58.332Z Fresh similar-asserts v1.7.0
65052026-06-16T21:29:58.332Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
65062026-06-16T21:29:58.332Z Fresh internet-checksum v0.2.1
65072026-06-16T21:29:58.332Z Fresh escape8259 v0.5.3
65082026-06-16T21:29:58.332Z Fresh topological-sort v0.2.2
65092026-06-16T21:29:58.332Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
65102026-06-16T21:29:58.336Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
65112026-06-16T21:29:58.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/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=e91f01b4b99d2eb8 -C extra-filename=-1e266d32da84042c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
65122026-06-16T21:29:58.354Z Fresh cargo_metadata v0.21.0
65132026-06-16T21:29:58.354Z Fresh httpmock v0.8.3
65142026-06-16T21:29:58.354Z Fresh ssh-key v0.6.7
65152026-06-16T21:29:58.354Z Fresh serde_with v1.14.0
65162026-06-16T21:29:58.354Z Fresh target-spec v3.5.7
65172026-06-16T21:29:58.354Z Fresh miette v5.10.0
65182026-06-16T21:29:58.354Z Fresh blake3 v1.8.3
65192026-06-16T21:29:58.354Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65202026-06-16T21:29:58.354Z Fresh libtest-mimic v0.8.1
65212026-06-16T21:29:58.357Z Compiling tokio-test v0.4.5
65222026-06-16T21:29:58.358Z Fresh fancy-regex v0.14.0
65232026-06-16T21:29:58.447Z Fresh support-bundle-viewer v0.1.2
65242026-06-16T21:29:58.453Z Fresh multimap v0.10.1
65252026-06-16T21:29:58.453Z Fresh approx v0.5.1
65262026-06-16T21:29:58.453Z Fresh uzers v0.12.2
65272026-06-16T21:29:58.453Z Fresh relative-path v1.9.3
65282026-06-16T21:29:58.453Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4941c08cf7f64b90 -C extra-filename=-997b12e471dc74a3 --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-d2281c904bfe50c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
65292026-06-16T21:29:58.453Z Fresh russh-keys v0.45.0
65302026-06-16T21:29:58.453Z Fresh knuffel v3.2.0
65312026-06-16T21:29:58.453Z Fresh guppy v0.17.25
65322026-06-16T21:29:58.453Z Fresh omicron-zone-package v0.12.2
65332026-06-16T21:29:58.453Z Fresh target-triple v1.0.0
65342026-06-16T21:29:58.453Z Fresh datatest-stable v0.3.3
65352026-06-16T21:29:58.453Z Fresh assert_cmd v2.1.2
65362026-06-16T21:29:58.453Z Fresh termcolor v1.4.1
65372026-06-16T21:29:58.453Z Fresh blake2b_simd v1.0.4
65382026-06-16T21:29:58.453Z Fresh partial-io v0.5.4
65392026-06-16T21:29:58.453Z Fresh rand_distr v0.5.1
65402026-06-16T21:29:58.453Z Fresh drift v0.2.0
65412026-06-16T21:29:58.453Z Fresh constant_time_eq v0.3.1
65422026-06-16T21:29:58.453Z Fresh russh v0.45.0
65432026-06-16T21:29:58.453Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
65442026-06-16T21:29:58.453Z Fresh trybuild v1.0.116
65452026-06-16T21:29:58.453Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
65462026-06-16T21:29:58.453Z Fresh linkme-impl v0.3.35
65472026-06-16T21:29:58.453Z Fresh rstest_macros v0.25.0
65482026-06-16T21:29:58.453Z Fresh rust-argon2 v2.1.0
65492026-06-16T21:29:58.453Z Fresh dropshot-api-manager v0.7.2
65502026-06-16T21:29:58.453Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
65512026-06-16T21:29:58.453Z Fresh cargo_toml v0.21.0
65522026-06-16T21:29:58.454Z Fresh termios v0.3.3
65532026-06-16T21:29:58.454Z Fresh pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
65542026-06-16T21:29:58.454Z Fresh rstest v0.25.0
65552026-06-16T21:29:58.454Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
65562026-06-16T21:29:58.454Z Fresh linkme v0.3.35
65572026-06-16T21:29:58.454Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
65582026-06-16T21:29:58.454Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
65592026-06-16T21:29:58.454Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
65602026-06-16T21:29:58.454Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
65612026-06-16T21:29:58.454Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
65622026-06-16T21:29:58.454Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
65632026-06-16T21:29:58.454Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
65642026-06-16T21:29:58.454Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
65652026-06-16T21:29:58.454Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
65662026-06-16T21:29:58.454Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
65672026-06-16T21:29:58.454Z Fresh erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
65682026-06-16T21:29:58.454Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
65692026-06-16T21:29:58.454Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65702026-06-16T21:29:58.454Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
65712026-06-16T21:29:58.454Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
65722026-06-16T21:29:58.454Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
65732026-06-16T21:29:58.455Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
65742026-06-16T21:29:58.455Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
65752026-06-16T21:29:58.455Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
65762026-06-16T21:29:58.456Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
65772026-06-16T21:29:58.456Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
65782026-06-16T21:29:58.456Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
65792026-06-16T21:29:58.456Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
65802026-06-16T21:29:58.456Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
65812026-06-16T21:29:58.456Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
65822026-06-16T21:29:58.456Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
65832026-06-16T21:29:58.456Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
65842026-06-16T21:29:58.456Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
65852026-06-16T21:29:58.456Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65862026-06-16T21:29:58.456Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65872026-06-16T21:29:58.456Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
65882026-06-16T21:29:58.456Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
65892026-06-16T21:29:58.456Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65902026-06-16T21:29:58.456Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65912026-06-16T21:29:58.456Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
65922026-06-16T21:29:58.456Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65932026-06-16T21:29:58.456Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65942026-06-16T21:29:58.456Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65952026-06-16T21:29:58.457Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65962026-06-16T21:29:58.457Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
65972026-06-16T21:29:58.458Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
65982026-06-16T21:29:58.458Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65992026-06-16T21:29:58.458Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
66002026-06-16T21:29:58.458Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
66012026-06-16T21:29:58.458Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
66022026-06-16T21:29:58.458Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
66032026-06-16T21:29:58.458Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
66042026-06-16T21:29:58.458Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
66052026-06-16T21:29:58.458Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
66062026-06-16T21:29:58.458Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
66072026-06-16T21:29:58.458Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
66082026-06-16T21:29:58.458Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
66092026-06-16T21:29:58.458Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
66102026-06-16T21:29:58.458Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
66112026-06-16T21:29:58.458Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66122026-06-16T21:29:58.458Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=1907c3bd101c8cbf -C extra-filename=-fd5c0bc3707d52db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
66132026-06-16T21:29:58.458Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
66142026-06-16T21:29:58.459Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
66152026-06-16T21:29:58.459Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
66162026-06-16T21:29:58.459Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
66172026-06-16T21:29:58.459Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
66182026-06-16T21:29:58.459Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
66192026-06-16T21:29:58.459Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
66202026-06-16T21:29:58.459Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
66212026-06-16T21:29:58.459Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66222026-06-16T21:29:58.459Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
66232026-06-16T21:29:58.459Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
66242026-06-16T21:29:58.474Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
66252026-06-16T21:29:58.474Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
66262026-06-16T21:29:58.474Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
66272026-06-16T21:29:58.474Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
66282026-06-16T21:29:58.474Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
66292026-06-16T21:29:58.474Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
66302026-06-16T21:29:58.474Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
66312026-06-16T21:29:58.474Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
66322026-06-16T21:29:58.474Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
66332026-06-16T21:29:58.475Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
66342026-06-16T21:29:58.475Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
66352026-06-16T21:29:58.475Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
66362026-06-16T21:29:58.475Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
66372026-06-16T21:29:58.475Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
66382026-06-16T21:29:58.475Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66392026-06-16T21:29:58.475Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66402026-06-16T21:29:58.475Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66412026-06-16T21:29:58.475Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
66422026-06-16T21:29:58.475Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
66432026-06-16T21:29:58.475Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66442026-06-16T21:29:58.475Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
66452026-06-16T21:29:58.475Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
66462026-06-16T21:29:58.475Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66472026-06-16T21:29:58.475Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
66482026-06-16T21:29:58.475Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
66492026-06-16T21:29:58.475Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66502026-06-16T21:29:58.475Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
66512026-06-16T21:29:58.475Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
66522026-06-16T21:29:58.475Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
66532026-06-16T21:29:58.475Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66542026-06-16T21:29:58.475Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
66552026-06-16T21:29:58.475Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
66562026-06-16T21:29:58.475Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
66572026-06-16T21:29:58.475Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
66582026-06-16T21:29:58.475Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
66592026-06-16T21:29:58.476Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
66602026-06-16T21:29:58.476Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
66612026-06-16T21:29:58.476Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
66622026-06-16T21:29:58.476Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66632026-06-16T21:29:58.476Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
66642026-06-16T21:29:58.476Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
66652026-06-16T21:29:58.476Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
66662026-06-16T21:29:58.476Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
66672026-06-16T21:29:58.476Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
66682026-06-16T21:29:58.476Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
66692026-06-16T21:29:58.476Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
66702026-06-16T21:29:58.476Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
66712026-06-16T21:29:58.476Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66722026-06-16T21:29:58.476Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
66732026-06-16T21:29:58.476Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66742026-06-16T21:29:58.476Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
66752026-06-16T21:29:58.477Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
66762026-06-16T21:29:58.477Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
66772026-06-16T21:29:58.477Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
66782026-06-16T21:29:58.477Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
66792026-06-16T21:29:58.478Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
66802026-06-16T21:29:58.478Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
66812026-06-16T21:29:58.478Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66822026-06-16T21:29:58.478Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
66832026-06-16T21:29:58.478Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66842026-06-16T21:29:58.478Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
66852026-06-16T21:29:58.478Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
66862026-06-16T21:29:58.478Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
66872026-06-16T21:29:58.478Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
66882026-06-16T21:29:58.478Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
66892026-06-16T21:29:58.478Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
66902026-06-16T21:29:58.479Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66912026-06-16T21:29:58.479Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66922026-06-16T21:29:58.480Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
66932026-06-16T21:29:58.480Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66942026-06-16T21:29:58.480Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
66952026-06-16T21:29:58.480Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
66962026-06-16T21:29:58.480Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
66972026-06-16T21:29:58.480Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66982026-06-16T21:29:58.480Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
66992026-06-16T21:29:58.480Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
67002026-06-16T21:29:58.480Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
67012026-06-16T21:29:58.480Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
67022026-06-16T21:29:58.480Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
67032026-06-16T21:29:58.480Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
67042026-06-16T21:29:58.480Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67052026-06-16T21:29:58.480Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67062026-06-16T21:29:58.480Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67072026-06-16T21:29:58.480Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
67082026-06-16T21:29:58.480Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
67092026-06-16T21:29:58.480Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
67102026-06-16T21:29:58.480Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
67112026-06-16T21:29:58.480Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67122026-06-16T21:29:58.480Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
67132026-06-16T21:29:58.480Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67142026-06-16T21:29:58.480Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
67152026-06-16T21:29:58.480Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
67162026-06-16T21:29:58.480Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
67172026-06-16T21:29:58.480Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67182026-06-16T21:29:58.481Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
67192026-06-16T21:29:58.481Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
67202026-06-16T21:29:58.481Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
67212026-06-16T21:29:58.481Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
67222026-06-16T21:29:58.481Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
67232026-06-16T21:29:58.481Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
67242026-06-16T21:29:58.485Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
67252026-06-16T21:29:58.485Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
67262026-06-16T21:29:58.485Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
67272026-06-16T21:29:58.487Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
67282026-06-16T21:29:58.487Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
67292026-06-16T21:29:58.487Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
67302026-06-16T21:29:58.487Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
67312026-06-16T21:29:58.487Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
67322026-06-16T21:29:58.487Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
67332026-06-16T21:29:58.488Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
67342026-06-16T21:29:58.488Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
67352026-06-16T21:29:58.488Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
67362026-06-16T21:29:58.488Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
67372026-06-16T21:29:58.488Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
67382026-06-16T21:29:59.064Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
67392026-06-16T21:29:59.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=035a3354425d82db -C extra-filename=-fc4fbe307f6eeb03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67402026-06-16T21:29:59.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=680089eedf451366 -C extra-filename=-422e9b29c5adedbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-1e266d32da84042c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67412026-06-16T21:32:20.110Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
67422026-06-16T21:32:20.110Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
67432026-06-16T21:32:20.113Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
67442026-06-16T21:32:20.135Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
67452026-06-16T21:32:20.142Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=2d0c0ea63c5c9748 -C extra-filename=-72b3b656337d8d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-1e266d32da84042c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67462026-06-16T21:32:20.143Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b6561b423bd3d7 -C extra-filename=-0148628af2ec9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67472026-06-16T21:32:20.144Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7a085d5c8c5cfed -C extra-filename=-b451a72078c468dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67482026-06-16T21:32:20.144Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f73ad10b6946fb4 -C extra-filename=-4a45109ebc1bf0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67492026-06-16T21:32:20.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dcc17d37390216a -C extra-filename=-957acf3e81b82b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-c280fa5438197d70.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67502026-06-16T21:32:20.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca388016929d3a44 -C extra-filename=-e3ef7c2e6f7896cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/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/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67512026-06-16T21:32:20.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4f526a199ea3d07 -C extra-filename=-0f0399c1c4bd4471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/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/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67522026-06-16T21:32:20.162Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b711939f0888d6dc -C extra-filename=-d2582cf31a7fdaf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-c280fa5438197d70.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67532026-06-16T21:32:20.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e43095d4a36814f9 -C extra-filename=-6bf860209b409588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67542026-06-16T21:32:20.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b02947f3ee50910 -C extra-filename=-2e5b68c7a8d66add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67552026-06-16T21:32:20.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=8f611f42113c8387 -C extra-filename=-79524e62ee0a5c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-1e266d32da84042c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67562026-06-16T21:32:20.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8852ed60f398d563 -C extra-filename=-1749eddfac9ca45a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-c280fa5438197d70.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67572026-06-16T21:32:20.188Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=d09b18e0f66dd4f5 -C extra-filename=-f35a054821766fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67582026-06-16T21:32:20.192Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=de36c337ea8890d5 -C extra-filename=-816a626c0cd9df27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-1e266d32da84042c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
67592026-06-16T21:34:30.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 33s
67602026-06-16T21:34:31.049Z
67612026-06-16T21:34:31.049Zreal 4:34.302443735
67622026-06-16T21:34:31.049Zuser 22:05.967709285
67632026-06-16T21:34:31.049Zsys 4:01.690273096
67642026-06-16T21:34:31.049Ztrap 0.187899833
67652026-06-16T21:34:31.049Ztflt 0.077930099
67662026-06-16T21:34:31.057Zdflt 2.586268898
67672026-06-16T21:34:31.057Zkflt 0.000000000
67682026-06-16T21:34:31.057Zlock 1:28:06.291713042
67692026-06-16T21:34:31.057Zslp 1:32:49.203912985
67702026-06-16T21:34:31.058Zlat 1.385038672
67712026-06-16T21:34:31.058Zstop 47.007594763
67722026-06-16T21:34:31.058Z++ ls -t /home/build/.cargo/log/20260616T212211948Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260616T212956430Z-e4292872132ecfd0.jsonl
67732026-06-16T21:34:31.058Z++ head -1
67742026-06-16T21:34:31.062Z+ cp /home/build/.cargo/log/20260616T212956430Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
67752026-06-16T21:34:31.063Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
67762026-06-16T21:34:31.063Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
67772026-06-16T21:34:31.070Z++ mktemp -d /tmp/nextest-state.XXXXXX
67782026-06-16T21:34:31.071Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.8KaG7s
67792026-06-16T21:34:31.079Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
67802026-06-16T21:34:31.080Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
67812026-06-16T21:34:31.080Z+ mkdir -p /tmp/nextest-recording-config
67822026-06-16T21:34:31.080Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
67832026-06-16T21:34:31.080Z+ export NEXTEST_STATE_DIR
67842026-06-16T21:34:31.080Z+ banner test
67852026-06-16T21:34:31.090Z
67862026-06-16T21:34:31.090Z ##### ###### #### #####
67872026-06-16T21:34:31.090Z # # # #
67882026-06-16T21:34:31.090Z # ##### #### #
67892026-06-16T21:34:31.090Z # # # #
67902026-06-16T21:34:31.090Z # # # # #
67912026-06-16T21:34:31.090Z # ###### #### #
67922026-06-16T21:34:31.090Z
67932026-06-16T21:34:31.090Z+ NEXTEST_EXIT=0
67942026-06-16T21:34:31.090Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
67952026-06-16T21:34:32.329Zinfo: experimental features enabled: setup-scripts, benchmarks
67962026-06-16T21:34:33.787Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
67972026-06-16T21:34:33.977Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
67982026-06-16T21:34:34.008Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67992026-06-16T21:34:34.032Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
68002026-06-16T21:34:45.360Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.01s
68012026-06-16T21:34:46.384Z────────────
68022026-06-16T21:34:46.384Z Nextest run ID 57cdec90-6ed3-4c3d-8dfb-8b8b24710c2c with nextest profile: ci
68032026-06-16T21:34:46.385Z Starting 2917 tests across 238 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
68042026-06-16T21:34:46.388Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
68052026-06-16T21:34:47.222Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
68062026-06-16T21:34:47.226Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
68072026-06-16T21:34:47.226Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
68082026-06-16T21:34:47.226Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
68092026-06-16T21:34:47.226Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
68102026-06-16T21:34:47.387Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
68112026-06-16T21:34:47.387Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
68122026-06-16T21:34:47.420Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
68132026-06-16T21:34:47.426Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
68142026-06-16T21:34:47.633Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
68152026-06-16T21:34:47.657Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
68162026-06-16T21:34:48.017Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
68172026-06-16T21:34:48.311Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
68182026-06-16T21:34:48.872Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
68192026-06-16T21:34:48.961Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
68202026-06-16T21:34:48.975Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
68212026-06-16T21:34:49.036Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
68222026-06-16T21:34:56.004Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
68232026-06-16T21:34:56.004Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
68242026-06-16T21:34:56.826Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
68252026-06-16T21:34:56.826Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
68262026-06-16T21:35:05.261Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
68272026-06-16T21:35:13.134Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
68282026-06-16T21:35:14.823Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
68292026-06-16T21:35:16.446Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
68302026-06-16T21:35:25.656Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.25s
68312026-06-16T21:35:25.782Z Running `target/debug/crdb-seed`
68322026-06-16T21:35:25.873ZJun 16 21:35:25.495 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpC3weej
68332026-06-16T21:35:25.873ZJun 16 21:35:25.495 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmptOfh9m,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpC3weej/listen-url --max-sql-memory 256MiB
68342026-06-16T21:35:25.873ZJun 16 21:35:25.495 INFO cockroach environment: BUILDOMAT_JOB_ID=01KV94QQ6Y9DJE56DKHTKPX9ME BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.94.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=add-claude-md GITHUB_REF=refs/heads/add-claude-md GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=7e6e6abb17446861a9cedfa3091789ef9cb8933f 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-fd2399a9b192b759/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env7sdF2t NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=57cdec90-6ed3-4c3d-8dfb-8b8b24710c2c NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.8KaG7s NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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.94.0-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env 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
68352026-06-16T21:35:26.329ZJun 16 21:35:25.981 INFO cockroach pid: 10238
68362026-06-16T21:35:26.329ZJun 16 21:35:25.981 INFO cockroach listen URL: postgresql://root@[::1]:45484/omicron?sslmode=disable
68372026-06-16T21:35:26.333ZJun 16 21:35:25.985 INFO cockroach: populating
68382026-06-16T21:35:27.455ZJun 16 21:35:27.107 INFO cockroach: populated
68392026-06-16T21:35:28.468ZJun 16 21:35:28.119 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/325e9dc9ea6d6806852ac85a04a9de05ef244215a992c0772ae5fbdd52095f93.tar`
68402026-06-16T21:35:28.475Z SETUP PASS [ 42.090s] crdb-seed: cargo run -p crdb-seed --profile test
68412026-06-16T21:35:28.478Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
68422026-06-16T21:35:29.282Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
68432026-06-16T21:35:29.350Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
68442026-06-16T21:35:30.558Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
68452026-06-16T21:35:31.500Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
68462026-06-16T21:35:41.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.08s
68472026-06-16T21:35:41.756Z Running `target/debug/clickhouse-cluster-dev`
68482026-06-16T21:35:41.792ZJun 16 21:35:41.440 INFO Setting up a ClickHouse cluster
68492026-06-16T21:35:41.796ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
68502026-06-16T21:35:41.796ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
68512026-06-16T21:35:41.796ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
68522026-06-16T21:35:41.796ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
68532026-06-16T21:35:41.796ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
68542026-06-16T21:35:42.358ZJun 16 21:35:42.002 INFO ClickHouse server ready
68552026-06-16T21:35:42.399ZJun 16 21:35:42.002 INFO ClickHouse server ready
68562026-06-16T21:35:43.484ZJun 16 21:35:43.135 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
68572026-06-16T21:35:43.492Z SETUP PASS [ 15.016s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
68582026-06-16T21:35:43.521Z PASS [ 0.025s] ( 1/2917) api_identity test::test_identity_no_field
68592026-06-16T21:35:43.530Z PASS [ 0.030s] ( 2/2917) api_identity test::test_identity
68602026-06-16T21:35:43.535Z PASS [ 0.033s] ( 3/2917) authz-macros tests::test_authz_snapshots
68612026-06-16T21:35:43.538Z PASS [ 0.015s] ( 4/2917) bootstore schemes::tests::hello_roundtrip
68622026-06-16T21:35:43.551Z PASS [ 0.015s] ( 5/2917) bootstore schemes::v0::share_pkg::tests::create_packages
68632026-06-16T21:35:43.566Z PASS [ 0.012s] ( 6/2917) bootstore trust_quorum::rack_secret::tests::create_and_verify
68642026-06-16T21:35:43.575Z PASS [ 0.039s] ( 7/2917) bootstore schemes::v0::peer::tests::network_config
68652026-06-16T21:35:43.579Z PASS [ 0.013s] ( 8/2917) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
68662026-06-16T21:35:44.582Z PASS [ 1.049s] ( 9/2917) bootstore schemes::v0::peer::tests::basic_3_nodes
68672026-06-16T21:35:44.656Z PASS [ 0.077s] ( 10/2917) cert-dev::test-cert-dev test_cert_create
68682026-06-16T21:35:44.718Z PASS [ 0.061s] ( 11/2917) clickana chart::tests::gather_chart_data_failure
68692026-06-16T21:35:44.734Z PASS [ 0.015s] ( 12/2917) clickana chart::tests::gather_chart_data_for_disk_usage_success
68702026-06-16T21:35:44.750Z PASS [ 0.017s] ( 13/2917) clickana chart::tests::gather_chart_data_for_memory_tracking_success
68712026-06-16T21:35:44.767Z PASS [ 0.018s] ( 14/2917) clickana chart::tests::gather_chart_data_for_query_count_success
68722026-06-16T21:35:44.783Z PASS [ 0.016s] ( 15/2917) clickana chart::tests::gather_chart_data_for_running_queries_success
68732026-06-16T21:35:44.802Z PASS [ 0.019s] ( 16/2917) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
68742026-06-16T21:35:44.823Z PASS [ 0.020s] ( 17/2917) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
68752026-06-16T21:35:44.845Z PASS [ 0.023s] ( 18/2917) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
68762026-06-16T21:35:44.870Z PASS [ 0.024s] ( 19/2917) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
68772026-06-16T21:35:44.905Z PASS [ 0.035s] ( 20/2917) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
68782026-06-16T21:35:44.962Z PASS [ 0.056s] ( 21/2917) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
68792026-06-16T21:35:44.988Z PASS [ 0.027s] ( 22/2917) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
68802026-06-16T21:35:45.012Z PASS [ 0.022s] ( 23/2917) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
68812026-06-16T21:35:45.037Z PASS [ 0.027s] ( 24/2917) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
68822026-06-16T21:35:45.069Z PASS [ 0.029s] ( 25/2917) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
68832026-06-16T21:35:45.087Z PASS [ 1.510s] ( 26/2917) bootstore::v0-fsm-proptest-learner run
68842026-06-16T21:35:45.100Z PASS [ 0.028s] ( 27/2917) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
68852026-06-16T21:35:45.112Z PASS [ 0.026s] ( 28/2917) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
68862026-06-16T21:35:45.125Z PASS [ 0.025s] ( 29/2917) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
68872026-06-16T21:35:45.139Z PASS [ 0.022s] ( 30/2917) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
68882026-06-16T21:35:45.157Z PASS [ 0.025s] ( 31/2917) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
68892026-06-16T21:35:45.169Z PASS [ 0.026s] ( 32/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
68902026-06-16T21:35:45.183Z PASS [ 0.027s] ( 33/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
68912026-06-16T21:35:45.201Z PASS [ 0.025s] ( 34/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
68922026-06-16T21:35:45.209Z PASS [ 0.025s] ( 35/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
68932026-06-16T21:35:45.220Z PASS [ 0.025s] ( 36/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
68942026-06-16T21:35:45.228Z PASS [ 0.027s] ( 37/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
68952026-06-16T21:35:45.247Z PASS [ 0.027s] ( 38/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
68962026-06-16T21:35:45.304Z PASS [ 0.028s] ( 39/2917) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
68972026-06-16T21:35:45.304Z PASS [ 0.029s] ( 40/2917) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
68982026-06-16T21:35:45.353Z PASS [ 0.024s] ( 41/2917) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
68992026-06-16T21:35:45.353Z PASS [ 0.021s] ( 42/2917) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
69002026-06-16T21:35:45.353Z PASS [ 0.018s] ( 43/2917) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
69012026-06-16T21:35:45.353Z PASS [ 0.022s] ( 44/2917) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
69022026-06-16T21:35:45.353Z PASS [ 0.025s] ( 45/2917) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
69032026-06-16T21:35:45.397Z PASS [ 0.028s] ( 46/2917) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
69042026-06-16T21:35:45.397Z PASS [ 0.022s] ( 47/2917) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
69052026-06-16T21:35:45.397Z PASS [ 0.021s] ( 48/2917) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
69062026-06-16T21:35:45.397Z PASS [ 0.021s] ( 49/2917) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
69072026-06-16T21:35:45.413Z PASS [ 0.018s] ( 50/2917) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
69082026-06-16T21:35:45.413Z PASS [ 0.038s] ( 51/2917) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
69092026-06-16T21:35:45.420Z PASS [ 0.036s] ( 52/2917) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
69102026-06-16T21:35:45.426Z PASS [ 0.017s] ( 53/2917) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
69112026-06-16T21:35:45.443Z PASS [ 0.019s] ( 54/2917) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
69122026-06-16T21:35:45.447Z PASS [ 0.017s] ( 55/2917) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
69132026-06-16T21:35:45.450Z PASS [ 0.018s] ( 56/2917) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
69142026-06-16T21:35:45.454Z PASS [ 0.017s] ( 57/2917) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
69152026-06-16T21:35:45.466Z PASS [ 0.016s] ( 58/2917) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
69162026-06-16T21:35:45.524Z PASS [ 0.067s] ( 59/2917) db-dev::test-db-dev test_db_dev_populate_no_args
69172026-06-16T21:35:45.540Z PASS [ 0.070s] ( 60/2917) db-dev::test-db-dev test_db_dev_wipe_no_args
69182026-06-16T21:35:46.454Z PASS [ 2.875s] ( 61/2917) bootstore::v0-fsm-proptest-rack-coordinator run
69192026-06-16T21:35:46.502Z PASS [ 0.048s] ( 62/2917) db-macros lookup::test::test_lookup_snapshots
69202026-06-16T21:35:46.534Z PASS [ 0.031s] ( 63/2917) db-macros tests::test_derive_metadata_identity_fails_for_enums
69212026-06-16T21:35:46.571Z PASS [ 0.039s] ( 64/2917) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
69222026-06-16T21:35:46.606Z PASS [ 0.035s] ( 65/2917) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
69232026-06-16T21:35:46.643Z PASS [ 0.036s] ( 66/2917) db-macros tests::test_derive_metadata_identity_fails_without_table_name
69242026-06-16T21:35:46.674Z PASS [ 0.032s] ( 67/2917) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
69252026-06-16T21:35:46.742Z PASS [ 0.037s] ( 68/2917) db-macros tests::test_derive_snapshots
69262026-06-16T21:35:46.753Z PASS [ 0.029s] ( 69/2917) db-macros tests::test_derive_with_unknown_field
69272026-06-16T21:35:46.856Z PASS [ 0.116s] ( 70/2917) dns-server storage::test::test_update_basic
69282026-06-16T21:35:46.949Z PASS [ 0.089s] ( 71/2917) dns-server storage::test::test_update_in_progress
69292026-06-16T21:35:47.073Z PASS [ 0.128s] ( 72/2917) dns-server storage::test::test_update_interrupted
69302026-06-16T21:35:47.206Z PASS [ 0.132s] ( 73/2917) dns-server storage::test::test_zone_gets_soa_record
69312026-06-16T21:35:47.356Z PASS [ 0.150s] ( 74/2917) dns-server::basic_test a_crud
69322026-06-16T21:35:47.505Z PASS [ 0.149s] ( 75/2917) dns-server::basic_test aaaa_crud
69332026-06-16T21:35:47.657Z PASS [ 0.148s] ( 76/2917) dns-server::basic_test answers_match_question
69342026-06-16T21:35:47.784Z PASS [ 0.130s] ( 77/2917) dns-server::basic_test empty_record
69352026-06-16T21:35:48.176Z PASS [ 0.394s] ( 78/2917) dns-server::basic_test multi_record_crud
69362026-06-16T21:35:48.336Z PASS [ 0.134s] ( 79/2917) dns-server::basic_test name_contains_zone
69372026-06-16T21:35:48.490Z PASS [ 0.180s] ( 80/2917) dns-server::basic_test nxdomain
69382026-06-16T21:35:48.541Z PASS [ 3.019s] ( 81/2917) db-dev::test-db-dev test_db_killed
69392026-06-16T21:35:48.634Z PASS [ 0.143s] ( 82/2917) dns-server::basic_test servfail
69402026-06-16T21:35:48.719Z PASS [ 0.179s] ( 83/2917) dns-server::basic_test soa
69412026-06-16T21:35:48.775Z PASS [ 0.141s] ( 84/2917) dns-server::basic_test srv_crud
69422026-06-16T21:35:49.204Z PASS [ 0.482s] ( 85/2917) dns-server::cross_version_test cross_version_works
69432026-06-16T21:35:49.229Z PASS [ 0.027s] ( 86/2917) ereport-types tests::test_arb_json_deserializes
69442026-06-16T21:35:49.248Z PASS [ 0.019s] ( 87/2917) ereport-types tests::test_ena_from_str
69452026-06-16T21:35:49.268Z PASS [ 0.020s] ( 88/2917) ereport-types tests::test_ena_from_str_roundtrip
69462026-06-16T21:35:49.292Z PASS [ 0.023s] ( 89/2917) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
69472026-06-16T21:35:49.313Z PASS [ 0.019s] ( 90/2917) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
69482026-06-16T21:35:49.330Z PASS [ 0.019s] ( 91/2917) gfss gf256::tests::test_all_multiplication
69492026-06-16T21:35:49.349Z PASS [ 0.019s] ( 92/2917) gfss gf256::tests::test_all_multiplicative_inverses
69502026-06-16T21:35:49.376Z PASS [ 0.026s] ( 93/2917) gfss gf256::tests::test_docs_example
69512026-06-16T21:35:53.190Z PASS [ 4.414s] ( 94/2917) dnsadm::commands_test test_dnsadm
69522026-06-16T21:35:54.496Z PASS [ 1.306s] ( 95/2917) gfss shamir::tests::split_and_combine
69532026-06-16T21:35:54.528Z PASS [ 0.018s] ( 96/2917) gfss shamir::tests::test_share_reconstruction
69542026-06-16T21:35:54.544Z PASS [ 0.028s] ( 97/2917) illumos-utils destructor::test::test_delayed_delete
69552026-06-16T21:35:55.363Z PASS [ 0.820s] ( 98/2917) illumos-utils destructor::test::test_delayed_delete_with_error
69562026-06-16T21:35:55.394Z PASS [ 0.031s] ( 99/2917) illumos-utils destructor::test::test_destructor_bad_close
69572026-06-16T21:35:55.424Z PASS [ 0.030s] ( 100/2917) illumos-utils link::test::test_allocate
69582026-06-16T21:35:55.454Z PASS [ 0.030s] ( 101/2917) illumos-utils link::test::test_allocate_within_scopes
69592026-06-16T21:35:55.483Z PASS [ 0.028s] ( 102/2917) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
69602026-06-16T21:35:55.513Z PASS [ 0.030s] ( 103/2917) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
69612026-06-16T21:35:55.542Z PASS [ 0.029s] ( 104/2917) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
69622026-06-16T21:35:55.570Z PASS [ 0.028s] ( 105/2917) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
69632026-06-16T21:35:55.598Z PASS [ 0.028s] ( 106/2917) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
69642026-06-16T21:35:55.632Z PASS [ 0.034s] ( 107/2917) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
69652026-06-16T21:35:55.661Z PASS [ 0.028s] ( 108/2917) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
69662026-06-16T21:35:55.690Z PASS [ 0.028s] ( 109/2917) illumos-utils running_zone::tests::test_is_oxide_smf_service
69672026-06-16T21:35:55.719Z PASS [ 0.031s] ( 110/2917) illumos-utils svcs::tests::test_svc_parse_empty_success
69682026-06-16T21:35:55.750Z PASS [ 0.030s] ( 111/2917) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
69692026-06-16T21:35:55.780Z PASS [ 0.030s] ( 112/2917) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
69702026-06-16T21:35:55.812Z PASS [ 0.028s] ( 113/2917) illumos-utils svcs::tests::test_svc_parse_success
69712026-06-16T21:35:55.840Z PASS [ 0.032s] ( 114/2917) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
69722026-06-16T21:35:55.870Z PASS [ 0.029s] ( 115/2917) illumos-utils svcs::tests::test_to_enabled_not_online
69732026-06-16T21:35:55.906Z PASS [ 0.030s] ( 116/2917) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
69742026-06-16T21:35:55.956Z PASS [ 0.056s] ( 117/2917) illumos-utils zfs::test::directory_mutability
69752026-06-16T21:35:56.007Z PASS [ 0.051s] ( 118/2917) illumos-utils zfs::test::get_values_of_rpool
69762026-06-16T21:35:56.036Z PASS [ 0.028s] ( 119/2917) illumos-utils zfs::test::parse_dataset_bad_avail
69772026-06-16T21:35:56.064Z PASS [ 0.029s] ( 120/2917) illumos-utils zfs::test::parse_dataset_bad_quota
69782026-06-16T21:35:56.098Z PASS [ 0.033s] ( 121/2917) illumos-utils zfs::test::parse_dataset_bad_reservation
69792026-06-16T21:35:56.126Z PASS [ 0.029s] ( 122/2917) illumos-utils zfs::test::parse_dataset_bad_usage
69802026-06-16T21:35:56.155Z PASS [ 0.029s] ( 123/2917) illumos-utils zfs::test::parse_dataset_bad_uuid
69812026-06-16T21:35:56.185Z PASS [ 0.028s] ( 124/2917) illumos-utils zfs::test::parse_dataset_missing_fields
69822026-06-16T21:35:56.216Z PASS [ 0.032s] ( 125/2917) illumos-utils zfs::test::parse_dataset_props
69832026-06-16T21:35:56.246Z PASS [ 0.031s] ( 126/2917) illumos-utils zfs::test::parse_dataset_props_with_optionals
69842026-06-16T21:35:56.276Z PASS [ 0.029s] ( 127/2917) illumos-utils zfs::test::parse_dataset_too_many_columns
69852026-06-16T21:35:56.305Z PASS [ 0.029s] ( 128/2917) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
69862026-06-16T21:35:56.331Z PASS [ 0.026s] ( 129/2917) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
69872026-06-16T21:35:56.360Z PASS [ 0.028s] ( 130/2917) illumos-utils zfs::test::parse_quota_ignored_if_default
69882026-06-16T21:35:56.387Z PASS [ 0.027s] ( 131/2917) illumos-utils zfs::test::parse_reservation_ignored_if_default
69892026-06-16T21:35:56.417Z PASS [ 0.030s] ( 132/2917) illumos-utils zfs::test::parse_sorts_and_dedups
69902026-06-16T21:35:56.448Z PASS [ 0.031s] ( 133/2917) illumos-utils zone::tests::delete_nonexistent_address
69912026-06-16T21:35:56.476Z PASS [ 0.025s] ( 134/2917) illumos-utils zone::tests::test_parse_ip_network
69922026-06-16T21:35:56.503Z PASS [ 0.028s] ( 135/2917) illumos-utils zpool::test::test_parse_zpool
69932026-06-16T21:35:56.527Z PASS [ 0.026s] ( 136/2917) illumos-utils zpool::test::test_parse_zpool_missing_column
69942026-06-16T21:35:58.078Z PASS [ 12.542s] ( 137/2917) db-dev::test-db-dev test_db_run
69952026-06-16T21:35:58.127Z PASS [ 0.038s] ( 138/2917) installinator peers::tests::iter_no_preferred_preserves_btree_order
69962026-06-16T21:35:58.156Z PASS [ 0.038s] ( 139/2917) installinator peers::tests::last_known_peer_preferred
69972026-06-16T21:35:58.196Z PASS [ 0.039s] ( 140/2917) installinator peers::tests::last_known_peer_stale
69982026-06-16T21:35:58.201Z PASS [ 1.669s] ( 141/2917) installinator mock_peers::tests::proptest_fetch_artifact
69992026-06-16T21:35:58.256Z PASS [ 0.055s] ( 142/2917) installinator-common block_size_writer::tests::proptest_block_writer
70002026-06-16T21:35:58.360Z PASS [ 8.982s] ( 143/2917) gfss polynomial::tests::test_polynomial_eval
70012026-06-16T21:35:58.397Z PASS [ 0.144s] ( 144/2917) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
70022026-06-16T21:35:58.498Z PASS [ 0.139s] ( 145/2917) internal-dns-resolver resolver::test::insert_and_lookup_one_record
70032026-06-16T21:35:58.546Z PASS [ 0.149s] ( 146/2917) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
70042026-06-16T21:35:58.727Z PASS [ 0.231s] ( 147/2917) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
70052026-06-16T21:35:58.737Z PASS [ 0.189s] ( 148/2917) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
70062026-06-16T21:35:58.845Z PASS [ 15.299s] ( 149/2917) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
70072026-06-16T21:35:58.863Z PASS [ 0.019s] ( 150/2917) internal-dns-types config::test::display_hosts
70082026-06-16T21:35:58.863Z PASS [ 0.026s] ( 151/2917) internal-dns-types config::test::display_srv_service
70092026-06-16T21:35:58.882Z PASS [ 0.023s] ( 152/2917) internal-dns-types config::test::host_zone_switch_publishes_all_services
70102026-06-16T21:35:58.894Z PASS [ 0.143s] ( 153/2917) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
70112026-06-16T21:35:58.899Z PASS [ 0.020s] ( 154/2917) internal-dns-types config::test::test_builder_errors
70122026-06-16T21:35:58.899Z PASS [ 0.157s] ( 155/2917) internal-dns-resolver resolver::test::update_record
70132026-06-16T21:35:58.899Z PASS [ 0.022s] ( 156/2917) internal-dns-types config::test::test_builder_output
70142026-06-16T21:35:58.920Z PASS [ 0.021s] ( 157/2917) internal-dns-types diff::test::diff_invalid
70152026-06-16T21:35:58.924Z PASS [ 0.024s] ( 158/2917) internal-dns-types diff::test::diff_different
70162026-06-16T21:35:58.924Z PASS [ 0.024s] ( 159/2917) internal-dns-types diff::test::diff_equivalent
70172026-06-16T21:35:58.938Z PASS [ 0.021s] ( 160/2917) ipcc tests::deserialize_fixed_value
70182026-06-16T21:35:58.946Z PASS [ 0.025s] ( 161/2917) ipcc tests::installinator_image_id_round_trip
70192026-06-16T21:35:58.946Z PASS [ 0.024s] ( 162/2917) ipcc tests::serialized_size
70202026-06-16T21:35:58.982Z PASS [ 0.035s] ( 163/2917) key-manager tests::different_disks_produce_different_keys
70212026-06-16T21:35:58.997Z PASS [ 0.032s] ( 164/2917) key-manager tests::different_ikm_produces_different_keys
70222026-06-16T21:35:58.997Z PASS [ 0.030s] ( 165/2917) key-manager tests::disk_encryption_key_epoch_0
70232026-06-16T21:35:59.008Z PASS [ 0.021s] ( 166/2917) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
70242026-06-16T21:35:59.014Z PASS [ 0.039s] ( 167/2917) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
70252026-06-16T21:35:59.022Z PASS [ 0.049s] ( 168/2917) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
70262026-06-16T21:35:59.042Z PASS [ 0.041s] ( 169/2917) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
70272026-06-16T21:35:59.063Z PASS [ 0.034s] ( 170/2917) nexus-auth authn::external::session_cookie::test::test_get_token
70282026-06-16T21:35:59.077Z PASS [ 0.033s] ( 171/2917) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
70292026-06-16T21:35:59.077Z PASS [ 0.033s] ( 172/2917) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
70302026-06-16T21:35:59.089Z PASS [ 0.033s] ( 173/2917) nexus-auth authn::external::session_cookie::test::test_missing_cookie
70312026-06-16T21:35:59.095Z PASS [ 0.038s] ( 174/2917) nexus-auth authn::external::session_cookie::test::test_other_cookie
70322026-06-16T21:35:59.106Z PASS [ 0.033s] ( 175/2917) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
70332026-06-16T21:35:59.114Z PASS [ 0.032s] ( 176/2917) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
70342026-06-16T21:35:59.125Z PASS [ 0.034s] ( 177/2917) nexus-auth authn::external::session_cookie::test::test_valid_cookie
70352026-06-16T21:35:59.133Z PASS [ 0.033s] ( 178/2917) nexus-auth authn::external::spoof::test::test_make_header_value
70362026-06-16T21:35:59.145Z PASS [ 0.035s] ( 179/2917) nexus-auth authn::external::spoof::test::test_make_header_value_raw
70372026-06-16T21:35:59.168Z PASS [ 0.033s] ( 180/2917) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
70382026-06-16T21:35:59.174Z PASS [ 0.033s] ( 181/2917) nexus-auth authn::external::spoof::test::test_spoof_header_missing
70392026-06-16T21:35:59.180Z PASS [ 0.030s] ( 182/2917) nexus-auth authn::external::spoof::test::test_spoof_header_valid
70402026-06-16T21:35:59.196Z PASS [ 0.037s] ( 183/2917) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
70412026-06-16T21:35:59.205Z PASS [ 0.999s] ( 184/2917) installinator write::tests::proptest_write_artifact
70422026-06-16T21:35:59.210Z PASS [ 0.037s] ( 185/2917) nexus-auth authn::external::test::test_authn_sequence
70432026-06-16T21:35:59.216Z PASS [ 0.040s] ( 186/2917) nexus-auth authn::external::token::test::test_make_header_value
70442026-06-16T21:35:59.229Z PASS [ 0.036s] ( 187/2917) nexus-auth authn::external::token::test::test_token_header_bad_utf8
70452026-06-16T21:35:59.237Z PASS [ 0.040s] ( 188/2917) nexus-auth authn::external::token::test::test_token_header_missing
70462026-06-16T21:35:59.241Z PASS [ 0.036s] ( 189/2917) nexus-auth authn::external::token::test::test_token_header_valid
70472026-06-16T21:35:59.257Z PASS [ 0.040s] ( 190/2917) nexus-auth authn::test::test_internal_users
70482026-06-16T21:35:59.287Z PASS [ 0.049s] ( 191/2917) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
70492026-06-16T21:35:59.304Z PASS [ 0.066s] ( 192/2917) nexus-auth context::test::test_background_context
70502026-06-16T21:35:59.326Z PASS [ 0.064s] ( 193/2917) nexus-auth context::test::test_child_context
70512026-06-16T21:35:59.337Z PASS [ 0.094s] ( 194/2917) nexus-auth authz::context::test::test_unregistered_resource
70522026-06-16T21:35:59.349Z PASS [ 0.032s] ( 195/2917) nexus-config nexus_config::test::test_bad_authn_schemes
70532026-06-16T21:35:59.364Z PASS [ 0.031s] ( 196/2917) nexus-config nexus_config::test::test_config_bad_toml
70542026-06-16T21:35:59.366Z PASS [ 0.065s] ( 197/2917) nexus-auth context::test::test_test_context
70552026-06-16T21:35:59.381Z PASS [ 0.030s] ( 198/2917) nexus-config nexus_config::test::test_config_empty
70562026-06-16T21:35:59.381Z PASS [ 0.025s] ( 199/2917) nexus-config nexus_config::test::test_config_nonexistent
70572026-06-16T21:35:59.398Z PASS [ 0.028s] ( 200/2917) nexus-config nexus_config::test::test_deployment_config_schema
70582026-06-16T21:35:59.399Z PASS [ 0.032s] ( 201/2917) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
70592026-06-16T21:35:59.399Z PASS [ 0.032s] ( 202/2917) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
70602026-06-16T21:35:59.462Z PASS [ 0.041s] ( 203/2917) nexus-config nexus_config::test::test_repo_configs_are_valid
70612026-06-16T21:35:59.478Z PASS [ 0.033s] ( 204/2917) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
70622026-06-16T21:35:59.478Z PASS [ 0.031s] ( 205/2917) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
70632026-06-16T21:35:59.478Z PASS [ 0.048s] ( 206/2917) nexus-config nexus_config::test::test_valid
70642026-06-16T21:35:59.478Z PASS [ 0.026s] ( 207/2917) nexus-config postgres_config::test::test_all_addresses_single_host
70652026-06-16T21:35:59.478Z PASS [ 0.028s] ( 208/2917) nexus-config postgres_config::test::test_example_url
70662026-06-16T21:35:59.478Z PASS [ 0.035s] ( 209/2917) nexus-config postgres_config::test::test_bad_url
70672026-06-16T21:35:59.478Z PASS [ 0.028s] ( 210/2917) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
70682026-06-16T21:35:59.488Z PASS [ 0.037s] ( 211/2917) nexus-db-fixed-data test::test_allowlist_id_is_valid
70692026-06-16T21:35:59.488Z PASS [ 0.028s] ( 212/2917) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
70702026-06-16T21:35:59.495Z PASS [ 0.041s] ( 213/2917) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
70712026-06-16T21:35:59.495Z PASS [ 0.025s] ( 214/2917) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
70722026-06-16T21:35:59.520Z PASS [ 0.025s] ( 215/2917) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
70732026-06-16T21:35:59.543Z PASS [ 0.036s] ( 216/2917) nexus-db-model bytecount::test::test_bytecount_i64_conversions
70742026-06-16T21:35:59.556Z PASS [ 0.034s] ( 217/2917) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
70752026-06-16T21:35:59.556Z PASS [ 0.047s] ( 218/2917) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
70762026-06-16T21:35:59.574Z PASS [ 0.027s] ( 219/2917) nexus-db-model device_auth::test::test_generate_user_code
70772026-06-16T21:35:59.590Z PASS [ 0.024s] ( 220/2917) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
70782026-06-16T21:35:59.590Z PASS [ 0.038s] ( 221/2917) nexus-db-model instance_state::tests::test_from_str_roundtrips
70792026-06-16T21:35:59.598Z PASS [ 0.032s] ( 222/2917) nexus-db-model role_assignment::tests::test_role_assignment_from_database
70802026-06-16T21:35:59.618Z PASS [ 0.034s] ( 223/2917) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
70812026-06-16T21:35:59.627Z PASS [ 0.063s] ( 224/2917) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
70822026-06-16T21:35:59.648Z PASS [ 0.051s] ( 225/2917) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
70832026-06-16T21:35:59.660Z PASS [ 0.047s] ( 226/2917) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
70842026-06-16T21:35:59.681Z PASS [ 0.049s] ( 227/2917) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
70852026-06-16T21:35:59.697Z PASS [ 0.057s] ( 228/2917) nexus-db-model schema_versions::test::test_classify_create_index
70862026-06-16T21:35:59.704Z PASS [ 0.049s] ( 229/2917) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
70872026-06-16T21:35:59.717Z PASS [ 0.043s] ( 230/2917) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
70882026-06-16T21:35:59.733Z PASS [ 0.031s] ( 231/2917) nexus-db-model schema_versions::test::test_classify_dml_ignored
70892026-06-16T21:35:59.746Z PASS [ 0.046s] ( 232/2917) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
70902026-06-16T21:35:59.762Z PASS [ 0.032s] ( 233/2917) nexus-db-model schema_versions::test::test_known_versions
70912026-06-16T21:35:59.770Z PASS [ 0.051s] ( 234/2917) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
70922026-06-16T21:35:59.805Z PASS [ 0.037s] ( 235/2917) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
70932026-06-16T21:35:59.809Z PASS [ 0.050s] ( 236/2917) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
70942026-06-16T21:35:59.834Z PASS [ 0.087s] ( 237/2917) nexus-db-model schema_versions::test::test_migration_verification_files
70952026-06-16T21:35:59.845Z PASS [ 0.040s] ( 238/2917) nexus-db-model schema_versions::test::test_one_ddl_enforcement
70962026-06-16T21:35:59.876Z PASS [ 0.068s] ( 239/2917) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
70972026-06-16T21:35:59.880Z PASS [ 0.046s] ( 240/2917) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
70982026-06-16T21:35:59.897Z PASS [ 0.051s] ( 241/2917) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
70992026-06-16T21:35:59.918Z PASS [ 0.042s] ( 242/2917) nexus-db-model schema_versions::test::test_preprocess_storing
71002026-06-16T21:35:59.950Z PASS [ 0.057s] ( 243/2917) nexus-db-model schema_versions::test::test_preprocess_type_array
71012026-06-16T21:35:59.954Z PASS [ 0.051s] ( 244/2917) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
71022026-06-16T21:35:59.972Z PASS [ 0.054s] ( 245/2917) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
71032026-06-16T21:35:59.981Z PASS [ 0.045s] ( 246/2917) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
71042026-06-16T21:35:59.990Z PASS [ 0.041s] ( 247/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
71052026-06-16T21:36:00.006Z PASS [ 0.031s] ( 248/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
71062026-06-16T21:36:00.012Z PASS [ 0.030s] ( 249/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
71072026-06-16T21:36:00.025Z PASS [ 0.033s] ( 250/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
71082026-06-16T21:36:00.035Z PASS [ 0.031s] ( 251/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
71092026-06-16T21:36:00.108Z PASS [ 0.034s] ( 252/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
71102026-06-16T21:36:00.126Z PASS [ 0.035s] ( 253/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
71112026-06-16T21:36:00.126Z PASS [ 0.030s] ( 254/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
71122026-06-16T21:36:00.126Z PASS [ 0.030s] ( 255/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
71132026-06-16T21:36:00.126Z PASS [ 0.028s] ( 256/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
71142026-06-16T21:36:00.127Z PASS [ 0.032s] ( 257/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
71152026-06-16T21:36:00.127Z PASS [ 0.034s] ( 258/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
71162026-06-16T21:36:00.136Z PASS [ 0.034s] ( 259/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
71172026-06-16T21:36:00.136Z PASS [ 0.028s] ( 260/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
71182026-06-16T21:36:00.143Z PASS [ 0.029s] ( 261/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
71192026-06-16T21:36:00.149Z PASS [ 0.031s] ( 262/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
71202026-06-16T21:36:00.157Z PASS [ 0.031s] ( 263/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
71212026-06-16T21:36:00.171Z PASS [ 0.032s] ( 264/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
71222026-06-16T21:36:00.179Z PASS [ 0.030s] ( 265/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
71232026-06-16T21:36:00.193Z PASS [ 0.037s] ( 266/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
71242026-06-16T21:36:00.200Z PASS [ 0.029s] ( 267/2917) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
71252026-06-16T21:36:00.218Z PASS [ 0.034s] ( 268/2917) nexus-db-model schema_versions::test::test_verification_query_add_constraint
71262026-06-16T21:36:00.226Z PASS [ 0.030s] ( 269/2917) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
71272026-06-16T21:36:00.232Z PASS [ 0.031s] ( 270/2917) nexus-db-model schema_versions::test::test_verification_query_create_index
71282026-06-16T21:36:00.242Z PASS [ 0.028s] ( 271/2917) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
71292026-06-16T21:36:00.260Z PASS [ 0.035s] ( 272/2917) nexus-db-model schema_versions::test::test_verify
71302026-06-16T21:36:00.271Z PASS [ 0.039s] ( 273/2917) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
71312026-06-16T21:36:00.277Z PASS [ 0.035s] ( 274/2917) nexus-db-model semver_version::test::test_to_from_sortable_string
71322026-06-16T21:36:00.340Z PASS [ 0.032s] ( 275/2917) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
71332026-06-16T21:36:00.347Z PASS [ 0.027s] ( 276/2917) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
71342026-06-16T21:36:00.347Z PASS [ 0.027s] ( 277/2917) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
71352026-06-16T21:36:00.348Z PASS [ 0.028s] ( 278/2917) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
71362026-06-16T21:36:00.348Z PASS [ 0.029s] ( 279/2917) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
71372026-06-16T21:36:00.348Z PASS [ 0.028s] ( 280/2917) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
71382026-06-16T21:36:00.354Z PASS [ 0.026s] ( 281/2917) nexus-db-model tests::test_ip_subnet_check_requestable_address
71392026-06-16T21:36:00.362Z PASS [ 0.036s] ( 282/2917) nexus-db-model tests::test_ipv6_net_random_subnet
71402026-06-16T21:36:00.370Z PASS [ 0.037s] ( 283/2917) nexus-db-model tests::test_roles_database_strings
71412026-06-16T21:36:00.379Z PASS [ 0.035s] ( 284/2917) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
71422026-06-16T21:36:00.395Z PASS [ 0.032s] ( 285/2917) nexus-db-model typed_uuid::tests::test_compare_consistency
71432026-06-16T21:36:00.402Z PASS [ 0.033s] ( 286/2917) nexus-db-model typed_uuid::tests::test_hash_equality
71442026-06-16T21:36:00.411Z PASS [ 0.030s] ( 287/2917) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
71452026-06-16T21:36:00.428Z PASS [ 0.033s] ( 288/2917) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
71462026-06-16T21:36:00.445Z PASS [ 0.038s] ( 289/2917) nexus-db-model vmm_state::tests::test_from_str_roundtrips
71472026-06-16T21:36:00.461Z PASS [ 0.035s] ( 290/2917) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
71482026-06-16T21:36:00.475Z PASS [ 0.025s] ( 291/2917) nexus-db-model vmm_state::tests::test_terminal_states_consistent
71492026-06-16T21:36:00.670Z PASS [ 17.172s] ( 292/2917) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
71502026-06-16T21:36:00.771Z PASS [ 17.269s] ( 293/2917) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
71512026-06-16T21:36:01.963Z PASS [ 2.508s] ( 294/2917) nexus-db-lookup::integration lookup::test_lookup
71522026-06-16T21:36:02.941Z PASS [ 2.497s] ( 295/2917) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
71532026-06-16T21:36:03.203Z PASS [ 2.748s] ( 296/2917) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
71542026-06-16T21:36:03.277Z PASS [ 2.832s] ( 297/2917) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
71552026-06-16T21:36:03.307Z PASS [ 2.637s] ( 298/2917) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
71562026-06-16T21:36:03.412Z PASS [ 2.638s] ( 299/2917) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
71572026-06-16T21:36:04.418Z PASS [ 2.454s] ( 300/2917) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
71582026-06-16T21:36:04.441Z PASS [ 20.942s] ( 301/2917) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
71592026-06-16T21:36:04.465Z PASS [ 0.050s] ( 302/2917) nexus-db-queries db::collection_attach::test::test_verify_query
71602026-06-16T21:36:04.669Z PASS [ 21.171s] ( 303/2917) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
71612026-06-16T21:36:04.691Z PASS [ 21.193s] ( 304/2917) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
71622026-06-16T21:36:04.796Z PASS [ 21.298s] ( 305/2917) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
71632026-06-16T21:36:05.391Z PASS [ 21.891s] ( 306/2917) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
71642026-06-16T21:36:05.494Z PASS [ 2.556s] ( 307/2917) nexus-db-queries db::collection_attach::test::test_attach_once
71652026-06-16T21:36:05.513Z PASS [ 22.016s] ( 308/2917) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
71662026-06-16T21:36:05.545Z PASS [ 0.050s] ( 309/2917) nexus-db-queries db::collection_detach::test::test_verify_query
71672026-06-16T21:36:05.932Z PASS [ 2.730s] ( 310/2917) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
71682026-06-16T21:36:05.938Z PASS [ 2.631s] ( 311/2917) nexus-db-queries db::collection_attach::test::test_attach_with_filters
71692026-06-16T21:36:06.007Z PASS [ 2.596s] ( 312/2917) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
71702026-06-16T21:36:06.058Z PASS [ 2.780s] ( 313/2917) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
71712026-06-16T21:36:06.252Z PASS [ 22.751s] ( 314/2917) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
71722026-06-16T21:36:06.320Z PASS [ 22.821s] ( 315/2917) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
71732026-06-16T21:36:06.324Z PASS [ 22.827s] ( 316/2917) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
71742026-06-16T21:36:06.364Z PASS [ 22.868s] ( 317/2917) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
71752026-06-16T21:36:06.378Z PASS [ 0.054s] ( 318/2917) nexus-db-queries db::collection_detach_many::test::test_verify_query
71762026-06-16T21:36:06.702Z PASS [ 23.199s] ( 319/2917) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
71772026-06-16T21:36:06.754Z PASS [ 0.051s] ( 320/2917) nexus-db-queries db::collection_insert::test::test_verify_query
71782026-06-16T21:36:06.807Z PASS [ 0.047s] ( 321/2917) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
71792026-06-16T21:36:06.849Z PASS [ 0.048s] ( 322/2917) nexus-db-queries db::column_walker::test::test_walk_columns
71802026-06-16T21:36:06.880Z PASS [ 2.438s] ( 323/2917) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
71812026-06-16T21:36:06.906Z PASS [ 0.054s] ( 324/2917) nexus-db-queries db::column_walker::test::test_walk_table
71822026-06-16T21:36:07.083Z PASS [ 2.618s] ( 325/2917) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
71832026-06-16T21:36:07.157Z PASS [ 2.489s] ( 326/2917) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
71842026-06-16T21:36:07.326Z PASS [ 2.636s] ( 327/2917) nexus-db-queries db::collection_detach::test::test_detach_once
71852026-06-16T21:36:07.517Z PASS [ 2.721s] ( 328/2917) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
71862026-06-16T21:36:07.959Z PASS [ 2.563s] ( 329/2917) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
71872026-06-16T21:36:08.152Z PASS [ 2.638s] ( 330/2917) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
71882026-06-16T21:36:08.189Z PASS [ 2.644s] ( 331/2917) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
71892026-06-16T21:36:08.681Z PASS [ 2.749s] ( 332/2917) nexus-db-queries db::collection_detach_many::test::test_detach_many
71902026-06-16T21:36:08.684Z PASS [ 2.676s] ( 333/2917) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
71912026-06-16T21:36:08.705Z PASS [ 2.766s] ( 334/2917) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
71922026-06-16T21:36:08.723Z PASS [ 2.667s] ( 335/2917) nexus-db-queries db::collection_detach_many::test::test_detach_once
71932026-06-16T21:36:09.183Z PASS [ 2.933s] ( 336/2917) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
71942026-06-16T21:36:09.213Z PASS [ 2.834s] ( 337/2917) nexus-db-queries db::collection_insert::test::test_collection_present
71952026-06-16T21:36:09.216Z PASS [ 2.849s] ( 338/2917) nexus-db-queries db::collection_insert::test::test_collection_not_present
71962026-06-16T21:36:09.230Z PASS [ 2.909s] ( 339/2917) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
71972026-06-16T21:36:10.617Z PASS [ 27.120s] ( 340/2917) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
71982026-06-16T21:36:11.413Z PASS [ 4.534s] ( 341/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
71992026-06-16T21:36:11.458Z PASS [ 4.555s] ( 342/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
72002026-06-16T21:36:11.553Z PASS [ 4.396s] ( 343/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
72012026-06-16T21:36:11.759Z PASS [ 4.431s] ( 344/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
72022026-06-16T21:36:12.473Z PASS [ 4.517s] ( 345/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
72032026-06-16T21:36:12.520Z PASS [ 4.332s] ( 346/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
72042026-06-16T21:36:12.646Z PASS [ 5.126s] ( 347/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
72052026-06-16T21:36:13.036Z PASS [ 4.349s] ( 348/2917) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
72062026-06-16T21:36:13.054Z PASS [ 29.557s] ( 349/2917) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
72072026-06-16T21:36:13.109Z PASS [ 4.957s] ( 350/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
72082026-06-16T21:36:13.149Z PASS [ 4.468s] ( 351/2917) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
72092026-06-16T21:36:13.280Z PASS [ 4.576s] ( 352/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
72102026-06-16T21:36:13.323Z PASS [ 4.600s] ( 353/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
72112026-06-16T21:36:13.339Z PASS [ 29.843s] ( 354/2917) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
72122026-06-16T21:36:13.462Z PASS [ 29.963s] ( 355/2917) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
72132026-06-16T21:36:13.516Z PASS [ 6.433s] ( 356/2917) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
72142026-06-16T21:36:13.700Z PASS [ 4.486s] ( 357/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
72152026-06-16T21:36:13.740Z PASS [ 4.526s] ( 358/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
72162026-06-16T21:36:14.251Z PASS [ 5.021s] ( 359/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
72172026-06-16T21:36:14.873Z PASS [ 4.256s] ( 360/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
72182026-06-16T21:36:15.263Z PASS [ 6.078s] ( 361/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
72192026-06-16T21:36:15.331Z PASS [ 2.686s] ( 362/2917) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
72202026-06-16T21:36:15.498Z PASS [ 3.945s] ( 363/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
72212026-06-16T21:36:15.571Z PASS [ 4.113s] ( 364/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
72222026-06-16T21:36:15.889Z PASS [ 4.129s] ( 365/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
72232026-06-16T21:36:15.995Z PASS [ 4.582s] ( 366/2917) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
72242026-06-16T21:36:16.906Z PASS [ 3.797s] ( 367/2917) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
72252026-06-16T21:36:17.034Z PASS [ 3.980s] ( 368/2917) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
72262026-06-16T21:36:17.107Z PASS [ 3.957s] ( 369/2917) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
72272026-06-16T21:36:17.152Z PASS [ 3.794s] ( 370/2917) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
72282026-06-16T21:36:17.176Z PASS [ 3.853s] ( 371/2917) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
72292026-06-16T21:36:17.183Z PASS [ 1.187s] ( 372/2917) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
72302026-06-16T21:36:17.233Z PASS [ 3.951s] ( 373/2917) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
72312026-06-16T21:36:17.246Z PASS [ 4.217s] ( 374/2917) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
72322026-06-16T21:36:17.268Z PASS [ 3.806s] ( 375/2917) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
72332026-06-16T21:36:17.275Z PASS [ 3.760s] ( 376/2917) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
72342026-06-16T21:36:17.531Z PASS [ 3.832s] ( 377/2917) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
72352026-06-16T21:36:17.587Z PASS [ 3.845s] ( 378/2917) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
72362026-06-16T21:36:17.852Z PASS [ 34.352s] ( 379/2917) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
72372026-06-16T21:36:17.909Z PASS [ 5.438s] ( 380/2917) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
72382026-06-16T21:36:17.981Z PASS [ 2.652s] ( 381/2917) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
72392026-06-16T21:36:18.024Z PASS [ 1.118s] ( 382/2917) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
72402026-06-16T21:36:18.049Z PASS [ 5.526s] ( 383/2917) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
72412026-06-16T21:36:18.104Z PASS [ 3.851s] ( 384/2917) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
72422026-06-16T21:36:18.307Z PASS [ 2.735s] ( 385/2917) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
72432026-06-16T21:36:18.418Z PASS [ 34.919s] ( 386/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
72442026-06-16T21:36:18.694Z PASS [ 0.786s] ( 387/2917) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
72452026-06-16T21:36:18.743Z PASS [ 3.870s] ( 388/2917) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
72462026-06-16T21:36:18.758Z PASS [ 0.906s] ( 389/2917) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
72472026-06-16T21:36:18.846Z PASS [ 3.347s] ( 390/2917) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
72482026-06-16T21:36:19.180Z PASS [ 1.155s] ( 391/2917) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
72492026-06-16T21:36:19.326Z PASS [ 4.064s] ( 392/2917) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
72502026-06-16T21:36:19.533Z PASS [ 3.624s] ( 393/2917) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
72512026-06-16T21:36:19.806Z PASS [ 2.771s] ( 394/2917) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
72522026-06-16T21:36:19.831Z PASS [ 0.320s] ( 395/2917) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
72532026-06-16T21:36:19.956Z PASS [ 2.848s] ( 396/2917) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
72542026-06-16T21:36:19.983Z PASS [ 2.751s] ( 397/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
72552026-06-16T21:36:19.987Z PASS [ 2.740s] ( 398/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
72562026-06-16T21:36:20.019Z PASS [ 2.842s] ( 399/2917) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
72572026-06-16T21:36:20.050Z PASS [ 2.779s] ( 400/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
72582026-06-16T21:36:20.091Z PASS [ 2.957s] ( 401/2917) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
72592026-06-16T21:36:20.096Z PASS [ 2.820s] ( 402/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
72602026-06-16T21:36:20.113Z PASS [ 2.930s] ( 403/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
72612026-06-16T21:36:20.218Z PASS [ 2.686s] ( 404/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
72622026-06-16T21:36:20.258Z PASS [ 2.672s] ( 405/2917) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
72632026-06-16T21:36:20.267Z PASS [ 0.048s] ( 406/2917) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
72642026-06-16T21:36:20.886Z PASS [ 2.784s] ( 407/2917) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
72652026-06-16T21:36:20.907Z PASS [ 2.861s] ( 408/2917) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
72662026-06-16T21:36:20.959Z PASS [ 2.652s] ( 409/2917) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
72672026-06-16T21:36:21.003Z PASS [ 2.585s] ( 410/2917) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
72682026-06-16T21:36:21.124Z PASS [ 2.429s] ( 411/2917) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
72692026-06-16T21:36:21.186Z PASS [ 2.427s] ( 412/2917) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
72702026-06-16T21:36:21.200Z PASS [ 2.456s] ( 413/2917) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
72712026-06-16T21:36:21.390Z PASS [ 0.266s] ( 414/2917) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
72722026-06-16T21:36:21.451Z PASS [ 0.263s] ( 415/2917) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
72732026-06-16T21:36:21.820Z PASS [ 3.830s] ( 416/2917) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
72742026-06-16T21:36:22.178Z PASS [ 2.373s] ( 417/2917) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
72752026-06-16T21:36:23.011Z PASS [ 4.165s] ( 418/2917) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
72762026-06-16T21:36:23.303Z PASS [ 4.106s] ( 419/2917) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
72772026-06-16T21:36:23.811Z PASS [ 2.609s] ( 420/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
72782026-06-16T21:36:23.848Z PASS [ 4.524s] ( 421/2917) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
72792026-06-16T21:36:24.083Z PASS [ 2.692s] ( 422/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
72802026-06-16T21:36:24.083Z PASS [ 4.127s] ( 423/2917) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
72812026-06-16T21:36:24.104Z PASS [ 40.602s] ( 424/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
72822026-06-16T21:36:24.166Z PASS [ 2.714s] ( 425/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
72832026-06-16T21:36:24.219Z PASS [ 4.093s] ( 426/2917) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
72842026-06-16T21:36:24.232Z PASS [ 3.963s] ( 427/2917) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
72852026-06-16T21:36:24.250Z PASS [ 4.263s] ( 428/2917) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
72862026-06-16T21:36:24.318Z PASS [ 4.300s] ( 429/2917) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
72872026-06-16T21:36:24.391Z PASS [ 4.126s] ( 430/2917) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
72882026-06-16T21:36:24.498Z PASS [ 4.408s] ( 431/2917) nexus-db-queries db::datastore::deployment::tests::test_set_target
72892026-06-16T21:36:24.566Z PASS [ 2.747s] ( 432/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
72902026-06-16T21:36:24.672Z PASS [ 4.568s] ( 433/2917) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
72912026-06-16T21:36:24.774Z PASS [ 4.790s] ( 434/2917) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
72922026-06-16T21:36:24.839Z PASS [ 5.007s] ( 435/2917) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
72932026-06-16T21:36:24.867Z PASS [ 2.689s] ( 436/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
72942026-06-16T21:36:25.013Z PASS [ 4.008s] ( 437/2917) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
72952026-06-16T21:36:25.050Z PASS [ 4.143s] ( 438/2917) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
72962026-06-16T21:36:25.074Z PASS [ 41.577s] ( 439/2917) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72972026-06-16T21:36:25.095Z PASS [ 4.136s] ( 440/2917) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
72982026-06-16T21:36:25.234Z PASS [ 41.737s] ( 441/2917) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72992026-06-16T21:36:25.548Z PASS [ 2.535s] ( 442/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
73002026-06-16T21:36:25.618Z PASS [ 4.732s] ( 443/2917) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
73012026-06-16T21:36:25.652Z PASS [ 5.602s] ( 444/2917) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
73022026-06-16T21:36:25.706Z PASS [ 2.416s] ( 445/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
73032026-06-16T21:36:26.204Z PASS [ 2.356s] ( 446/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
73042026-06-16T21:36:26.217Z PASS [ 2.409s] ( 447/2917) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
73052026-06-16T21:36:26.505Z PASS [ 2.422s] ( 448/2917) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
73062026-06-16T21:36:26.584Z PASS [ 2.502s] ( 449/2917) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
73072026-06-16T21:36:26.682Z PASS [ 2.577s] ( 450/2917) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
73082026-06-16T21:36:27.873Z PASS [ 3.667s] ( 451/2917) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
73092026-06-16T21:36:27.914Z PASS [ 3.751s] ( 452/2917) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
73102026-06-16T21:36:28.075Z PASS [ 3.577s] ( 453/2917) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
73112026-06-16T21:36:28.177Z PASS [ 3.956s] ( 454/2917) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
73122026-06-16T21:36:28.280Z PASS [ 3.962s] ( 455/2917) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
73132026-06-16T21:36:28.438Z PASS [ 3.871s] ( 456/2917) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
73142026-06-16T21:36:28.441Z PASS [ 3.770s] ( 457/2917) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
73152026-06-16T21:36:28.486Z PASS [ 3.712s] ( 458/2917) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
73162026-06-16T21:36:28.525Z PASS [ 3.686s] ( 459/2917) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
73172026-06-16T21:36:28.604Z PASS [ 4.213s] ( 460/2917) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
73182026-06-16T21:36:28.728Z PASS [ 4.446s] ( 461/2917) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
73192026-06-16T21:36:28.785Z PASS [ 3.915s] ( 462/2917) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
73202026-06-16T21:36:28.966Z PASS [ 3.915s] ( 463/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
73212026-06-16T21:36:28.984Z PASS [ 3.889s] ( 464/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
73222026-06-16T21:36:29.046Z PASS [ 3.813s] ( 465/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
73232026-06-16T21:36:29.101Z PASS [ 4.027s] ( 466/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
73242026-06-16T21:36:29.125Z PASS [ 4.114s] ( 467/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
73252026-06-16T21:36:29.223Z PASS [ 3.677s] ( 468/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
73262026-06-16T21:36:29.284Z PASS [ 3.664s] ( 469/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
73272026-06-16T21:36:29.338Z PASS [ 0.235s] ( 470/2917) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
73282026-06-16T21:36:29.356Z PASS [ 0.231s] ( 471/2917) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
73292026-06-16T21:36:29.453Z PASS [ 0.229s] ( 472/2917) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
73302026-06-16T21:36:29.469Z PASS [ 3.764s] ( 473/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
73312026-06-16T21:36:29.564Z PASS [ 3.914s] ( 474/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
73322026-06-16T21:36:30.017Z PASS [ 3.800s] ( 475/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
73332026-06-16T21:36:30.207Z PASS [ 4.002s] ( 476/2917) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
73342026-06-16T21:36:30.265Z PASS [ 3.761s] ( 477/2917) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
73352026-06-16T21:36:30.515Z PASS [ 3.930s] ( 478/2917) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
73362026-06-16T21:36:30.567Z PASS [ 3.887s] ( 479/2917) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
73372026-06-16T21:36:31.577Z PASS [ 3.704s] ( 480/2917) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
73382026-06-16T21:36:31.623Z PASS [ 3.709s] ( 481/2917) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
73392026-06-16T21:36:31.768Z PASS [ 48.270s] ( 482/2917) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
73402026-06-16T21:36:31.797Z PASS [ 2.514s] ( 483/2917) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
73412026-06-16T21:36:31.850Z PASS [ 2.512s] ( 484/2917) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
73422026-06-16T21:36:31.937Z PASS [ 3.862s] ( 485/2917) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
73432026-06-16T21:36:31.977Z PASS [ 2.525s] ( 486/2917) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
73442026-06-16T21:36:32.054Z PASS [ 2.573s] ( 487/2917) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
73452026-06-16T21:36:32.153Z PASS [ 2.789s] ( 488/2917) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
73462026-06-16T21:36:32.158Z PASS [ 3.975s] ( 489/2917) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
73472026-06-16T21:36:32.275Z PASS [ 3.992s] ( 490/2917) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
73482026-06-16T21:36:32.388Z PASS [ 3.953s] ( 491/2917) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
73492026-06-16T21:36:32.396Z PASS [ 3.910s] ( 492/2917) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
73502026-06-16T21:36:32.426Z PASS [ 3.993s] ( 493/2917) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
73512026-06-16T21:36:32.436Z PASS [ 3.828s] ( 494/2917) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
73522026-06-16T21:36:32.485Z PASS [ 3.789s] ( 495/2917) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
73532026-06-16T21:36:32.492Z PASS [ 3.709s] ( 496/2917) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
73542026-06-16T21:36:32.511Z PASS [ 3.983s] ( 497/2917) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
73552026-06-16T21:36:32.699Z PASS [ 3.653s] ( 498/2917) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
73562026-06-16T21:36:32.867Z PASS [ 3.901s] ( 499/2917) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
73572026-06-16T21:36:32.867Z PASS [ 3.883s] ( 500/2917) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
73582026-06-16T21:36:34.187Z PASS [ 3.915s] ( 501/2917) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
73592026-06-16T21:36:34.203Z PASS [ 3.996s] ( 502/2917) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
73602026-06-16T21:36:34.379Z PASS [ 3.860s] ( 503/2917) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
73612026-06-16T21:36:34.379Z PASS [ 3.807s] ( 504/2917) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
73622026-06-16T21:36:34.726Z PASS [ 4.707s] ( 505/2917) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
73632026-06-16T21:36:35.487Z PASS [ 3.890s] ( 506/2917) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
73642026-06-16T21:36:35.629Z PASS [ 3.966s] ( 507/2917) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
73652026-06-16T21:36:35.769Z PASS [ 3.973s] ( 508/2917) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
73662026-06-16T21:36:36.011Z PASS [ 4.145s] ( 509/2917) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
73672026-06-16T21:36:36.066Z PASS [ 4.255s] ( 510/2917) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
73682026-06-16T21:36:36.153Z PASS [ 4.163s] ( 511/2917) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
73692026-06-16T21:36:36.379Z PASS [ 4.429s] ( 512/2917) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
73702026-06-16T21:36:36.430Z PASS [ 4.258s] ( 513/2917) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
73712026-06-16T21:36:36.465Z PASS [ 4.313s] ( 514/2917) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
73722026-06-16T21:36:36.663Z PASS [ 4.351s] ( 515/2917) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
73732026-06-16T21:36:36.688Z PASS [ 4.254s] ( 516/2917) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
73742026-06-16T21:36:36.754Z PASS [ 4.293s] ( 517/2917) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
73752026-06-16T21:36:36.826Z PASS [ 4.241s] ( 518/2917) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
73762026-06-16T21:36:36.826Z PASS [ 4.312s] ( 519/2917) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
73772026-06-16T21:36:36.857Z PASS [ 4.273s] ( 520/2917) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
73782026-06-16T21:36:36.883Z PASS [ 4.456s] ( 521/2917) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
73792026-06-16T21:36:37.020Z PASS [ 4.297s] ( 522/2917) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
73802026-06-16T21:36:37.033Z PASS [ 0.254s] ( 523/2917) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
73812026-06-16T21:36:37.033Z PASS [ 0.287s] ( 524/2917) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
73822026-06-16T21:36:37.113Z PASS [ 0.261s] ( 525/2917) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
73832026-06-16T21:36:37.453Z PASS [ 4.927s] ( 526/2917) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
73842026-06-16T21:36:37.486Z PASS [ 4.599s] ( 527/2917) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
73852026-06-16T21:36:37.597Z PASS [ 2.864s] ( 528/2917) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
73862026-06-16T21:36:37.706Z PASS [ 5.660s] ( 529/2917) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
73872026-06-16T21:36:38.222Z PASS [ 2.756s] ( 530/2917) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
73882026-06-16T21:36:38.437Z PASS [ 2.847s] ( 531/2917) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
73892026-06-16T21:36:38.528Z PASS [ 2.782s] ( 532/2917) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
73902026-06-16T21:36:38.581Z PASS [ 4.379s] ( 533/2917) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
73912026-06-16T21:36:38.701Z PASS [ 4.520s] ( 534/2917) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
73922026-06-16T21:36:38.827Z PASS [ 4.446s] ( 535/2917) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
73932026-06-16T21:36:39.092Z PASS [ 4.684s] ( 536/2917) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
73942026-06-16T21:36:39.790Z PASS [ 6.923s] ( 537/2917) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
73952026-06-16T21:36:40.139Z PASS [ 4.144s] ( 538/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
73962026-06-16T21:36:40.185Z PASS [ 4.043s] ( 539/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
73972026-06-16T21:36:40.261Z PASS [ 4.208s] ( 540/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
73982026-06-16T21:36:40.327Z PASS [ 3.917s] ( 541/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
73992026-06-16T21:36:40.355Z PASS [ 3.988s] ( 542/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
74002026-06-16T21:36:40.409Z PASS [ 3.950s] ( 543/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
74012026-06-16T21:36:40.642Z PASS [ 4.016s] ( 544/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
74022026-06-16T21:36:40.699Z PASS [ 4.046s] ( 545/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
74032026-06-16T21:36:40.706Z PASS [ 3.974s] ( 546/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
74042026-06-16T21:36:40.817Z PASS [ 4.089s] ( 547/2917) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
74052026-06-16T21:36:41.196Z PASS [ 4.176s] ( 548/2917) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
74062026-06-16T21:36:41.238Z PASS [ 4.132s] ( 549/2917) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
74072026-06-16T21:36:41.434Z PASS [ 4.409s] ( 550/2917) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
74082026-06-16T21:36:41.437Z PASS [ 3.971s] ( 551/2917) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
74092026-06-16T21:36:41.576Z PASS [ 4.141s] ( 552/2917) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
74102026-06-16T21:36:41.728Z PASS [ 4.138s] ( 553/2917) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
74112026-06-16T21:36:41.756Z PASS [ 4.756s] ( 554/2917) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
74122026-06-16T21:36:41.860Z PASS [ 4.161s] ( 555/2917) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
74132026-06-16T21:36:42.413Z PASS [ 4.189s] ( 556/2917) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
74142026-06-16T21:36:42.559Z PASS [ 4.122s] ( 557/2917) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_assigned_to_system_services
74152026-06-16T21:36:42.563Z PASS [ 4.039s] ( 558/2917) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
74162026-06-16T21:36:42.747Z PASS [ 4.166s] ( 559/2917) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
74172026-06-16T21:36:43.076Z PASS [ 4.375s] ( 560/2917) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
74182026-06-16T21:36:43.207Z PASS [ 4.384s] ( 561/2917) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
74192026-06-16T21:36:43.471Z PASS [ 4.409s] ( 562/2917) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
74202026-06-16T21:36:43.507Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
74212026-06-16T21:36:43.507Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
74222026-06-16T21:36:43.514Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
74232026-06-16T21:36:44.043Z PASS [ 4.253s] ( 563/2917) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
74242026-06-16T21:36:44.217Z PASS [ 4.078s] ( 564/2917) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
74252026-06-16T21:36:44.341Z PASS [ 4.156s] ( 565/2917) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
74262026-06-16T21:36:44.368Z PASS [ 4.011s] ( 566/2917) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
74272026-06-16T21:36:44.452Z PASS [ 4.117s] ( 567/2917) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
74282026-06-16T21:36:44.482Z PASS [ 4.222s] ( 568/2917) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
74292026-06-16T21:36:44.679Z PASS [ 4.269s] ( 569/2917) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
74302026-06-16T21:36:45.033Z PASS [ 4.392s] ( 570/2917) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
74312026-06-16T21:36:45.196Z PASS [ 4.379s] ( 571/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
74322026-06-16T21:36:45.197Z PASS [ 4.498s] ( 572/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
74332026-06-16T21:36:45.522Z PASS [ 4.325s] ( 573/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
74342026-06-16T21:36:45.579Z PASS [ 4.342s] ( 574/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
74352026-06-16T21:36:45.700Z PASS [ 5.001s] ( 575/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
74362026-06-16T21:36:45.701Z PASS [ 4.263s] ( 576/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
74372026-06-16T21:36:45.707Z PASS [ 4.276s] ( 577/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
74382026-06-16T21:36:45.841Z PASS [ 16.277s] ( 578/2917) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
74392026-06-16T21:36:45.983Z PASS [ 4.407s] ( 579/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
74402026-06-16T21:36:46.102Z PASS [ 4.373s] ( 580/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
74412026-06-16T21:36:46.284Z PASS [ 4.531s] ( 581/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
74422026-06-16T21:36:46.516Z PASS [ 4.655s] ( 582/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
74432026-06-16T21:36:46.883Z PASS [ 4.319s] ( 583/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
74442026-06-16T21:36:46.999Z PASS [ 4.587s] ( 584/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
74452026-06-16T21:36:47.137Z PASS [ 4.578s] ( 585/2917) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
74462026-06-16T21:36:47.294Z PASS [ 63.794s] ( 586/2917) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
74472026-06-16T21:36:47.512Z PASS [ 4.044s] ( 587/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
74482026-06-16T21:36:47.646Z PASS [ 4.897s] ( 588/2917) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
74492026-06-16T21:36:47.791Z PASS [ 4.715s] ( 589/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
74502026-06-16T21:36:48.040Z PASS [ 4.835s] ( 590/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
74512026-06-16T21:36:48.668Z PASS [ 4.625s] ( 591/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
74522026-06-16T21:36:48.744Z PASS [ 4.527s] ( 592/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
74532026-06-16T21:36:48.867Z PASS [ 4.423s] ( 593/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
74542026-06-16T21:36:48.930Z PASS [ 4.563s] ( 594/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
74552026-06-16T21:36:49.029Z PASS [ 4.688s] ( 595/2917) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
74562026-06-16T21:36:49.284Z PASS [ 4.800s] ( 596/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
74572026-06-16T21:36:49.497Z PASS [ 4.818s] ( 597/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
74582026-06-16T21:36:49.802Z PASS [ 4.769s] ( 598/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
74592026-06-16T21:36:49.974Z PASS [ 4.779s] ( 599/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
74602026-06-16T21:36:50.056Z PASS [ 3.955s] ( 600/2917) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
74612026-06-16T21:36:50.095Z PASS [ 4.900s] ( 601/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
74622026-06-16T21:36:50.205Z PASS [ 4.670s] ( 602/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
74632026-06-16T21:36:50.460Z PASS [ 4.881s] ( 603/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
74642026-06-16T21:36:50.575Z PASS [ 4.866s] ( 604/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
74652026-06-16T21:36:50.623Z PASS [ 4.923s] ( 605/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
74662026-06-16T21:36:50.675Z PASS [ 4.834s] ( 606/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
74672026-06-16T21:36:50.718Z PASS [ 5.017s] ( 607/2917) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
74682026-06-16T21:36:50.824Z PASS [ 4.841s] ( 608/2917) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
74692026-06-16T21:36:50.824Z PASS [ 4.541s] ( 609/2917) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
74702026-06-16T21:36:51.394Z PASS [ 4.877s] ( 610/2917) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
74712026-06-16T21:36:51.749Z PASS [ 4.866s] ( 611/2917) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
74722026-06-16T21:36:51.771Z PASS [ 4.772s] ( 612/2917) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
74732026-06-16T21:36:51.929Z PASS [ 4.634s] ( 613/2917) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
74742026-06-16T21:36:52.018Z PASS [ 4.226s] ( 614/2917) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
74752026-06-16T21:36:52.070Z PASS [ 4.933s] ( 615/2917) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
74762026-06-16T21:36:52.225Z PASS [ 4.179s] ( 616/2917) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
74772026-06-16T21:36:52.478Z PASS [ 4.962s] ( 617/2917) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
74782026-06-16T21:36:52.705Z PASS [ 4.019s] ( 618/2917) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
74792026-06-16T21:36:53.003Z PASS [ 4.033s] ( 619/2917) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
74802026-06-16T21:36:53.074Z PASS [ 0.054s] ( 620/2917) nexus-db-queries db::datastore::region::test::test_extent_count
74812026-06-16T21:36:53.287Z PASS [ 4.480s] ( 621/2917) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
74822026-06-16T21:36:53.340Z PASS [ 5.609s] ( 622/2917) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
74832026-06-16T21:36:53.374Z PASS [ 4.049s] ( 623/2917) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
74842026-06-16T21:36:53.586Z PASS [ 4.638s] ( 624/2917) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
74852026-06-16T21:36:53.869Z PASS [ 4.057s] ( 625/2917) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
74862026-06-16T21:36:53.930Z PASS [ 3.940s] ( 626/2917) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
74872026-06-16T21:36:54.184Z PASS [ 4.063s] ( 627/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
74882026-06-16T21:36:54.193Z PASS [ 3.990s] ( 628/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
74892026-06-16T21:36:54.481Z PASS [ 4.423s] ( 629/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
74902026-06-16T21:36:54.500Z PASS [ 3.918s] ( 630/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
74912026-06-16T21:36:54.590Z PASS [ 4.119s] ( 631/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
74922026-06-16T21:36:54.689Z PASS [ 4.042s] ( 632/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
74932026-06-16T21:36:54.728Z PASS [ 4.008s] ( 633/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
74942026-06-16T21:36:54.786Z PASS [ 4.108s] ( 634/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
74952026-06-16T21:36:55.246Z PASS [ 4.412s] ( 635/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
74962026-06-16T21:36:55.523Z PASS [ 4.696s] ( 636/2917) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
74972026-06-16T21:36:55.869Z PASS [ 4.097s] ( 637/2917) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
74982026-06-16T21:36:56.216Z PASS [ 4.450s] ( 638/2917) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
74992026-06-16T21:36:56.264Z PASS [ 4.318s] ( 639/2917) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
75002026-06-16T21:36:56.435Z PASS [ 3.945s] ( 640/2917) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
75012026-06-16T21:36:56.635Z PASS [ 4.594s] ( 641/2917) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
75022026-06-16T21:36:56.697Z PASS [ 4.619s] ( 642/2917) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
75032026-06-16T21:36:56.775Z PASS [ 4.056s] ( 643/2917) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
75042026-06-16T21:36:56.819Z PASS [ 5.361s] ( 644/2917) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
75052026-06-16T21:36:56.909Z PASS [ 4.660s] ( 645/2917) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
75062026-06-16T21:36:56.984Z PASS [ 4.015s] ( 646/2917) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
75072026-06-16T21:36:57.160Z PASS [ 3.920s] ( 647/2917) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
75082026-06-16T21:36:57.240Z PASS [ 3.975s] ( 648/2917) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
75092026-06-16T21:36:57.330Z PASS [ 3.987s] ( 649/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
75102026-06-16T21:36:57.458Z PASS [ 3.884s] ( 650/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
75112026-06-16T21:36:57.765Z PASS [ 3.904s] ( 651/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
75122026-06-16T21:36:57.945Z PASS [ 4.031s] ( 652/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
75132026-06-16T21:36:58.049Z PASS [ 3.867s] ( 653/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
75142026-06-16T21:36:58.080Z PASS [ 3.921s] ( 654/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
75152026-06-16T21:36:58.252Z PASS [ 3.760s] ( 655/2917) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
75162026-06-16T21:36:58.359Z PASS [ 3.780s] ( 656/2917) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
75172026-06-16T21:36:58.384Z PASS [ 3.904s] ( 657/2917) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
75182026-06-16T21:36:58.403Z PASS [ 3.738s] ( 658/2917) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
75192026-06-16T21:36:58.626Z PASS [ 3.843s] ( 659/2917) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
75202026-06-16T21:36:58.649Z PASS [ 3.924s] ( 660/2917) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
75212026-06-16T21:36:58.743Z PASS [ 9.714s] ( 661/2917) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
75222026-06-16T21:36:58.955Z PASS [ 3.718s] ( 662/2917) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
75232026-06-16T21:36:59.349Z PASS [ 3.827s] ( 663/2917) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
75242026-06-16T21:36:59.581Z PASS [ 3.712s] ( 664/2917) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
75252026-06-16T21:36:59.960Z PASS [ 3.761s] ( 665/2917) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
75262026-06-16T21:37:00.369Z PASS [ 4.123s] ( 666/2917) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
75272026-06-16T21:37:00.574Z PASS [ 4.154s] ( 667/2917) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
75282026-06-16T21:37:00.873Z PASS [ 4.130s] ( 668/2917) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
75292026-06-16T21:37:00.887Z PASS [ 4.274s] ( 669/2917) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
75302026-06-16T21:37:00.897Z PASS [ 4.143s] ( 670/2917) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
75312026-06-16T21:37:00.929Z PASS [ 4.240s] ( 671/2917) nexus-db-queries db::datastore::sled::test::affinity_multi_group
75322026-06-16T21:37:00.977Z PASS [ 4.098s] ( 672/2917) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
75332026-06-16T21:37:01.340Z PASS [ 4.370s] ( 673/2917) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
75342026-06-16T21:37:01.384Z PASS [ 4.240s] ( 674/2917) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
75352026-06-16T21:37:01.536Z PASS [ 4.218s] ( 675/2917) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
75362026-06-16T21:37:01.544Z PASS [ 4.315s] ( 676/2917) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
75372026-06-16T21:37:01.627Z PASS [ 4.174s] ( 677/2917) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
75382026-06-16T21:37:01.995Z PASS [ 4.231s] ( 678/2917) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
75392026-06-16T21:37:02.625Z PASS [ 4.679s] ( 679/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation
75402026-06-16T21:37:02.978Z PASS [ 4.618s] ( 680/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
75412026-06-16T21:37:03.291Z PASS [ 5.241s] ( 681/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
75422026-06-16T21:37:03.305Z PASS [ 5.225s] ( 682/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
75432026-06-16T21:37:03.405Z PASS [ 4.755s] ( 683/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
75442026-06-16T21:37:03.431Z PASS [ 5.179s] ( 684/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
75452026-06-16T21:37:03.544Z PASS [ 5.139s] ( 685/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
75462026-06-16T21:37:03.619Z PASS [ 5.235s] ( 686/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
75472026-06-16T21:37:03.732Z PASS [ 5.105s] ( 687/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
75482026-06-16T21:37:03.741Z PASS [ 4.998s] ( 688/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
75492026-06-16T21:37:03.888Z PASS [ 4.931s] ( 689/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
75502026-06-16T21:37:04.712Z PASS [ 15.213s] ( 690/2917) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
75512026-06-16T21:37:05.389Z PASS [ 4.451s] ( 691/2917) nexus-db-queries db::datastore::sled::test::sled_list_batch
75522026-06-16T21:37:05.460Z PASS [ 4.474s] ( 692/2917) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
75532026-06-16T21:37:05.625Z PASS [ 4.224s] ( 693/2917) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
75542026-06-16T21:37:05.659Z PASS [ 4.118s] ( 694/2917) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
75552026-06-16T21:37:05.719Z PASS [ 4.377s] ( 695/2917) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
75562026-06-16T21:37:06.040Z PASS [ 4.406s] ( 696/2917) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
75572026-06-16T21:37:06.081Z PASS [ 4.082s] ( 697/2917) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
75582026-06-16T21:37:06.259Z PASS [ 5.358s] ( 698/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
75592026-06-16T21:37:06.280Z PASS [ 5.380s] ( 699/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
75602026-06-16T21:37:06.285Z PASS [ 5.711s] ( 700/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
75612026-06-16T21:37:06.467Z PASS [ 5.569s] ( 701/2917) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
75622026-06-16T21:37:06.504Z PASS [ 4.952s] ( 702/2917) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
75632026-06-16T21:37:06.741Z PASS [ 4.116s] ( 703/2917) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
75642026-06-16T21:37:07.411Z PASS [ 4.106s] ( 704/2917) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
75652026-06-16T21:37:07.458Z PASS [ 4.166s] ( 705/2917) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
75662026-06-16T21:37:07.520Z PASS [ 4.088s] ( 706/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
75672026-06-16T21:37:07.717Z PASS [ 4.312s] ( 707/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
75682026-06-16T21:37:08.183Z PASS [ 4.297s] ( 708/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
75692026-06-16T21:37:08.821Z PASS [ 5.202s] ( 709/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
75702026-06-16T21:37:08.821Z PASS [ 5.279s] ( 710/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
75712026-06-16T21:37:08.871Z PASS [ 4.162s] ( 711/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
75722026-06-16T21:37:09.199Z PASS [ 5.458s] ( 712/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
75732026-06-16T21:37:09.220Z PASS [ 5.488s] ( 713/2917) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
75742026-06-16T21:37:09.570Z PASS [ 4.189s] ( 714/2917) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
75752026-06-16T21:37:09.580Z PASS [ 4.129s] ( 715/2917) nexus-db-queries db::datastore::support_bundle::test::test_support_bundle_fm_idempotent_create
75762026-06-16T21:37:09.647Z PASS [ 3.993s] ( 716/2917) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
75772026-06-16T21:37:09.732Z PASS [ 4.014s] ( 717/2917) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
75782026-06-16T21:37:09.776Z PASS [ 4.168s] ( 718/2917) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
75792026-06-16T21:37:09.931Z PASS [ 6.953s] ( 719/2917) nexus-db-queries db::datastore::sled::test::test_sled_transitions
75802026-06-16T21:37:09.988Z PASS [ 3.955s] ( 720/2917) nexus-db-queries db::datastore::target_release::test::target_release_datastore
75812026-06-16T21:37:10.119Z PASS [ 3.865s] ( 721/2917) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
75822026-06-16T21:37:10.165Z PASS [ 3.921s] ( 722/2917) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
75832026-06-16T21:37:10.248Z PASS [ 4.171s] ( 723/2917) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
75842026-06-16T21:37:10.261Z PASS [ 3.794s] ( 724/2917) nexus-db-queries db::datastore::test::test_project_creation
75852026-06-16T21:37:10.291Z PASS [ 3.793s] ( 725/2917) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
75862026-06-16T21:37:10.319Z PASS [ 4.034s] ( 726/2917) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
75872026-06-16T21:37:10.796Z PASS [ 4.055s] ( 727/2917) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
75882026-06-16T21:37:11.482Z PASS [ 4.024s] ( 728/2917) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
75892026-06-16T21:37:11.849Z PASS [ 4.329s] ( 729/2917) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
75902026-06-16T21:37:11.889Z PASS [ 4.172s] ( 730/2917) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
75912026-06-16T21:37:13.025Z PASS [ 3.824s] ( 731/2917) nexus-db-queries db::datastore::test::test_session_cleanup_batch
75922026-06-16T21:37:13.188Z PASS [ 3.966s] ( 732/2917) nexus-db-queries db::datastore::test::test_session_methods
75932026-06-16T21:37:13.390Z PASS [ 3.810s] ( 733/2917) nexus-db-queries db::datastore::test::test_ssh_keys
75942026-06-16T21:37:13.403Z PASS [ 3.756s] ( 734/2917) nexus-db-queries db::datastore::test::test_table_scan
75952026-06-16T21:37:13.489Z PASS [ 3.918s] ( 735/2917) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
75962026-06-16T21:37:13.819Z PASS [ 4.041s] ( 736/2917) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
75972026-06-16T21:37:13.914Z PASS [ 4.182s] ( 737/2917) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
75982026-06-16T21:37:13.929Z PASS [ 3.998s] ( 738/2917) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
75992026-06-16T21:37:14.127Z PASS [ 4.138s] ( 739/2917) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
76002026-06-16T21:37:14.352Z PASS [ 4.033s] ( 740/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
76012026-06-16T21:37:14.365Z PASS [ 4.075s] ( 741/2917) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
76022026-06-16T21:37:14.378Z PASS [ 4.259s] ( 742/2917) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
76032026-06-16T21:37:14.467Z PASS [ 4.292s] ( 743/2917) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
76042026-06-16T21:37:14.912Z PASS [ 7.501s] ( 744/2917) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
76052026-06-16T21:37:14.934Z PASS [ 4.673s] ( 745/2917) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
76062026-06-16T21:37:15.028Z PASS [ 4.232s] ( 746/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
76072026-06-16T21:37:15.411Z PASS [ 3.930s] ( 747/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
76082026-06-16T21:37:15.463Z PASS [ 0.052s] ( 748/2917) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
76092026-06-16T21:37:15.513Z PASS [ 0.050s] ( 749/2917) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
76102026-06-16T21:37:15.590Z PASS [ 7.406s] ( 750/2917) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
76112026-06-16T21:37:16.016Z PASS [ 4.166s] ( 751/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
76122026-06-16T21:37:16.169Z PASS [ 7.349s] ( 752/2917) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
76132026-06-16T21:37:16.817Z PASS [ 7.946s] ( 753/2917) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
76142026-06-16T21:37:16.855Z PASS [ 4.965s] ( 754/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
76152026-06-16T21:37:17.221Z PASS [ 4.191s] ( 755/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
76162026-06-16T21:37:17.227Z PASS [ 3.815s] ( 756/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
76172026-06-16T21:37:17.276Z PASS [ 4.087s] ( 757/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
76182026-06-16T21:37:17.516Z PASS [ 8.695s] ( 758/2917) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
76192026-06-16T21:37:17.681Z PASS [ 3.863s] ( 759/2917) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
76202026-06-16T21:37:17.871Z PASS [ 3.957s] ( 760/2917) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
76212026-06-16T21:37:17.886Z PASS [ 4.495s] ( 761/2917) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
76222026-06-16T21:37:17.944Z PASS [ 0.264s] ( 762/2917) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
76232026-06-16T21:37:18.017Z PASS [ 4.529s] ( 763/2917) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
76242026-06-16T21:37:18.150Z PASS [ 4.221s] ( 764/2917) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
76252026-06-16T21:37:18.220Z PASS [ 3.854s] ( 765/2917) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
76262026-06-16T21:37:18.284Z PASS [ 3.906s] ( 766/2917) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
76272026-06-16T21:37:18.290Z PASS [ 4.164s] ( 767/2917) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
76282026-06-16T21:37:18.438Z PASS [ 4.085s] ( 768/2917) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
76292026-06-16T21:37:18.468Z PASS [ 4.012s] ( 769/2917) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
76302026-06-16T21:37:18.849Z PASS [ 3.937s] ( 770/2917) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
76312026-06-16T21:37:18.953Z PASS [ 4.018s] ( 771/2917) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
76322026-06-16T21:37:19.006Z PASS [ 0.053s] ( 772/2917) nexus-db-queries db::pagination::test::test_paginator
76332026-06-16T21:37:19.916Z PASS [ 3.901s] ( 773/2917) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
76342026-06-16T21:37:19.919Z PASS [ 3.748s] ( 774/2917) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
76352026-06-16T21:37:20.443Z PASS [ 1.436s] ( 775/2917) nexus-db-queries db::pool::test::test_pool_can_be_terminated
76362026-06-16T21:37:20.522Z PASS [ 3.704s] ( 776/2917) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
76372026-06-16T21:37:20.585Z PASS [ 2.641s] ( 777/2917) nexus-db-queries db::explain::test::test_explain_async
76382026-06-16T21:37:20.616Z PASS [ 2.599s] ( 778/2917) nexus-db-queries db::explain::test::test_explain_full_table_scan
76392026-06-16T21:37:20.636Z PASS [ 2.760s] ( 779/2917) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
76402026-06-16T21:37:20.987Z PASS [ 4.128s] ( 780/2917) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
76412026-06-16T21:37:21.066Z PASS [ 2.846s] ( 781/2917) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
76422026-06-16T21:37:21.066Z PASS [ 2.916s] ( 782/2917) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
76432026-06-16T21:37:21.164Z PASS [ 2.870s] ( 783/2917) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
76442026-06-16T21:37:21.198Z PASS [ 2.914s] ( 784/2917) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
76452026-06-16T21:37:21.238Z PASS [ 2.769s] ( 785/2917) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
76462026-06-16T21:37:21.255Z PASS [ 2.817s] ( 786/2917) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
76472026-06-16T21:37:21.281Z PASS [ 4.066s] ( 787/2917) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
76482026-06-16T21:37:21.328Z PASS [ 0.262s] ( 788/2917) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
76492026-06-16T21:37:21.328Z PASS [ 0.262s] ( 789/2917) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
76502026-06-16T21:37:21.436Z PASS [ 0.276s] ( 790/2917) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
76512026-06-16T21:37:21.451Z PASS [ 0.253s] ( 791/2917) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
76522026-06-16T21:37:21.503Z PASS [ 1.584s] ( 792/2917) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
76532026-06-16T21:37:21.678Z PASS [ 2.827s] ( 793/2917) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
76542026-06-16T21:37:21.784Z PASS [ 4.511s] ( 794/2917) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
76552026-06-16T21:37:21.860Z PASS [ 3.975s] ( 795/2917) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
76562026-06-16T21:37:22.026Z PASS [ 0.241s] ( 796/2917) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
76572026-06-16T21:37:22.086Z PASS [ 0.225s] ( 797/2917) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
76582026-06-16T21:37:22.325Z PASS [ 0.240s] ( 798/2917) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
76592026-06-16T21:37:22.340Z PASS [ 5.120s] ( 799/2917) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
76602026-06-16T21:37:22.440Z PASS [ 4.924s] ( 800/2917) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
76612026-06-16T21:37:22.586Z PASS [ 0.260s] ( 801/2917) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
76622026-06-16T21:37:22.599Z PASS [ 0.259s] ( 802/2917) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
76632026-06-16T21:37:22.685Z PASS [ 7.657s] ( 803/2917) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
76642026-06-16T21:37:22.719Z PASS [ 0.279s] ( 804/2917) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
76652026-06-16T21:37:22.852Z PASS [ 0.266s] ( 805/2917) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
76662026-06-16T21:37:22.859Z PASS [ 0.258s] ( 806/2917) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
76672026-06-16T21:37:22.891Z PASS [ 7.378s] ( 807/2917) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
76682026-06-16T21:37:23.142Z PASS [ 2.620s] ( 808/2917) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
76692026-06-16T21:37:23.243Z PASS [ 7.653s] ( 809/2917) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
76702026-06-16T21:37:23.840Z PASS [ 0.698s] ( 810/2917) nexus-db-queries db::queries::network_interface::tests::expectorate_query
76712026-06-16T21:37:24.246Z PASS [ 4.328s] ( 811/2917) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
76722026-06-16T21:37:24.367Z PASS [ 3.780s] ( 812/2917) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
76732026-06-16T21:37:24.438Z PASS [ 3.996s] ( 813/2917) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
76742026-06-16T21:37:24.493Z PASS [ 0.055s] ( 814/2917) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
76752026-06-16T21:37:24.826Z PASS [ 2.800s] ( 815/2917) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
76762026-06-16T21:37:24.923Z PASS [ 4.245s] ( 816/2917) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
76772026-06-16T21:37:24.935Z PASS [ 4.281s] ( 817/2917) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
76782026-06-16T21:37:24.942Z PASS [ 3.960s] ( 818/2917) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
76792026-06-16T21:37:25.240Z PASS [ 3.912s] ( 819/2917) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
76802026-06-16T21:37:25.262Z PASS [ 3.981s] ( 820/2917) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
76812026-06-16T21:37:25.358Z PASS [ 4.028s] ( 821/2917) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
76822026-06-16T21:37:25.415Z PASS [ 3.979s] ( 822/2917) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
76832026-06-16T21:37:25.505Z PASS [ 4.248s] ( 823/2917) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
76842026-06-16T21:37:25.587Z PASS [ 4.087s] ( 824/2917) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
76852026-06-16T21:37:25.697Z PASS [ 4.456s] ( 825/2917) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
76862026-06-16T21:37:25.812Z PASS [ 4.359s] ( 826/2917) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
76872026-06-16T21:37:25.832Z PASS [ 4.157s] ( 827/2917) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
76882026-06-16T21:37:26.812Z PASS [ 4.127s] ( 828/2917) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
76892026-06-16T21:37:26.841Z PASS [ 3.950s] ( 829/2917) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
76902026-06-16T21:37:26.851Z PASS [ 3.993s] ( 830/2917) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
76912026-06-16T21:37:26.860Z PASS [ 0.047s] ( 831/2917) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
76922026-06-16T21:37:26.980Z PASS [ 3.737s] ( 832/2917) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
76932026-06-16T21:37:27.051Z PASS [ 4.332s] ( 833/2917) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
76942026-06-16T21:37:27.211Z PASS [ 4.359s] ( 834/2917) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
76952026-06-16T21:37:27.260Z PASS [ 0.049s] ( 835/2917) nexus-db-queries db::queries::next_item::tests::test_shift_indices
76962026-06-16T21:37:28.283Z PASS [ 4.037s] ( 836/2917) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
76972026-06-16T21:37:28.420Z PASS [ 3.927s] ( 837/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
76982026-06-16T21:37:28.542Z PASS [ 4.702s] ( 838/2917) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
76992026-06-16T21:37:28.567Z PASS [ 0.284s] ( 839/2917) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
77002026-06-16T21:37:28.697Z PASS [ 0.277s] ( 840/2917) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
77012026-06-16T21:37:28.752Z PASS [ 0.055s] ( 841/2917) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
77022026-06-16T21:37:28.802Z PASS [ 0.051s] ( 842/2917) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
77032026-06-16T21:37:28.832Z PASS [ 3.971s] ( 843/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
77042026-06-16T21:37:28.872Z PASS [ 4.046s] ( 844/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
77052026-06-16T21:37:28.905Z PASS [ 3.991s] ( 845/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
77062026-06-16T21:37:29.201Z PASS [ 4.836s] ( 846/2917) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
77072026-06-16T21:37:29.226Z PASS [ 4.283s] ( 847/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
77082026-06-16T21:37:29.242Z PASS [ 3.999s] ( 848/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
77092026-06-16T21:37:29.265Z PASS [ 3.908s] ( 849/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
77102026-06-16T21:37:29.294Z PASS [ 4.031s] ( 850/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
77112026-06-16T21:37:29.448Z PASS [ 4.033s] ( 851/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
77122026-06-16T21:37:29.489Z PASS [ 3.985s] ( 852/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
77132026-06-16T21:37:29.533Z PASS [ 0.268s] ( 853/2917) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
77142026-06-16T21:37:29.694Z PASS [ 4.107s] ( 854/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
77152026-06-16T21:37:29.700Z PASS [ 0.252s] ( 855/2917) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
77162026-06-16T21:37:29.735Z PASS [ 0.247s] ( 856/2917) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
77172026-06-16T21:37:29.795Z PASS [ 2.944s] ( 857/2917) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
77182026-06-16T21:37:29.806Z PASS [ 1.004s] ( 858/2917) nexus-db-queries db::queries::region_allocation::test::expectorate_query
77192026-06-16T21:37:29.820Z PASS [ 2.960s] ( 859/2917) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
77202026-06-16T21:37:29.932Z PASS [ 4.238s] ( 860/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
77212026-06-16T21:37:29.935Z PASS [ 4.100s] ( 861/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
77222026-06-16T21:37:29.965Z PASS [ 0.230s] ( 862/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
77232026-06-16T21:37:29.982Z PASS [ 2.931s] ( 863/2917) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
77242026-06-16T21:37:29.986Z PASS [ 0.450s] ( 864/2917) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
77252026-06-16T21:37:30.000Z PASS [ 3.017s] ( 865/2917) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
77262026-06-16T21:37:30.003Z PASS [ 4.191s] ( 866/2917) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
77272026-06-16T21:37:30.008Z PASS [ 0.213s] ( 867/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
77282026-06-16T21:37:30.027Z PASS [ 0.221s] ( 868/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
77292026-06-16T21:37:30.039Z PASS [ 0.218s] ( 869/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
77302026-06-16T21:37:30.064Z PASS [ 2.804s] ( 870/2917) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
77312026-06-16T21:37:30.102Z PASS [ 0.118s] ( 871/2917) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
77322026-06-16T21:37:30.123Z PASS [ 0.125s] ( 872/2917) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
77332026-06-16T21:37:30.141Z PASS [ 0.140s] ( 873/2917) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
77342026-06-16T21:37:30.146Z PASS [ 0.138s] ( 874/2917) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
77352026-06-16T21:37:30.150Z PASS [ 0.122s] ( 875/2917) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
77362026-06-16T21:37:30.339Z PASS [ 0.300s] ( 876/2917) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
77372026-06-16T21:37:30.367Z PASS [ 0.226s] ( 877/2917) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
77382026-06-16T21:37:30.887Z PASS [ 2.345s] ( 878/2917) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
77392026-06-16T21:37:30.973Z PASS [ 4.131s] ( 879/2917) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
77402026-06-16T21:37:31.067Z PASS [ 2.499s] ( 880/2917) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
77412026-06-16T21:37:31.305Z PASS [ 2.473s] ( 881/2917) nexus-db-queries db::queries::region_allocation::test::explainable
77422026-06-16T21:37:31.616Z PASS [ 2.322s] ( 882/2917) nexus-db-queries db::queries::regions_hard_delete::test::explainable
77432026-06-16T21:37:32.232Z PASS [ 2.537s] ( 883/2917) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
77442026-06-16T21:37:32.292Z PASS [ 2.592s] ( 884/2917) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
77452026-06-16T21:37:32.312Z PASS [ 0.021s] ( 885/2917) nexus-defaults tests::test_random_vpc_ipv6_prefix
77462026-06-16T21:37:32.359Z PASS [ 0.046s] ( 886/2917) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
77472026-06-16T21:37:32.369Z PASS [ 2.437s] ( 887/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
77482026-06-16T21:37:32.409Z PASS [ 0.039s] ( 888/2917) nexus-inventory builder::test::test_empty
77492026-06-16T21:37:32.412Z PASS [ 0.053s] ( 889/2917) nexus-inventory builder::test::test_basic
77502026-06-16T21:37:32.444Z PASS [ 0.036s] ( 890/2917) nexus-inventory builder::test::test_problems
77512026-06-16T21:37:32.448Z PASS [ 2.515s] ( 891/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
77522026-06-16T21:37:32.474Z PASS [ 2.508s] ( 892/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
77532026-06-16T21:37:32.499Z PASS [ 2.517s] ( 893/2917) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
77542026-06-16T21:37:32.549Z PASS [ 2.484s] ( 894/2917) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
77552026-06-16T21:37:32.690Z PASS [ 2.568s] ( 895/2917) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
77562026-06-16T21:37:32.748Z PASS [ 2.646s] ( 896/2917) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
77572026-06-16T21:37:32.889Z PASS [ 4.010s] ( 897/2917) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
77582026-06-16T21:37:32.889Z PASS [ 3.978s] ( 898/2917) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
77592026-06-16T21:37:32.913Z PASS [ 0.462s] ( 899/2917) nexus-inventory collector::test::test_multi_mgs_failure
77602026-06-16T21:37:33.215Z PASS [ 4.014s] ( 900/2917) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
77612026-06-16T21:37:33.231Z PASS [ 3.991s] ( 901/2917) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
77622026-06-16T21:37:33.250Z PASS [ 4.025s] ( 902/2917) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
77632026-06-16T21:37:33.271Z PASS [ 0.797s] ( 903/2917) nexus-inventory collector::test::test_sled_agent_failure
77642026-06-16T21:37:33.440Z PASS [ 1.029s] ( 904/2917) nexus-inventory collector::test::test_basic
77652026-06-16T21:37:33.597Z PASS [ 1.365s] ( 905/2917) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
77662026-06-16T21:37:33.641Z PASS [ 0.894s] ( 906/2917) nexus-mgs-updates driver_update::test::test_rot_basic_failures
77672026-06-16T21:37:33.668Z PASS [ 0.785s] ( 907/2917) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
77682026-06-16T21:37:33.728Z PASS [ 1.284s] ( 908/2917) nexus-inventory collector::test::test_multi_mgs
77692026-06-16T21:37:33.861Z PASS [ 3.715s] ( 909/2917) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
77702026-06-16T21:37:33.923Z PASS [ 3.774s] ( 910/2917) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
77712026-06-16T21:37:33.947Z PASS [ 0.732s] ( 911/2917) nexus-mgs-updates driver_update::test::test_sp_basic_failures
77722026-06-16T21:37:33.952Z PASS [ 3.585s] ( 912/2917) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
77732026-06-16T21:37:33.960Z PASS [ 0.037s] ( 913/2917) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
77742026-06-16T21:37:33.974Z PASS [ 0.246s] ( 914/2917) nexus-mgs-updates test_util::step_through::test::test_basic
77752026-06-16T21:37:33.986Z PASS [ 0.038s] ( 915/2917) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
77762026-06-16T21:37:34.000Z PASS [ 0.047s] ( 916/2917) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
77772026-06-16T21:37:34.005Z PASS [ 3.663s] ( 917/2917) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
77782026-06-16T21:37:34.009Z PASS [ 0.046s] ( 918/2917) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
77792026-06-16T21:37:34.017Z PASS [ 0.042s] ( 919/2917) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
77802026-06-16T21:37:34.032Z PASS [ 0.046s] ( 920/2917) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
77812026-06-16T21:37:34.049Z PASS [ 0.050s] ( 921/2917) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
77822026-06-16T21:37:34.058Z PASS [ 0.196s] ( 922/2917) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
77832026-06-16T21:37:34.061Z PASS [ 0.052s] ( 923/2917) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
77842026-06-16T21:37:34.061Z PASS [ 0.055s] ( 924/2917) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
77852026-06-16T21:37:34.064Z PASS [ 0.047s] ( 925/2917) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
77862026-06-16T21:37:34.072Z PASS [ 23.823s] ( 926/2917) nexus-db-queries db::datastore::update::test::test_list_unpruned
77872026-06-16T21:37:34.078Z PASS [ 0.046s] ( 927/2917) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
77882026-06-16T21:37:34.095Z PASS [ 0.046s] ( 928/2917) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
77892026-06-16T21:37:34.110Z PASS [ 0.050s] ( 929/2917) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
77902026-06-16T21:37:34.111Z PASS [ 0.051s] ( 930/2917) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
77912026-06-16T21:37:34.114Z PASS [ 0.048s] ( 931/2917) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
77922026-06-16T21:37:34.114Z PASS [ 0.054s] ( 932/2917) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
77932026-06-16T21:37:34.170Z PASS [ 0.045s] ( 933/2917) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
77942026-06-16T21:37:34.170Z PASS [ 0.047s] ( 934/2917) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
77952026-06-16T21:37:34.170Z PASS [ 0.042s] ( 935/2917) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
77962026-06-16T21:37:34.170Z PASS [ 0.042s] ( 936/2917) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
77972026-06-16T21:37:34.265Z PASS [ 0.154s] ( 937/2917) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
77982026-06-16T21:37:34.331Z PASS [ 0.063s] ( 938/2917) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
77992026-06-16T21:37:34.393Z PASS [ 0.065s] ( 939/2917) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
78002026-06-16T21:37:34.440Z PASS [ 0.047s] ( 940/2917) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
78012026-06-16T21:37:34.490Z PASS [ 3.602s] ( 941/2917) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
78022026-06-16T21:37:34.494Z PASS [ 0.049s] ( 942/2917) nexus-reconfigurator-execution dns::test::test_dns_compute_update
78032026-06-16T21:37:34.671Z PASS [ 1.074s] ( 943/2917) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
78042026-06-16T21:37:34.833Z PASS [ 3.527s] ( 944/2917) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
78052026-06-16T21:37:34.886Z PASS [ 3.271s] ( 945/2917) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
78062026-06-16T21:37:34.984Z PASS [ 2.484s] ( 946/2917) nexus-metrics-producer-gc tests::test_prune_expired_producers
78072026-06-16T21:37:35.086Z PASS [ 0.103s] ( 947/2917) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
78082026-06-16T21:37:35.348Z PASS [ 2.657s] ( 948/2917) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
78092026-06-16T21:37:35.394Z PASS [ 0.045s] ( 949/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
78102026-06-16T21:37:35.414Z PASS [ 2.864s] ( 950/2917) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
78112026-06-16T21:37:35.431Z PASS [ 0.036s] ( 951/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
78122026-06-16T21:37:35.451Z PASS [ 0.037s] ( 952/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
78132026-06-16T21:37:35.484Z PASS [ 0.054s] ( 953/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
78142026-06-16T21:37:35.501Z PASS [ 0.050s] ( 954/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
78152026-06-16T21:37:35.524Z PASS [ 0.040s] ( 955/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
78162026-06-16T21:37:35.545Z PASS [ 0.044s] ( 956/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
78172026-06-16T21:37:35.568Z PASS [ 0.037s] ( 957/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
78182026-06-16T21:37:35.595Z PASS [ 0.050s] ( 958/2917) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
78192026-06-16T21:37:35.599Z PASS [ 0.038s] ( 959/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
78202026-06-16T21:37:35.626Z PASS [ 0.031s] ( 960/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
78212026-06-16T21:37:35.632Z PASS [ 0.033s] ( 961/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
78222026-06-16T21:37:35.659Z PASS [ 0.032s] ( 962/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
78232026-06-16T21:37:35.666Z PASS [ 0.034s] ( 963/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
78242026-06-16T21:37:35.688Z PASS [ 0.029s] ( 964/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
78252026-06-16T21:37:35.697Z PASS [ 0.030s] ( 965/2917) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
78262026-06-16T21:37:35.717Z PASS [ 0.029s] ( 966/2917) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
78272026-06-16T21:37:35.740Z PASS [ 0.043s] ( 967/2917) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
78282026-06-16T21:37:35.963Z PASS [ 0.223s] ( 968/2917) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
78292026-06-16T21:37:36.323Z PASS [ 0.360s] ( 969/2917) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
78302026-06-16T21:37:36.445Z PASS [ 0.122s] ( 970/2917) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
78312026-06-16T21:37:36.523Z PASS [ 0.078s] ( 971/2917) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
78322026-06-16T21:37:36.556Z PASS [ 0.032s] ( 972/2917) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
78332026-06-16T21:37:36.603Z PASS [ 0.047s] ( 973/2917) nexus-reconfigurator-planning example::tests::builder_all_zone_types
78342026-06-16T21:37:36.654Z PASS [ 0.051s] ( 974/2917) nexus-reconfigurator-planning example::tests::builder_zone_counts
78352026-06-16T21:37:37.730Z PASS [ 4.459s] ( 975/2917) nexus-mgs-updates driver_update::test::test_sp_update_watched
78362026-06-16T21:37:37.760Z PASS [ 0.030s] ( 976/2917) nexus-reconfigurator-planning example::tests::instances_on_examples
78372026-06-16T21:37:37.806Z PASS [ 0.044s] ( 977/2917) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
78382026-06-16T21:37:37.847Z PASS [ 0.043s] ( 978/2917) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
78392026-06-16T21:37:37.892Z PASS [ 0.043s] ( 979/2917) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
78402026-06-16T21:37:37.933Z PASS [ 0.041s] ( 980/2917) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
78412026-06-16T21:37:37.976Z PASS [ 0.044s] ( 981/2917) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
78422026-06-16T21:37:37.986Z PASS [ 2.269s] ( 982/2917) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
78432026-06-16T21:37:38.031Z PASS [ 0.049s] ( 983/2917) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
78442026-06-16T21:37:38.050Z PASS [ 0.063s] ( 984/2917) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
78452026-06-16T21:37:38.075Z PASS [ 0.049s] ( 985/2917) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
78462026-06-16T21:37:38.101Z PASS [ 0.050s] ( 986/2917) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
78472026-06-16T21:37:38.128Z PASS [ 0.053s] ( 987/2917) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
78482026-06-16T21:37:38.157Z PASS [ 0.057s] ( 988/2917) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
78492026-06-16T21:37:38.233Z PASS [ 0.076s] ( 989/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
78502026-06-16T21:37:38.263Z PASS [ 0.136s] ( 990/2917) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
78512026-06-16T21:37:38.332Z PASS [ 0.096s] ( 991/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
78522026-06-16T21:37:38.345Z PASS [ 0.081s] ( 992/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
78532026-06-16T21:37:38.407Z PASS [ 0.078s] ( 993/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
78542026-06-16T21:37:38.432Z PASS [ 0.085s] ( 994/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
78552026-06-16T21:37:38.491Z PASS [ 4.375s] ( 995/2917) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
78562026-06-16T21:37:38.499Z PASS [ 0.092s] ( 996/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
78572026-06-16T21:37:38.504Z PASS [ 0.074s] ( 997/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
78582026-06-16T21:37:38.551Z PASS [ 4.414s] ( 998/2917) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
78592026-06-16T21:37:38.564Z PASS [ 0.072s] ( 999/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
78602026-06-16T21:37:38.570Z PASS [ 4.419s] (1000/2917) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
78612026-06-16T21:37:38.580Z PASS [ 0.077s] (1001/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
78622026-06-16T21:37:38.589Z PASS [ 4.464s] (1002/2917) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
78632026-06-16T21:37:38.596Z PASS [ 0.092s] (1003/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
78642026-06-16T21:37:38.627Z PASS [ 0.075s] (1004/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
78652026-06-16T21:37:38.657Z PASS [ 0.093s] (1005/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
78662026-06-16T21:37:38.696Z PASS [ 0.107s] (1006/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
78672026-06-16T21:37:38.700Z PASS [ 0.103s] (1007/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
78682026-06-16T21:37:38.704Z PASS [ 0.126s] (1008/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
78692026-06-16T21:37:38.723Z PASS [ 0.096s] (1009/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
78702026-06-16T21:37:38.779Z PASS [ 0.083s] (1010/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
78712026-06-16T21:37:38.788Z PASS [ 0.089s] (1011/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
78722026-06-16T21:37:38.791Z PASS [ 0.087s] (1012/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
78732026-06-16T21:37:39.049Z PASS [ 5.609s] (1013/2917) nexus-mgs-updates driver_update::test_host_phase_1::basic
78742026-06-16T21:37:39.367Z PASS [ 0.798s] (1014/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
78752026-06-16T21:37:39.522Z PASS [ 0.862s] (1015/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
78762026-06-16T21:37:39.537Z PASS [ 6.619s] (1016/2917) nexus-mgs-updates driver_update::test::test_rot_update_basic
78772026-06-16T21:37:39.549Z PASS [ 6.657s] (1017/2917) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
78782026-06-16T21:37:39.603Z PASS [ 0.073s] (1018/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
78792026-06-16T21:37:39.622Z PASS [ 2.964s] (1019/2917) nexus-reconfigurator-planning example::tests::dns_resolution_works
78802026-06-16T21:37:40.119Z PASS [ 1.246s] (1020/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
78812026-06-16T21:37:40.145Z PASS [ 0.032s] (1021/2917) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
78822026-06-16T21:37:40.145Z PASS [ 0.035s] (1022/2917) nexus-saga-recovery recovery::test::test_execution_basic
78832026-06-16T21:37:40.145Z PASS [ 0.032s] (1023/2917) nexus-saga-recovery recovery::test::test_plan_basic
78842026-06-16T21:37:40.157Z PASS [ 0.031s] (1024/2917) nexus-saga-recovery recovery::test::test_read_all_from_channel
78852026-06-16T21:37:40.222Z PASS [ 0.064s] (1025/2917) nexus-saga-recovery test::test_basic
78862026-06-16T21:37:40.458Z PASS [ 1.403s] (1026/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
78872026-06-16T21:37:40.483Z PASS [ 0.025s] (1027/2917) nexus-types alert::tests::test_from_str_roundtrips
78882026-06-16T21:37:40.505Z PASS [ 0.027s] (1028/2917) nexus-types alert::tests::test_is_test
78892026-06-16T21:37:40.532Z PASS [ 0.025s] (1029/2917) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
78902026-06-16T21:37:40.543Z PASS [ 1.754s] (1030/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
78912026-06-16T21:37:40.558Z PASS [ 0.028s] (1031/2917) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
78922026-06-16T21:37:40.569Z PASS [ 0.027s] (1032/2917) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
78932026-06-16T21:37:40.590Z PASS [ 0.027s] (1033/2917) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
78942026-06-16T21:37:40.600Z PASS [ 0.029s] (1034/2917) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
78952026-06-16T21:37:40.615Z PASS [ 0.029s] (1035/2917) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
78962026-06-16T21:37:40.632Z PASS [ 0.033s] (1036/2917) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
78972026-06-16T21:37:40.673Z PASS [ 0.037s] (1037/2917) nexus-types deployment::test::test_serialize_pending_mgs_updates
78982026-06-16T21:37:40.707Z PASS [ 0.035s] (1038/2917) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
78992026-06-16T21:37:40.736Z PASS [ 0.030s] (1039/2917) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
79002026-06-16T21:37:40.770Z PASS [ 0.035s] (1040/2917) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
79012026-06-16T21:37:40.803Z PASS [ 0.031s] (1041/2917) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
79022026-06-16T21:37:40.833Z PASS [ 0.032s] (1042/2917) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
79032026-06-16T21:37:40.864Z PASS [ 0.028s] (1043/2917) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
79042026-06-16T21:37:40.891Z PASS [ 0.030s] (1044/2917) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
79052026-06-16T21:37:40.924Z PASS [ 0.033s] (1045/2917) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
79062026-06-16T21:37:40.951Z PASS [ 2.223s] (1046/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
79072026-06-16T21:37:40.962Z PASS [ 2.166s] (1047/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
79082026-06-16T21:37:40.977Z PASS [ 0.047s] (1048/2917) nexus-types fm::case::tests::test_case_display
79092026-06-16T21:37:40.982Z PASS [ 0.035s] (1049/2917) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
79102026-06-16T21:37:41.001Z PASS [ 0.044s] (1050/2917) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
79112026-06-16T21:37:41.010Z PASS [ 0.039s] (1051/2917) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
79122026-06-16T21:37:41.061Z PASS [ 0.079s] (1052/2917) nexus-types quiesce::test::test_drained_blueprint
79132026-06-16T21:37:41.075Z PASS [ 0.068s] (1053/2917) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
79142026-06-16T21:37:41.084Z PASS [ 0.074s] (1054/2917) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
79152026-06-16T21:37:41.099Z PASS [ 0.038s] (1055/2917) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
79162026-06-16T21:37:41.129Z PASS [ 0.052s] (1056/2917) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
79172026-06-16T21:37:41.148Z PASS [ 0.048s] (1057/2917) nexus-types quiesce::test::test_quiesce_block_on_reassignment
79182026-06-16T21:37:41.148Z PASS [ 0.038s] (1058/2917) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
79192026-06-16T21:37:41.170Z PASS [ 0.049s] (1059/2917) nexus-types quiesce::test::test_quiesce_block_on_saga_started
79202026-06-16T21:37:41.183Z PASS [ 0.050s] (1060/2917) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
79212026-06-16T21:37:41.193Z PASS [ 0.056s] (1061/2917) nexus-types quiesce::test::test_quiesce_noop
79222026-06-16T21:37:41.211Z PASS [ 0.040s] (1062/2917) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
79232026-06-16T21:37:41.233Z PASS [ 0.036s] (1063/2917) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
79242026-06-16T21:37:41.236Z PASS [ 0.026s] (1064/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
79252026-06-16T21:37:41.243Z PASS [ 0.056s] (1065/2917) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
79262026-06-16T21:37:41.261Z PASS [ 0.031s] (1066/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
79272026-06-16T21:37:41.266Z PASS [ 0.030s] (1067/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
79282026-06-16T21:37:41.271Z PASS [ 0.032s] (1068/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
79292026-06-16T21:37:41.293Z PASS [ 0.030s] (1069/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
79302026-06-16T21:37:41.298Z PASS [ 0.031s] (1070/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
79312026-06-16T21:37:41.307Z PASS [ 0.030s] (1071/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
79322026-06-16T21:37:41.322Z PASS [ 0.027s] (1072/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
79332026-06-16T21:37:41.339Z PASS [ 0.027s] (1073/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
79342026-06-16T21:37:41.342Z PASS [ 0.034s] (1074/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
79352026-06-16T21:37:41.350Z PASS [ 0.029s] (1075/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
79362026-06-16T21:37:41.356Z PASS [ 0.031s] (1076/2917) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
79372026-06-16T21:37:41.365Z PASS [ 0.029s] (1077/2917) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
79382026-06-16T21:37:41.391Z PASS [ 0.042s] (1078/2917) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
79392026-06-16T21:37:41.391Z PASS [ 0.034s] (1079/2917) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
79402026-06-16T21:37:41.415Z PASS [ 0.050s] (1080/2917) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
79412026-06-16T21:37:41.422Z PASS [ 0.033s] (1081/2917) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
79422026-06-16T21:37:41.430Z PASS [ 0.040s] (1082/2917) nexus-types-versions impls::policy::tests::test_policy_parsing
79432026-06-16T21:37:41.447Z PASS [ 0.031s] (1083/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
79442026-06-16T21:37:41.452Z PASS [ 0.030s] (1084/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
79452026-06-16T21:37:41.460Z PASS [ 0.030s] (1085/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
79462026-06-16T21:37:41.479Z PASS [ 0.033s] (1086/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
79472026-06-16T21:37:41.492Z PASS [ 0.040s] (1087/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
79482026-06-16T21:37:41.496Z PASS [ 0.037s] (1088/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
79492026-06-16T21:37:41.522Z PASS [ 0.037s] (1089/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
79502026-06-16T21:37:41.525Z PASS [ 0.032s] (1090/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
79512026-06-16T21:37:41.529Z PASS [ 0.032s] (1091/2917) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
79522026-06-16T21:37:41.584Z PASS [ 0.062s] (1092/2917) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
79532026-06-16T21:37:41.602Z PASS [ 0.077s] (1093/2917) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
79542026-06-16T21:37:41.616Z PASS [ 0.082s] (1094/2917) omicron-certificates tests::test_cert_extended_key_usage
79552026-06-16T21:37:41.632Z PASS [ 0.047s] (1095/2917) omicron-certificates tests::test_common_name_is_validated
79562026-06-16T21:37:41.667Z PASS [ 0.063s] (1096/2917) omicron-certificates tests::test_subject_alternate_names_are_validated
79572026-06-16T21:37:41.691Z PASS [ 0.080s] (1097/2917) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
79582026-06-16T21:37:41.883Z PASS [ 8.649s] (1098/2917) nexus-mgs-updates driver_update::test::test_sp_update_basic
79592026-06-16T21:37:42.415Z PASS [ 3.047s] (1099/2917) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
79602026-06-16T21:37:42.641Z PASS [ 2.421s] (1100/2917) nexus-test-utils test::test_suite_password_matches_hash
79612026-06-16T21:37:43.282Z PASS [ 1.589s] (1101/2917) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
79622026-06-16T21:37:43.305Z PASS [ 0.025s] (1102/2917) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
79632026-06-16T21:37:43.337Z PASS [ 0.032s] (1103/2917) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
79642026-06-16T21:37:43.506Z PASS [ 0.169s] (1104/2917) omicron-cockroach-metrics tests::test_cluster_client_caching
79652026-06-16T21:37:43.509Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79662026-06-16T21:37:43.509Z PASS [ 1.628s] (1105/2917) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
79672026-06-16T21:37:43.513Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
79682026-06-16T21:37:43.524Z PASS [ 0.018s] (1106/2917) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
79692026-06-16T21:37:43.527Z PASS [ 0.019s] (1107/2917) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
79702026-06-16T21:37:43.545Z PASS [ 0.020s] (1108/2917) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
79712026-06-16T21:37:43.553Z PASS [ 0.024s] (1109/2917) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
79722026-06-16T21:37:43.567Z PASS [ 0.022s] (1110/2917) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
79732026-06-16T21:37:43.573Z PASS [ 0.022s] (1111/2917) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
79742026-06-16T21:37:43.591Z PASS [ 0.022s] (1112/2917) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
79752026-06-16T21:37:43.599Z PASS [ 0.020s] (1113/2917) omicron-common address::test::test_dns_subnets
79762026-06-16T21:37:43.608Z PASS [ 0.019s] (1114/2917) omicron-common address::test::test_ip_range_checks_non_decreasing
79772026-06-16T21:37:43.615Z PASS [ 0.020s] (1115/2917) omicron-common address::test::test_ip_range_enum_deserialization
79782026-06-16T21:37:43.624Z PASS [ 9.956s] (1116/2917) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
79792026-06-16T21:37:43.630Z PASS [ 0.023s] (1117/2917) omicron-common address::test::test_ip_range_iter
79802026-06-16T21:37:43.634Z PASS [ 0.020s] (1118/2917) omicron-common address::test::test_ip_range_length
79812026-06-16T21:37:43.644Z PASS [ 0.020s] (1119/2917) omicron-common address::test::test_ip_range_try_from
79822026-06-16T21:37:43.653Z PASS [ 0.023s] (1120/2917) omicron-common address::test::test_ipv6_subnet_deserialize
79832026-06-16T21:37:43.657Z PASS [ 0.022s] (1121/2917) omicron-common address::test::test_sled_address
79842026-06-16T21:37:43.672Z PASS [ 0.027s] (1122/2917) omicron-common api::external::error::test::test_bail_unless
79852026-06-16T21:37:43.676Z PASS [ 0.020s] (1123/2917) omicron-common api::external::error::test::test_context
79862026-06-16T21:37:43.679Z PASS [ 0.021s] (1124/2917) omicron-common api::external::http_pagination::test::test_pagination_examples
79872026-06-16T21:37:43.698Z PASS [ 0.026s] (1125/2917) omicron-common api::external::http_pagination::test::test_pagination_schemas
79882026-06-16T21:37:43.701Z PASS [ 0.023s] (1126/2917) omicron-common api::external::http_pagination::test::test_scan_by_name
79892026-06-16T21:37:43.709Z PASS [ 0.035s] (1127/2917) omicron-common api::external::http_pagination::test::test_scan_by_id
79902026-06-16T21:37:43.720Z PASS [ 0.022s] (1128/2917) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
79912026-06-16T21:37:43.730Z PASS [ 0.029s] (1129/2917) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
79922026-06-16T21:37:43.734Z PASS [ 0.024s] (1130/2917) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
79932026-06-16T21:37:43.742Z PASS [ 0.022s] (1131/2917) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
79942026-06-16T21:37:43.749Z PASS [ 0.018s] (1132/2917) omicron-common api::external::test::test_bytecount
79952026-06-16T21:37:43.754Z PASS [ 0.018s] (1133/2917) omicron-common api::external::test::test_bytecount_display
79962026-06-16T21:37:43.766Z PASS [ 0.024s] (1134/2917) omicron-common api::external::test::test_digest
79972026-06-16T21:37:43.771Z PASS [ 0.023s] (1135/2917) omicron-common api::external::test::test_firewall_deserialization
79982026-06-16T21:37:43.785Z PASS [ 0.033s] (1136/2917) omicron-common api::external::test::test_firewall_rule_host_filter_parse
79992026-06-16T21:37:43.788Z PASS [ 0.022s] (1137/2917) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
80002026-06-16T21:37:43.804Z PASS [ 0.033s] (1138/2917) omicron-common api::external::test::test_firewall_rule_target_parse
80012026-06-16T21:37:43.809Z PASS [ 0.022s] (1139/2917) omicron-common api::external::test::test_generation_display_parse
80022026-06-16T21:37:43.812Z PASS [ 0.023s] (1140/2917) omicron-common api::external::test::test_generation_from_int
80032026-06-16T21:37:43.831Z PASS [ 0.024s] (1141/2917) omicron-common api::external::test::test_generation_serde
80042026-06-16T21:37:43.835Z PASS [ 0.024s] (1142/2917) omicron-common api::external::test::test_hostname_from_str
80052026-06-16T21:37:43.855Z PASS [ 0.023s] (1143/2917) omicron-common api::external::test::test_ip_port_range_from_str
80062026-06-16T21:37:43.859Z PASS [ 0.023s] (1144/2917) omicron-common api::external::test::test_ip_port_range_into_str
80072026-06-16T21:37:43.874Z PASS [ 0.020s] (1145/2917) omicron-common api::external::test::test_ipv6_net_operations
80082026-06-16T21:37:43.888Z PASS [ 0.030s] (1146/2917) omicron-common api::external::test::test_mac_system_iterator
80092026-06-16T21:37:43.896Z PASS [ 0.022s] (1147/2917) omicron-common api::external::test::test_mac_to_int_conversions
80102026-06-16T21:37:43.912Z PASS [ 0.023s] (1148/2917) omicron-common api::external::test::test_macaddr
80112026-06-16T21:37:43.920Z PASS [ 0.024s] (1149/2917) omicron-common api::external::test::test_name_parse
80122026-06-16T21:37:43.921Z PASS [ 0.116s] (1150/2917) omicron-common api::external::test::test_generation_overflow
80132026-06-16T21:37:43.943Z PASS [ 0.030s] (1151/2917) omicron-common api::external::test::test_name_parse_from_param
80142026-06-16T21:37:43.961Z PASS [ 0.040s] (1152/2917) omicron-common api::external::test::test_resource_name_parse
80152026-06-16T21:37:43.968Z PASS [ 0.047s] (1153/2917) omicron-common api::external::test::test_route_destination_parse
80162026-06-16T21:37:43.983Z PASS [ 0.042s] (1154/2917) omicron-common api::external::test::test_route_target_parse
80172026-06-16T21:37:43.997Z PASS [ 0.036s] (1155/2917) omicron-common api::external::test::test_semver_serialize
80182026-06-16T21:37:43.997Z PASS [ 0.029s] (1156/2917) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
80192026-06-16T21:37:44.022Z PASS [ 0.038s] (1157/2917) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
80202026-06-16T21:37:44.028Z PASS [ 1.387s] (1158/2917) omicron-cockroach-admin context::tests::test_node_id
80212026-06-16T21:37:44.046Z PASS [ 0.049s] (1159/2917) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
80222026-06-16T21:37:44.057Z PASS [ 0.059s] (1160/2917) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
80232026-06-16T21:37:44.076Z PASS [ 0.030s] (1161/2917) omicron-common zpool_name::test::test_parse_bad_zpool_names
80242026-06-16T21:37:44.085Z PASS [ 0.028s] (1162/2917) omicron-common zpool_name::test::test_parse_external_zpool_name
80252026-06-16T21:37:44.101Z PASS [ 0.024s] (1163/2917) omicron-common zpool_name::test::test_parse_internal_zpool_name
80262026-06-16T21:37:44.109Z PASS [ 0.021s] (1164/2917) omicron-common zpool_name::test::test_parse_zpool_name_json
80272026-06-16T21:37:44.119Z PASS [ 0.017s] (1165/2917) omicron-common zpool_name::test::test_zpool_name_regex
80282026-06-16T21:37:44.123Z PASS [ 0.098s] (1166/2917) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
80292026-06-16T21:37:44.123Z PASS [ 0.092s] (1167/2917) omicron-common disk::tests::parse_dataset_name
80302026-06-16T21:37:44.373Z PASS [ 13.400s] (1168/2917) nexus-db-queries policy_test::test_conferred_roles
80312026-06-16T21:37:44.404Z PASS [ 0.031s] (1169/2917) omicron-gateway management_switch::location_map::tests::test_config_validation
80322026-06-16T21:37:44.434Z PASS [ 0.031s] (1170/2917) omicron-gateway management_switch::location_map::tests::test_resolve_location
80332026-06-16T21:37:44.566Z PASS [ 0.460s] (1171/2917) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
80342026-06-16T21:37:44.609Z PASS [ 0.043s] (1172/2917) omicron-gateway::test_all integration_tests::config::read_production_smf_config
80352026-06-16T21:37:44.632Z PASS [ 0.197s] (1173/2917) omicron-gateway::test_all integration_tests::component_list::component_list
80362026-06-16T21:37:44.638Z PASS [ 0.520s] (1174/2917) omicron-dev::test-omicron-dev test_omicron_dev_no_args
80372026-06-16T21:37:44.809Z PASS [ 0.200s] (1175/2917) omicron-gateway::test_all integration_tests::ereports::ereports_basic
80382026-06-16T21:37:44.862Z PASS [ 3.237s] (1176/2917) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
80392026-06-16T21:37:44.866Z PASS [ 0.225s] (1177/2917) omicron-gateway::test_all integration_tests::ereports::ereports_limit
80402026-06-16T21:37:44.889Z PASS [ 0.257s] (1178/2917) omicron-gateway::test_all integration_tests::ereports::ereports_commit
80412026-06-16T21:37:45.102Z PASS [ 0.205s] (1179/2917) omicron-gateway::test_all integration_tests::task_dump::task_dump
80422026-06-16T21:37:45.123Z PASS [ 0.261s] (1180/2917) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
80432026-06-16T21:37:45.131Z PASS [ 0.037s] (1181/2917) omicron-ledger test::test_commit_handles_write_failures
80442026-06-16T21:37:45.144Z PASS [ 0.280s] (1182/2917) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
80452026-06-16T21:37:45.149Z PASS [ 0.023s] (1183/2917) omicron-ledger test::test_create_default_ledger
80462026-06-16T21:37:45.157Z PASS [ 0.024s] (1184/2917) omicron-ledger test::test_create_ledger_reads_from_storage
80472026-06-16T21:37:45.168Z PASS [ 0.022s] (1185/2917) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
80482026-06-16T21:37:45.172Z PASS [ 0.025s] (1186/2917) omicron-ledger test::test_create_ledger_reads_latest_from_storage
80492026-06-16T21:37:45.175Z PASS [ 0.364s] (1187/2917) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
80502026-06-16T21:37:45.181Z PASS [ 0.022s] (1188/2917) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
80512026-06-16T21:37:45.236Z PASS [ 0.059s] (1189/2917) omicron-nexus app::alert::tests::test_alert_class_list
80522026-06-16T21:37:46.564Z PASS [ 11.677s] (1190/2917) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
80532026-06-16T21:37:46.775Z PASS [ 11.937s] (1191/2917) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
80542026-06-16T21:37:47.017Z PASS [ 11.930s] (1192/2917) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
80552026-06-16T21:37:47.047Z PASS [ 4.630s] (1193/2917) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
80562026-06-16T21:37:47.116Z PASS [ 12.445s] (1194/2917) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
80572026-06-16T21:37:47.120Z PASS [ 5.455s] (1195/2917) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
80582026-06-16T21:37:47.735Z PASS [ 14.484s] (1196/2917) nexus-mgs-updates driver_update::test::test_sp_update_takeover
80592026-06-16T21:37:47.785Z PASS [ 0.050s] (1197/2917) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
80602026-06-16T21:37:47.839Z PASS [ 0.050s] (1198/2917) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
80612026-06-16T21:37:47.886Z PASS [ 0.050s] (1199/2917) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
80622026-06-16T21:37:47.938Z PASS [ 0.051s] (1200/2917) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
80632026-06-16T21:37:47.990Z PASS [ 0.050s] (1201/2917) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
80642026-06-16T21:37:53.049Z PASS [ 12.434s] (1202/2917) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
80652026-06-16T21:37:53.288Z PASS [ 19.647s] (1203/2917) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
80662026-06-16T21:37:55.792Z PASS [ 11.671s] (1204/2917) omicron-dev::test-omicron-dev test_run_all
80672026-06-16T21:37:58.743Z PASS [ 135.244s] (1205/2917) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
80682026-06-16T21:37:58.825Z PASS [ 19.295s] (1206/2917) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
80692026-06-16T21:37:59.301Z PASS [ 14.046s] (1207/2917) omicron-nexus app::background::driver::test::test_activation_in_progress
80702026-06-16T21:37:59.308Z PASS [ 6.256s] (1208/2917) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
80712026-06-16T21:37:59.351Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80722026-06-16T21:37:59.364Z PASS [ 6.076s] (1209/2917) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
80732026-06-16T21:37:59.583Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
80742026-06-16T21:37:59.962Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
80752026-06-16T21:38:00.185Z PASS [ 13.607s] (1210/2917) omicron-nexus app::background::driver::test::test_driver_basic
80762026-06-16T21:38:00.373Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
80772026-06-16T21:38:00.476Z PASS [ 13.357s] (1211/2917) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
80782026-06-16T21:38:00.549Z PASS [ 20.923s] (1212/2917) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
80792026-06-16T21:38:00.607Z PASS [ 0.066s] (1213/2917) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
80802026-06-16T21:38:01.169Z PASS [ 14.325s] (1214/2917) omicron-nexus app::background::init::test::test_dns_propagation_basic
80812026-06-16T21:38:01.345Z PASS [ 5.553s] (1215/2917) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
80822026-06-16T21:38:01.352Z PASS [ 21.760s] (1216/2917) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
80832026-06-16T21:38:02.446Z PASS [ 22.906s] (1217/2917) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
80842026-06-16T21:38:04.931Z PASS [ 5.566s] (1218/2917) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
80852026-06-16T21:38:06.266Z PASS [ 6.094s] (1219/2917) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
80862026-06-16T21:38:06.442Z PASS [ 5.965s] (1220/2917) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
80872026-06-16T21:38:06.491Z PASS [ 32.383s] (1221/2917) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
80882026-06-16T21:38:08.424Z PASS [ 9.117s] (1222/2917) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
80892026-06-16T21:38:08.483Z PASS [ 21.438s] (1223/2917) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
80902026-06-16T21:38:08.483Z PASS [ 21.367s] (1224/2917) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
80912026-06-16T21:38:08.781Z PASS [ 21.763s] (1225/2917) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
80922026-06-16T21:38:12.362Z PASS [ 27.192s] (1226/2917) omicron-ls-apis::test_dependencies test_api_dependencies
80932026-06-16T21:38:12.450Z PASS [ 27.282s] (1227/2917) omicron-ls-apis::test_dependencies test_api_check
80942026-06-16T21:38:12.857Z PASS [ 27.683s] (1228/2917) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
80952026-06-16T21:38:12.933Z PASS [ 6.491s] (1229/2917) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
80962026-06-16T21:38:13.478Z PASS [ 6.987s] (1230/2917) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
80972026-06-16T21:38:14.932Z PASS [ 6.509s] (1231/2917) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
80982026-06-16T21:38:15.171Z PASS [ 16.346s] (1232/2917) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
80992026-06-16T21:38:15.315Z PASS [ 6.534s] (1233/2917) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
81002026-06-16T21:38:15.439Z PASS [ 6.955s] (1234/2917) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
81012026-06-16T21:38:15.525Z PASS [ 7.042s] (1235/2917) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
81022026-06-16T21:38:16.002Z PASS [ 15.395s] (1236/2917) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
81032026-06-16T21:38:16.054Z PASS [ 0.052s] (1237/2917) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
81042026-06-16T21:38:16.110Z PASS [ 0.055s] (1238/2917) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
81052026-06-16T21:38:16.173Z PASS [ 0.063s] (1239/2917) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
81062026-06-16T21:38:16.334Z PASS [ 14.989s] (1240/2917) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
81072026-06-16T21:38:16.384Z PASS [ 0.049s] (1241/2917) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
81082026-06-16T21:38:16.422Z PASS [ 0.249s] (1242/2917) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
81092026-06-16T21:38:16.433Z PASS [ 15.080s] (1243/2917) omicron-nexus app::background::tasks::dns_config::test::test_basic
81102026-06-16T21:38:16.444Z PASS [ 0.060s] (1244/2917) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
81112026-06-16T21:38:16.475Z PASS [ 0.053s] (1245/2917) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
81122026-06-16T21:38:16.487Z PASS [ 0.054s] (1246/2917) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
81132026-06-16T21:38:16.491Z PASS [ 0.047s] (1247/2917) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
81142026-06-16T21:38:16.584Z PASS [ 0.108s] (1248/2917) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
81152026-06-16T21:38:16.598Z PASS [ 0.111s] (1249/2917) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
81162026-06-16T21:38:16.609Z PASS [ 0.118s] (1250/2917) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
81172026-06-16T21:38:16.650Z PASS [ 0.052s] (1251/2917) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
81182026-06-16T21:38:16.657Z PASS [ 0.047s] (1252/2917) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
81192026-06-16T21:38:16.684Z PASS [ 0.101s] (1253/2917) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
81202026-06-16T21:38:16.709Z PASS [ 0.052s] (1254/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
81212026-06-16T21:38:16.724Z PASS [ 0.074s] (1255/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
81222026-06-16T21:38:16.736Z PASS [ 0.051s] (1256/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
81232026-06-16T21:38:16.765Z PASS [ 0.056s] (1257/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
81242026-06-16T21:38:16.781Z PASS [ 0.057s] (1258/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
81252026-06-16T21:38:16.798Z PASS [ 0.063s] (1259/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
81262026-06-16T21:38:16.822Z PASS [ 0.056s] (1260/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
81272026-06-16T21:38:16.834Z PASS [ 0.053s] (1261/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
81282026-06-16T21:38:16.849Z PASS [ 0.051s] (1262/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
81292026-06-16T21:38:16.875Z PASS [ 0.054s] (1263/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
81302026-06-16T21:38:16.890Z PASS [ 0.056s] (1264/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
81312026-06-16T21:38:16.904Z PASS [ 0.053s] (1265/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
81322026-06-16T21:38:16.941Z PASS [ 0.066s] (1266/2917) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
81332026-06-16T21:38:17.075Z PASS [ 15.978s] (1267/2917) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
81342026-06-16T21:38:17.412Z PASS [ 18.668s] (1268/2917) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
81352026-06-16T21:38:17.604Z PASS [ 15.158s] (1269/2917) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
81362026-06-16T21:38:18.216Z PASS [ 5.765s] (1270/2917) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
81372026-06-16T21:38:18.564Z PASS [ 6.202s] (1271/2917) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
81382026-06-16T21:38:19.193Z PASS [ 14.261s] (1272/2917) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
81392026-06-16T21:38:20.228Z PASS [ 20.945s] (1273/2917) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
81402026-06-16T21:38:20.484Z PASS [ 14.218s] (1274/2917) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
81412026-06-16T21:38:21.222Z PASS [ 5.782s] (1275/2917) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
81422026-06-16T21:38:21.999Z PASS [ 37.868s] (1276/2917) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
81432026-06-16T21:38:29.515Z PASS [ 13.987s] (1277/2917) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
81442026-06-16T21:38:31.069Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
81452026-06-16T21:38:31.144Z PASS [ 43.156s] (1278/2917) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
81462026-06-16T21:38:32.150Z PASS [ 14.732s] (1279/2917) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
81472026-06-16T21:38:32.462Z PASS [ 15.387s] (1280/2917) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
81482026-06-16T21:38:32.784Z PASS [ 15.179s] (1281/2917) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
81492026-06-16T21:38:33.510Z PASS [ 14.946s] (1282/2917) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
81502026-06-16T21:38:33.860Z PASS [ 15.644s] (1283/2917) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
81512026-06-16T21:38:34.119Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
81522026-06-16T21:38:34.491Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
81532026-06-16T21:38:34.496Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
81542026-06-16T21:38:34.509Z PASS [ 19.193s] (1284/2917) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
81552026-06-16T21:38:34.592Z PASS [ 21.656s] (1285/2917) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
81562026-06-16T21:38:34.644Z PASS [ 15.448s] (1286/2917) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
81572026-06-16T21:38:34.862Z PASS [ 14.375s] (1287/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
81582026-06-16T21:38:35.209Z PASS [ 14.982s] (1288/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
81592026-06-16T21:38:36.175Z PASS [ 14.954s] (1289/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
81602026-06-16T21:38:36.239Z PASS [ 19.348s] (1290/2917) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
81612026-06-16T21:38:36.792Z PASS [ 4.048s] (1291/2917) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
81622026-06-16T21:38:37.905Z PASS [ 22.973s] (1292/2917) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
81632026-06-16T21:38:37.927Z PASS [ 4.417s] (1293/2917) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
81642026-06-16T21:38:38.955Z PASS [ 67.606s] (1294/2917) nexus-db-queries policy_test::test_iam_roles_behavior
81652026-06-16T21:38:39.007Z PASS [ 64.185s] (1295/2917) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
81662026-06-16T21:38:39.221Z PASS [ 5.360s] (1296/2917) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
81672026-06-16T21:38:40.022Z PASS [ 5.513s] (1297/2917) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
81682026-06-16T21:38:40.933Z PASS [ 18.942s] (1298/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
81692026-06-16T21:38:41.029Z PASS [ 0.085s] (1299/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
81702026-06-16T21:38:41.078Z PASS [ 0.060s] (1300/2917) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
81712026-06-16T21:38:41.142Z PASS [ 0.064s] (1301/2917) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
81722026-06-16T21:38:41.202Z PASS [ 0.059s] (1302/2917) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
81732026-06-16T21:38:41.261Z PASS [ 0.059s] (1303/2917) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
81742026-06-16T21:38:41.476Z PASS [ 0.214s] (1304/2917) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
81752026-06-16T21:38:41.540Z PASS [ 0.064s] (1305/2917) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
81762026-06-16T21:38:41.990Z PASS [ 0.449s] (1306/2917) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
81772026-06-16T21:38:42.257Z PASS [ 0.268s] (1307/2917) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
81782026-06-16T21:38:42.558Z PASS [ 0.300s] (1308/2917) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
81792026-06-16T21:38:42.917Z PASS [ 68.805s] (1309/2917) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
81802026-06-16T21:38:42.979Z PASS [ 0.061s] (1310/2917) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
81812026-06-16T21:38:43.033Z PASS [ 0.054s] (1311/2917) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
81822026-06-16T21:38:43.090Z PASS [ 0.056s] (1312/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
81832026-06-16T21:38:43.144Z PASS [ 0.055s] (1313/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
81842026-06-16T21:38:43.198Z PASS [ 0.054s] (1314/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
81852026-06-16T21:38:43.249Z PASS [ 0.051s] (1315/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
81862026-06-16T21:38:43.329Z PASS [ 0.072s] (1316/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
81872026-06-16T21:38:43.395Z PASS [ 0.066s] (1317/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
81882026-06-16T21:38:43.442Z PASS [ 0.052s] (1318/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
81892026-06-16T21:38:43.536Z PASS [ 0.060s] (1319/2917) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
81902026-06-16T21:38:43.549Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
81912026-06-16T21:38:43.597Z PASS [ 0.055s] (1320/2917) omicron-nexus app::crucible::test::upstairs_health_search
81922026-06-16T21:38:43.653Z PASS [ 0.085s] (1321/2917) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
81932026-06-16T21:38:43.725Z PASS [ 0.085s] (1322/2917) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
81942026-06-16T21:38:43.804Z PASS [ 0.079s] (1323/2917) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
81952026-06-16T21:38:43.898Z PASS [ 1.340s] (1324/2917) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
81962026-06-16T21:38:44.006Z PASS [ 12.830s] (1325/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
81972026-06-16T21:38:44.024Z PASS [ 0.092s] (1326/2917) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
81982026-06-16T21:38:44.104Z PASS [ 0.109s] (1327/2917) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
81992026-06-16T21:38:47.504Z PASS [ 0.067s] (1328/2917) omicron-nexus app::external_endpoints::test::test_no_endpoint
82002026-06-16T21:38:47.504Z PASS [ 0.067s] (1329/2917) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
82012026-06-16T21:38:47.504Z PASS [ 27.313s] (1330/2917) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
82022026-06-16T21:38:47.541Z PASS [ 0.070s] (1331/2917) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
82032026-06-16T21:38:47.541Z PASS [ 0.107s] (1332/2917) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
82042026-06-16T21:38:47.543Z PASS [ 0.115s] (1333/2917) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
82052026-06-16T21:38:47.544Z PASS [ 0.069s] (1334/2917) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
82062026-06-16T21:38:47.544Z PASS [ 0.059s] (1335/2917) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
82072026-06-16T21:38:47.544Z PASS [ 0.092s] (1336/2917) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
82082026-06-16T21:38:47.544Z PASS [ 0.059s] (1337/2917) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
82092026-06-16T21:38:47.544Z PASS [ 0.060s] (1338/2917) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
82102026-06-16T21:38:47.544Z PASS [ 12.442s] (1339/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
82112026-06-16T21:38:47.544Z PASS [ 0.074s] (1340/2917) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
82122026-06-16T21:38:47.544Z PASS [ 0.824s] (1341/2917) omicron-nexus app::external_endpoints::test::test_authority
82132026-06-16T21:38:47.544Z PASS [ 0.061s] (1342/2917) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
82142026-06-16T21:38:47.544Z PASS [ 0.061s] (1343/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
82152026-06-16T21:38:47.544Z PASS [ 0.062s] (1344/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
82162026-06-16T21:38:47.544Z PASS [ 0.055s] (1345/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
82172026-06-16T21:38:47.544Z PASS [ 0.056s] (1346/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
82182026-06-16T21:38:47.544Z PASS [ 0.062s] (1347/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
82192026-06-16T21:38:47.544Z PASS [ 0.057s] (1348/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
82202026-06-16T21:38:47.544Z PASS [ 0.056s] (1349/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
82212026-06-16T21:38:47.544Z PASS [ 0.055s] (1350/2917) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
82222026-06-16T21:38:47.544Z PASS [ 0.059s] (1351/2917) omicron-nexus app::multicast::tests::test_is_ssm_address
82232026-06-16T21:38:47.544Z PASS [ 0.062s] (1352/2917) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
82242026-06-16T21:38:47.545Z PASS [ 28.220s] (1353/2917) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
82252026-06-16T21:38:47.545Z PASS [ 2.240s] (1354/2917) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
82262026-06-16T21:38:47.545Z PASS [ 14.347s] (1355/2917) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
82272026-06-16T21:38:47.594Z PASS [ 12.735s] (1356/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
82282026-06-16T21:38:48.954Z PASS [ 14.313s] (1357/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
82292026-06-16T21:38:49.094Z PASS [ 12.855s] (1358/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
82302026-06-16T21:38:49.371Z PASS [ 13.195s] (1359/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
82312026-06-16T21:38:49.461Z PASS [ 14.871s] (1360/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
82322026-06-16T21:38:49.629Z PASS [ 11.702s] (1361/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
82332026-06-16T21:38:50.498Z PASS [ 15.289s] (1362/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
82342026-06-16T21:38:51.799Z PASS [ 77.309s] (1363/2917) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
82352026-06-16T21:38:51.816Z PASS [ 13.141s] (1364/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
82362026-06-16T21:38:51.853Z PASS [ 13.180s] (1365/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
82372026-06-16T21:38:53.257Z PASS [ 23.744s] (1366/2917) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
82382026-06-16T21:38:53.349Z PASS [ 14.128s] (1367/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
82392026-06-16T21:38:53.742Z PASS [ 40.885s] (1368/2917) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
82402026-06-16T21:38:53.819Z PASS [ 17.311s] (1369/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
82412026-06-16T21:38:54.121Z PASS [ 114.540s] (1370/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
82422026-06-16T21:38:54.165Z PASS [ 114.204s] (1371/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
82432026-06-16T21:38:55.111Z PASS [ 114.741s] (1372/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
82442026-06-16T21:38:55.313Z PASS [ 17.405s] (1373/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
82452026-06-16T21:38:55.714Z PASS [ 42.234s] (1374/2917) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
82462026-06-16T21:38:56.971Z PASS [ 16.949s] (1375/2917) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
82472026-06-16T21:38:58.542Z PASS [ 13.801s] (1376/2917) omicron-nexus app::quiesce::test::test_quiesce_full
82482026-06-16T21:38:58.782Z PASS [ 14.051s] (1377/2917) omicron-nexus app::quiesce::test::test_quiesce_easy
82492026-06-16T21:38:59.354Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82502026-06-16T21:38:59.878Z PASS [ 44.707s] (1378/2917) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
82512026-06-16T21:39:00.135Z PASS [ 15.379s] (1379/2917) omicron-nexus app::quiesce::test::test_quiesce_multi
82522026-06-16T21:39:03.707Z PASS [ 18.874s] (1380/2917) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
82532026-06-16T21:39:07.545Z PASS [ 21.330s] (1381/2917) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
82542026-06-16T21:39:08.426Z PASS [ 21.294s] (1382/2917) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
82552026-06-16T21:39:09.614Z PASS [ 24.491s] (1383/2917) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
82562026-06-16T21:39:11.591Z PASS [ 22.129s] (1384/2917) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
82572026-06-16T21:39:12.571Z PASS [ 18.449s] (1385/2917) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
82582026-06-16T21:39:13.432Z PASS [ 23.802s] (1386/2917) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
82592026-06-16T21:39:13.532Z PASS [ 19.366s] (1387/2917) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
82602026-06-16T21:39:13.676Z PASS [ 18.564s] (1388/2917) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
82612026-06-16T21:39:13.756Z PASS [ 19.936s] (1389/2917) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
82622026-06-16T21:39:13.909Z PASS [ 16.937s] (1390/2917) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
82632026-06-16T21:39:13.953Z PASS [ 18.642s] (1391/2917) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
82642026-06-16T21:39:14.120Z PASS [ 15.337s] (1392/2917) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
82652026-06-16T21:39:14.170Z PASS [ 23.664s] (1393/2917) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
82662026-06-16T21:39:14.629Z PASS [ 14.751s] (1394/2917) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
82672026-06-16T21:39:17.834Z PASS [ 28.880s] (1395/2917) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
82682026-06-16T21:39:19.753Z PASS [ 24.039s] (1396/2917) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
82692026-06-16T21:39:22.308Z PASS [ 30.509s] (1397/2917) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
82702026-06-16T21:39:22.794Z PASS [ 35.200s] (1398/2917) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
82712026-06-16T21:39:22.856Z PASS [ 22.720s] (1399/2917) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
82722026-06-16T21:39:22.965Z PASS [ 33.870s] (1400/2917) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
82732026-06-16T21:39:24.167Z PASS [ 25.624s] (1401/2917) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
82742026-06-16T21:39:24.707Z PASS [ 31.449s] (1402/2917) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
82752026-06-16T21:39:25.792Z PASS [ 17.240s] (1403/2917) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
82762026-06-16T21:39:25.803Z PASS [ 32.455s] (1404/2917) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
82772026-06-16T21:39:26.866Z PASS [ 17.252s] (1405/2917) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
82782026-06-16T21:39:31.066Z PASS [ 39.210s] (1406/2917) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
82792026-06-16T21:39:31.241Z PASS [ 41.870s] (1407/2917) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
82802026-06-16T21:39:33.315Z PASS [ 21.725s] (1408/2917) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
82812026-06-16T21:39:34.301Z PASS [ 20.869s] (1409/2917) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
82822026-06-16T21:39:35.444Z PASS [ 41.702s] (1410/2917) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
82832026-06-16T21:39:35.492Z PASS [ 21.736s] (1411/2917) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
82842026-06-16T21:39:35.988Z PASS [ 22.079s] (1412/2917) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
82852026-06-16T21:39:36.110Z PASS [ 22.578s] (1413/2917) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
82862026-06-16T21:39:36.134Z PASS [ 22.015s] (1414/2917) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
82872026-06-16T21:39:36.214Z PASS [ 22.051s] (1415/2917) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
82882026-06-16T21:39:37.461Z PASS [ 19.626s] (1416/2917) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
82892026-06-16T21:39:42.279Z PASS [ 22.526s] (1417/2917) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
82902026-06-16T21:39:43.411Z PASS [ 20.617s] (1418/2917) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
82912026-06-16T21:39:43.516Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
82922026-06-16T21:39:43.717Z PASS [ 20.861s] (1419/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
82932026-06-16T21:39:44.837Z PASS [ 20.670s] (1420/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
82942026-06-16T21:39:45.892Z PASS [ 21.185s] (1421/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
82952026-06-16T21:39:46.177Z PASS [ 10.685s] (1422/2917) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
82962026-06-16T21:39:46.361Z PASS [ 10.917s] (1423/2917) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
82972026-06-16T21:39:46.594Z PASS [ 10.605s] (1424/2917) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
82982026-06-16T21:39:47.321Z PASS [ 21.515s] (1425/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
82992026-06-16T21:39:47.583Z PASS [ 11.369s] (1426/2917) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
83002026-06-16T21:39:47.639Z PASS [ 0.055s] (1427/2917) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
83012026-06-16T21:39:47.753Z PASS [ 11.619s] (1428/2917) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
83022026-06-16T21:39:48.425Z PASS [ 12.315s] (1429/2917) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
83032026-06-16T21:39:51.333Z PASS [ 20.092s] (1430/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
83042026-06-16T21:39:51.567Z PASS [ 20.503s] (1431/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
83052026-06-16T21:39:51.625Z PASS [ 17.324s] (1432/2917) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
83062026-06-16T21:39:51.820Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
83072026-06-16T21:39:52.329Z PASS [ 60.513s] (1433/2917) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
83082026-06-16T21:39:52.691Z PASS [ 10.411s] (1434/2917) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
83092026-06-16T21:39:55.479Z PASS [ 11.762s] (1435/2917) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
83102026-06-16T21:39:57.313Z PASS [ 53.607s] (1436/2917) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
83112026-06-16T21:39:57.777Z PASS [ 10.459s] (1437/2917) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
83122026-06-16T21:39:59.354Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83132026-06-16T21:39:59.600Z PASS [ 26.285s] (1438/2917) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
83142026-06-16T21:40:04.631Z PASS [ 9.152s] (1439/2917) omicron-nexus app::sagas::test_saga::test_saga_stuck
83152026-06-16T21:40:06.200Z PASS [ 51.570s] (1440/2917) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
83162026-06-16T21:40:06.756Z PASS [ 15.422s] (1441/2917) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
83172026-06-16T21:40:06.957Z PASS [ 15.330s] (1442/2917) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
83182026-06-16T21:40:07.312Z PASS [ 14.982s] (1443/2917) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
83192026-06-16T21:40:07.548Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
83202026-06-16T21:40:07.670Z PASS [ 16.102s] (1444/2917) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
83212026-06-16T21:40:08.069Z PASS [ 15.378s] (1445/2917) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
83222026-06-16T21:40:08.890Z PASS [ 11.577s] (1446/2917) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
83232026-06-16T21:40:09.072Z PASS [ 11.295s] (1447/2917) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
83242026-06-16T21:40:09.816Z PASS [ 62.271s] (1448/2917) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
83252026-06-16T21:40:10.548Z PASS [ 10.946s] (1449/2917) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
83262026-06-16T21:40:12.573Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
83272026-06-16T21:40:13.678Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
83282026-06-16T21:40:13.955Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
83292026-06-16T21:40:14.562Z PASS [ 28.200s] (1450/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
83302026-06-16T21:40:15.705Z PASS [ 11.074s] (1451/2917) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
83312026-06-16T21:40:17.701Z PASS [ 10.389s] (1452/2917) omicron-nexus app::update::test::test_contact_support_all_unhealthy
83322026-06-16T21:40:18.182Z PASS [ 10.512s] (1453/2917) omicron-nexus app::update::test::test_contact_support_healthy_system
83332026-06-16T21:40:18.248Z PASS [ 12.047s] (1454/2917) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
83342026-06-16T21:40:18.268Z PASS [ 0.086s] (1455/2917) omicron-nexus app::update::test::test_problems_all_unhealthy
83352026-06-16T21:40:18.331Z PASS [ 0.083s] (1456/2917) omicron-nexus app::update::test::test_problems_healthy_system
83362026-06-16T21:40:18.353Z PASS [ 0.085s] (1457/2917) omicron-nexus app::update::test::test_problems_missing_sleds
83372026-06-16T21:40:18.411Z PASS [ 10.342s] (1458/2917) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
83382026-06-16T21:40:18.418Z PASS [ 0.086s] (1459/2917) omicron-nexus app::update::test::test_problems_stale_inventory
83392026-06-16T21:40:18.433Z PASS [ 0.079s] (1460/2917) omicron-nexus app::update::test::test_problems_stuck_sagas
83402026-06-16T21:40:18.489Z PASS [ 0.078s] (1461/2917) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
83412026-06-16T21:40:18.500Z PASS [ 0.083s] (1462/2917) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
83422026-06-16T21:40:18.511Z PASS [ 0.078s] (1463/2917) omicron-nexus app::update::test::test_problems_stuck_update
83432026-06-16T21:40:18.586Z PASS [ 0.097s] (1464/2917) omicron-nexus app::update::test::test_problems_unhealthy_services
83442026-06-16T21:40:18.602Z PASS [ 0.102s] (1465/2917) omicron-nexus app::update::test::test_problems_unhealthy_zpools
83452026-06-16T21:40:18.605Z PASS [ 0.093s] (1466/2917) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
83462026-06-16T21:40:18.704Z PASS [ 0.101s] (1467/2917) omicron-nexus external_api::console_api::test::test_accept_gz
83472026-06-16T21:40:18.708Z PASS [ 0.100s] (1468/2917) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
83482026-06-16T21:40:18.810Z PASS [ 0.107s] (1469/2917) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
83492026-06-16T21:40:18.829Z PASS [ 0.125s] (1470/2917) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
83502026-06-16T21:40:18.882Z PASS [ 55.917s] (1471/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
83512026-06-16T21:40:18.896Z PASS [ 0.067s] (1472/2917) omicron-nexus external_api::console_api::test::test_find_file_finds_file
83522026-06-16T21:40:18.900Z PASS [ 0.089s] (1473/2917) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
83532026-06-16T21:40:18.948Z PASS [ 0.066s] (1474/2917) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
83542026-06-16T21:40:18.962Z PASS [ 0.066s] (1475/2917) omicron-nexus external_api::console_api::test::test_relative_uri
83552026-06-16T21:40:19.595Z PASS [ 12.640s] (1476/2917) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
83562026-06-16T21:40:19.725Z PASS [ 12.969s] (1477/2917) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
83572026-06-16T21:40:20.215Z PASS [ 11.324s] (1478/2917) omicron-nexus app::update::test::test_contact_support_missing_sleds
83582026-06-16T21:40:20.317Z PASS [ 11.245s] (1479/2917) omicron-nexus app::update::test::test_contact_support_stuck_saga
83592026-06-16T21:40:20.601Z PASS [ 2.016s] (1480/2917) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
83602026-06-16T21:40:20.835Z PASS [ 11.019s] (1481/2917) omicron-nexus app::update::test::test_contact_support_stuck_update
83612026-06-16T21:40:21.599Z PASS [ 11.053s] (1482/2917) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
83622026-06-16T21:40:22.310Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
83632026-06-16T21:40:25.186Z PASS [ 10.624s] (1483/2917) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
83642026-06-16T21:40:25.669Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
83652026-06-16T21:40:26.868Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
83662026-06-16T21:40:27.713Z PASS [ 40.074s] (1484/2917) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
83672026-06-16T21:40:28.052Z PASS [ 12.346s] (1485/2917) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
83682026-06-16T21:40:29.083Z PASS [ 43.190s] (1486/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
83692026-06-16T21:40:29.089Z PASS [ 51.628s] (1487/2917) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
83702026-06-16T21:40:29.542Z PASS [ 11.840s] (1488/2917) omicron-nexus app::update::test::test_contact_support_update_in_progress
83712026-06-16T21:40:30.955Z PASS [ 12.006s] (1489/2917) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
83722026-06-16T21:40:31.201Z PASS [ 12.238s] (1490/2917) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
83732026-06-16T21:40:32.159Z PASS [ 45.565s] (1491/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
83742026-06-16T21:40:32.654Z PASS [ 47.817s] (1492/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
83752026-06-16T21:40:33.092Z PASS [ 49.680s] (1493/2917) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
83762026-06-16T21:40:33.647Z PASS [ 0.555s] (1494/2917) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
83772026-06-16T21:40:34.500Z PASS [ 2.341s] (1495/2917) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
83782026-06-16T21:40:35.020Z PASS [ 48.843s] (1496/2917) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
83792026-06-16T21:40:35.208Z PASS [ 2.554s] (1497/2917) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
83802026-06-16T21:40:36.624Z PASS [ 16.307s] (1498/2917) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
83812026-06-16T21:40:38.264Z PASS [ 18.668s] (1499/2917) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
83822026-06-16T21:40:38.667Z PASS [ 18.066s] (1500/2917) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
83832026-06-16T21:40:38.927Z PASS [ 19.202s] (1501/2917) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
83842026-06-16T21:40:39.110Z PASS [ 18.274s] (1502/2917) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
83852026-06-16T21:40:40.592Z PASS [ 15.406s] (1503/2917) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
83862026-06-16T21:40:40.924Z PASS [ 12.873s] (1504/2917) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
83872026-06-16T21:40:43.312Z PASS [ 15.598s] (1505/2917) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
83882026-06-16T21:40:43.385Z PASS [ 89.709s] (1506/2917) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
83892026-06-16T21:40:43.493Z PASS [ 55.068s] (1507/2917) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
83902026-06-16T21:40:43.517Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
83912026-06-16T21:40:43.724Z PASS [ 12.521s] (1508/2917) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
83922026-06-16T21:40:45.537Z PASS [ 11.889s] (1509/2917) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
83932026-06-16T21:40:46.421Z PASS [ 11.920s] (1510/2917) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
83942026-06-16T21:40:46.534Z PASS [ 11.325s] (1511/2917) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
83952026-06-16T21:40:46.833Z PASS [ 17.291s] (1512/2917) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
83962026-06-16T21:40:47.756Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
83972026-06-16T21:40:48.007Z PASS [ 95.436s] (1513/2917) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
83982026-06-16T21:40:48.058Z PASS [ 13.037s] (1514/2917) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
83992026-06-16T21:40:48.588Z PASS [ 11.894s] (1515/2917) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
84002026-06-16T21:40:48.612Z PASS [ 28.395s] (1516/2917) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
84012026-06-16T21:40:48.643Z PASS [ 60.877s] (1517/2917) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
84022026-06-16T21:40:49.062Z PASS [ 27.462s] (1518/2917) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
84032026-06-16T21:40:49.127Z PASS [ 10.863s] (1519/2917) omicron-nexus::test_all integration_tests::basic::test_basic_failures
84042026-06-16T21:40:49.378Z PASS [ 83.712s] (1520/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
84052026-06-16T21:40:49.481Z PASS [ 18.525s] (1521/2917) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
84062026-06-16T21:40:49.536Z PASS [ 0.473s] (1522/2917) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
84072026-06-16T21:40:49.884Z PASS [ 10.957s] (1523/2917) omicron-nexus::test_all integration_tests::basic::test_ping
84082026-06-16T21:40:50.403Z PASS [ 1.792s] (1524/2917) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
84092026-06-16T21:40:50.834Z PASS [ 2.203s] (1525/2917) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
84102026-06-16T21:40:51.180Z PASS [ 84.313s] (1526/2917) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
84112026-06-16T21:40:52.004Z PASS [ 11.079s] (1527/2917) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
84122026-06-16T21:40:53.251Z PASS [ 24.162s] (1528/2917) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
84132026-06-16T21:40:54.288Z PASS [ 10.976s] (1529/2917) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
84142026-06-16T21:40:55.051Z PASS [ 11.664s] (1530/2917) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
84152026-06-16T21:40:55.213Z PASS [ 11.719s] (1531/2917) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
84162026-06-16T21:40:55.413Z PASS [ 11.691s] (1532/2917) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
84172026-06-16T21:40:57.239Z PASS [ 38.339s] (1533/2917) omicron-nexus populate::test::test_populators
84182026-06-16T21:40:57.721Z PASS [ 12.184s] (1534/2917) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
84192026-06-16T21:40:58.217Z PASS [ 19.107s] (1535/2917) omicron-nexus::test_all integration_tests::basic::test_projects_basic
84202026-06-16T21:40:59.356Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
84212026-06-16T21:40:59.389Z PASS [ 12.855s] (1536/2917) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
84222026-06-16T21:41:00.029Z PASS [ 11.970s] (1537/2917) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
84232026-06-16T21:41:00.080Z PASS [ 12.071s] (1538/2917) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
84242026-06-16T21:41:00.342Z PASS [ 11.824s] (1539/2917) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
84252026-06-16T21:41:00.540Z PASS [ 21.872s] (1540/2917) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
84262026-06-16T21:41:01.370Z PASS [ 14.949s] (1541/2917) omicron-nexus::test_all integration_tests::certificates::test_crud
84272026-06-16T21:41:01.405Z PASS [ 12.027s] (1542/2917) omicron-nexus::test_all integration_tests::console_api::test_assets
84282026-06-16T21:41:01.431Z PASS [ 12.304s] (1543/2917) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
84292026-06-16T21:41:01.666Z PASS [ 12.186s] (1544/2917) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
84302026-06-16T21:41:02.407Z PASS [ 12.005s] (1545/2917) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
84312026-06-16T21:41:03.111Z PASS [ 100.801s] (1546/2917) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
84322026-06-16T21:41:03.841Z PASS [ 23.249s] (1547/2917) omicron-nexus::test_all integration_tests::basic::test_projects_list
84332026-06-16T21:41:04.606Z PASS [ 13.425s] (1548/2917) omicron-nexus::test_all integration_tests::console_api::test_session_me
84342026-06-16T21:41:04.611Z PASS [ 12.606s] (1549/2917) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
84352026-06-16T21:41:05.403Z PASS [ 14.569s] (1550/2917) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
84362026-06-16T21:41:05.715Z PASS [ 11.427s] (1551/2917) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
84372026-06-16T21:41:06.262Z PASS [ 16.726s] (1552/2917) omicron-nexus::test_all integration_tests::console_api::test_console_pages
84382026-06-16T21:41:06.632Z PASS [ 19.798s] (1553/2917) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
84392026-06-16T21:41:06.872Z PASS [ 16.988s] (1554/2917) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
84402026-06-16T21:41:10.822Z PASS [ 17.570s] (1555/2917) omicron-nexus::test_all integration_tests::console_api::test_sessions
84412026-06-16T21:41:13.957Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
84422026-06-16T21:41:15.682Z PASS [ 10.279s] (1556/2917) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
84432026-06-16T21:41:16.701Z PASS [ 9.829s] (1557/2917) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
84442026-06-16T21:41:16.927Z PASS [ 10.294s] (1558/2917) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
84452026-06-16T21:41:17.252Z PASS [ 10.990s] (1559/2917) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
84462026-06-16T21:41:21.515Z PASS [ 127.562s] (1560/2917) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
84472026-06-16T21:41:22.677Z PASS [ 16.963s] (1561/2917) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
84482026-06-16T21:41:23.343Z PASS [ 12.521s] (1562/2917) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
84492026-06-16T21:41:23.691Z PASS [ 6.990s] (1563/2917) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
84502026-06-16T21:41:27.055Z PASS [ 10.129s] (1564/2917) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
84512026-06-16T21:41:27.175Z PASS [ 343.672s] (1565/2917) oximeter-db client::tests::test_replicated
84522026-06-16T21:41:27.405Z PASS [ 11.723s] (1566/2917) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
84532026-06-16T21:41:28.542Z PASS [ 1.368s] (1567/2917) omicron-clickhouse-admin context::tests::test_database_usage
84542026-06-16T21:41:28.580Z PASS [ 0.037s] (1568/2917) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
84552026-06-16T21:41:28.611Z PASS [ 0.030s] (1569/2917) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
84562026-06-16T21:41:28.640Z PASS [ 0.029s] (1570/2917) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
84572026-06-16T21:41:28.673Z PASS [ 0.028s] (1571/2917) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
84582026-06-16T21:41:28.698Z PASS [ 0.030s] (1572/2917) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
84592026-06-16T21:41:29.086Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
84602026-06-16T21:41:29.585Z PASS [ 0.886s] (1573/2917) omicron-clickhouse-admin context::tests::test_retention_policy
84612026-06-16T21:41:30.125Z PASS [ 0.541s] (1574/2917) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
84622026-06-16T21:41:30.317Z PASS [ 0.192s] (1575/2917) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
84632026-06-16T21:41:30.515Z PASS [ 0.198s] (1576/2917) omicron-clickhouse-admin::integration_test test_lgif_parsing
84642026-06-16T21:41:30.704Z PASS [ 0.187s] (1577/2917) omicron-clickhouse-admin::integration_test test_raft_config_parsing
84652026-06-16T21:41:30.825Z PASS [ 0.122s] (1578/2917) omicron-clickhouse-admin::integration_test test_teardown
84662026-06-16T21:41:30.878Z PASS [ 0.052s] (1579/2917) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
84672026-06-16T21:41:41.946Z PASS [ 42.557s] (1580/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
84682026-06-16T21:41:44.240Z PASS [ 43.700s] (1581/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
84692026-06-16T21:41:45.390Z PASS [ 42.279s] (1582/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
84702026-06-16T21:41:45.417Z PASS [ 28.164s] (1583/2917) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
84712026-06-16T21:41:49.397Z PASS [ 80.313s] (1584/2917) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
84722026-06-16T21:41:50.795Z PASS [ 55.582s] (1585/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
84732026-06-16T21:41:52.452Z PASS [ 54.732s] (1586/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
84742026-06-16T21:41:52.555Z PASS [ 51.150s] (1587/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
84752026-06-16T21:41:52.923Z PASS [ 55.683s] (1588/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
84762026-06-16T21:41:55.052Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
84772026-06-16T21:41:55.416Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
84782026-06-16T21:41:56.103Z PASS [ 60.689s] (1589/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
84792026-06-16T21:41:58.220Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
84802026-06-16T21:41:58.432Z PASS [ 35.087s] (1590/2917) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
84812026-06-16T21:41:59.357Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
84822026-06-16T21:42:00.030Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
84832026-06-16T21:42:00.082Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
84842026-06-16T21:42:00.345Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
84852026-06-16T21:42:00.873Z PASS [ 39.358s] (1591/2917) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
84862026-06-16T21:42:01.372Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
84872026-06-16T21:42:01.435Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
84882026-06-16T21:42:01.669Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
84892026-06-16T21:42:02.065Z PASS [ 16.649s] (1592/2917) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
84902026-06-16T21:42:02.410Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
84912026-06-16T21:42:03.843Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
84922026-06-16T21:42:04.164Z PASS [ 11.240s] (1593/2917) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
84932026-06-16T21:42:04.607Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
84942026-06-16T21:42:04.613Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
84952026-06-16T21:42:05.321Z PASS [ 70.271s] (1594/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
84962026-06-16T21:42:05.372Z PASS [ 65.029s] (1595/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
84972026-06-16T21:42:07.266Z PASS [ 43.575s] (1596/2917) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
84982026-06-16T21:42:07.633Z PASS [ 63.792s] (1597/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
84992026-06-16T21:42:09.398Z PASS [ 13.295s] (1598/2917) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
85002026-06-16T21:42:12.957Z PASS [ 50.278s] (1599/2917) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
85012026-06-16T21:42:15.108Z PASS [ 14.235s] (1600/2917) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
85022026-06-16T21:42:15.955Z PASS [ 26.557s] (1601/2917) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
85032026-06-16T21:42:16.229Z PASS [ 48.823s] (1602/2917) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
85042026-06-16T21:42:17.625Z PASS [ 77.597s] (1603/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
85052026-06-16T21:42:21.486Z PASS [ 30.690s] (1604/2917) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
85062026-06-16T21:42:22.095Z PASS [ 82.016s] (1605/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
85072026-06-16T21:42:24.895Z PASS [ 22.829s] (1606/2917) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
85082026-06-16T21:42:25.814Z PASS [ 33.361s] (1607/2917) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
85092026-06-16T21:42:26.414Z PASS [ 81.803s] (1608/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
85102026-06-16T21:42:26.632Z PASS [ 44.686s] (1609/2917) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
85112026-06-16T21:42:27.057Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
85122026-06-16T21:42:29.115Z PASS [ 19.716s] (1610/2917) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
85132026-06-16T21:42:29.256Z PASS [ 30.825s] (1611/2917) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
85142026-06-16T21:42:29.277Z PASS [ 62.222s] (1612/2917) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
85152026-06-16T21:42:29.675Z PASS [ 91.456s] (1613/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
85162026-06-16T21:42:29.961Z PASS [ 17.005s] (1614/2917) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
85172026-06-16T21:42:30.767Z PASS [ 45.377s] (1615/2917) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
85182026-06-16T21:42:30.879Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
85192026-06-16T21:42:31.246Z PASS [ 88.838s] (1616/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
85202026-06-16T21:42:32.591Z PASS [ 61.713s] (1617/2917) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
85212026-06-16T21:42:33.094Z PASS [ 88.488s] (1618/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
85222026-06-16T21:42:34.012Z PASS [ 16.386s] (1619/2917) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
85232026-06-16T21:42:34.689Z PASS [ 93.319s] (1620/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
85242026-06-16T21:42:35.759Z PASS [ 3.168s] (1621/2917) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
85252026-06-16T21:42:36.273Z PASS [ 43.717s] (1622/2917) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
85262026-06-16T21:42:40.060Z PASS [ 55.819s] (1623/2917) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
85272026-06-16T21:42:40.626Z PASS [ 33.359s] (1624/2917) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
85282026-06-16T21:42:41.552Z PASS [ 25.597s] (1625/2917) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
85292026-06-16T21:42:42.288Z PASS [ 13.032s] (1626/2917) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
85302026-06-16T21:42:42.291Z PASS [ 100.858s] (1627/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
85312026-06-16T21:42:42.315Z PASS [ 13.038s] (1628/2917) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
85322026-06-16T21:42:43.030Z PASS [ 13.069s] (1629/2917) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
85332026-06-16T21:42:43.219Z PASS [ 28.111s] (1630/2917) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
85342026-06-16T21:42:43.766Z PASS [ 12.998s] (1631/2917) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
85352026-06-16T21:42:44.175Z PASS [ 14.502s] (1632/2917) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
85362026-06-16T21:42:44.770Z PASS [ 13.523s] (1633/2917) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
85372026-06-16T21:42:46.024Z PASS [ 12.928s] (1634/2917) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
85382026-06-16T21:42:47.227Z PASS [ 13.214s] (1635/2917) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
85392026-06-16T21:42:47.657Z PASS [ 43.492s] (1636/2917) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
85402026-06-16T21:42:47.836Z PASS [ 106.168s] (1637/2917) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
85412026-06-16T21:42:47.889Z PASS [ 12.130s] (1638/2917) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
85422026-06-16T21:42:48.176Z PASS [ 42.795s] (1639/2917) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
85432026-06-16T21:42:48.332Z PASS [ 23.370s] (1640/2917) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
85442026-06-16T21:42:49.506Z PASS [ 14.817s] (1641/2917) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
85452026-06-16T21:42:51.439Z PASS [ 46.118s] (1642/2917) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
85462026-06-16T21:42:51.443Z PASS [ 29.347s] (1643/2917) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
85472026-06-16T21:42:51.567Z PASS [ 22.451s] (1644/2917) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
85482026-06-16T21:42:52.557Z PASS [ 16.284s] (1645/2917) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
85492026-06-16T21:42:52.799Z PASS [ 26.984s] (1646/2917) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
85502026-06-16T21:42:55.021Z PASS [ 33.534s] (1647/2917) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
85512026-06-16T21:42:55.570Z PASS [ 47.936s] (1648/2917) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
85522026-06-16T21:42:56.311Z PASS [ 13.996s] (1649/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
85532026-06-16T21:42:56.599Z PASS [ 29.967s] (1650/2917) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
85542026-06-16T21:42:56.742Z PASS [ 16.682s] (1651/2917) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
85552026-06-16T21:42:58.325Z PASS [ 17.699s] (1652/2917) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
85562026-06-16T21:42:59.359Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
85572026-06-16T21:42:59.478Z PASS [ 15.303s] (1653/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
85582026-06-16T21:43:00.413Z PASS [ 17.193s] (1654/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
85592026-06-16T21:43:00.876Z PASS [ 16.032s] (1655/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
85602026-06-16T21:43:01.292Z PASS [ 15.227s] (1656/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
85612026-06-16T21:43:02.246Z PASS [ 15.016s] (1657/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
85622026-06-16T21:43:03.114Z PASS [ 36.700s] (1658/2917) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
85632026-06-16T21:43:03.780Z PASS [ 15.613s] (1659/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
85642026-06-16T21:43:03.982Z PASS [ 16.145s] (1660/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
85652026-06-16T21:43:04.152Z PASS [ 16.262s] (1661/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
85662026-06-16T21:43:04.382Z PASS [ 21.316s] (1662/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
85672026-06-16T21:43:05.112Z PASS [ 17.456s] (1663/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
85682026-06-16T21:43:05.130Z PASS [ 23.577s] (1664/2917) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
85692026-06-16T21:43:06.995Z PASS [ 23.228s] (1665/2917) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
85702026-06-16T21:43:07.134Z PASS [ 14.335s] (1666/2917) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
85712026-06-16T21:43:07.340Z PASS [ 14.782s] (1667/2917) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
85722026-06-16T21:43:08.003Z PASS [ 12.982s] (1668/2917) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
85732026-06-16T21:43:08.598Z PASS [ 13.028s] (1669/2917) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
85742026-06-16T21:43:09.353Z PASS [ 17.910s] (1670/2917) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
85752026-06-16T21:43:10.066Z PASS [ 20.559s] (1671/2917) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
85762026-06-16T21:43:10.642Z PASS [ 5.512s] (1672/2917) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
85772026-06-16T21:43:10.727Z PASS [ 19.161s] (1673/2917) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
85782026-06-16T21:43:11.853Z PASS [ 23.587s] (1674/2917) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
85792026-06-16T21:43:12.051Z PASS [ 29.759s] (1675/2917) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
85802026-06-16T21:43:12.285Z PASS [ 7.171s] (1676/2917) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
85812026-06-16T21:43:12.417Z PASS [ 16.106s] (1677/2917) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
85822026-06-16T21:43:14.231Z PASS [ 17.630s] (1678/2917) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
85832026-06-16T21:43:14.344Z PASS [ 32.055s] (1679/2917) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
85842026-06-16T21:43:15.163Z PASS [ 58.927s] (1680/2917) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
85852026-06-16T21:43:15.486Z PASS [ 17.160s] (1681/2917) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
85862026-06-16T21:43:16.555Z PASS [ 19.812s] (1682/2917) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
85872026-06-16T21:43:17.926Z PASS [ 10.931s] (1683/2917) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
85882026-06-16T21:43:21.757Z PASS [ 14.622s] (1684/2917) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
85892026-06-16T21:43:22.283Z PASS [ 22.804s] (1685/2917) omicron-nexus::test_all integration_tests::images::test_image_create
85902026-06-16T21:43:22.286Z PASS [ 21.035s] (1686/2917) omicron-nexus::test_all integration_tests::images::test_image_promotion
85912026-06-16T21:43:23.201Z PASS [ 19.357s] (1687/2917) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
85922026-06-16T21:43:23.242Z PASS [ 15.813s] (1688/2917) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
85932026-06-16T21:43:23.507Z PASS [ 23.089s] (1689/2917) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
85942026-06-16T21:43:24.350Z PASS [ 12.064s] (1690/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
85952026-06-16T21:43:24.820Z PASS [ 24.017s] (1691/2917) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
85962026-06-16T21:43:24.981Z PASS [ 12.931s] (1692/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
85972026-06-16T21:43:25.769Z PASS [ 21.616s] (1693/2917) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
85982026-06-16T21:43:25.795Z PASS [ 16.441s] (1694/2917) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
85992026-06-16T21:43:26.217Z PASS [ 22.220s] (1695/2917) omicron-nexus::test_all integration_tests::images::test_silo_image_create
86002026-06-16T21:43:26.557Z PASS [ 12.212s] (1696/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
86012026-06-16T21:43:29.411Z PASS [ 13.925s] (1697/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
86022026-06-16T21:43:31.006Z PASS [ 14.450s] (1698/2917) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
86032026-06-16T21:43:32.538Z PASS [ 21.893s] (1699/2917) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
86042026-06-16T21:43:33.322Z PASS [ 24.720s] (1700/2917) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
86052026-06-16T21:43:34.685Z PASS [ 31.556s] (1701/2917) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
86062026-06-16T21:43:35.501Z PASS [ 23.078s] (1702/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
86072026-06-16T21:43:35.512Z PASS [ 44.068s] (1703/2917) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
86082026-06-16T21:43:35.548Z PASS [ 33.300s] (1704/2917) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
86092026-06-16T21:43:36.263Z PASS [ 25.536s] (1705/2917) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
86102026-06-16T21:43:36.783Z PASS [ 22.553s] (1706/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
86112026-06-16T21:43:37.458Z PASS [ 15.171s] (1707/2917) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
86122026-06-16T21:43:37.533Z PASS [ 22.376s] (1708/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
86132026-06-16T21:43:38.589Z PASS [ 26.735s] (1709/2917) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
86142026-06-16T21:43:40.255Z PASS [ 17.117s] (1710/2917) omicron-nexus::test_all integration_tests::instances::test_instance_access
86152026-06-16T21:43:41.821Z PASS [ 33.811s] (1711/2917) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
86162026-06-16T21:43:42.660Z PASS [ 19.507s] (1712/2917) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
86172026-06-16T21:43:45.401Z PASS [ 19.601s] (1713/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
86182026-06-16T21:43:45.595Z PASS [ 19.038s] (1714/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
86192026-06-16T21:43:45.660Z PASS [ 27.730s] (1715/2917) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
86202026-06-16T21:43:46.025Z PASS [ 21.041s] (1716/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
86212026-06-16T21:43:46.057Z PASS [ 19.831s] (1717/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
86222026-06-16T21:43:46.251Z PASS [ 20.479s] (1718/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
86232026-06-16T21:43:47.094Z PASS [ 37.015s] (1719/2917) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
86242026-06-16T21:43:50.864Z PASS [ 24.043s] (1720/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
86252026-06-16T21:43:50.916Z PASS [ 13.804s] (1721/2917) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
86262026-06-16T21:43:50.916Z PASS [ 15.240s] (1722/2917) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
86272026-06-16T21:43:50.916Z PASS [ 24.022s] (1723/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
86282026-06-16T21:43:50.964Z PASS [ 20.465s] (1724/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
86292026-06-16T21:43:54.485Z PASS [ 23.479s] (1725/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
86302026-06-16T21:43:55.219Z PASS [ 19.676s] (1726/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
86312026-06-16T21:43:55.631Z PASS [ 20.123s] (1727/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
86322026-06-16T21:43:55.680Z PASS [ 20.184s] (1728/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
86332026-06-16T21:43:56.943Z PASS [ 20.159s] (1729/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
86342026-06-16T21:43:57.516Z PASS [ 20.059s] (1730/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
86352026-06-16T21:43:58.661Z PASS [ 12.412s] (1731/2917) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
86362026-06-16T21:43:58.992Z PASS [ 22.728s] (1732/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
86372026-06-16T21:43:59.361Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
86382026-06-16T21:44:00.326Z PASS [ 12.780s] (1733/2917) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
86392026-06-16T21:44:00.561Z PASS [ 13.478s] (1734/2917) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
86402026-06-16T21:44:02.697Z PASS [ 14.223s] (1735/2917) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
86412026-06-16T21:44:03.095Z PASS [ 40.812s] (1736/2917) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
86422026-06-16T21:44:03.676Z PASS [ 31.141s] (1737/2917) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
86432026-06-16T21:44:04.350Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
86442026-06-16T21:44:04.382Z PASS [ 18.359s] (1738/2917) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
86452026-06-16T21:44:04.545Z PASS [ 18.512s] (1739/2917) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
86462026-06-16T21:44:05.092Z PASS [ 43.334s] (1740/2917) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
86472026-06-16T21:44:05.527Z PASS [ 25.272s] (1741/2917) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
86482026-06-16T21:44:06.119Z PASS [ 16.241s] (1742/2917) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
86492026-06-16T21:44:07.459Z PASS [ 24.797s] (1743/2917) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
86502026-06-16T21:44:08.113Z PASS [ 26.285s] (1744/2917) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
86512026-06-16T21:44:08.475Z PASS [ 44.055s] (1745/2917) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
86522026-06-16T21:44:09.044Z PASS [ 23.257s] (1746/2917) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
86532026-06-16T21:44:09.747Z PASS [ 24.301s] (1747/2917) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
86542026-06-16T21:44:10.256Z PASS [ 24.654s] (1748/2917) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
86552026-06-16T21:44:11.452Z PASS [ 13.894s] (1749/2917) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
86562026-06-16T21:44:12.662Z PASS [ 16.956s] (1750/2917) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
86572026-06-16T21:44:12.874Z PASS [ 34.280s] (1751/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
86582026-06-16T21:44:13.425Z PASS [ 12.842s] (1752/2917) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
86592026-06-16T21:44:15.544Z PASS [ 10.453s] (1753/2917) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
86602026-06-16T21:44:15.974Z PASS [ 17.314s] (1754/2917) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
86612026-06-16T21:44:16.476Z PASS [ 17.484s] (1755/2917) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
86622026-06-16T21:44:17.269Z PASS [ 16.943s] (1756/2917) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
86632026-06-16T21:44:18.339Z PASS [ 23.119s] (1757/2917) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
86642026-06-16T21:44:18.573Z PASS [ 13.045s] (1758/2917) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
86652026-06-16T21:44:19.139Z PASS [ 13.021s] (1759/2917) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
86662026-06-16T21:44:19.318Z PASS [ 23.684s] (1760/2917) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
86672026-06-16T21:44:19.732Z PASS [ 10.819s] (1761/2917) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
86682026-06-16T21:44:20.118Z PASS [ 31.555s] (1762/2917) omicron-nexus::test_all integration_tests::instances::test_instance_serial
86692026-06-16T21:44:20.522Z PASS [ 17.426s] (1763/2917) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
86702026-06-16T21:44:20.635Z PASS [ 17.935s] (1764/2917) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
86712026-06-16T21:44:21.043Z PASS [ 13.585s] (1765/2917) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
86722026-06-16T21:44:21.219Z PASS [ 16.836s] (1766/2917) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
86732026-06-16T21:44:22.640Z PASS [ 28.155s] (1767/2917) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
86742026-06-16T21:44:23.867Z PASS [ 19.322s] (1768/2917) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
86752026-06-16T21:44:26.716Z PASS [ 10.741s] (1769/2917) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
86762026-06-16T21:44:27.926Z PASS [ 11.448s] (1770/2917) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
86772026-06-16T21:44:28.791Z PASS [ 39.949s] (1771/2917) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
86782026-06-16T21:44:28.822Z PASS [ 15.421s] (1772/2917) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
86792026-06-16T21:44:29.379Z PASS [ 20.975s] (1773/2917) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
86802026-06-16T21:44:29.427Z PASS [ 21.327s] (1774/2917) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
86812026-06-16T21:44:30.712Z PASS [ 20.463s] (1775/2917) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
86822026-06-16T21:44:31.102Z PASS [ 27.426s] (1776/2917) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
86832026-06-16T21:44:31.277Z PASS [ 15.733s] (1777/2917) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
86842026-06-16T21:44:31.388Z PASS [ 19.977s] (1778/2917) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
86852026-06-16T21:44:31.839Z PASS [ 13.266s] (1779/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
86862026-06-16T21:44:32.015Z PASS [ 14.746s] (1780/2917) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
86872026-06-16T21:44:32.385Z PASS [ 12.651s] (1781/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
86882026-06-16T21:44:32.784Z PASS [ 19.914s] (1782/2917) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
86892026-06-16T21:44:33.158Z PASS [ 12.636s] (1783/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
86902026-06-16T21:44:33.165Z PASS [ 13.050s] (1784/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
86912026-06-16T21:44:33.239Z PASS [ 13.923s] (1785/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
86922026-06-16T21:44:33.377Z PASS [ 12.743s] (1786/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
86932026-06-16T21:44:33.398Z PASS [ 23.702s] (1787/2917) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
86942026-06-16T21:44:33.452Z PASS [ 12.407s] (1788/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
86952026-06-16T21:44:34.556Z PASS [ 56.949s] (1789/2917) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
86962026-06-16T21:44:34.962Z PASS [ 13.715s] (1790/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
86972026-06-16T21:44:34.992Z PASS [ 15.803s] (1791/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
86982026-06-16T21:44:35.053Z PASS [ 22.389s] (1792/2917) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
86992026-06-16T21:44:37.098Z PASS [ 13.197s] (1793/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
87002026-06-16T21:44:37.445Z PASS [ 14.755s] (1794/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
87012026-06-16T21:44:39.583Z PASS [ 21.240s] (1795/2917) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
87022026-06-16T21:44:39.706Z PASS [ 11.775s] (1796/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
87032026-06-16T21:44:41.853Z PASS [ 12.426s] (1797/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
87042026-06-16T21:44:42.443Z PASS [ 13.060s] (1798/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
87052026-06-16T21:44:45.174Z PASS [ 18.458s] (1799/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
87062026-06-16T21:44:45.388Z PASS [ 13.004s] (1800/2917) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
87072026-06-16T21:44:45.633Z PASS [ 16.841s] (1801/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
87082026-06-16T21:44:47.286Z PASS [ 14.502s] (1802/2917) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
87092026-06-16T21:44:47.962Z PASS [ 16.122s] (1803/2917) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
87102026-06-16T21:44:49.075Z PASS [ 20.252s] (1804/2917) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
87112026-06-16T21:44:49.839Z PASS [ 16.681s] (1805/2917) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
87122026-06-16T21:44:51.564Z PASS [ 18.188s] (1806/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
87132026-06-16T21:44:53.360Z PASS [ 22.082s] (1807/2917) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
87142026-06-16T21:44:54.190Z PASS [ 23.088s] (1808/2917) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
87152026-06-16T21:44:55.979Z PASS [ 23.964s] (1809/2917) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
87162026-06-16T21:44:56.374Z PASS [ 9.089s] (1810/2917) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
87172026-06-16T21:44:56.504Z PASS [ 11.116s] (1811/2917) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
87182026-06-16T21:44:56.802Z PASS [ 11.170s] (1812/2917) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
87192026-06-16T21:44:56.961Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87202026-06-16T21:44:57.872Z PASS [ 9.910s] (1813/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion
87212026-06-16T21:44:58.166Z PASS [ 9.090s] (1814/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
87222026-06-16T21:44:59.011Z PASS [ 21.945s] (1815/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
87232026-06-16T21:44:59.362Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
87242026-06-16T21:44:59.366Z PASS [ 9.526s] (1816/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
87252026-06-16T21:45:02.058Z PASS [ 31.340s] (1817/2917) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
87262026-06-16T21:45:04.351Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
87272026-06-16T21:45:04.425Z PASS [ 30.974s] (1818/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
87282026-06-16T21:45:05.200Z PASS [ 32.033s] (1819/2917) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
87292026-06-16T21:45:05.955Z PASS [ 32.554s] (1820/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
87302026-06-16T21:45:07.569Z PASS [ 9.697s] (1821/2917) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
87312026-06-16T21:45:08.087Z PASS [ 11.285s] (1822/2917) omicron-nexus::test_all integration_tests::projects::test_projects
87322026-06-16T21:45:08.788Z PASS [ 12.280s] (1823/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
87332026-06-16T21:45:09.222Z PASS [ 15.861s] (1824/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
87342026-06-16T21:45:09.497Z PASS [ 13.518s] (1825/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
87352026-06-16T21:45:10.505Z PASS [ 11.495s] (1826/2917) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
87362026-06-16T21:45:10.786Z PASS [ 12.619s] (1827/2917) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
87372026-06-16T21:45:11.035Z PASS [ 8.983s] (1828/2917) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
87382026-06-16T21:45:11.418Z PASS [ 17.227s] (1829/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
87392026-06-16T21:45:11.639Z PASS [ 20.075s] (1830/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
87402026-06-16T21:45:11.760Z PASS [ 0.121s] (1831/2917) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
87412026-06-16T21:45:11.873Z PASS [ 0.112s] (1832/2917) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
87422026-06-16T21:45:11.975Z PASS [ 0.103s] (1833/2917) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
87432026-06-16T21:45:12.082Z PASS [ 0.102s] (1834/2917) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
87442026-06-16T21:45:12.214Z PASS [ 0.134s] (1835/2917) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
87452026-06-16T21:45:13.814Z PASS [ 9.389s] (1836/2917) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
87462026-06-16T21:45:15.551Z PASS [ 19.176s] (1837/2917) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
87472026-06-16T21:45:15.726Z PASS [ 36.024s] (1838/2917) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
87482026-06-16T21:45:16.481Z PASS [ 11.281s] (1839/2917) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
87492026-06-16T21:45:18.492Z PASS [ 10.920s] (1840/2917) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
87502026-06-16T21:45:19.585Z PASS [ 10.800s] (1841/2917) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
87512026-06-16T21:45:19.708Z PASS [ 0.115s] (1842/2917) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
87522026-06-16T21:45:19.927Z PASS [ 10.699s] (1843/2917) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
87532026-06-16T21:45:20.431Z PASS [ 12.339s] (1844/2917) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
87542026-06-16T21:45:20.598Z PASS [ 0.166s] (1845/2917) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
87552026-06-16T21:45:20.715Z PASS [ 0.105s] (1846/2917) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
87562026-06-16T21:45:21.225Z PASS [ 46.259s] (1847/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
87572026-06-16T21:45:22.404Z PASS [ 42.823s] (1848/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
87582026-06-16T21:45:22.440Z PASS [ 47.414s] (1849/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
87592026-06-16T21:45:22.820Z PASS [ 10.607s] (1850/2917) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
87602026-06-16T21:45:23.155Z PASS [ 13.658s] (1851/2917) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
87612026-06-16T21:45:23.758Z PASS [ 13.253s] (1852/2917) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
87622026-06-16T21:45:23.824Z PASS [ 12.789s] (1853/2917) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
87632026-06-16T21:45:24.472Z PASS [ 13.053s] (1854/2917) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
87642026-06-16T21:45:24.933Z PASS [ 11.119s] (1855/2917) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
87652026-06-16T21:45:25.564Z PASS [ 10.013s] (1856/2917) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
87662026-06-16T21:45:25.919Z PASS [ 2.095s] (1857/2917) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
87672026-06-16T21:45:26.299Z PASS [ 10.575s] (1858/2917) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
87682026-06-16T21:45:26.921Z PASS [ 20.968s] (1859/2917) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
87692026-06-16T21:45:27.114Z PASS [ 10.634s] (1860/2917) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
87702026-06-16T21:45:27.949Z PASS [ 2.030s] (1861/2917) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
87712026-06-16T21:45:28.195Z PASS [ 1.896s] (1862/2917) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
87722026-06-16T21:45:28.537Z PASS [ 57.148s] (1863/2917) omicron-nexus::test_all integration_tests::metrics::test_metrics
87732026-06-16T21:45:28.662Z PASS [ 17.876s] (1864/2917) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
87742026-06-16T21:45:28.676Z PASS [ 10.186s] (1865/2917) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
87752026-06-16T21:45:29.291Z PASS [ 54.808s] (1866/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
87762026-06-16T21:45:29.542Z PASS [ 1.589s] (1867/2917) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
87772026-06-16T21:45:29.650Z PASS [ 30.284s] (1868/2917) omicron-nexus::test_all integration_tests::quotas::test_quotas
87782026-06-16T21:45:29.764Z PASS [ 1.568s] (1869/2917) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
87792026-06-16T21:45:29.833Z PASS [ 47.391s] (1870/2917) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
87802026-06-16T21:45:30.096Z PASS [ 10.174s] (1871/2917) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
87812026-06-16T21:45:30.099Z PASS [ 10.396s] (1872/2917) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
87822026-06-16T21:45:30.167Z PASS [ 9.469s] (1873/2917) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
87832026-06-16T21:45:30.289Z PASS [ 1.627s] (1874/2917) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
87842026-06-16T21:45:30.385Z PASS [ 9.176s] (1875/2917) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
87852026-06-16T21:45:30.757Z PASS [ 1.219s] (1876/2917) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
87862026-06-16T21:45:31.323Z PASS [ 8.922s] (1877/2917) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
87872026-06-16T21:45:31.432Z PASS [ 8.991s] (1878/2917) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
87882026-06-16T21:45:31.501Z PASS [ 46.326s] (1879/2917) omicron-nexus::test_all integration_tests::password_login::test_local_users
87892026-06-16T21:45:31.733Z PASS [ 58.494s] (1880/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
87902026-06-16T21:45:31.848Z PASS [ 54.430s] (1881/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
87912026-06-16T21:45:32.635Z PASS [ 57.700s] (1882/2917) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
87922026-06-16T21:45:33.295Z PASS [ 3.463s] (1883/2917) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
87932026-06-16T21:45:36.965Z PASS [ 55.112s] (1884/2917) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
87942026-06-16T21:45:40.237Z PASS [ 8.410s] (1885/2917) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
87952026-06-16T21:45:40.405Z PASS [ 9.081s] (1886/2917) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
87962026-06-16T21:45:40.730Z PASS [ 9.228s] (1887/2917) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
87972026-06-16T21:45:41.587Z PASS [ 8.952s] (1888/2917) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
87982026-06-16T21:45:41.689Z PASS [ 10.258s] (1889/2917) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
87992026-06-16T21:45:42.842Z PASS [ 9.546s] (1890/2917) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
88002026-06-16T21:45:43.038Z PASS [ 9.742s] (1891/2917) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
88012026-06-16T21:45:43.050Z PASS [ 9.755s] (1892/2917) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
88022026-06-16T21:45:43.079Z PASS [ 9.784s] (1893/2917) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
88032026-06-16T21:45:43.297Z PASS [ 11.562s] (1894/2917) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
88042026-06-16T21:45:46.923Z PASS [ 9.957s] (1895/2917) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
88052026-06-16T21:45:49.659Z PASS [ 9.419s] (1896/2917) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
88062026-06-16T21:45:49.669Z PASS [ 8.939s] (1897/2917) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
88072026-06-16T21:45:49.719Z PASS [ 9.310s] (1898/2917) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
88082026-06-16T21:45:50.148Z PASS [ 8.458s] (1899/2917) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
88092026-06-16T21:45:50.823Z PASS [ 9.233s] (1900/2917) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
88102026-06-16T21:45:51.094Z PASS [ 8.046s] (1901/2917) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
88112026-06-16T21:45:51.392Z PASS [ 8.544s] (1902/2917) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
88122026-06-16T21:45:52.543Z PASS [ 8.989s] (1903/2917) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
88132026-06-16T21:45:52.572Z PASS [ 9.153s] (1904/2917) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
88142026-06-16T21:45:52.644Z PASS [ 9.346s] (1905/2917) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
88152026-06-16T21:45:53.197Z PASS [ 168.686s] (1906/2917) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
88162026-06-16T21:45:55.375Z PASS [ 8.452s] (1907/2917) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
88172026-06-16T21:45:56.927Z PASS [ 119.983s] (1908/2917) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
88182026-06-16T21:45:58.680Z PASS [ 8.964s] (1909/2917) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
88192026-06-16T21:45:59.010Z PASS [ 8.862s] (1910/2917) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
88202026-06-16T21:45:59.149Z PASS [ 9.492s] (1911/2917) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
88212026-06-16T21:45:59.366Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
88222026-06-16T21:46:00.276Z PASS [ 10.607s] (1912/2917) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
88232026-06-16T21:46:00.326Z PASS [ 9.507s] (1913/2917) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
88242026-06-16T21:46:00.920Z PASS [ 9.836s] (1914/2917) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
88252026-06-16T21:46:01.324Z PASS [ 9.936s] (1915/2917) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
88262026-06-16T21:46:01.657Z PASS [ 9.425s] (1916/2917) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
88272026-06-16T21:46:03.323Z PASS [ 10.288s] (1917/2917) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
88282026-06-16T21:46:03.408Z PASS [ 10.766s] (1918/2917) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
88292026-06-16T21:46:04.104Z PASS [ 8.728s] (1919/2917) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
88302026-06-16T21:46:05.369Z PASS [ 8.440s] (1920/2917) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
88312026-06-16T21:46:05.675Z PASS [ 13.633s] (1921/2917) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
88322026-06-16T21:46:06.319Z PASS [ 35.941s] (1922/2917) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
88332026-06-16T21:46:07.320Z PASS [ 8.639s] (1923/2917) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
88342026-06-16T21:46:07.916Z PASS [ 8.906s] (1924/2917) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
88352026-06-16T21:46:07.932Z PASS [ 8.783s] (1925/2917) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
88362026-06-16T21:46:09.888Z PASS [ 40.124s] (1926/2917) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
88372026-06-16T21:46:10.781Z PASS [ 40.491s] (1927/2917) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
88382026-06-16T21:46:11.302Z PASS [ 9.644s] (1928/2917) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
88392026-06-16T21:46:11.304Z PASS [ 10.384s] (1929/2917) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
88402026-06-16T21:46:13.803Z PASS [ 13.526s] (1930/2917) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
88412026-06-16T21:46:14.327Z PASS [ 10.919s] (1931/2917) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
88422026-06-16T21:46:14.854Z PASS [ 14.527s] (1932/2917) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
88432026-06-16T21:46:15.629Z PASS [ 14.306s] (1933/2917) omicron-nexus::test_all integration_tests::silos::test_silos
88442026-06-16T21:46:16.847Z PASS [ 10.527s] (1934/2917) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
88452026-06-16T21:46:18.636Z PASS [ 13.268s] (1935/2917) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
88462026-06-16T21:46:19.591Z PASS [ 13.272s] (1936/2917) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
88472026-06-16T21:46:20.697Z PASS [ 17.373s] (1937/2917) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
88482026-06-16T21:46:21.746Z PASS [ 17.643s] (1938/2917) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
88492026-06-16T21:46:22.491Z PASS [ 15.171s] (1939/2917) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
88502026-06-16T21:46:23.207Z PASS [ 15.291s] (1940/2917) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
88512026-06-16T21:46:23.287Z PASS [ 11.982s] (1941/2917) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
88522026-06-16T21:46:23.971Z PASS [ 13.188s] (1942/2917) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
88532026-06-16T21:46:24.347Z PASS [ 13.564s] (1943/2917) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
88542026-06-16T21:46:25.359Z PASS [ 11.554s] (1944/2917) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
88552026-06-16T21:46:25.659Z PASS [ 11.331s] (1945/2917) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
88562026-06-16T21:46:26.340Z PASS [ 11.486s] (1946/2917) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
88572026-06-16T21:46:27.112Z PASS [ 21.439s] (1947/2917) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
88582026-06-16T21:46:28.777Z PASS [ 22.457s] (1948/2917) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
88592026-06-16T21:46:28.930Z PASS [ 13.301s] (1949/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
88602026-06-16T21:46:29.667Z PASS [ 11.030s] (1950/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
88612026-06-16T21:46:30.059Z PASS [ 13.211s] (1951/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
88622026-06-16T21:46:30.093Z PASS [ 23.774s] (1952/2917) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
88632026-06-16T21:46:30.238Z PASS [ 10.643s] (1953/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
88642026-06-16T21:46:30.732Z PASS [ 19.951s] (1954/2917) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
88652026-06-16T21:46:30.762Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
88662026-06-16T21:46:31.664Z PASS [ 1.571s] (1955/2917) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
88672026-06-16T21:46:32.904Z PASS [ 23.016s] (1956/2917) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
88682026-06-16T21:46:33.157Z PASS [ 23.268s] (1957/2917) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
88692026-06-16T21:46:33.344Z PASS [ 22.042s] (1958/2917) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
88702026-06-16T21:46:35.243Z PASS [ 64.485s] (1959/2917) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
88712026-06-16T21:46:35.401Z PASS [ 25.513s] (1960/2917) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
88722026-06-16T21:46:35.401Z PASS [ 13.655s] (1961/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
88732026-06-16T21:46:35.988Z PASS [ 28.055s] (1962/2917) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
88742026-06-16T21:46:36.390Z PASS [ 13.102s] (1963/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
88752026-06-16T21:46:37.048Z PASS [ 26.267s] (1964/2917) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
88762026-06-16T21:46:37.359Z PASS [ 27.470s] (1965/2917) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
88772026-06-16T21:46:37.368Z PASS [ 11.709s] (1966/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
88782026-06-16T21:46:38.004Z PASS [ 14.033s] (1967/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_fm_case_id
88792026-06-16T21:46:39.362Z PASS [ 16.155s] (1968/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
88802026-06-16T21:46:42.310Z PASS [ 15.970s] (1969/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
88812026-06-16T21:46:42.489Z PASS [ 18.142s] (1970/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
88822026-06-16T21:46:43.219Z PASS [ 10.314s] (1971/2917) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
88832026-06-16T21:46:43.641Z PASS [ 13.405s] (1972/2917) omicron-nexus::test_all integration_tests::updates::test_repo_list
88842026-06-16T21:46:44.297Z PASS [ 13.564s] (1973/2917) omicron-nexus::test_all integration_tests::updates::test_repo_prune
88852026-06-16T21:46:44.830Z PASS [ 15.163s] (1974/2917) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
88862026-06-16T21:46:45.259Z PASS [ 16.481s] (1975/2917) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
88872026-06-16T21:46:46.325Z PASS [ 19.213s] (1976/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
88882026-06-16T21:46:46.415Z PASS [ 13.071s] (1977/2917) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
88892026-06-16T21:46:46.590Z PASS [ 25.892s] (1978/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
88902026-06-16T21:46:46.788Z PASS [ 13.632s] (1979/2917) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
88912026-06-16T21:46:47.509Z PASS [ 12.264s] (1980/2917) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
88922026-06-16T21:46:49.282Z PASS [ 17.617s] (1981/2917) omicron-nexus::test_all integration_tests::updates::test_repo_upload
88932026-06-16T21:46:50.757Z PASS [ 15.513s] (1982/2917) omicron-nexus::test_all integration_tests::updates::test_update_status
88942026-06-16T21:46:53.748Z PASS [ 24.817s] (1983/2917) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
88952026-06-16T21:46:53.898Z PASS [ 18.655s] (1984/2917) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
88962026-06-16T21:46:56.547Z PASS [ 31.189s] (1985/2917) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
88972026-06-16T21:46:57.687Z PASS [ 21.699s] (1986/2917) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
88982026-06-16T21:46:59.365Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
88992026-06-16T21:47:00.107Z PASS [ 22.103s] (1987/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
89002026-06-16T21:47:00.159Z PASS [ 23.110s] (1988/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
89012026-06-16T21:47:01.163Z PASS [ 24.772s] (1989/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
89022026-06-16T21:47:02.938Z PASS [ 20.448s] (1990/2917) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
89032026-06-16T21:47:06.024Z PASS [ 30.622s] (1991/2917) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
89042026-06-16T21:47:08.531Z PASS [ 46.039s] (1992/2917) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
89052026-06-16T21:47:08.910Z PASS [ 26.600s] (1993/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
89062026-06-16T21:47:12.388Z PASS [ 37.142s] (1994/2917) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
89072026-06-16T21:47:13.302Z PASS [ 29.661s] (1995/2917) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
89082026-06-16T21:47:14.632Z PASS [ 29.802s] (1996/2917) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
89092026-06-16T21:47:16.393Z PASS [ 37.030s] (1997/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
89102026-06-16T21:47:17.316Z PASS [ 8.405s] (1998/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
89112026-06-16T21:47:20.625Z PASS [ 33.116s] (1999/2917) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
89122026-06-16T21:47:21.159Z PASS [ 8.771s] (2000/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
89132026-06-16T21:47:21.430Z PASS [ 46.027s] (2001/2917) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
89142026-06-16T21:47:22.289Z PASS [ 8.987s] (2002/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
89152026-06-16T21:47:22.292Z PASS [ 33.007s] (2003/2917) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
89162026-06-16T21:47:23.646Z PASS [ 27.098s] (2004/2917) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
89172026-06-16T21:47:23.753Z PASS [ 9.122s] (2005/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
89182026-06-16T21:47:25.142Z PASS [ 38.817s] (2006/2917) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
89192026-06-16T21:47:25.446Z PASS [ 42.227s] (2007/2917) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
89202026-06-16T21:47:25.470Z PASS [ 9.077s] (2008/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
89212026-06-16T21:47:26.613Z PASS [ 9.296s] (2009/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
89222026-06-16T21:47:26.685Z PASS [ 0.072s] (2010/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
89232026-06-16T21:47:28.322Z PASS [ 44.025s] (2011/2917) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
89242026-06-16T21:47:29.179Z PASS [ 629.801s] (2012/2917) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
89252026-06-16T21:47:30.060Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
89262026-06-16T21:47:30.399Z PASS [ 9.774s] (2013/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
89272026-06-16T21:47:31.007Z PASS [ 9.830s] (2014/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
89282026-06-16T21:47:31.959Z PASS [ 10.528s] (2015/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
89292026-06-16T21:47:32.222Z PASS [ 9.932s] (2016/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
89302026-06-16T21:47:33.052Z PASS [ 46.636s] (2017/2917) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
89312026-06-16T21:47:33.846Z PASS [ 56.478s] (2018/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
89322026-06-16T21:47:34.047Z PASS [ 32.884s] (2019/2917) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
89332026-06-16T21:47:34.172Z PASS [ 10.525s] (2020/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
89342026-06-16T21:47:34.242Z PASS [ 10.488s] (2021/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
89352026-06-16T21:47:34.351Z PASS [ 12.062s] (2022/2917) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
89362026-06-16T21:47:34.852Z PASS [ 49.593s] (2023/2917) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
89372026-06-16T21:47:35.513Z PASS [ 10.067s] (2024/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
89382026-06-16T21:47:35.705Z PASS [ 10.563s] (2025/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
89392026-06-16T21:47:36.478Z PASS [ 11.008s] (2026/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
89402026-06-16T21:47:37.360Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
89412026-06-16T21:47:38.585Z PASS [ 44.686s] (2027/2917) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
89422026-06-16T21:47:39.132Z PASS [ 10.810s] (2028/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
89432026-06-16T21:47:40.257Z PASS [ 40.098s] (2029/2917) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
89442026-06-16T21:47:40.617Z PASS [ 11.462s] (2030/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
89452026-06-16T21:47:41.544Z PASS [ 11.145s] (2031/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
89462026-06-16T21:47:42.637Z PASS [ 11.648s] (2032/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
89472026-06-16T21:47:43.657Z PASS [ 11.700s] (2033/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
89482026-06-16T21:47:43.882Z PASS [ 11.660s] (2034/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
89492026-06-16T21:47:44.602Z PASS [ 53.844s] (2035/2917) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
89502026-06-16T21:47:45.095Z PASS [ 36.565s] (2036/2917) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
89512026-06-16T21:47:46.134Z PASS [ 11.891s] (2037/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
89522026-06-16T21:47:46.333Z PASS [ 59.742s] (2038/2917) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
89532026-06-16T21:47:46.364Z PASS [ 12.192s] (2039/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
89542026-06-16T21:47:46.618Z PASS [ 12.266s] (2040/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
89552026-06-16T21:47:46.791Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
89562026-06-16T21:47:46.819Z PASS [ 12.773s] (2041/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
89572026-06-16T21:47:46.861Z PASS [ 12.008s] (2042/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
89582026-06-16T21:47:47.003Z PASS [ 49.315s] (2043/2917) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
89592026-06-16T21:47:48.400Z PASS [ 71.041s] (2044/2917) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
89602026-06-16T21:47:49.461Z PASS [ 13.756s] (2045/2917) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
89612026-06-16T21:47:51.019Z PASS [ 14.541s] (2046/2917) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
89622026-06-16T21:47:52.578Z PASS [ 49.640s] (2047/2917) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
89632026-06-16T21:47:52.911Z PASS [ 13.778s] (2048/2917) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
89642026-06-16T21:47:53.595Z PASS [ 13.337s] (2049/2917) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
89652026-06-16T21:47:53.750Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
89662026-06-16T21:47:55.583Z PASS [ 16.998s] (2050/2917) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
89672026-06-16T21:47:57.474Z PASS [ 16.856s] (2051/2917) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
89682026-06-16T21:47:57.787Z PASS [ 57.678s] (2052/2917) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
89692026-06-16T21:47:58.139Z PASS [ 52.115s] (2053/2917) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
89702026-06-16T21:47:58.859Z PASS [ 11.998s] (2054/2917) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
89712026-06-16T21:47:59.092Z PASS [ 25.246s] (2055/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
89722026-06-16T21:47:59.104Z PASS [ 23.590s] (2056/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
89732026-06-16T21:47:59.126Z PASS [ 0.022s] (2057/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
89742026-06-16T21:47:59.213Z PASS [ 0.087s] (2058/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
89752026-06-16T21:47:59.235Z PASS [ 0.021s] (2059/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
89762026-06-16T21:47:59.256Z PASS [ 0.021s] (2060/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
89772026-06-16T21:47:59.289Z PASS [ 0.031s] (2061/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
89782026-06-16T21:47:59.309Z PASS [ 0.019s] (2062/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
89792026-06-16T21:47:59.334Z PASS [ 0.020s] (2063/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
89802026-06-16T21:47:59.349Z PASS [ 0.022s] (2064/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
89812026-06-16T21:47:59.371Z PASS [ 0.022s] (2065/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
89822026-06-16T21:47:59.395Z PASS [ 0.024s] (2066/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
89832026-06-16T21:47:59.417Z PASS [ 0.022s] (2067/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
89842026-06-16T21:47:59.436Z PASS [ 0.019s] (2068/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
89852026-06-16T21:47:59.456Z PASS [ 0.020s] (2069/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
89862026-06-16T21:47:59.480Z PASS [ 0.024s] (2070/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
89872026-06-16T21:47:59.527Z PASS [ 0.022s] (2071/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
89882026-06-16T21:47:59.531Z PASS [ 0.022s] (2072/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
89892026-06-16T21:47:59.549Z PASS [ 0.024s] (2073/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
89902026-06-16T21:47:59.571Z PASS [ 0.022s] (2074/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
89912026-06-16T21:47:59.593Z PASS [ 0.022s] (2075/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
89922026-06-16T21:47:59.617Z PASS [ 0.024s] (2076/2917) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
89932026-06-16T21:47:59.842Z PASS [ 12.839s] (2077/2917) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
89942026-06-16T21:48:01.642Z PASS [ 19.004s] (2078/2917) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
89952026-06-16T21:48:02.180Z PASS [ 29.128s] (2079/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
89962026-06-16T21:48:02.217Z PASS [ 13.815s] (2080/2917) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
89972026-06-16T21:48:02.233Z PASS [ 0.052s] (2081/2917) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
89982026-06-16T21:48:02.269Z PASS [ 0.053s] (2082/2917) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
89992026-06-16T21:48:02.285Z PASS [ 20.740s] (2083/2917) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
90002026-06-16T21:48:02.292Z PASS [ 0.060s] (2084/2917) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
90012026-06-16T21:48:02.326Z PASS [ 0.041s] (2085/2917) omicron-package dot::test::test_bad_dependency
90022026-06-16T21:48:02.329Z PASS [ 0.061s] (2086/2917) omicron-package config::tests::multi_preset_arg
90032026-06-16T21:48:02.332Z PASS [ 0.039s] (2087/2917) omicron-package dot::test::test_dot_output
90042026-06-16T21:48:02.353Z PASS [ 0.023s] (2088/2917) omicron-passwords test::test_password_constraints
90052026-06-16T21:48:02.558Z PASS [ 17.462s] (2089/2917) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
90062026-06-16T21:48:02.593Z PASS [ 0.035s] (2090/2917) omicron-passwords test::test_stable
90072026-06-16T21:48:02.619Z PASS [ 0.026s] (2091/2917) omicron-passwords test::test_weak_hashes
90082026-06-16T21:48:02.640Z PASS [ 0.022s] (2092/2917) omicron-rpaths internal::tests::test_configure_from_path
90092026-06-16T21:48:02.668Z PASS [ 0.027s] (2093/2917) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
90102026-06-16T21:48:02.685Z PASS [ 0.017s] (2094/2917) omicron-rpaths internal::tests::test_emit_rpath
90112026-06-16T21:48:02.775Z PASS [ 0.090s] (2095/2917) omicron-sled-agent artifact_store::test::generations
90122026-06-16T21:48:02.866Z PASS [ 0.091s] (2096/2917) omicron-sled-agent artifact_store::test::issue_7796
90132026-06-16T21:48:02.873Z PASS [ 13.412s] (2097/2917) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
90142026-06-16T21:48:02.959Z PASS [ 0.092s] (2098/2917) omicron-sled-agent artifact_store::test::list_get_put
90152026-06-16T21:48:02.964Z PASS [ 16.599s] (2099/2917) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
90162026-06-16T21:48:02.964Z PASS [ 0.091s] (2100/2917) omicron-sled-agent artifact_store::test::no_dataset
90172026-06-16T21:48:03.020Z PASS [ 0.056s] (2101/2917) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
90182026-06-16T21:48:03.031Z PASS [ 0.067s] (2102/2917) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
90192026-06-16T21:48:03.055Z PASS [ 0.096s] (2103/2917) omicron-sled-agent artifact_store::test::wrong_hash
90202026-06-16T21:48:03.071Z PASS [ 0.051s] (2104/2917) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
90212026-06-16T21:48:03.076Z PASS [ 0.042s] (2105/2917) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
90222026-06-16T21:48:03.087Z PASS [ 0.032s] (2106/2917) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
90232026-06-16T21:48:03.104Z PASS [ 0.033s] (2107/2917) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
90242026-06-16T21:48:03.115Z PASS [ 0.042s] (2108/2917) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
90252026-06-16T21:48:03.122Z PASS [ 0.034s] (2109/2917) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
90262026-06-16T21:48:03.139Z PASS [ 0.035s] (2110/2917) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
90272026-06-16T21:48:03.159Z PASS [ 0.044s] (2111/2917) omicron-sled-agent config::test::test_smf_configs
90282026-06-16T21:48:03.164Z PASS [ 0.043s] (2112/2917) omicron-sled-agent fmd::tests::boolean_array
90292026-06-16T21:48:03.171Z PASS [ 0.032s] (2113/2917) omicron-sled-agent fmd::tests::boolean_presence
90302026-06-16T21:48:03.196Z PASS [ 0.036s] (2114/2917) omicron-sled-agent fmd::tests::boolean_value
90312026-06-16T21:48:03.213Z PASS [ 0.049s] (2115/2917) omicron-sled-agent fmd::tests::double
90322026-06-16T21:48:03.229Z PASS [ 0.058s] (2116/2917) omicron-sled-agent fmd::tests::hrtime
90332026-06-16T21:48:03.239Z PASS [ 0.043s] (2117/2917) omicron-sled-agent fmd::tests::integer_arrays
90342026-06-16T21:48:03.246Z PASS [ 0.033s] (2118/2917) omicron-sled-agent fmd::tests::integers
90352026-06-16T21:48:03.273Z PASS [ 0.042s] (2119/2917) omicron-sled-agent fmd::tests::string
90362026-06-16T21:48:03.284Z PASS [ 0.045s] (2120/2917) omicron-sled-agent fmd::tests::string_array
90372026-06-16T21:48:03.292Z PASS [ 0.043s] (2121/2917) omicron-sled-agent fmd::tests::unknown_type
90382026-06-16T21:48:03.308Z PASS [ 0.036s] (2122/2917) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
90392026-06-16T21:48:03.327Z PASS [ 0.043s] (2123/2917) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
90402026-06-16T21:48:03.336Z PASS [ 0.047s] (2124/2917) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
90412026-06-16T21:48:03.346Z PASS [ 0.037s] (2125/2917) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
90422026-06-16T21:48:03.362Z PASS [ 0.034s] (2126/2917) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
90432026-06-16T21:48:03.372Z PASS [ 0.035s] (2127/2917) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
90442026-06-16T21:48:03.380Z PASS [ 0.034s] (2128/2917) omicron-sled-agent instance::tests::add_new_floating_ip
90452026-06-16T21:48:03.394Z PASS [ 0.032s] (2129/2917) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
90462026-06-16T21:48:03.405Z PASS [ 0.033s] (2130/2917) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
90472026-06-16T21:48:03.414Z PASS [ 0.034s] (2131/2917) omicron-sled-agent instance::tests::prune_existing_floating_ip
90482026-06-16T21:48:03.552Z PASS [ 17.219s] (2132/2917) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
90492026-06-16T21:48:03.722Z PASS [ 0.317s] (2133/2917) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
90502026-06-16T21:48:03.755Z PASS [ 0.360s] (2134/2917) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
90512026-06-16T21:48:03.956Z PASS [ 0.541s] (2135/2917) omicron-sled-agent instance::tests::test_instance_create_events_normal
90522026-06-16T21:48:03.992Z PASS [ 0.036s] (2136/2917) omicron-sled-agent instance::tests::test_multicast_membership_equality
90532026-06-16T21:48:04.030Z PASS [ 0.038s] (2137/2917) omicron-sled-agent metrics::test_samples_per_collection
90542026-06-16T21:48:04.315Z PASS [ 0.561s] (2138/2917) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
90552026-06-16T21:48:04.331Z PASS [ 13.311s] (2139/2917) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
90562026-06-16T21:48:04.355Z PASS [ 0.040s] (2140/2917) omicron-sled-agent probe_manager::test::probe_state_set_ops
90572026-06-16T21:48:04.368Z PASS [ 0.037s] (2141/2917) omicron-sled-agent profile::tests::empty_profile
90582026-06-16T21:48:04.393Z PASS [ 0.036s] (2142/2917) omicron-sled-agent profile::tests::test_disabled_instance
90592026-06-16T21:48:04.404Z PASS [ 0.036s] (2143/2917) omicron-sled-agent profile::tests::test_instance
90602026-06-16T21:48:04.437Z PASS [ 0.045s] (2144/2917) omicron-sled-agent profile::tests::test_multiple
90612026-06-16T21:48:04.441Z PASS [ 0.038s] (2145/2917) omicron-sled-agent profile::tests::test_property
90622026-06-16T21:48:04.474Z PASS [ 0.037s] (2146/2917) omicron-sled-agent profile::tests::test_property_group
90632026-06-16T21:48:04.478Z PASS [ 0.036s] (2147/2917) omicron-sled-agent profile::tests::test_service
90642026-06-16T21:48:04.509Z PASS [ 0.035s] (2148/2917) omicron-sled-agent profile::tests::test_service_property_group
90652026-06-16T21:48:04.517Z PASS [ 0.039s] (2149/2917) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
90662026-06-16T21:48:04.545Z PASS [ 0.036s] (2150/2917) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
90672026-06-16T21:48:04.559Z PASS [ 0.042s] (2151/2917) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
90682026-06-16T21:48:04.585Z PASS [ 1.033s] (2152/2917) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
90692026-06-16T21:48:04.594Z PASS [ 0.048s] (2153/2917) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
90702026-06-16T21:48:04.610Z PASS [ 0.051s] (2154/2917) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
90712026-06-16T21:48:04.646Z PASS [ 0.052s] (2155/2917) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
90722026-06-16T21:48:04.662Z PASS [ 0.049s] (2156/2917) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
90732026-06-16T21:48:04.697Z PASS [ 0.046s] (2157/2917) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
90742026-06-16T21:48:04.715Z PASS [ 0.047s] (2158/2917) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
90752026-06-16T21:48:04.744Z PASS [ 0.043s] (2159/2917) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
90762026-06-16T21:48:04.770Z PASS [ 0.049s] (2160/2917) omicron-sled-agent sim::storage::test::nested_dataset
90772026-06-16T21:48:04.806Z PASS [ 0.053s] (2161/2917) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
90782026-06-16T21:48:04.812Z PASS [ 0.051s] (2162/2917) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
90792026-06-16T21:48:04.849Z PASS [ 0.055s] (2163/2917) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
90802026-06-16T21:48:04.853Z PASS [ 0.045s] (2164/2917) omicron-sled-agent sim::storage::test::snapshot_needs_region
90812026-06-16T21:48:04.904Z PASS [ 0.046s] (2165/2917) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
90822026-06-16T21:48:04.922Z PASS [ 0.063s] (2166/2917) omicron-sled-agent support_bundle::storage::tests::basic_crud
90832026-06-16T21:48:04.927Z PASS [ 18.786s] (2167/2917) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
90842026-06-16T21:48:04.966Z PASS [ 0.067s] (2168/2917) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
90852026-06-16T21:48:04.975Z PASS [ 0.068s] (2169/2917) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
90862026-06-16T21:48:04.980Z PASS [ 0.060s] (2170/2917) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
90872026-06-16T21:48:05.029Z PASS [ 0.063s] (2171/2917) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
90882026-06-16T21:48:05.033Z PASS [ 0.058s] (2172/2917) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
90892026-06-16T21:48:05.047Z PASS [ 0.067s] (2173/2917) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
90902026-06-16T21:48:05.081Z PASS [ 0.052s] (2174/2917) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
90912026-06-16T21:48:05.103Z PASS [ 0.070s] (2175/2917) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
90922026-06-16T21:48:05.121Z PASS [ 0.073s] (2176/2917) omicron-sled-agent support_bundle::storage::tests::ranges
90932026-06-16T21:48:05.132Z PASS [ 1.410s] (2177/2917) omicron-sled-agent instance::tests::test_instance_manager_creation
90942026-06-16T21:48:05.144Z PASS [ 0.063s] (2178/2917) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
90952026-06-16T21:48:05.150Z PASS [ 0.048s] (2179/2917) omicron-sled-agent updates::test::test_query_no_components
90962026-06-16T21:48:05.173Z PASS [ 0.053s] (2180/2917) omicron-sled-agent updates::test::test_query_sled_agent_version
90972026-06-16T21:48:05.183Z PASS [ 0.050s] (2181/2917) omicron-sled-agent updates::test::test_query_zone_version
90982026-06-16T21:48:05.200Z PASS [ 0.053s] (2182/2917) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
90992026-06-16T21:48:05.269Z PASS [ 0.086s] (2183/2917) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
91002026-06-16T21:48:05.635Z PASS [ 21.033s] (2184/2917) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
91012026-06-16T21:48:05.878Z PASS [ 19.261s] (2185/2917) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
91022026-06-16T21:48:05.938Z PASS [ 0.060s] (2186/2917) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
91032026-06-16T21:48:05.985Z PASS [ 0.047s] (2187/2917) omicron-sled-agent zone_bundle::tests::test_dir_size
91042026-06-16T21:48:06.055Z PASS [ 0.069s] (2188/2917) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
91052026-06-16T21:48:06.122Z PASS [ 0.067s] (2189/2917) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
91062026-06-16T21:48:06.161Z PASS [ 0.038s] (2190/2917) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
91072026-06-16T21:48:06.449Z PASS [ 4.117s] (2191/2917) omicron-passwords test::test_reproducible
91082026-06-16T21:48:06.487Z PASS [ 0.038s] (2192/2917) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
91092026-06-16T21:48:06.516Z PASS [ 0.028s] (2193/2917) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
91102026-06-16T21:48:06.734Z PASS [ 22.852s] (2194/2917) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
91112026-06-16T21:48:06.747Z PASS [ 0.231s] (2195/2917) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
91122026-06-16T21:48:06.828Z PASS [ 0.667s] (2196/2917) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
91132026-06-16T21:48:06.869Z PASS [ 0.040s] (2197/2917) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
91142026-06-16T21:48:06.909Z PASS [ 0.040s] (2198/2917) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
91152026-06-16T21:48:06.963Z PASS [ 0.229s] (2199/2917) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
91162026-06-16T21:48:07.135Z PASS [ 0.226s] (2200/2917) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
91172026-06-16T21:48:07.341Z PASS [ 0.205s] (2201/2917) omicron-test-utils dev::db::test::test_bad_cmd
91182026-06-16T21:48:07.409Z PASS [ 0.446s] (2202/2917) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
91192026-06-16T21:48:07.769Z PASS [ 0.428s] (2203/2917) omicron-test-utils dev::db::test::test_cmd_fails
91202026-06-16T21:48:07.786Z PASS [ 1.038s] (2204/2917) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
91212026-06-16T21:48:07.931Z PASS [ 3.346s] (2205/2917) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
91222026-06-16T21:48:07.945Z PASS [ 81.156s] (2206/2917) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
91232026-06-16T21:48:07.982Z PASS [ 0.036s] (2207/2917) omicron-test-utils dev::db::test::test_make_pg_config_fail
91242026-06-16T21:48:08.020Z PASS [ 0.038s] (2208/2917) omicron-test-utils dev::db::test::test_make_pg_config_ok
91252026-06-16T21:48:08.053Z PASS [ 0.267s] (2209/2917) omicron-test-utils dev::db::test::test_database_start_hang
91262026-06-16T21:48:08.058Z PASS [ 0.038s] (2210/2917) omicron-test-utils dev::db::test::test_parse_http_addr
91272026-06-16T21:48:08.086Z PASS [ 0.033s] (2211/2917) omicron-test-utils dev::db::test::test_process_exit_abnormal
91282026-06-16T21:48:08.105Z PASS [ 0.046s] (2212/2917) omicron-test-utils dev::db::test::test_process_exit_normal
91292026-06-16T21:48:08.356Z PASS [ 12.773s] (2213/2917) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
91302026-06-16T21:48:08.482Z PASS [ 0.395s] (2214/2917) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
91312026-06-16T21:48:08.509Z PASS [ 3.358s] (2215/2917) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
91322026-06-16T21:48:08.521Z PASS [ 0.040s] (2216/2917) omicron-test-utils dev::db::test::test_starter_tmpdir
91332026-06-16T21:48:08.551Z PASS [ 0.042s] (2217/2917) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
91342026-06-16T21:48:08.554Z PASS [ 0.033s] (2218/2917) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
91352026-06-16T21:48:08.583Z PASS [ 0.652s] (2219/2917) omicron-test-utils dev::db::test::test_http_addr_integration
91362026-06-16T21:48:08.587Z PASS [ 0.036s] (2220/2917) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
91372026-06-16T21:48:08.591Z PASS [ 0.037s] (2221/2917) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
91382026-06-16T21:48:08.637Z PASS [ 0.054s] (2222/2917) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
91392026-06-16T21:48:08.651Z PASS [ 0.059s] (2223/2917) omicron-test-utils dev::test_cmds::tests::test_redact_section
91402026-06-16T21:48:08.655Z PASS [ 0.065s] (2224/2917) omicron-test-utils dev::test_cmds::tests::test_redact_extra
91412026-06-16T21:48:08.755Z PASS [ 0.050s] (2225/2917) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
91422026-06-16T21:48:08.755Z PASS [ 3.550s] (2226/2917) omicron-sled-agent zone_bundle::illumos_tests::test_context
91432026-06-16T21:48:08.792Z PASS [ 0.091s] (2227/2917) oximeter-collector agent::tests::test_self_stat_collection_count
91442026-06-16T21:48:08.796Z PASS [ 0.141s] (2228/2917) oximeter test::timeseries_schema_consistency
91452026-06-16T21:48:08.826Z PASS [ 0.102s] (2229/2917) oximeter-collector agent::tests::test_self_stat_error_counter
91462026-06-16T21:48:08.850Z PASS [ 0.212s] (2230/2917) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
91472026-06-16T21:48:08.889Z PASS [ 0.039s] (2231/2917) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
91482026-06-16T21:48:08.893Z PASS [ 0.098s] (2232/2917) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
91492026-06-16T21:48:08.901Z PASS [ 0.109s] (2233/2917) oximeter-collector agent::tests::test_self_stat_unreachable_counter
91502026-06-16T21:48:08.927Z PASS [ 0.037s] (2234/2917) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
91512026-06-16T21:48:08.935Z PASS [ 0.109s] (2235/2917) oximeter-collector agent::tests::verify_producer_details
91522026-06-16T21:48:08.941Z PASS [ 0.040s] (2236/2917) oximeter-collector self_stats::tests::test_failure_reason_serialization
91532026-06-16T21:48:08.944Z PASS [ 3.745s] (2237/2917) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
91542026-06-16T21:48:08.962Z PASS [ 0.073s] (2238/2917) oximeter-collector results_sink::tests::test_batch_handoff_overflow
91552026-06-16T21:48:08.975Z PASS [ 0.040s] (2239/2917) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
91562026-06-16T21:48:08.981Z PASS [ 0.039s] (2240/2917) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
91572026-06-16T21:48:08.990Z PASS [ 0.048s] (2241/2917) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
91582026-06-16T21:48:08.997Z PASS [ 0.035s] (2242/2917) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
91592026-06-16T21:48:09.016Z PASS [ 0.040s] (2243/2917) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
91602026-06-16T21:48:09.035Z PASS [ 0.108s] (2244/2917) oximeter-collector::test_commands test_oximeter_no_args
91612026-06-16T21:48:09.150Z PASS [ 1.382s] (2245/2917) omicron-test-utils dev::db::test::test_database_concurrent
91622026-06-16T21:48:09.334Z PASS [ 4.065s] (2246/2917) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
91632026-06-16T21:48:09.375Z PASS [ 0.041s] (2247/2917) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
91642026-06-16T21:48:09.439Z PASS [ 7.113s] (2248/2917) omicron-passwords test::test_compatible
91652026-06-16T21:48:09.513Z PASS [ 11.373s] (2249/2917) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
91662026-06-16T21:48:09.546Z PASS [ 1.190s] (2250/2917) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
91672026-06-16T21:48:09.564Z PASS [ 0.051s] (2251/2917) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
91682026-06-16T21:48:09.577Z PASS [ 11.791s] (2252/2917) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
91692026-06-16T21:48:09.608Z PASS [ 10.749s] (2253/2917) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
91702026-06-16T21:48:09.628Z PASS [ 10.536s] (2254/2917) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
91712026-06-16T21:48:09.717Z PASS [ 12.243s] (2255/2917) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
91722026-06-16T21:48:09.824Z PASS [ 0.843s] (2256/2917) oximeter-db client::oxql::tests::test_get_entire_table
91732026-06-16T21:48:09.828Z PASS [ 0.813s] (2257/2917) oximeter-db client::oxql::tests::test_get_fields_query
91742026-06-16T21:48:09.878Z PASS [ 0.881s] (2258/2917) oximeter-db client::oxql::tests::test_get_fields
91752026-06-16T21:48:09.889Z PASS [ 0.854s] (2259/2917) oximeter-db client::oxql::tests::test_get_one_timeseries
91762026-06-16T21:48:09.895Z PASS [ 4.254s] (2260/2917) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
91772026-06-16T21:48:09.895Z PASS [ 0.904s] (2261/2917) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
91782026-06-16T21:48:10.014Z PASS [ 0.639s] (2262/2917) oximeter-db client::tests::can_ping_clickhouse
91792026-06-16T21:48:10.035Z PASS [ 0.884s] (2263/2917) oximeter-db client::oxql::tests::test_limit_operations
91802026-06-16T21:48:10.218Z PASS [ 43.533s] (2264/2917) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
91812026-06-16T21:48:10.262Z PASS [ 0.634s] (2265/2917) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
91822026-06-16T21:48:10.281Z PASS [ 0.704s] (2266/2917) oximeter-db client::tests::read_latest_version_reports_max
91832026-06-16T21:48:10.315Z PASS [ 0.706s] (2267/2917) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
91842026-06-16T21:48:10.447Z PASS [ 0.730s] (2268/2917) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
91852026-06-16T21:48:10.476Z PASS [ 0.647s] (2269/2917) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
91862026-06-16T21:48:10.483Z PASS [ 0.037s] (2270/2917) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
91872026-06-16T21:48:10.597Z PASS [ 0.772s] (2271/2917) oximeter-db client::tests::select_timeseries_with_select_one
91882026-06-16T21:48:10.636Z PASS [ 0.746s] (2272/2917) oximeter-db client::tests::test_database_version_will_not_downgrade
91892026-06-16T21:48:10.640Z PASS [ 0.745s] (2273/2917) oximeter-db client::tests::test_database_version_will_not_upgrade
91902026-06-16T21:48:10.649Z PASS [ 0.771s] (2274/2917) oximeter-db client::tests::test_client_select_timeseries_one
91912026-06-16T21:48:10.658Z PASS [ 0.768s] (2275/2917) oximeter-db client::tests::test_database_version_update_is_idempotent
91922026-06-16T21:48:10.690Z PASS [ 0.051s] (2276/2917) oximeter-db client::tests::test_read_schema_upgrade_sql_files
91932026-06-16T21:48:10.693Z PASS [ 0.044s] (2277/2917) oximeter-db client::tests::test_read_timeseries_to_delete
91942026-06-16T21:48:10.699Z PASS [ 0.042s] (2278/2917) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
91952026-06-16T21:48:10.727Z PASS [ 0.037s] (2279/2917) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
91962026-06-16T21:48:10.753Z PASS [ 0.738s] (2280/2917) oximeter-db client::tests::test_differentiate_by_timeseries_name
91972026-06-16T21:48:10.783Z PASS [ 0.749s] (2281/2917) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
91982026-06-16T21:48:10.819Z PASS [ 9.177s] (2282/2917) omicron-omdb::test_all_output test_omdb_usage_errors
91992026-06-16T21:48:10.966Z PASS [ 0.747s] (2283/2917) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
92002026-06-16T21:48:10.988Z PASS [ 0.726s] (2284/2917) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
92012026-06-16T21:48:11.010Z PASS [ 0.729s] (2285/2917) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
92022026-06-16T21:48:11.021Z PASS [ 1.475s] (2286/2917) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
92032026-06-16T21:48:11.205Z PASS [ 0.728s] (2287/2917) oximeter-db client::tests::test_field_record_count
92042026-06-16T21:48:11.208Z PASS [ 0.723s] (2288/2917) oximeter-db client::tests::test_insert_samples
92052026-06-16T21:48:11.259Z PASS [ 0.944s] (2289/2917) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
92062026-06-16T21:48:11.300Z PASS [ 0.703s] (2290/2917) oximeter-db client::tests::test_is_oximeter_cluster
92072026-06-16T21:48:11.354Z PASS [ 3.945s] (2291/2917) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
92082026-06-16T21:48:11.389Z PASS [ 0.035s] (2292/2917) oximeter-db client::tests::test_unravel_index
92092026-06-16T21:48:11.408Z PASS [ 0.771s] (2293/2917) oximeter-db client::tests::test_list_timeseries
92102026-06-16T21:48:11.433Z PASS [ 0.044s] (2294/2917) oximeter-db client::tests::test_verify_schema_upgrades
92112026-06-16T21:48:11.452Z PASS [ 0.044s] (2295/2917) oximeter-db model::fields::tests::test_extract_fields_as_block
92122026-06-16T21:48:11.457Z PASS [ 0.757s] (2296/2917) oximeter-db client::tests::test_schema_mismatch
92132026-06-16T21:48:11.470Z PASS [ 0.038s] (2297/2917) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
92142026-06-16T21:48:11.492Z PASS [ 0.040s] (2298/2917) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
92152026-06-16T21:48:11.498Z PASS [ 0.038s] (2299/2917) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
92162026-06-16T21:48:11.515Z PASS [ 0.044s] (2300/2917) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
92172026-06-16T21:48:11.530Z PASS [ 0.038s] (2301/2917) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
92182026-06-16T21:48:11.533Z PASS [ 0.038s] (2302/2917) oximeter-db native::block::tests::concat_blocks
92192026-06-16T21:48:11.543Z PASS [ 1.979s] (2303/2917) oximeter-db client::tests::insert_samples_fails_fast
92202026-06-16T21:48:11.546Z PASS [ 0.792s] (2304/2917) oximeter-db client::tests::test_schema_update
92212026-06-16T21:48:11.551Z PASS [ 0.033s] (2305/2917) oximeter-db native::block::tests::datetime64_scale_checks_range
92222026-06-16T21:48:11.569Z PASS [ 0.038s] (2306/2917) oximeter-db native::block::tests::parse_date_time
92232026-06-16T21:48:11.572Z PASS [ 0.037s] (2307/2917) oximeter-db native::block::tests::parse_date_time64
92242026-06-16T21:48:11.579Z PASS [ 0.036s] (2308/2917) oximeter-db native::block::tests::parse_escaped_date_time64
92252026-06-16T21:48:11.584Z PASS [ 0.034s] (2309/2917) oximeter-db native::block::tests::test_datetime64_conversions
92262026-06-16T21:48:11.584Z PASS [ 0.039s] (2310/2917) oximeter-db native::block::tests::test_data_type_to_string
92272026-06-16T21:48:11.603Z PASS [ 0.035s] (2311/2917) oximeter-db native::block::tests::test_parse_all_known_timezones
92282026-06-16T21:48:11.609Z PASS [ 0.038s] (2312/2917) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
92292026-06-16T21:48:11.613Z PASS [ 0.794s] (2313/2917) oximeter-db client::tests::test_select_all_field_types
92302026-06-16T21:48:11.616Z PASS [ 0.035s] (2314/2917) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
92312026-06-16T21:48:11.616Z PASS [ 0.032s] (2315/2917) oximeter-db native::block::tests::test_parse_enum_variant
92322026-06-16T21:48:11.619Z PASS [ 0.034s] (2316/2917) oximeter-db native::block::tests::test_parse_enum8
92332026-06-16T21:48:11.619Z PASS [ 0.834s] (2317/2917) oximeter-db client::tests::test_select_all_datum_types
92342026-06-16T21:48:11.639Z PASS [ 0.036s] (2318/2917) oximeter-db native::block::tests::test_parse_invalid_data_type
92352026-06-16T21:48:11.660Z PASS [ 0.933s] (2319/2917) oximeter-db client::tests::test_schema_reinserted_after_redeployment
92362026-06-16T21:48:11.759Z PASS [ 0.794s] (2320/2917) oximeter-db client::tests::test_select_timeseries_with_all
92372026-06-16T21:48:11.784Z PASS [ 1.090s] (2321/2917) oximeter-db client::tests::test_recall_of_all_fields
92382026-06-16T21:48:11.798Z PASS [ 0.777s] (2322/2917) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
92392026-06-16T21:48:11.820Z PASS [ 0.036s] (2323/2917) oximeter-db native::io::block::tests::test_decode_block_with_nulls
92402026-06-16T21:48:11.835Z PASS [ 0.037s] (2324/2917) oximeter-db native::io::block::tests::test_decode_full_block
92412026-06-16T21:48:11.859Z PASS [ 0.039s] (2325/2917) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
92422026-06-16T21:48:11.873Z PASS [ 0.884s] (2326/2917) oximeter-db client::tests::test_select_timeseries_with_limit
92432026-06-16T21:48:11.876Z PASS [ 0.038s] (2327/2917) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
92442026-06-16T21:48:11.887Z PASS [ 0.877s] (2328/2917) oximeter-db client::tests::test_select_timeseries_with_order
92452026-06-16T21:48:11.894Z PASS [ 0.035s] (2329/2917) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
92462026-06-16T21:48:11.912Z PASS [ 0.038s] (2330/2917) oximeter-db native::io::column::tests::test_decode_string_column
92472026-06-16T21:48:11.915Z PASS [ 0.043s] (2331/2917) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
92482026-06-16T21:48:11.922Z PASS [ 0.035s] (2332/2917) oximeter-db native::io::column::tests::test_decode_uint64_column
92492026-06-16T21:48:11.927Z PASS [ 0.032s] (2333/2917) oximeter-db native::io::column::tests::test_decode_uint8_column
92502026-06-16T21:48:11.945Z PASS [ 0.033s] (2334/2917) oximeter-db native::io::column::tests::test_decode_uuid_column
92512026-06-16T21:48:11.952Z PASS [ 0.036s] (2335/2917) oximeter-db native::io::column::tests::test_encode_decode_column
92522026-06-16T21:48:11.955Z PASS [ 0.032s] (2336/2917) oximeter-db native::io::packet::server::tests::test_decode_full_hello
92532026-06-16T21:48:11.960Z PASS [ 0.033s] (2337/2917) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
92542026-06-16T21:48:11.981Z PASS [ 0.035s] (2338/2917) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
92552026-06-16T21:48:11.984Z PASS [ 0.033s] (2339/2917) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
92562026-06-16T21:48:11.987Z PASS [ 0.779s] (2340/2917) oximeter-db client::tests::test_select_timeseries_with_start_time
92572026-06-16T21:48:11.987Z PASS [ 0.781s] (2341/2917) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
92582026-06-16T21:48:11.987Z PASS [ 0.032s] (2342/2917) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
92592026-06-16T21:48:11.993Z PASS [ 0.032s] (2343/2917) oximeter-db native::io::packet::server::tests::test_decode_pong
92602026-06-16T21:48:12.011Z PASS [ 0.031s] (2344/2917) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
92612026-06-16T21:48:12.026Z PASS [ 0.042s] (2345/2917) oximeter-db native::io::packet::server::tests::test_decode_single_exception
92622026-06-16T21:48:12.029Z PASS [ 0.041s] (2346/2917) oximeter-db native::io::string::test::test_encode_hello_world
92632026-06-16T21:48:12.029Z PASS [ 0.042s] (2347/2917) oximeter-db native::io::string::test::test_encode_decode
92642026-06-16T21:48:12.029Z PASS [ 0.035s] (2348/2917) oximeter-db native::io::table_columns::tests::test_column_count
92652026-06-16T21:48:12.032Z PASS [ 0.044s] (2349/2917) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
92662026-06-16T21:48:12.047Z PASS [ 0.035s] (2350/2917) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
92672026-06-16T21:48:12.055Z PASS [ 0.755s] (2351/2917) oximeter-db client::tests::test_timeseries_schema_list
92682026-06-16T21:48:12.058Z PASS [ 0.030s] (2352/2917) oximeter-db oxql::ast::grammar::tests::test_align_table_op
92692026-06-16T21:48:12.061Z PASS [ 0.035s] (2353/2917) oximeter-db native::io::table_columns::tests::test_column_descriptions
92702026-06-16T21:48:12.066Z PASS [ 0.040s] (2354/2917) oximeter-db native::io::table_columns::tests::test_column_description_with_default
92712026-06-16T21:48:12.069Z PASS [ 0.037s] (2355/2917) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
92722026-06-16T21:48:12.075Z PASS [ 0.048s] (2356/2917) oximeter-db native::io::varuint::test_encode_decode_varuint
92732026-06-16T21:48:12.078Z PASS [ 0.031s] (2357/2917) oximeter-db oxql::ast::grammar::tests::test_comparison
92742026-06-16T21:48:12.087Z PASS [ 0.032s] (2358/2917) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
92752026-06-16T21:48:12.090Z PASS [ 0.030s] (2359/2917) oximeter-db oxql::ast::grammar::tests::test_double_literal
92762026-06-16T21:48:12.093Z PASS [ 0.031s] (2360/2917) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
92772026-06-16T21:48:12.096Z PASS [ 0.030s] (2361/2917) oximeter-db oxql::ast::grammar::tests::test_duration_literal
92782026-06-16T21:48:12.099Z PASS [ 0.031s] (2362/2917) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
92792026-06-16T21:48:12.107Z PASS [ 0.032s] (2363/2917) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
92802026-06-16T21:48:12.113Z PASS [ 0.035s] (2364/2917) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
92812026-06-16T21:48:12.122Z PASS [ 0.035s] (2365/2917) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
92822026-06-16T21:48:12.125Z PASS [ 0.034s] (2366/2917) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
92832026-06-16T21:48:12.128Z PASS [ 0.032s] (2367/2917) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
92842026-06-16T21:48:12.132Z PASS [ 0.033s] (2368/2917) oximeter-db oxql::ast::grammar::tests::test_group_by
92852026-06-16T21:48:12.135Z PASS [ 0.038s] (2369/2917) oximeter-db oxql::ast::grammar::tests::test_get_table_op
92862026-06-16T21:48:12.138Z PASS [ 0.031s] (2370/2917) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
92872026-06-16T21:48:12.142Z PASS [ 0.029s] (2371/2917) oximeter-db oxql::ast::grammar::tests::test_ident
92882026-06-16T21:48:12.154Z PASS [ 0.031s] (2372/2917) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
92892026-06-16T21:48:12.157Z PASS [ 0.029s] (2373/2917) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
92902026-06-16T21:48:12.158Z PASS [ 0.034s] (2374/2917) oximeter-db oxql::ast::grammar::tests::test_integer_literal
92912026-06-16T21:48:12.164Z PASS [ 0.031s] (2375/2917) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
92922026-06-16T21:48:12.164Z PASS [ 0.030s] (2376/2917) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
92932026-06-16T21:48:12.171Z PASS [ 0.032s] (2377/2917) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
92942026-06-16T21:48:12.174Z PASS [ 0.031s] (2378/2917) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
92952026-06-16T21:48:12.190Z PASS [ 0.036s] (2379/2917) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
92962026-06-16T21:48:12.193Z PASS [ 0.029s] (2380/2917) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
92972026-06-16T21:48:12.199Z PASS [ 0.029s] (2381/2917) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
92982026-06-16T21:48:12.205Z PASS [ 0.045s] (2382/2917) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
92992026-06-16T21:48:12.217Z PASS [ 0.049s] (2383/2917) oximeter-db oxql::ast::grammar::tests::test_query
93002026-06-16T21:48:12.218Z PASS [ 0.031s] (2384/2917) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
93012026-06-16T21:48:12.226Z PASS [ 0.035s] (2385/2917) oximeter-db oxql::ast::grammar::tests::test_reducer
93022026-06-16T21:48:12.229Z PASS [ 0.967s] (2386/2917) oximeter-db client::tests::test_sql_query_output
93032026-06-16T21:48:12.229Z PASS [ 0.035s] (2387/2917) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
93042026-06-16T21:48:12.233Z PASS [ 0.625s] (2388/2917) oximeter-db native::connection::tests::test_basic_select_query
93052026-06-16T21:48:12.237Z PASS [ 0.035s] (2389/2917) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
93062026-06-16T21:48:12.244Z PASS [ 0.034s] (2390/2917) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
93072026-06-16T21:48:12.244Z PASS [ 0.035s] (2391/2917) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
93082026-06-16T21:48:12.244Z PASS [ 0.038s] (2392/2917) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
93092026-06-16T21:48:12.253Z PASS [ 0.638s] (2393/2917) oximeter-db native::connection::tests::test_exchange_hello
93102026-06-16T21:48:12.257Z PASS [ 0.032s] (2394/2917) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
93112026-06-16T21:48:12.261Z PASS [ 0.036s] (2395/2917) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
93122026-06-16T21:48:12.261Z PASS [ 0.033s] (2396/2917) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
93132026-06-16T21:48:12.265Z PASS [ 0.029s] (2397/2917) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
93142026-06-16T21:48:12.268Z PASS [ 0.648s] (2398/2917) oximeter-db native::connection::tests::test_select_array_column
93152026-06-16T21:48:12.268Z PASS [ 0.650s] (2399/2917) oximeter-db native::connection::tests::test_insert_and_select_data
93162026-06-16T21:48:12.268Z PASS [ 0.034s] (2400/2917) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
93172026-06-16T21:48:12.272Z PASS [ 0.653s] (2401/2917) oximeter-db native::connection::tests::test_insert_and_select_uuid
93182026-06-16T21:48:12.278Z PASS [ 0.039s] (2402/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
93192026-06-16T21:48:12.281Z PASS [ 0.041s] (2403/2917) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
93202026-06-16T21:48:12.284Z PASS [ 0.042s] (2404/2917) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
93212026-06-16T21:48:12.287Z PASS [ 0.032s] (2405/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
93222026-06-16T21:48:12.287Z PASS [ 0.647s] (2406/2917) oximeter-db native::connection::tests::test_select_array_of_nullable_column
93232026-06-16T21:48:12.294Z PASS [ 0.037s] (2407/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
93242026-06-16T21:48:12.297Z PASS [ 0.635s] (2408/2917) oximeter-db native::connection::tests::test_select_nullable_column
93252026-06-16T21:48:12.303Z PASS [ 0.041s] (2409/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
93262026-06-16T21:48:12.303Z PASS [ 0.042s] (2410/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
93272026-06-16T21:48:12.307Z PASS [ 0.040s] (2411/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
93282026-06-16T21:48:12.307Z PASS [ 0.038s] (2412/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
93292026-06-16T21:48:12.307Z PASS [ 0.039s] (2413/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
93302026-06-16T21:48:12.310Z PASS [ 0.041s] (2414/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
93312026-06-16T21:48:12.313Z PASS [ 0.035s] (2415/2917) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
93322026-06-16T21:48:12.316Z PASS [ 0.046s] (2416/2917) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
93332026-06-16T21:48:12.319Z PASS [ 0.036s] (2417/2917) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
93342026-06-16T21:48:12.319Z PASS [ 0.039s] (2418/2917) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
93352026-06-16T21:48:12.322Z PASS [ 0.037s] (2419/2917) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
93362026-06-16T21:48:12.322Z PASS [ 0.036s] (2420/2917) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
93372026-06-16T21:48:12.330Z PASS [ 0.036s] (2421/2917) oximeter-db oxql::plan::align::test::test_align_input_schema
93382026-06-16T21:48:12.344Z PASS [ 0.731s] (2422/2917) oximeter-db native::connection::tests::test_can_cancel_query
93392026-06-16T21:48:12.376Z PASS [ 0.078s] (2423/2917) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
93402026-06-16T21:48:12.379Z PASS [ 0.617s] (2424/2917) oximeter-db native::connection::tests::test_send_cancel_with_no_query
93412026-06-16T21:48:12.382Z PASS [ 0.079s] (2425/2917) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
93422026-06-16T21:48:12.398Z PASS [ 0.094s] (2426/2917) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
93432026-06-16T21:48:12.398Z PASS [ 0.089s] (2427/2917) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
93442026-06-16T21:48:12.401Z PASS [ 0.094s] (2428/2917) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
93452026-06-16T21:48:12.401Z PASS [ 0.094s] (2429/2917) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
93462026-06-16T21:48:12.401Z PASS [ 0.094s] (2430/2917) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
93472026-06-16T21:48:12.407Z PASS [ 0.094s] (2431/2917) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
93482026-06-16T21:48:12.411Z PASS [ 0.094s] (2432/2917) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
93492026-06-16T21:48:12.411Z PASS [ 0.092s] (2433/2917) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
93502026-06-16T21:48:12.411Z PASS [ 0.088s] (2434/2917) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
93512026-06-16T21:48:12.411Z PASS [ 0.080s] (2435/2917) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
93522026-06-16T21:48:12.416Z PASS [ 0.092s] (2436/2917) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
93532026-06-16T21:48:12.416Z PASS [ 0.096s] (2437/2917) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
93542026-06-16T21:48:12.419Z PASS [ 0.072s] (2438/2917) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
93552026-06-16T21:48:12.450Z PASS [ 0.067s] (2439/2917) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
93562026-06-16T21:48:12.453Z PASS [ 0.077s] (2440/2917) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
93572026-06-16T21:48:12.453Z PASS [ 0.076s] (2441/2917) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
93582026-06-16T21:48:12.453Z PASS [ 0.046s] (2442/2917) oximeter-db oxql::query::tests::test_coalesce_limits
93592026-06-16T21:48:12.456Z PASS [ 0.046s] (2443/2917) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
93602026-06-16T21:48:12.465Z PASS [ 0.055s] (2444/2917) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
93612026-06-16T21:48:12.465Z PASS [ 0.055s] (2445/2917) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
93622026-06-16T21:48:12.465Z PASS [ 0.056s] (2446/2917) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
93632026-06-16T21:48:12.468Z PASS [ 0.051s] (2447/2917) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
93642026-06-16T21:48:12.468Z PASS [ 0.052s] (2448/2917) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
93652026-06-16T21:48:12.468Z PASS [ 0.053s] (2449/2917) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
93662026-06-16T21:48:12.487Z PASS [ 0.088s] (2450/2917) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
93672026-06-16T21:48:12.490Z PASS [ 0.090s] (2451/2917) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
93682026-06-16T21:48:12.490Z PASS [ 0.040s] (2452/2917) oximeter-db oxql::query::tests::test_coalesce_predicates
93692026-06-16T21:48:12.490Z PASS [ 0.092s] (2453/2917) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
93702026-06-16T21:48:12.494Z PASS [ 0.092s] (2454/2917) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
93712026-06-16T21:48:12.494Z PASS [ 0.093s] (2455/2917) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
93722026-06-16T21:48:12.497Z PASS [ 0.045s] (2456/2917) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
93732026-06-16T21:48:12.497Z PASS [ 0.043s] (2457/2917) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
93742026-06-16T21:48:12.500Z PASS [ 0.046s] (2458/2917) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
93752026-06-16T21:48:12.503Z PASS [ 0.035s] (2459/2917) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
93762026-06-16T21:48:12.503Z PASS [ 0.047s] (2460/2917) oximeter-db oxql::query::tests::test_insert_filters
93772026-06-16T21:48:12.506Z PASS [ 0.039s] (2461/2917) oximeter-db oxql::query::tests::test_query_end_time
93782026-06-16T21:48:12.511Z PASS [ 0.043s] (2462/2917) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
93792026-06-16T21:48:12.511Z PASS [ 0.044s] (2463/2917) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
93802026-06-16T21:48:12.514Z PASS [ 0.048s] (2464/2917) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
93812026-06-16T21:48:12.518Z PASS [ 0.051s] (2465/2917) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
93822026-06-16T21:48:12.521Z PASS [ 0.034s] (2466/2917) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
93832026-06-16T21:48:12.521Z PASS [ 0.032s] (2467/2917) oximeter-db query::tests::test_field_cmp
93842026-06-16T21:48:12.524Z PASS [ 0.033s] (2468/2917) oximeter-db query::tests::test_field_selector_as_query
93852026-06-16T21:48:12.528Z PASS [ 0.035s] (2469/2917) oximeter-db query::tests::test_field_value_as_db_str
93862026-06-16T21:48:12.528Z PASS [ 0.038s] (2470/2917) oximeter-db oxql::query::tests::test_split_query
93872026-06-16T21:48:12.531Z PASS [ 0.035s] (2471/2917) oximeter-db query::tests::test_select_query_builder_from_parts
93882026-06-16T21:48:12.534Z PASS [ 0.042s] (2472/2917) oximeter-db query::tests::test_select_query_builder_field_selectors
93892026-06-16T21:48:12.537Z PASS [ 0.041s] (2473/2917) oximeter-db query::tests::test_select_query_builder_filter_raw
93902026-06-16T21:48:12.540Z PASS [ 0.040s] (2474/2917) oximeter-db query::tests::test_select_query_builder_full
93912026-06-16T21:48:12.543Z PASS [ 0.040s] (2475/2917) oximeter-db query::tests::test_select_query_builder_limit_offset
93922026-06-16T21:48:12.543Z PASS [ 0.031s] (2476/2917) oximeter-db query::tests::test_time_range
93932026-06-16T21:48:12.546Z PASS [ 0.044s] (2477/2917) oximeter-db query::tests::test_select_query_builder_no_fields
93942026-06-16T21:48:12.550Z PASS [ 0.046s] (2478/2917) oximeter-db query::tests::test_select_query_builder_no_selectors
93952026-06-16T21:48:12.558Z PASS [ 0.047s] (2479/2917) oximeter-db query::tests::test_string_field_selector
93962026-06-16T21:48:12.561Z PASS [ 0.046s] (2480/2917) oximeter-db sql::tests::test_allow_limit_offset
93972026-06-16T21:48:12.561Z PASS [ 0.043s] (2481/2917) oximeter-db sql::tests::test_allow_subqueries
93982026-06-16T21:48:12.570Z PASS [ 0.049s] (2482/2917) oximeter-db sql::tests::test_ctes_are_not_supported
93992026-06-16T21:48:12.573Z PASS [ 0.052s] (2483/2917) oximeter-db sql::tests::test_cannot_name_database
94002026-06-16T21:48:12.577Z PASS [ 0.050s] (2484/2917) oximeter-db sql::tests::test_multiple_statements_are_not_supported
94012026-06-16T21:48:12.577Z PASS [ 0.053s] (2485/2917) oximeter-db sql::tests::test_function_allow_list
94022026-06-16T21:48:12.582Z PASS [ 0.051s] (2486/2917) oximeter-db sql::tests::test_query_must_be_select_statement
94032026-06-16T21:48:12.585Z PASS [ 0.059s] (2487/2917) oximeter-db sql::tests::test_join_must_be_inner
94042026-06-16T21:48:12.585Z PASS [ 0.051s] (2488/2917) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
94052026-06-16T21:48:12.589Z PASS [ 0.050s] (2489/2917) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
94062026-06-16T21:48:12.592Z PASS [ 0.047s] (2490/2917) oximeter-db tests::test_timeseries_key_field_stability
94072026-06-16T21:48:12.596Z PASS [ 0.035s] (2491/2917) oximeter-db::integration_test test_schemas_are_not_modified
94082026-06-16T21:48:12.599Z PASS [ 0.058s] (2492/2917) oximeter-db sql::tests::test_require_table_is_timeseries_name
94092026-06-16T21:48:12.599Z PASS [ 0.050s] (2493/2917) oximeter-db tests::test_timeseries_key_sample_stability
94102026-06-16T21:48:12.599Z PASS [ 0.056s] (2494/2917) oximeter-db sql::tests::test_with_comma_join_fails
94112026-06-16T21:48:12.603Z PASS [ 0.033s] (2495/2917) oximeter-instruments kstat::cpu::tests::test_kstat_interested
94122026-06-16T21:48:12.613Z PASS [ 0.044s] (2496/2917) oximeter-instruments http::tests::test_latency_tracker
94132026-06-16T21:48:12.625Z PASS [ 0.049s] (2497/2917) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
94142026-06-16T21:48:12.631Z PASS [ 0.026s] (2498/2917) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
94152026-06-16T21:48:12.635Z PASS [ 0.049s] (2499/2917) oximeter-instruments kstat::link::tests::test_kstat_interested
94162026-06-16T21:48:12.647Z PASS [ 0.071s] (2500/2917) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
94172026-06-16T21:48:12.655Z PASS [ 0.027s] (2501/2917) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
94182026-06-16T21:48:12.659Z PASS [ 0.057s] (2502/2917) oximeter-instruments kstat::link::tests::test_sled_datalink
94192026-06-16T21:48:12.662Z PASS [ 0.029s] (2503/2917) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
94202026-06-16T21:48:12.662Z PASS [ 0.075s] (2504/2917) oximeter-instruments kstat::link::tests::test_kstat_sampler
94212026-06-16T21:48:12.662Z PASS [ 0.027s] (2505/2917) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
94222026-06-16T21:48:12.668Z PASS [ 0.079s] (2506/2917) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
94232026-06-16T21:48:12.671Z PASS [ 0.078s] (2507/2917) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
94242026-06-16T21:48:12.674Z PASS [ 0.068s] (2508/2917) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
94252026-06-16T21:48:12.674Z PASS [ 0.076s] (2509/2917) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
94262026-06-16T21:48:12.674Z PASS [ 0.077s] (2510/2917) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
94272026-06-16T21:48:12.675Z PASS [ 0.079s] (2511/2917) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
94282026-06-16T21:48:12.678Z PASS [ 0.031s] (2512/2917) oximeter-instruments kstat::zone::tests::test_kstat_interested
94292026-06-16T21:48:12.684Z PASS [ 0.111s] (2513/2917) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
94302026-06-16T21:48:12.687Z PASS [ 0.521s] (2514/2917) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
94312026-06-16T21:48:12.687Z PASS [ 0.024s] (2515/2917) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
94322026-06-16T21:48:12.691Z PASS [ 0.022s] (2516/2917) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
94332026-06-16T21:48:12.696Z PASS [ 0.024s] (2517/2917) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
94342026-06-16T21:48:12.696Z PASS [ 0.040s] (2518/2917) oximeter-instruments kstat::zone::tests::test_zone_samples
94352026-06-16T21:48:12.700Z PASS [ 0.024s] (2519/2917) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
94362026-06-16T21:48:12.700Z PASS [ 0.024s] (2520/2917) oximeter-macro-impl tests::test_metric_datum_field
94372026-06-16T21:48:12.700Z PASS [ 0.037s] (2521/2917) oximeter-instruments zfs::usage::tests::test_dataset_samples
94382026-06-16T21:48:12.703Z PASS [ 0.029s] (2522/2917) oximeter-macro-impl tests::test_metric_annotated_field
94392026-06-16T21:48:12.703Z PASS [ 0.030s] (2523/2917) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
94402026-06-16T21:48:12.703Z PASS [ 0.023s] (2524/2917) oximeter-macro-impl tests::test_metric_enum
94412026-06-16T21:48:12.706Z PASS [ 0.047s] (2525/2917) oximeter-instruments zfs::usage::tests::test_collect_zpools
94422026-06-16T21:48:12.710Z PASS [ 0.023s] (2526/2917) oximeter-macro-impl tests::test_metric_without_datum_field
94432026-06-16T21:48:12.710Z PASS [ 0.022s] (2527/2917) oximeter-macro-impl tests::test_target_empty_struct
94442026-06-16T21:48:12.716Z PASS [ 0.026s] (2528/2917) oximeter-macro-impl tests::test_target
94452026-06-16T21:48:12.719Z PASS [ 0.027s] (2529/2917) oximeter-macro-impl tests::test_target_enum
94462026-06-16T21:48:12.723Z PASS [ 0.025s] (2530/2917) oximeter-macro-impl tests::test_target_with_datum_field
94472026-06-16T21:48:12.727Z PASS [ 0.029s] (2531/2917) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
94482026-06-16T21:48:12.727Z PASS [ 0.071s] (2532/2917) oximeter-instruments zfs::usage::tests::test_collect_datasets
94492026-06-16T21:48:12.727Z PASS [ 0.033s] (2533/2917) oximeter-macro-impl tests::test_target_unit_struct
94502026-06-16T21:48:12.735Z PASS [ 0.032s] (2534/2917) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
94512026-06-16T21:48:12.739Z PASS [ 0.026s] (2535/2917) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
94522026-06-16T21:48:12.739Z PASS [ 0.027s] (2536/2917) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
94532026-06-16T21:48:12.739Z PASS [ 0.033s] (2537/2917) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
94542026-06-16T21:48:12.739Z PASS [ 0.024s] (2538/2917) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
94552026-06-16T21:48:12.739Z PASS [ 0.033s] (2539/2917) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
94562026-06-16T21:48:12.739Z PASS [ 0.029s] (2540/2917) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
94572026-06-16T21:48:12.742Z PASS [ 0.023s] (2541/2917) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
94582026-06-16T21:48:12.751Z PASS [ 0.032s] (2542/2917) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
94592026-06-16T21:48:12.752Z PASS [ 0.053s] (2543/2917) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
94602026-06-16T21:48:12.757Z PASS [ 0.029s] (2544/2917) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
94612026-06-16T21:48:12.757Z PASS [ 0.029s] (2545/2917) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
94622026-06-16T21:48:12.771Z PASS [ 0.024s] (2546/2917) oximeter-schema ir::tests::fail_on_empty_descriptions
94632026-06-16T21:48:12.771Z PASS [ 0.034s] (2547/2917) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
94642026-06-16T21:48:12.771Z PASS [ 0.034s] (2548/2917) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
94652026-06-16T21:48:12.774Z PASS [ 0.034s] (2549/2917) oximeter-schema ir::tests::fail_on_very_long_field_names
94662026-06-16T21:48:12.774Z PASS [ 0.034s] (2550/2917) oximeter-schema ir::tests::fail_on_empty_target_name
94672026-06-16T21:48:12.774Z PASS [ 0.030s] (2551/2917) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
94682026-06-16T21:48:12.774Z PASS [ 0.048s] (2552/2917) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
94692026-06-16T21:48:12.786Z PASS [ 0.033s] (2553/2917) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
94702026-06-16T21:48:12.786Z PASS [ 0.050s] (2554/2917) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
94712026-06-16T21:48:12.792Z PASS [ 0.040s] (2555/2917) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
94722026-06-16T21:48:12.795Z PASS [ 0.036s] (2556/2917) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
94732026-06-16T21:48:12.807Z PASS [ 0.038s] (2557/2917) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
94742026-06-16T21:48:12.808Z PASS [ 0.034s] (2558/2917) oximeter-schema ir::tests::only_support_format_version_1
94752026-06-16T21:48:12.808Z PASS [ 0.072s] (2559/2917) oximeter-schema ir::tests::fail_on_empty_metric_name
94762026-06-16T21:48:12.811Z PASS [ 0.037s] (2560/2917) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
94772026-06-16T21:48:12.812Z PASS [ 0.053s] (2561/2917) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
94782026-06-16T21:48:12.812Z PASS [ 0.035s] (2562/2917) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
94792026-06-16T21:48:12.814Z PASS [ 0.044s] (2563/2917) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
94802026-06-16T21:48:12.818Z PASS [ 0.045s] (2564/2917) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
94812026-06-16T21:48:12.821Z PASS [ 0.050s] (2565/2917) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
94822026-06-16T21:48:12.832Z PASS [ 0.047s] (2566/2917) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
94832026-06-16T21:48:12.832Z PASS [ 0.023s] (2567/2917) oximeter-types queue::tests::test_bounded_queue_overflow
94842026-06-16T21:48:12.835Z PASS [ 0.026s] (2568/2917) oximeter-types queue::tests::test_bounded_queue
94852026-06-16T21:48:12.835Z PASS [ 0.024s] (2569/2917) oximeter-types traits::tests::test_metric_trait
94862026-06-16T21:48:12.835Z PASS [ 0.024s] (2570/2917) oximeter-types queue::tests::test_bounded_queue_sample_overflow
94872026-06-16T21:48:12.838Z PASS [ 0.023s] (2571/2917) oximeter-types traits::tests::test_target_trait
94882026-06-16T21:48:12.841Z PASS [ 0.026s] (2572/2917) oximeter-types traits::tests::test_producer_trait
94892026-06-16T21:48:12.846Z PASS [ 0.023s] (2573/2917) oximeter-types-versions impls::histogram::tests::test_bin_range
94902026-06-16T21:48:12.853Z PASS [ 0.022s] (2574/2917) oximeter-types-versions impls::histogram::tests::test_bin_range_from
94912026-06-16T21:48:12.857Z PASS [ 0.024s] (2575/2917) oximeter-types-versions impls::histogram::tests::test_ensure_finite
94922026-06-16T21:48:12.860Z PASS [ 0.025s] (2576/2917) oximeter-types-versions impls::histogram::tests::test_histogram
94932026-06-16T21:48:12.863Z PASS [ 0.028s] (2577/2917) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
94942026-06-16T21:48:12.863Z PASS [ 0.030s] (2578/2917) oximeter-types-versions impls::histogram::tests::test_bin_range_to
94952026-06-16T21:48:12.863Z PASS [ 0.023s] (2579/2917) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
94962026-06-16T21:48:12.863Z PASS [ 0.025s] (2580/2917) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
94972026-06-16T21:48:12.866Z PASS [ 0.021s] (2581/2917) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
94982026-06-16T21:48:12.874Z PASS [ 0.021s] (2582/2917) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
94992026-06-16T21:48:12.880Z PASS [ 0.022s] (2583/2917) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
95002026-06-16T21:48:12.884Z PASS [ 0.021s] (2584/2917) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
95012026-06-16T21:48:12.884Z PASS [ 0.021s] (2585/2917) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
95022026-06-16T21:48:12.893Z PASS [ 0.030s] (2586/2917) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
95032026-06-16T21:48:12.893Z PASS [ 0.032s] (2587/2917) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
95042026-06-16T21:48:12.893Z PASS [ 0.029s] (2588/2917) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
95052026-06-16T21:48:12.896Z PASS [ 0.033s] (2589/2917) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
95062026-06-16T21:48:12.896Z PASS [ 0.103s] (2590/2917) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
95072026-06-16T21:48:12.896Z PASS [ 0.088s] (2591/2917) oximeter-test-utils tests::test_timeseries_schema_from_sample
95082026-06-16T21:48:12.899Z PASS [ 0.089s] (2592/2917) oximeter-test-utils tests::test_timeseries_schema_from_parts
95092026-06-16T21:48:12.899Z PASS [ 0.023s] (2593/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
95102026-06-16T21:48:12.899Z PASS [ 0.105s] (2594/2917) oximeter-test-utils tests::test_sample_struct
95112026-06-16T21:48:12.899Z PASS [ 0.020s] (2595/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
95122026-06-16T21:48:12.903Z PASS [ 0.112s] (2596/2917) oximeter-test-utils tests::test_gen_test_samples
95132026-06-16T21:48:12.906Z PASS [ 0.024s] (2597/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
95142026-06-16T21:48:12.914Z PASS [ 0.021s] (2598/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
95152026-06-16T21:48:12.917Z PASS [ 0.023s] (2599/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
95162026-06-16T21:48:12.917Z PASS [ 0.034s] (2600/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
95172026-06-16T21:48:12.921Z PASS [ 0.023s] (2601/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
95182026-06-16T21:48:12.921Z PASS [ 0.026s] (2602/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
95192026-06-16T21:48:12.921Z PASS [ 0.021s] (2603/2917) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
95202026-06-16T21:48:12.921Z PASS [ 0.023s] (2604/2917) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
95212026-06-16T21:48:12.921Z PASS [ 0.026s] (2605/2917) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
95222026-06-16T21:48:12.924Z PASS [ 0.026s] (2606/2917) oximeter-types-versions impls::histogram::tests::test_span_decades
95232026-06-16T21:48:12.924Z PASS [ 0.022s] (2607/2917) oximeter-types-versions impls::quantile::tests::test_default_percentiles
95242026-06-16T21:48:12.924Z PASS [ 0.027s] (2608/2917) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
95252026-06-16T21:48:12.924Z PASS [ 0.020s] (2609/2917) oximeter-types-versions impls::quantile::tests::test_empty_observations
95262026-06-16T21:48:12.929Z PASS [ 0.023s] (2610/2917) oximeter-types-versions impls::quantile::tests::test_find_cells
95272026-06-16T21:48:12.992Z PASS [ 0.023s] (2611/2917) oximeter-types-versions impls::quantile::tests::test_float_observations
95282026-06-16T21:48:12.992Z PASS [ 0.022s] (2612/2917) oximeter-types-versions impls::quantile::tests::test_integer_observations
95292026-06-16T21:48:12.992Z PASS [ 0.022s] (2613/2917) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
95302026-06-16T21:48:12.992Z PASS [ 0.022s] (2614/2917) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
95312026-06-16T21:48:12.994Z PASS [ 0.020s] (2615/2917) oximeter-types-versions impls::quantile::tests::test_rounding
95322026-06-16T21:48:12.994Z PASS [ 0.022s] (2616/2917) oximeter-types-versions impls::quantile::tests::test_min_p
95332026-06-16T21:48:12.994Z PASS [ 0.020s] (2617/2917) oximeter-types-versions impls::types::tests::test_cumulative_i64
95342026-06-16T21:48:12.994Z PASS [ 0.023s] (2618/2917) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
95352026-06-16T21:48:12.994Z PASS [ 0.026s] (2619/2917) oximeter-types-versions impls::quantile::tests::test_max_p
95362026-06-16T21:48:12.994Z PASS [ 0.024s] (2620/2917) oximeter-types-versions impls::schema::tests::test_timeseries_name
95372026-06-16T21:48:12.994Z PASS [ 0.023s] (2621/2917) oximeter-types-versions impls::types::tests::test_cumulative_f64
95382026-06-16T21:48:12.994Z PASS [ 0.020s] (2622/2917) oximeter-types-versions impls::types::tests::test_datum
95392026-06-16T21:48:12.994Z PASS [ 0.029s] (2623/2917) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
95402026-06-16T21:48:12.994Z PASS [ 0.023s] (2624/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
95412026-06-16T21:48:12.994Z PASS [ 0.022s] (2625/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
95422026-06-16T21:48:12.994Z PASS [ 0.023s] (2626/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
95432026-06-16T21:48:12.994Z PASS [ 0.022s] (2627/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
95442026-06-16T21:48:12.995Z PASS [ 0.024s] (2628/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
95452026-06-16T21:48:12.995Z PASS [ 0.021s] (2629/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
95462026-06-16T21:48:12.995Z PASS [ 0.023s] (2630/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
95472026-06-16T21:48:12.995Z PASS [ 0.029s] (2631/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
95482026-06-16T21:48:12.995Z PASS [ 0.027s] (2632/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
95492026-06-16T21:48:12.995Z PASS [ 0.026s] (2633/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
95502026-06-16T21:48:12.995Z PASS [ 0.022s] (2634/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
95512026-06-16T21:48:12.995Z PASS [ 0.020s] (2635/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
95522026-06-16T21:48:12.995Z PASS [ 0.029s] (2636/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
95532026-06-16T21:48:12.995Z PASS [ 0.023s] (2637/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
95542026-06-16T21:48:12.995Z PASS [ 0.021s] (2638/2917) oximeter-types-versions impls::types::tests::test_measurement
95552026-06-16T21:48:12.995Z PASS [ 0.022s] (2639/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
95562026-06-16T21:48:12.995Z PASS [ 0.023s] (2640/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
95572026-06-16T21:48:12.996Z PASS [ 0.026s] (2641/2917) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
95582026-06-16T21:48:12.996Z PASS [ 0.024s] (2642/2917) oximeter-types-versions impls::types::tests::test_verify_field_names
95592026-06-16T21:48:12.996Z PASS [ 0.020s] (2643/2917) oxlog tests::test_is_oxide_smf_log_file
95602026-06-16T21:48:12.996Z PASS [ 0.019s] (2644/2917) oxlog tests::test_sort_logs
95612026-06-16T21:48:13.001Z PASS [ 0.021s] (2645/2917) oxlog tests::test_oxide_smf_service_name_from_log_file_name
95622026-06-16T21:48:13.001Z PASS [ 0.024s] (2646/2917) oxlog tests::test_daterange_filter
95632026-06-16T21:48:13.001Z PASS [ 0.027s] (2647/2917) oxlog::bin/oxlog tests::test_parse_timestamp
95642026-06-16T21:48:13.017Z PASS [ 0.028s] (2648/2917) oxql-types point::tests::test_join_point_arrays
95652026-06-16T21:48:13.020Z PASS [ 0.026s] (2649/2917) oxql-types point::tests::test_push_concrete_values
95662026-06-16T21:48:13.020Z PASS [ 0.033s] (2650/2917) oxql-types point::tests::test_cast_points_from_int_distribution
95672026-06-16T21:48:13.020Z PASS [ 0.032s] (2651/2917) oxql-types point::tests::test_cast_points_from_string
95682026-06-16T21:48:13.020Z PASS [ 0.028s] (2652/2917) oxql-types point::tests::test_point_delta_between
95692026-06-16T21:48:13.020Z PASS [ 0.027s] (2653/2917) oxql-types point::tests::test_point_delta_between_with_new_epoch
95702026-06-16T21:48:13.020Z PASS [ 0.045s] (2654/2917) oxql-types point::tests::test_cast_points_from_double
95712026-06-16T21:48:13.020Z PASS [ 0.028s] (2655/2917) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
95722026-06-16T21:48:13.020Z PASS [ 0.046s] (2656/2917) oxql-types point::tests::test_cast_points_from_bool
95732026-06-16T21:48:13.020Z PASS [ 0.034s] (2657/2917) oxql-types point::tests::test_cast_points_from_double_distribution
95742026-06-16T21:48:13.024Z PASS [ 0.035s] (2658/2917) oxql-types point::tests::test_cast_points_from_integer
95752026-06-16T21:48:13.024Z PASS [ 0.027s] (2659/2917) oxql-types point::tests::test_sub_between_histogram_distributions
95762026-06-16T21:48:13.041Z PASS [ 0.023s] (2660/2917) range-requests test::parse_range_valid
95772026-06-16T21:48:13.041Z PASS [ 0.023s] (2661/2917) range-requests test::invalid_ranges
95782026-06-16T21:48:13.044Z PASS [ 0.022s] (2662/2917) range-requests test::parse_range_invalid
95792026-06-16T21:48:13.044Z PASS [ 0.024s] (2663/2917) range-requests test::get_response_no_range
95802026-06-16T21:48:13.047Z PASS [ 0.026s] (2664/2917) range-requests test::range_into_str
95812026-06-16T21:48:13.047Z PASS [ 0.027s] (2665/2917) range-requests test::potential_range_parsing_does_not_crash
95822026-06-16T21:48:13.047Z PASS [ 0.028s] (2666/2917) range-requests test::single_range_parsing_does_not_crash
95832026-06-16T21:48:13.047Z PASS [ 0.029s] (2667/2917) range-requests test::get_response_with_range
95842026-06-16T21:48:13.078Z PASS [ 0.079s] (2668/2917) parallel-task-set test::test_spawn_many
95852026-06-16T21:48:13.265Z PASS [ 0.243s] (2669/2917) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
95862026-06-16T21:48:13.265Z PASS [ 0.247s] (2670/2917) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
95872026-06-16T21:48:13.268Z PASS [ 0.225s] (2671/2917) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
95882026-06-16T21:48:13.268Z PASS [ 0.245s] (2672/2917) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
95892026-06-16T21:48:13.271Z PASS [ 0.224s] (2673/2917) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
95902026-06-16T21:48:13.271Z PASS [ 0.252s] (2674/2917) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
95912026-06-16T21:48:13.275Z PASS [ 0.233s] (2675/2917) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
95922026-06-16T21:48:13.276Z PASS [ 0.229s] (2676/2917) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
95932026-06-16T21:48:13.283Z PASS [ 0.242s] (2677/2917) reconfigurator-cli::test-scripts script::cmds-example.txt
95942026-06-16T21:48:13.286Z PASS [ 0.243s] (2678/2917) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
95952026-06-16T21:48:13.416Z PASS [ 0.139s] (2679/2917) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
95962026-06-16T21:48:13.420Z PASS [ 0.151s] (2680/2917) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
95972026-06-16T21:48:13.494Z PASS [ 0.208s] (2681/2917) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
95982026-06-16T21:48:13.497Z PASS [ 0.212s] (2682/2917) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
95992026-06-16T21:48:13.552Z PASS [ 0.137s] (2683/2917) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
96002026-06-16T21:48:13.635Z PASS [ 0.141s] (2684/2917) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
96012026-06-16T21:48:13.667Z PASS [ 0.621s] (2685/2917) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
96022026-06-16T21:48:13.684Z PASS [ 0.606s] (2686/2917) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
96032026-06-16T21:48:13.839Z PASS [ 0.204s] (2687/2917) reconfigurator-cli::test-scripts script::cmds.txt
96042026-06-16T21:48:13.872Z PASS [ 0.608s] (2688/2917) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
96052026-06-16T21:48:13.880Z PASS [ 0.615s] (2689/2917) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
96062026-06-16T21:48:13.888Z PASS [ 0.614s] (2690/2917) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
96072026-06-16T21:48:13.996Z PASS [ 0.729s] (2691/2917) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
96082026-06-16T21:48:14.105Z PASS [ 0.610s] (2692/2917) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
96092026-06-16T21:48:14.166Z PASS [ 1.119s] (2693/2917) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
96102026-06-16T21:48:14.249Z PASS [ 30.591s] (2694/2917) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
96112026-06-16T21:48:14.282Z PASS [ 1.011s] (2695/2917) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
96122026-06-16T21:48:14.593Z PASS [ 0.926s] (2696/2917) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
96132026-06-16T21:48:14.597Z PASS [ 1.332s] (2697/2917) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
96142026-06-16T21:48:14.624Z PASS [ 6.520s] (2698/2917) omicron-test-utils dev::db::test::test_setup_database_default_dir
96152026-06-16T21:48:14.629Z PASS [ 0.031s] (2699/2917) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
96162026-06-16T21:48:14.650Z PASS [ 0.057s] (2700/2917) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
96172026-06-16T21:48:14.680Z PASS [ 1.128s] (2701/2917) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
96182026-06-16T21:48:14.684Z PASS [ 0.058s] (2702/2917) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
96192026-06-16T21:48:14.684Z PASS [ 0.054s] (2703/2917) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
96202026-06-16T21:48:14.706Z PASS [ 0.056s] (2704/2917) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
96212026-06-16T21:48:14.721Z PASS [ 0.038s] (2705/2917) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
96222026-06-16T21:48:14.735Z PASS [ 0.055s] (2706/2917) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
96232026-06-16T21:48:14.743Z PASS [ 0.061s] (2707/2917) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
96242026-06-16T21:48:14.748Z PASS [ 0.042s] (2708/2917) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
96252026-06-16T21:48:14.778Z PASS [ 0.042s] (2709/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
96262026-06-16T21:48:14.781Z PASS [ 0.056s] (2710/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
96272026-06-16T21:48:14.785Z PASS [ 0.042s] (2711/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
96282026-06-16T21:48:14.793Z PASS [ 0.045s] (2712/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
96292026-06-16T21:48:14.829Z PASS [ 0.044s] (2713/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
96302026-06-16T21:48:14.833Z PASS [ 0.053s] (2714/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
96312026-06-16T21:48:14.837Z PASS [ 0.056s] (2715/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
96322026-06-16T21:48:14.837Z PASS [ 0.042s] (2716/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
96332026-06-16T21:48:14.841Z PASS [ 0.590s] (2717/2917) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
96342026-06-16T21:48:14.871Z PASS [ 0.040s] (2718/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
96352026-06-16T21:48:14.874Z PASS [ 0.037s] (2719/2917) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
96362026-06-16T21:48:14.874Z PASS [ 0.044s] (2720/2917) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
96372026-06-16T21:48:14.888Z PASS [ 0.049s] (2721/2917) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
96382026-06-16T21:48:14.914Z PASS [ 0.041s] (2722/2917) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
96392026-06-16T21:48:14.930Z PASS [ 0.042s] (2723/2917) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
96402026-06-16T21:48:14.957Z PASS [ 0.043s] (2724/2917) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
96412026-06-16T21:48:14.978Z PASS [ 0.048s] (2725/2917) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
96422026-06-16T21:48:15.012Z PASS [ 0.141s] (2726/2917) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
96432026-06-16T21:48:15.015Z PASS [ 0.057s] (2727/2917) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
96442026-06-16T21:48:15.020Z PASS [ 0.043s] (2728/2917) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
96452026-06-16T21:48:15.057Z PASS [ 0.045s] (2729/2917) sled-agent-config-reconciler ledger::tests::read_existing_config
96462026-06-16T21:48:15.065Z PASS [ 0.050s] (2730/2917) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
96472026-06-16T21:48:15.068Z PASS [ 0.046s] (2731/2917) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
96482026-06-16T21:48:15.082Z PASS [ 0.801s] (2732/2917) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
96492026-06-16T21:48:15.085Z PASS [ 1.244s] (2733/2917) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
96502026-06-16T21:48:15.102Z PASS [ 0.045s] (2734/2917) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
96512026-06-16T21:48:15.106Z PASS [ 0.042s] (2735/2917) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
96522026-06-16T21:48:15.109Z PASS [ 1.218s] (2736/2917) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
96532026-06-16T21:48:15.112Z PASS [ 0.045s] (2737/2917) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
96542026-06-16T21:48:15.127Z PASS [ 0.045s] (2738/2917) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
96552026-06-16T21:48:15.127Z PASS [ 1.708s] (2739/2917) reconfigurator-cli::test-scripts script::cmds-target-release.txt
96562026-06-16T21:48:15.135Z PASS [ 0.032s] (2740/2917) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
96572026-06-16T21:48:15.171Z PASS [ 0.043s] (2741/2917) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
96582026-06-16T21:48:15.180Z PASS [ 0.045s] (2742/2917) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
96592026-06-16T21:48:15.213Z PASS [ 0.042s] (2743/2917) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
96602026-06-16T21:48:15.224Z PASS [ 0.044s] (2744/2917) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
96612026-06-16T21:48:15.255Z PASS [ 0.042s] (2745/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
96622026-06-16T21:48:15.270Z PASS [ 0.045s] (2746/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
96632026-06-16T21:48:15.275Z PASS [ 1.592s] (2747/2917) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
96642026-06-16T21:48:15.299Z PASS [ 0.044s] (2748/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
96652026-06-16T21:48:15.311Z PASS [ 0.042s] (2749/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
96662026-06-16T21:48:15.316Z PASS [ 0.041s] (2750/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
96672026-06-16T21:48:15.343Z PASS [ 0.044s] (2751/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
96682026-06-16T21:48:15.348Z PASS [ 0.032s] (2752/2917) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
96692026-06-16T21:48:15.359Z PASS [ 0.048s] (2753/2917) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
96702026-06-16T21:48:15.386Z PASS [ 0.038s] (2754/2917) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
96712026-06-16T21:48:15.400Z PASS [ 0.040s] (2755/2917) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
96722026-06-16T21:48:15.412Z PASS [ 2.716s] (2756/2917) oximeter-producer tests::test_producer_registration_task
96732026-06-16T21:48:15.428Z PASS [ 0.042s] (2757/2917) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
96742026-06-16T21:48:15.436Z PASS [ 0.037s] (2758/2917) sled-agent-rack-setup service::test::parse_rack_initialization
96752026-06-16T21:48:15.443Z PASS [ 0.031s] (2759/2917) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
96762026-06-16T21:48:15.471Z PASS [ 0.043s] (2760/2917) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
96772026-06-16T21:48:15.475Z PASS [ 0.040s] (2761/2917) sled-agent-rack-setup service::test::test_extra_certs
96782026-06-16T21:48:15.484Z PASS [ 0.041s] (2762/2917) sled-agent-rack-setup service::test::test_omicron_zone_configs
96792026-06-16T21:48:15.502Z PASS [ 0.031s] (2763/2917) sled-agent-rack-setup service::test::test_subnets
96802026-06-16T21:48:15.578Z PASS [ 0.076s] (2764/2917) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
96812026-06-16T21:48:15.578Z PASS [ 0.102s] (2765/2917) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
96822026-06-16T21:48:15.581Z PASS [ 0.095s] (2766/2917) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
96832026-06-16T21:48:15.609Z PASS [ 0.029s] (2767/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
96842026-06-16T21:48:15.612Z PASS [ 0.034s] (2768/2917) sled-agent-resolvable-files manifest::tests::read_success
96852026-06-16T21:48:15.616Z PASS [ 0.038s] (2769/2917) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
96862026-06-16T21:48:15.637Z PASS [ 0.028s] (2770/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
96872026-06-16T21:48:15.642Z PASS [ 0.030s] (2771/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
96882026-06-16T21:48:15.646Z PASS [ 0.029s] (2772/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
96892026-06-16T21:48:15.648Z PASS [ 0.303s] (2773/2917) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
96902026-06-16T21:48:15.656Z PASS [ 1.776s] (2774/2917) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
96912026-06-16T21:48:15.662Z PASS [ 0.025s] (2775/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
96922026-06-16T21:48:15.672Z PASS [ 0.029s] (2776/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
96932026-06-16T21:48:15.677Z PASS [ 0.030s] (2777/2917) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
96942026-06-16T21:48:15.680Z PASS [ 0.032s] (2778/2917) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
96952026-06-16T21:48:15.683Z PASS [ 0.026s] (2779/2917) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
96962026-06-16T21:48:15.689Z PASS [ 0.027s] (2780/2917) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
96972026-06-16T21:48:15.697Z PASS [ 0.025s] (2781/2917) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
96982026-06-16T21:48:15.709Z PASS [ 0.032s] (2782/2917) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
96992026-06-16T21:48:15.712Z PASS [ 0.035s] (2783/2917) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
97002026-06-16T21:48:15.716Z PASS [ 0.031s] (2784/2917) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
97012026-06-16T21:48:15.719Z PASS [ 0.030s] (2785/2917) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
97022026-06-16T21:48:15.723Z PASS [ 0.026s] (2786/2917) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
97032026-06-16T21:48:15.732Z PASS [ 0.023s] (2787/2917) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
97042026-06-16T21:48:15.740Z PASS [ 0.027s] (2788/2917) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
97052026-06-16T21:48:15.743Z PASS [ 0.029s] (2789/2917) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
97062026-06-16T21:48:15.747Z PASS [ 0.026s] (2790/2917) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
97072026-06-16T21:48:15.750Z PASS [ 0.026s] (2791/2917) sled-agent-resolvable-files mupdate_override::tests::read_both_present
97082026-06-16T21:48:15.760Z PASS [ 0.028s] (2792/2917) sled-agent-resolvable-files mupdate_override::tests::read_different_values
97092026-06-16T21:48:15.767Z PASS [ 0.027s] (2793/2917) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
97102026-06-16T21:48:15.777Z PASS [ 0.032s] (2794/2917) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
97112026-06-16T21:48:15.784Z PASS [ 0.040s] (2795/2917) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
97122026-06-16T21:48:15.787Z PASS [ 0.036s] (2796/2917) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
97132026-06-16T21:48:15.794Z PASS [ 0.034s] (2797/2917) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
97142026-06-16T21:48:15.797Z PASS [ 0.020s] (2798/2917) sled-agent-types zone_bundle::tests::test_compare_bundles
97152026-06-16T21:48:15.803Z PASS [ 0.036s] (2799/2917) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
97162026-06-16T21:48:15.808Z PASS [ 0.023s] (2800/2917) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
97172026-06-16T21:48:15.817Z PASS [ 0.020s] (2801/2917) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
97182026-06-16T21:48:15.822Z PASS [ 0.032s] (2802/2917) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
97192026-06-16T21:48:15.822Z PASS [ 0.018s] (2803/2917) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
97202026-06-16T21:48:15.827Z PASS [ 0.033s] (2804/2917) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
97212026-06-16T21:48:15.830Z PASS [ 0.021s] (2805/2917) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
97222026-06-16T21:48:15.837Z PASS [ 0.020s] (2806/2917) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
97232026-06-16T21:48:15.841Z PASS [ 0.023s] (2807/2917) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
97242026-06-16T21:48:15.844Z PASS [ 0.020s] (2808/2917) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
97252026-06-16T21:48:15.848Z PASS [ 0.021s] (2809/2917) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
97262026-06-16T21:48:15.942Z PASS [ 1.836s] (2810/2917) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
97272026-06-16T21:48:15.976Z PASS [ 0.034s] (2811/2917) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
97282026-06-16T21:48:15.980Z PASS [ 0.148s] (2812/2917) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
97292026-06-16T21:48:16.011Z PASS [ 0.031s] (2813/2917) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
97302026-06-16T21:48:16.030Z PASS [ 0.046s] (2814/2917) sled-diagnostics queries::test::test_command_stderr_is_correct
97312026-06-16T21:48:16.046Z PASS [ 0.039s] (2815/2917) sled-diagnostics queries::test::test_command_stdout_is_correct
97322026-06-16T21:48:16.069Z PASS [ 0.045s] (2816/2917) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
97332026-06-16T21:48:16.099Z PASS [ 0.031s] (2817/2917) sled-hardware disk::test::test_disk_paths
97342026-06-16T21:48:16.127Z PASS [ 0.028s] (2818/2917) sled-hardware disk::test::test_partition_device_paths
97352026-06-16T21:48:16.142Z PASS [ 1.269s] (2819/2917) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
97362026-06-16T21:48:16.165Z PASS [ 0.038s] (2820/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
97372026-06-16T21:48:16.174Z PASS [ 0.032s] (2821/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
97382026-06-16T21:48:16.201Z PASS [ 0.036s] (2822/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
97392026-06-16T21:48:16.211Z PASS [ 0.037s] (2823/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
97402026-06-16T21:48:16.215Z PASS [ 2.219s] (2824/2917) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
97412026-06-16T21:48:16.239Z PASS [ 0.037s] (2825/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
97422026-06-16T21:48:16.249Z PASS [ 0.038s] (2826/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
97432026-06-16T21:48:16.253Z PASS [ 0.038s] (2827/2917) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
97442026-06-16T21:48:16.273Z PASS [ 0.034s] (2828/2917) sled-hardware illumos::tests::parse_smbios_invalid
97452026-06-16T21:48:16.276Z PASS [ 1.191s] (2829/2917) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
97462026-06-16T21:48:16.284Z PASS [ 0.036s] (2830/2917) sled-hardware illumos::tests::parse_smbios_valid
97472026-06-16T21:48:16.287Z PASS [ 0.032s] (2831/2917) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
97482026-06-16T21:48:16.296Z PASS [ 0.023s] (2832/2917) sled-storage dataset::test::serialize_dataset_name
97492026-06-16T21:48:16.339Z PASS [ 0.042s] (2833/2917) trust-quorum proxy::tests::proxy_roundtrip_concurrent
97502026-06-16T21:48:16.378Z PASS [ 0.039s] (2834/2917) trust-quorum proxy::tests::proxy_roundtrip_disconnected
97512026-06-16T21:48:16.414Z PASS [ 0.140s] (2835/2917) support-bundle-collection zip::test::test_bundle_to_stream
97522026-06-16T21:48:16.414Z PASS [ 0.129s] (2836/2917) support-bundle-collection zip::test::test_bundle_to_zipfile
97532026-06-16T21:48:16.418Z PASS [ 0.131s] (2837/2917) support-bundle-collection zip::test::test_bundle_to_writer
97542026-06-16T21:48:16.421Z PASS [ 0.043s] (2838/2917) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
97552026-06-16T21:48:16.580Z PASS [ 0.534s] (2839/2917) sled-diagnostics queries::test::test_long_running_command_is_aborted
97562026-06-16T21:48:16.626Z PASS [ 1.515s] (2840/2917) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
97572026-06-16T21:48:16.629Z PASS [ 1.522s] (2841/2917) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
97582026-06-16T21:48:16.713Z PASS [ 17.095s] (2842/2917) omicron-omdb::test_all_output test_omdb_env_settings
97592026-06-16T21:48:16.826Z PASS [ 0.988s] (2843/2917) sled-diagnostics logs::illumos_tests::collect_current_logs
97602026-06-16T21:48:16.878Z PASS [ 1.750s] (2844/2917) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
97612026-06-16T21:48:16.912Z PASS [ 0.034s] (2845/2917) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
97622026-06-16T21:48:16.937Z PASS [ 0.025s] (2846/2917) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
97632026-06-16T21:48:17.053Z PASS [ 0.116s] (2847/2917) trust-quorum-protocol node::tests::initial_configuration
97642026-06-16T21:48:17.085Z PASS [ 0.032s] (2848/2917) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
97652026-06-16T21:48:17.100Z PASS [ 1.258s] (2849/2917) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
97662026-06-16T21:48:17.165Z PASS [ 0.079s] (2850/2917) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
97672026-06-16T21:48:17.176Z PASS [ 0.076s] (2851/2917) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
97682026-06-16T21:48:17.284Z PASS [ 1.436s] (2852/2917) sled-diagnostics logs::illumos_tests::log_snapshots_work
97692026-06-16T21:48:17.292Z PASS [ 2.186s] (2853/2917) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
97702026-06-16T21:48:17.351Z PASS [ 0.525s] (2854/2917) trust-quorum-protocol crypto::tests::rack_secret_test
97712026-06-16T21:48:17.385Z PASS [ 0.964s] (2855/2917) trust-quorum task::tests::tq_initial_config_prepare_and_commit
97722026-06-16T21:48:17.388Z PASS [ 0.970s] (2856/2917) trust-quorum task::tests::tq_initial_config
97732026-06-16T21:48:17.391Z PASS [ 0.040s] (2857/2917) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
97742026-06-16T21:48:17.441Z PASS [ 0.056s] (2858/2917) update-common artifacts::update_plan::tests::test_bad_rot_versions
97752026-06-16T21:48:17.444Z PASS [ 0.056s] (2859/2917) update-common artifacts::update_plan::tests::test_multi_rot_bord
97762026-06-16T21:48:17.448Z PASS [ 0.057s] (2860/2917) update-common artifacts::update_plan::tests::test_multi_rot_version
97772026-06-16T21:48:17.453Z PASS [ 15.100s] (2861/2917) omicron-passwords test::test_smoke
97782026-06-16T21:48:17.476Z PASS [ 0.300s] (2862/2917) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
97792026-06-16T21:48:17.480Z PASS [ 0.036s] (2863/2917) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
97802026-06-16T21:48:17.484Z PASS [ 0.040s] (2864/2917) update-common artifacts::update_plan::tests::test_split_control_plane
97812026-06-16T21:48:17.490Z PASS [ 0.042s] (2865/2917) update-common artifacts::update_plan::tests::test_too_many_rot_bord
97822026-06-16T21:48:17.505Z PASS [ 0.052s] (2866/2917) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
97832026-06-16T21:48:17.508Z PASS [ 0.027s] (2867/2917) update-engine display::line_display_shared::tests::test_format_progress_counter
97842026-06-16T21:48:17.519Z PASS [ 0.029s] (2868/2917) update-engine display::line_display_shared::tests::test_start_line
97852026-06-16T21:48:17.529Z PASS [ 0.051s] (2869/2917) update-engine display::group_display::tests::test_stats
97862026-06-16T21:48:17.539Z PASS [ 0.031s] (2870/2917) update-engine events::tests::progress_event_parse_unknown
97872026-06-16T21:48:17.542Z PASS [ 0.035s] (2871/2917) update-engine engine::tests::error_exits_early
97882026-06-16T21:48:17.550Z PASS [ 0.031s] (2872/2917) update-engine events::tests::step_event_parse_unknown
97892026-06-16T21:48:17.559Z PASS [ 0.031s] (2873/2917) update-engine spec::tests::test_merge_anyhow_list
97902026-06-16T21:48:17.563Z PASS [ 0.022s] (2874/2917) wicket state::inventory::tests::component_id_display
97912026-06-16T21:48:17.571Z PASS [ 0.021s] (2875/2917) wicket state::rack::tests::prev_next_are_opposites
97922026-06-16T21:48:17.581Z PASS [ 0.022s] (2876/2917) wicket state::rack::tests::up_down_are_opposites
97932026-06-16T21:48:17.585Z PASS [ 0.109s] (2877/2917) update-engine buffer::tests::test_buffer
97942026-06-16T21:48:17.588Z PASS [ 0.047s] (2878/2917) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
97952026-06-16T21:48:17.591Z PASS [ 0.021s] (2879/2917) wicket-common rack_setup::tests::invalid_router_peer_address
97962026-06-16T21:48:17.600Z PASS [ 0.316s] (2880/2917) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
97972026-06-16T21:48:17.605Z PASS [ 0.023s] (2881/2917) wicket-common rack_setup::tests::invalid_uplink_address
97982026-06-16T21:48:17.609Z PASS [ 0.024s] (2882/2917) wicket-common rack_setup::tests::roundtrip_import_export_policy
97992026-06-16T21:48:17.615Z PASS [ 0.025s] (2883/2917) wicket-common rack_setup::tests::roundtrip_router_peer_address
98002026-06-16T21:48:17.619Z PASS [ 0.023s] (2884/2917) wicket-common rack_setup::tests::roundtrip_uplink_address
98012026-06-16T21:48:17.621Z PASS [ 0.020s] (2885/2917) wicket-common rack_update::tests::test_rollup_update_state
98022026-06-16T21:48:17.631Z PASS [ 0.069s] (2886/2917) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
98032026-06-16T21:48:17.636Z PASS [ 1.795s] (2887/2917) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
98042026-06-16T21:48:17.640Z PASS [ 0.034s] (2888/2917) wicketd installinator_progress::tests::test_states
98052026-06-16T21:48:17.644Z PASS [ 0.033s] (2889/2917) wicketd rss_config::tests::test_bgp_auth_key_states
98062026-06-16T21:48:17.661Z PASS [ 0.033s] (2890/2917) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
98072026-06-16T21:48:17.683Z PASS [ 0.969s] (2891/2917) trust-quorum task::tests::tq_upgrade_from_lrtq
98082026-06-16T21:48:17.743Z PASS [ 1.312s] (2892/2917) trust-quorum task::tests::test_network_config
98092026-06-16T21:48:17.813Z PASS [ 1.394s] (2893/2917) trust-quorum task::tests::full_mesh_connectivity
98102026-06-16T21:48:17.926Z PASS [ 1.299s] (2894/2917) trust-quorum task::tests::tq_proxy
98112026-06-16T21:48:18.008Z PASS [ 1.370s] (2895/2917) trust-quorum task::tests::tq_reconfig_with_commit_advance
98122026-06-16T21:48:18.061Z PASS [ 3.891s] (2896/2917) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
98132026-06-16T21:48:18.198Z PASS [ 0.582s] (2897/2917) wicketd::mod integration_tests::inventory::test_inventory
98142026-06-16T21:48:18.218Z PASS [ 1.639s] (2898/2917) trust-quorum task::tests::tq_persistent_state
98152026-06-16T21:48:18.330Z PASS [ 0.698s] (2899/2917) wicketd::mod integration_tests::updates::test_update_races
98162026-06-16T21:48:18.467Z PASS [ 0.847s] (2900/2917) wicketd::mod integration_tests::updates::test_installinator_fetch
98172026-06-16T21:48:19.611Z PASS [ 1.975s] (2901/2917) wicketd::mod integration_tests::updates::test_updates
98182026-06-16T21:48:19.836Z PASS [ 2.544s] (2902/2917) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
98192026-06-16T21:48:19.927Z PASS [ 5.094s] (2903/2917) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
98202026-06-16T21:48:20.927Z PASS [ 8.345s] (2904/2917) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
98212026-06-16T21:48:22.293Z PASS [ 112.234s] (2905/2917) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
98222026-06-16T21:48:22.304Z PASS [ 8.432s] (2906/2917) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
98232026-06-16T21:48:26.670Z PASS [ 14.097s] (2907/2917) oximeter-db::integration_test test_schemas_disjoint
98242026-06-16T21:48:33.120Z PASS [ 99.371s] (2908/2917) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
98252026-06-16T21:48:33.251Z PASS [ 46.431s] (2909/2917) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
98262026-06-16T21:48:34.220Z PASS [ 41.641s] (2910/2917) omicron-nexus::test_all integration_tests::webhooks::test_probe
98272026-06-16T21:48:34.591Z PASS [ 22.041s] (2911/2917) oximeter-db::integration_test test_cluster
98282026-06-16T21:48:36.127Z PASS [ 32.095s] (2912/2917) omicron-sled-agent nexus::test::nexus_self_notification_test
98292026-06-16T21:48:36.470Z PASS [ 36.628s] (2913/2917) omicron-omdb::test_all_output test_omdb_success_cases
98302026-06-16T21:48:38.217Z PASS [ 45.305s] (2914/2917) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
98312026-06-16T21:48:39.485Z PASS [ 30.045s] (2915/2917) oximeter-db client::tests::cannot_ping_nonexistent_server
98322026-06-16T21:48:40.855Z PASS [ 47.259s] (2916/2917) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
98332026-06-16T21:49:10.139Z PASS [ 52.973s] (2917/2917) trust-quorum-protocol::cluster test_trust_quorum_protocol
98342026-06-16T21:49:10.144Z────────────
98352026-06-16T21:49:10.144Z Summary [ 863.748s] 2917 tests run: 2917 passed (43 slow), 6 skipped
98362026-06-16T21:49:10.226Z
98372026-06-16T21:49:10.233Zreal 14:39.145843054
98382026-06-16T21:49:10.233Zuser 4:57:41.943690656
98392026-06-16T21:49:10.233Zsys 1:09:17.935160380
98402026-06-16T21:49:10.233Ztrap 3:21.024216799
98412026-06-16T21:49:10.233Ztflt 6.568019025
98422026-06-16T21:49:10.233Zdflt 36.549436013
98432026-06-16T21:49:10.233Zkflt 0.689797886
98442026-06-16T21:49:10.233Zlock 1979:28:50.341316947
98452026-06-16T21:49:10.233Zslp 121:54:45.977692677
98462026-06-16T21:49:10.233Zlat 4:36:27.353487504
98472026-06-16T21:49:10.233Zstop 53:46.794112864
98482026-06-16T21:49:10.233Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
98492026-06-16T21:49:10.388Zinfo: exported run 57cdec90-6ed3-4c3d-8dfb-8b8b24710c2c to /tmp/nextest-run-archive.zip (2895462 bytes)
98502026-06-16T21:49:10.393Z
98512026-06-16T21:49:10.393Zreal 0.158548722
98522026-06-16T21:49:10.394Zuser 0.109721566
98532026-06-16T21:49:10.394Zsys 0.042453153
98542026-06-16T21:49:10.394Ztrap 0.000010990
98552026-06-16T21:49:10.394Ztflt 0.000041390
98562026-06-16T21:49:10.394Zdflt 0.000017590
98572026-06-16T21:49:10.394Zkflt 0.000000000
98582026-06-16T21:49:10.394Zlock 0.040301346
98592026-06-16T21:49:10.394Zslp 0.214885337
98602026-06-16T21:49:10.394Zlat 0.000859480
98612026-06-16T21:49:10.394Zstop 0.000368990
98622026-06-16T21:49:10.394Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
98632026-06-16T21:49:10.585Zinfo: wrote Chrome trace for run 57cdec90-6ed3-4c3d-8dfb-8b8b24710c2c to /tmp/nextest-chrome-trace.json
98642026-06-16T21:49:10.589Z
98652026-06-16T21:49:10.589Zreal 0.192293824
98662026-06-16T21:49:10.589Zuser 0.139218581
98672026-06-16T21:49:10.589Zsys 0.046926189
98682026-06-16T21:49:10.589Ztrap 0.000011240
98692026-06-16T21:49:10.589Ztflt 0.000021150
98702026-06-16T21:49:10.589Zdflt 0.000013530
98712026-06-16T21:49:10.589Zkflt 0.000003270
98722026-06-16T21:49:10.589Zlock 0.041463080
98732026-06-16T21:49:10.589Zslp 0.207087295
98742026-06-16T21:49:10.589Zlat 0.000747530
98752026-06-16T21:49:10.589Zstop 0.000348360
98762026-06-16T21:49:10.589Z+ [[ 0 -ne 0 ]]
98772026-06-16T21:49:10.589Z+ banner doctest
98782026-06-16T21:49:10.593Z
98792026-06-16T21:49:10.593Z ##### #### #### ##### ###### #### #####
98802026-06-16T21:49:10.593Z # # # # # # # # # #
98812026-06-16T21:49:10.593Z # # # # # # ##### #### #
98822026-06-16T21:49:10.593Z # # # # # # # # #
98832026-06-16T21:49:10.593Z # # # # # # # # # # #
98842026-06-16T21:49:10.594Z ##### #### #### # ###### #### #
98852026-06-16T21:49:10.594Z
98862026-06-16T21:49:10.594Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
98872026-06-16T21:49:11.768Z Fresh unicode-ident v1.0.24
98882026-06-16T21:49:11.775Z Fresh cfg-if v1.0.4
98892026-06-16T21:49:11.775Z Fresh memchr v2.8.0
98902026-06-16T21:49:11.775Z Fresh smallvec v1.15.1
98912026-06-16T21:49:11.775Z Fresh log v0.4.29
98922026-06-16T21:49:11.776Z Fresh itoa v1.0.17
98932026-06-16T21:49:11.776Z Fresh version_check v0.9.5
98942026-06-16T21:49:11.776Z Fresh autocfg v1.5.0
98952026-06-16T21:49:11.776Z Fresh stable_deref_trait v1.2.1
98962026-06-16T21:49:11.776Z Fresh scopeguard v1.2.0
98972026-06-16T21:49:11.776Z Fresh percent-encoding v2.3.2
98982026-06-16T21:49:11.776Z Fresh writeable v0.6.2
98992026-06-16T21:49:11.776Z Fresh litemap v0.8.1
99002026-06-16T21:49:11.776Z Fresh utf8_iter v1.0.4
99012026-06-16T21:49:11.776Z Fresh rand_core v0.10.0
99022026-06-16T21:49:11.776Z Fresh shlex v1.3.0
99032026-06-16T21:49:11.776Z Fresh find-msvc-tools v0.1.9
99042026-06-16T21:49:11.776Z Fresh subtle v2.6.1
99052026-06-16T21:49:11.776Z Fresh proc-macro2 v1.0.106
99062026-06-16T21:49:11.776Z Fresh lock_api v0.4.14
99072026-06-16T21:49:11.776Z Fresh form_urlencoded v1.2.2
99082026-06-16T21:49:11.776Z Fresh pin-project-lite v0.2.17
99092026-06-16T21:49:11.776Z Fresh critical-section v1.2.0
99102026-06-16T21:49:11.776Z Fresh equivalent v1.0.2
99112026-06-16T21:49:11.776Z Fresh fnv v1.0.7
99122026-06-16T21:49:11.776Z Fresh heck v0.5.0
99132026-06-16T21:49:11.777Z Fresh iana-time-zone v0.1.65
99142026-06-16T21:49:11.777Z Fresh regex-syntax v0.8.10
99152026-06-16T21:49:11.777Z Fresh hashbrown v0.17.0
99162026-06-16T21:49:11.777Z Fresh dyn-clone v1.0.20
99172026-06-16T21:49:11.777Z Fresh futures-core v0.3.32
99182026-06-16T21:49:11.785Z Fresh quote v1.0.45
99192026-06-16T21:49:11.785Z Fresh libc v0.2.185
99202026-06-16T21:49:11.785Z Fresh serde_core v1.0.228
99212026-06-16T21:49:11.785Z Fresh libm v0.2.16
99222026-06-16T21:49:11.785Z Fresh zmij v1.0.21
99232026-06-16T21:49:11.785Z Fresh icu_properties_data v2.1.2
99242026-06-16T21:49:11.785Z Fresh icu_normalizer_data v2.1.1
99252026-06-16T21:49:11.785Z Fresh portable-atomic v1.13.1
99262026-06-16T21:49:11.785Z Fresh strsim v0.11.1
99272026-06-16T21:49:11.786Z Fresh aho-corasick v1.1.4
99282026-06-16T21:49:11.786Z Fresh const-oid v0.9.6
99292026-06-16T21:49:11.786Z Fresh futures-sink v0.3.32
99302026-06-16T21:49:11.786Z Fresh byteorder v1.5.0
99312026-06-16T21:49:11.786Z Fresh futures-io v0.3.32
99322026-06-16T21:49:11.786Z Fresh futures-task v0.3.32
99332026-06-16T21:49:11.786Z Fresh slab v0.4.12
99342026-06-16T21:49:11.786Z Fresh cpufeatures v0.2.17
99352026-06-16T21:49:11.786Z Fresh pkg-config v0.3.32
99362026-06-16T21:49:11.793Z Fresh ident_case v1.0.1
99372026-06-16T21:49:11.794Z Fresh base64 v0.22.1
99382026-06-16T21:49:11.794Z Fresh either v1.15.0
99392026-06-16T21:49:11.794Z Fresh syn v2.0.117
99402026-06-16T21:49:11.794Z Fresh errno v0.3.14
99412026-06-16T21:49:11.794Z Fresh getrandom v0.2.17
99422026-06-16T21:49:11.794Z Fresh serde_json v1.0.149
99432026-06-16T21:49:11.794Z Fresh num-traits v0.2.19
99442026-06-16T21:49:11.794Z Fresh bitflags v2.11.0
99452026-06-16T21:49:11.794Z Fresh semver v1.0.28
99462026-06-16T21:49:11.794Z Fresh getrandom v0.4.1
99472026-06-16T21:49:11.794Z Fresh jobserver v0.1.34
99482026-06-16T21:49:11.794Z Fresh parking_lot_core v0.9.12
99492026-06-16T21:49:11.794Z Fresh once_cell v1.21.3
99502026-06-16T21:49:11.794Z Fresh mio v1.2.0
99512026-06-16T21:49:11.794Z Fresh socket2 v0.6.3
99522026-06-16T21:49:11.794Z Fresh typenum v1.19.0
99532026-06-16T21:49:11.794Z Fresh rustversion v1.0.22
99542026-06-16T21:49:11.794Z Fresh indexmap v2.14.0
99552026-06-16T21:49:11.794Z Fresh regex-automata v0.4.14
99562026-06-16T21:49:11.795Z Fresh futures-channel v0.3.32
99572026-06-16T21:49:11.795Z Fresh powerfmt v0.2.0
99582026-06-16T21:49:11.795Z Fresh allocator-api2 v0.2.21
99592026-06-16T21:49:11.795Z Fresh base64ct v1.8.3
99602026-06-16T21:49:11.795Z Fresh time-core v0.1.8
99612026-06-16T21:49:11.795Z Fresh num-conv v0.2.0
99622026-06-16T21:49:11.797Z Fresh untrusted v0.9.0
99632026-06-16T21:49:11.797Z Fresh num_threads v0.1.7
99642026-06-16T21:49:11.797Z Fresh utf8parse v0.2.2
99652026-06-16T21:49:11.797Z Fresh anstyle v1.0.14
99662026-06-16T21:49:11.797Z Fresh serde_derive v1.0.228
99672026-06-16T21:49:11.797Z Fresh zeroize_derive v1.4.3
99682026-06-16T21:49:11.797Z Fresh synstructure v0.13.2
99692026-06-16T21:49:11.797Z Fresh zerovec-derive v0.11.2
99702026-06-16T21:49:11.797Z Fresh displaydoc v0.2.5
99712026-06-16T21:49:11.797Z Fresh cc v1.2.56
99722026-06-16T21:49:11.797Z Fresh parking_lot v0.12.5
99732026-06-16T21:49:11.797Z Fresh thiserror-impl v2.0.18
99742026-06-16T21:49:11.797Z Fresh zerocopy-derive v0.8.40
99752026-06-16T21:49:11.797Z Fresh rand_core v0.6.4
99762026-06-16T21:49:11.797Z Fresh signal-hook-registry v1.4.8
99772026-06-16T21:49:11.797Z Fresh uuid v1.23.0
99782026-06-16T21:49:11.797Z Fresh tokio-macros v2.7.0
99792026-06-16T21:49:11.797Z Fresh serde_derive_internals v0.29.1
99802026-06-16T21:49:11.797Z Fresh rustix v1.1.3
99812026-06-16T21:49:11.797Z Fresh futures-macro v0.3.32
99822026-06-16T21:49:11.798Z Fresh thiserror-impl v1.0.69
99832026-06-16T21:49:11.798Z Fresh syn v1.0.109
99842026-06-16T21:49:11.798Z Fresh getrandom v0.3.4
99852026-06-16T21:49:11.798Z Fresh regex v1.12.3
99862026-06-16T21:49:11.798Z Fresh tracing-attributes v0.1.31
99872026-06-16T21:49:11.798Z Fresh tracing-core v0.1.36
99882026-06-16T21:49:11.804Z Fresh anyhow v1.0.102
99892026-06-16T21:49:11.804Z Fresh deranged v0.5.8
99902026-06-16T21:49:11.805Z Fresh time-macros v0.2.27
99912026-06-16T21:49:11.805Z Fresh colorchoice v1.0.4
99922026-06-16T21:49:11.805Z Fresh is_terminal_polyfill v1.70.2
99932026-06-16T21:49:11.805Z Fresh anstyle-query v1.1.5
99942026-06-16T21:49:11.805Z Fresh pem-rfc7468 v0.7.0
99952026-06-16T21:49:11.805Z Fresh ryu v1.0.23
99962026-06-16T21:49:11.805Z Fresh serde v1.0.228
99972026-06-16T21:49:11.805Z Fresh zeroize v1.8.2
99982026-06-16T21:49:11.805Z Fresh zerofrom-derive v0.1.6
99992026-06-16T21:49:11.805Z Fresh yoke-derive v0.8.1
100002026-06-16T21:49:11.805Z Fresh thiserror v2.0.18
100012026-06-16T21:49:11.805Z Fresh zerocopy v0.8.40
100022026-06-16T21:49:11.805Z Fresh schemars_derive v0.8.22
100032026-06-16T21:49:11.805Z Fresh futures-util v0.3.32
100042026-06-16T21:49:11.805Z Fresh thiserror v1.0.69
100052026-06-16T21:49:11.805Z Fresh tracing v0.1.44
100062026-06-16T21:49:11.805Z Fresh time v0.3.47
100072026-06-16T21:49:11.805Z Fresh rand_core v0.9.5
100082026-06-16T21:49:11.805Z Fresh terminal_size v0.4.3
100092026-06-16T21:49:11.805Z Fresh cmake v0.1.57
100102026-06-16T21:49:11.805Z Fresh der_derive v0.7.3
100112026-06-16T21:49:11.805Z Fresh anstyle-parse v1.0.0
100122026-06-16T21:49:11.805Z Fresh flagset v0.4.7
100132026-06-16T21:49:11.806Z Fresh fs_extra v1.3.0
100142026-06-16T21:49:11.808Z Fresh atomic-waker v1.1.2
100152026-06-16T21:49:11.808Z Fresh dunce v1.0.5
100162026-06-16T21:49:11.808Z Fresh httpdate v1.0.3
100172026-06-16T21:49:11.808Z Fresh clap_lex v1.0.0
100182026-06-16T21:49:11.831Z Fresh try-lock v0.2.5
100192026-06-16T21:49:11.832Z Fresh clap_derive v4.6.1
100202026-06-16T21:49:11.832Z Fresh tower-service v0.3.3
100212026-06-16T21:49:11.832Z Fresh tower-layer v0.3.3
100222026-06-16T21:49:11.832Z Fresh pin-utils v0.1.0
100232026-06-16T21:49:11.832Z Fresh bytes v1.11.1
100242026-06-16T21:49:11.832Z Fresh zerofrom v0.1.6
100252026-06-16T21:49:11.832Z Fresh chrono v0.4.44
100262026-06-16T21:49:11.832Z Fresh generic-array v0.14.7
100272026-06-16T21:49:11.832Z Fresh ppv-lite86 v0.2.21
100282026-06-16T21:49:11.832Z Fresh serde_tokenstream v0.2.3
100292026-06-16T21:49:11.832Z Fresh ipnet v2.11.0
100302026-06-16T21:49:11.832Z Fresh httparse v1.10.1
100312026-06-16T21:49:11.832Z Fresh crossbeam-utils v0.8.21
100322026-06-16T21:49:11.832Z Fresh rustls-pki-types v1.14.0
100332026-06-16T21:49:11.832Z Fresh erased-serde v0.3.31
100342026-06-16T21:49:11.832Z Fresh anstream v1.0.0
100352026-06-16T21:49:11.837Z Fresh der v0.7.10
100362026-06-16T21:49:11.837Z Fresh want v0.3.1
100372026-06-16T21:49:11.838Z Fresh socket2 v0.5.10
100382026-06-16T21:49:11.838Z Fresh spin v0.9.8
100392026-06-16T21:49:11.838Z Fresh mime v0.3.17
100402026-06-16T21:49:11.838Z Fresh fastrand v2.3.0
100412026-06-16T21:49:11.838Z Fresh unicode-segmentation v1.12.0
100422026-06-16T21:49:11.838Z Fresh hex v0.4.3
100432026-06-16T21:49:11.838Z Fresh rustc_version v0.4.1
100442026-06-16T21:49:11.838Z Fresh untrusted v0.7.1
100452026-06-16T21:49:11.838Z Fresh foldhash v0.2.0
100462026-06-16T21:49:11.838Z Fresh ucd-trie v0.1.7
100472026-06-16T21:49:11.838Z Fresh async-trait v0.1.89
100482026-06-16T21:49:11.838Z Fresh pretty-hex v0.4.1
100492026-06-16T21:49:11.838Z Fresh openssl-probe v0.2.1
100502026-06-16T21:49:11.838Z Fresh yoke v0.8.1
100512026-06-16T21:49:11.838Z Fresh tokio v1.52.1
100522026-06-16T21:49:11.838Z Fresh crypto-common v0.1.7
100532026-06-16T21:49:11.838Z Fresh block-buffer v0.10.4
100542026-06-16T21:49:11.839Z Fresh http v1.4.0
100552026-06-16T21:49:11.839Z Fresh block-padding v0.3.3
100562026-06-16T21:49:11.839Z Fresh ring v0.17.14
100572026-06-16T21:49:11.839Z Fresh clap_builder v4.6.0
100582026-06-16T21:49:11.839Z Fresh rand_chacha v0.9.0
100592026-06-16T21:49:11.839Z Fresh slog v2.8.2
100602026-06-16T21:49:11.839Z Fresh camino v1.2.2
100612026-06-16T21:49:11.839Z Fresh spki v0.7.3
100622026-06-16T21:49:11.839Z Fresh hashbrown v0.16.1
100632026-06-16T21:49:11.839Z Fresh pest v2.8.6
100642026-06-16T21:49:11.839Z Fresh tempfile v3.25.0
100652026-06-16T21:49:11.839Z Fresh rand_chacha v0.3.1
100662026-06-16T21:49:11.839Z Fresh plain v0.2.3
100672026-06-16T21:49:11.839Z Fresh vcpkg v0.2.15
100682026-06-16T21:49:11.839Z Fresh serde_urlencoded v0.7.1
100692026-06-16T21:49:11.839Z Fresh encoding_rs v0.8.35
100702026-06-16T21:49:11.839Z Fresh simd-adler32 v0.3.8
100712026-06-16T21:49:11.840Z Fresh winnow v0.7.14
100722026-06-16T21:49:11.840Z Fresh rustls-native-certs v0.8.3
100732026-06-16T21:49:11.840Z Fresh sync_wrapper v1.0.2
100742026-06-16T21:49:11.840Z Fresh adler2 v2.0.1
100752026-06-16T21:49:11.840Z Fresh webpki-roots v1.0.6
100762026-06-16T21:49:11.840Z Fresh iri-string v0.7.10
100772026-06-16T21:49:11.840Z Fresh openapiv3 v2.2.0
100782026-06-16T21:49:11.840Z Fresh darling_core v0.21.3
100792026-06-16T21:49:11.840Z Fresh futures-executor v0.3.32
100802026-06-16T21:49:11.840Z Fresh zerovec v0.11.5
100812026-06-16T21:49:11.840Z Fresh zerotrie v0.2.3
100822026-06-16T21:49:11.840Z Fresh digest v0.10.7
100832026-06-16T21:49:11.840Z Fresh tokio-util v0.7.18
100842026-06-16T21:49:11.840Z Fresh inout v0.1.4
100852026-06-16T21:49:11.840Z Fresh http-body v1.0.1
100862026-06-16T21:49:11.840Z Fresh clap v4.6.1
100872026-06-16T21:49:11.840Z Fresh rand v0.9.2
100882026-06-16T21:49:11.840Z Fresh aws-lc-sys v0.40.0
100892026-06-16T21:49:11.840Z Fresh pest_meta v2.8.6
100902026-06-16T21:49:11.840Z Fresh rand v0.8.6
100912026-06-16T21:49:11.840Z Fresh tower v0.5.3
100922026-06-16T21:49:11.840Z Fresh miniz_oxide v0.8.9
100932026-06-16T21:49:11.840Z Fresh darling_macro v0.21.3
100942026-06-16T21:49:11.841Z Fresh futures v0.3.32
100952026-06-16T21:49:11.841Z Fresh lazy_static v1.5.0
100962026-06-16T21:49:11.841Z Fresh hubpack_derive v0.1.1
100972026-06-16T21:49:11.841Z Fresh static_assertions v1.1.0
100982026-06-16T21:49:11.841Z Fresh toml_parser v1.0.9+spec-1.1.0
100992026-06-16T21:49:11.841Z Fresh scroll_derive v0.13.1
101002026-06-16T21:49:11.841Z Fresh litrs v1.0.0
101012026-06-16T21:49:11.841Z Fresh serde_spanned v0.6.9
101022026-06-16T21:49:11.841Z Fresh toml_datetime v0.6.11
101032026-06-16T21:49:11.841Z Fresh strum_macros v0.26.4
101042026-06-16T21:49:11.841Z Fresh tinyvec_macros v0.1.1
101052026-06-16T21:49:11.841Z Fresh zlib-rs v0.6.2
101062026-06-16T21:49:11.841Z Fresh psl-types v2.0.11
101072026-06-16T21:49:11.841Z Fresh tinystr v0.8.2
101082026-06-16T21:49:11.841Z Fresh potential_utf v0.1.4
101092026-06-16T21:49:11.841Z Fresh cipher v0.4.4
101102026-06-16T21:49:11.841Z Fresh sha2 v0.10.9
101112026-06-16T21:49:11.841Z Fresh hmac v0.12.1
101122026-06-16T21:49:11.841Z Fresh h2 v0.4.13
101132026-06-16T21:49:11.841Z Fresh http-body-util v0.1.3
101142026-06-16T21:49:11.841Z Fresh aws-lc-rs v1.16.3
101152026-06-16T21:49:11.842Z Fresh pest_generator v2.8.6
101162026-06-16T21:49:11.842Z Fresh tower-http v0.6.8
101172026-06-16T21:49:11.842Z Fresh darling v0.21.3
101182026-06-16T21:49:11.849Z Fresh signature v2.2.0
101192026-06-16T21:49:11.849Z Fresh hubpack v0.1.2
101202026-06-16T21:49:11.850Z Fresh scroll v0.13.0
101212026-06-16T21:49:11.850Z Fresh document-features v0.2.12
101222026-06-16T21:49:11.850Z Fresh strum v0.26.3
101232026-06-16T21:49:11.850Z Fresh tinyvec v1.10.0
101242026-06-16T21:49:11.850Z Fresh heck v0.4.1
101252026-06-16T21:49:11.850Z Fresh num-integer v0.1.46
101262026-06-16T21:49:11.850Z Fresh data-encoding v2.10.0
101272026-06-16T21:49:11.850Z Fresh sha1 v0.10.6
101282026-06-16T21:49:11.850Z Fresh darling_core v0.20.11
101292026-06-16T21:49:11.850Z Fresh thread-id v5.1.0
101302026-06-16T21:49:11.850Z Fresh base16ct v0.2.0
101312026-06-16T21:49:11.850Z Fresh icu_locale_core v2.1.1
101322026-06-16T21:49:11.850Z Fresh icu_collections v2.1.1
101332026-06-16T21:49:11.850Z Fresh hyper v1.8.1
101342026-06-16T21:49:11.850Z Fresh aes v0.8.4
101352026-06-16T21:49:11.850Z Fresh pbkdf2 v0.12.2
101362026-06-16T21:49:11.859Z Fresh cbc v0.1.2
101372026-06-16T21:49:11.859Z Fresh salsa20 v0.10.2
101382026-06-16T21:49:11.860Z Fresh rustls-webpki v0.103.9
101392026-06-16T21:49:11.860Z Fresh pest_derive v2.8.6
101402026-06-16T21:49:11.860Z Fresh crc32fast v1.5.0
101412026-06-16T21:49:11.860Z Fresh paste v1.0.15
101422026-06-16T21:49:11.860Z Fresh cookie v0.18.1
101432026-06-16T21:49:11.860Z Fresh goblin v0.10.5
101442026-06-16T21:49:11.860Z Fresh bit-vec v0.8.0
101452026-06-16T21:49:11.860Z Fresh darling_macro v0.20.11
101462026-06-16T21:49:11.860Z Fresh ff v0.13.1
101472026-06-16T21:49:11.860Z Fresh wait-timeout v0.2.1
101482026-06-16T21:49:11.860Z Fresh memmap2 v0.9.10
101492026-06-16T21:49:11.860Z Fresh num-iter v0.1.45
101502026-06-16T21:49:11.860Z Fresh hkdf v0.12.4
101512026-06-16T21:49:11.860Z Fresh crypto-bigint v0.5.5
101522026-06-16T21:49:11.860Z Fresh scroll_derive v0.12.1
101532026-06-16T21:49:11.861Z Fresh anstyle-parse v0.2.7
101542026-06-16T21:49:11.861Z Fresh siphasher v1.0.2
101552026-06-16T21:49:11.861Z Fresh foreign-types-shared v0.1.1
101562026-06-16T21:49:11.861Z Fresh quick-error v1.2.3
101572026-06-16T21:49:11.861Z Fresh icu_provider v2.1.1
101582026-06-16T21:49:11.861Z Fresh hyper-util v0.1.20
101592026-06-16T21:49:11.861Z Fresh rustls v0.23.37
101602026-06-16T21:49:11.861Z Fresh scrypt v0.11.0
101612026-06-16T21:49:11.861Z Fresh flate2 v1.1.9
101622026-06-16T21:49:11.873Z Fresh dtrace-parser v0.3.0
101632026-06-16T21:49:11.873Z Fresh dof v0.4.0
101642026-06-16T21:49:11.873Z Fresh bit-set v0.8.0
101652026-06-16T21:49:11.873Z Fresh group v0.13.0
101662026-06-16T21:49:11.873Z Fresh object v0.37.3
101672026-06-16T21:49:11.873Z Fresh darling v0.20.11
101682026-06-16T21:49:11.873Z Fresh ahash v0.8.12
101692026-06-16T21:49:11.873Z Fresh rusty-fork v0.3.1
101702026-06-16T21:49:11.873Z Fresh anstream v0.6.21
101712026-06-16T21:49:11.874Z Fresh scroll v0.12.0
101722026-06-16T21:49:11.874Z Fresh foreign-types v0.3.2
101732026-06-16T21:49:11.874Z Fresh openssl-sys v0.9.115
101742026-06-16T21:49:11.874Z Fresh crossbeam-epoch v0.9.18
101752026-06-16T21:49:11.874Z Fresh rand_xorshift v0.4.0
101762026-06-16T21:49:11.874Z Fresh openssl-macros v0.1.1
101772026-06-16T21:49:11.874Z Fresh bstr v1.12.1
101782026-06-16T21:49:11.874Z Fresh zerocopy-derive v0.7.35
101792026-06-16T21:49:11.874Z Fresh unarray v0.1.4
101802026-06-16T21:49:11.874Z Fresh winnow v0.5.40
101812026-06-16T21:49:11.874Z Fresh x509-cert v0.2.5
101822026-06-16T21:49:11.874Z Fresh itertools v0.13.0
101832026-06-16T21:49:11.874Z Fresh icu_normalizer v2.1.1
101842026-06-16T21:49:11.874Z Fresh icu_properties v2.1.2
101852026-06-16T21:49:11.874Z Fresh pkcs5 v0.7.1
101862026-06-16T21:49:11.874Z Fresh tokio-rustls v0.26.4
101872026-06-16T21:49:11.874Z Fresh rustls-platform-verifier v0.6.2
101882026-06-16T21:49:11.886Z Fresh usdt-impl v0.6.0
101892026-06-16T21:49:11.886Z Fresh derive_builder_core v0.20.2
101902026-06-16T21:49:11.886Z Fresh toml_edit v0.19.15
101912026-06-16T21:49:11.886Z Fresh rustix v0.38.44
101922026-06-16T21:49:11.886Z Fresh proptest v1.10.0
101932026-06-16T21:49:11.886Z Fresh zerocopy v0.7.35
101942026-06-16T21:49:11.886Z Fresh num-bigint-dig v0.8.6
101952026-06-16T21:49:11.886Z Fresh openssl v0.10.79
101962026-06-16T21:49:11.887Z Fresh goblin v0.8.2
101972026-06-16T21:49:11.887Z Fresh dtrace-parser v0.2.0
101982026-06-16T21:49:11.887Z Fresh rfc6979 v0.4.0
101992026-06-16T21:49:11.887Z Fresh curve25519-dalek-derive v0.1.1
102002026-06-16T21:49:11.887Z Fresh thread-id v4.2.2
102012026-06-16T21:49:11.887Z Fresh cfg_aliases v0.2.1
102022026-06-16T21:49:11.887Z Fresh daft-derive v0.1.7
102032026-06-16T21:49:11.887Z Fresh cargo-platform v0.3.2
102042026-06-16T21:49:11.887Z Fresh env_filter v1.0.0
102052026-06-16T21:49:11.887Z Fresh same-file v1.0.6
102062026-06-16T21:49:11.887Z Fresh keccak v0.1.6
102072026-06-16T21:49:11.887Z Fresh serde_with_macros v3.17.0
102082026-06-16T21:49:11.887Z Fresh idna_adapter v1.2.1
102092026-06-16T21:49:11.887Z Fresh pkcs8 v0.10.2
102102026-06-16T21:49:11.887Z Fresh hyper-rustls v0.27.7
102112026-06-16T21:49:11.887Z Fresh usdt-macro v0.6.0
102122026-06-16T21:49:11.887Z Fresh usdt-attr-macro v0.6.0
102132026-06-16T21:49:11.887Z Fresh derive_builder_macro v0.20.2
102142026-06-16T21:49:11.888Z Fresh dof v0.3.0
102152026-06-16T21:49:11.888Z Fresh memoffset v0.9.1
102162026-06-16T21:49:11.888Z Fresh curve25519-dalek v4.1.3
102172026-06-16T21:49:11.888Z Fresh cargo_metadata v0.23.1
102182026-06-16T21:49:11.913Z Fresh sha3 v0.10.8
102192026-06-16T21:49:11.913Z Fresh walkdir v2.5.0
102202026-06-16T21:49:11.913Z Fresh env_logger v0.11.9
102212026-06-16T21:49:11.913Z Fresh bitflags v1.3.2
102222026-06-16T21:49:11.913Z Fresh unicode-normalization v0.1.25
102232026-06-16T21:49:11.914Z Fresh enum-as-inner v0.6.1
102242026-06-16T21:49:11.914Z Fresh managed v0.8.0
102252026-06-16T21:49:11.914Z Fresh phf_shared v0.11.3
102262026-06-16T21:49:11.914Z Fresh ref-cast-impl v1.0.25
102272026-06-16T21:49:11.914Z Fresh precomputed-hash v0.1.1
102282026-06-16T21:49:11.914Z Fresh new_debug_unreachable v1.0.6
102292026-06-16T21:49:11.914Z Fresh fixedbitset v0.4.2
102302026-06-16T21:49:11.914Z Fresh toml_write v0.1.2
102312026-06-16T21:49:11.914Z Fresh idna v1.1.0
102322026-06-16T21:49:11.914Z Fresh sec1 v0.7.3
102332026-06-16T21:49:11.914Z Fresh usdt v0.6.0
102342026-06-16T21:49:11.914Z Fresh pkcs1 v0.7.5
102352026-06-16T21:49:11.914Z Fresh derive_builder v0.20.2
102362026-06-16T21:49:11.914Z Fresh native-tls v0.2.18
102372026-06-16T21:49:11.914Z Fresh usdt-impl v0.5.0
102382026-06-16T21:49:11.914Z Fresh ed25519 v2.2.3
102392026-06-16T21:49:11.914Z Fresh bzip2-sys v0.1.13+1.0.8
102402026-06-16T21:49:11.914Z Fresh string_cache v0.8.9
102412026-06-16T21:49:11.914Z Fresh toml_edit v0.22.27
102422026-06-16T21:49:11.915Z Fresh petgraph v0.6.5
102432026-06-16T21:49:11.915Z Fresh toml v0.7.8
102442026-06-16T21:49:11.915Z Fresh globset v0.4.18
102452026-06-16T21:49:11.915Z Fresh pin-project-internal v1.1.11
102462026-06-16T21:49:11.915Z Fresh foldhash v0.1.5
102472026-06-16T21:49:11.915Z Fresh lalrpop-util v0.19.12
102482026-06-16T21:49:11.915Z Fresh snafu-derive v0.8.9
102492026-06-16T21:49:11.915Z Fresh tokio-stream v0.1.18
102502026-06-16T21:49:11.915Z Fresh serde-big-array v0.5.1
102512026-06-16T21:49:11.915Z Fresh serde_repr v0.1.20
102522026-06-16T21:49:11.915Z Fresh pem v3.0.6
102532026-06-16T21:49:11.915Z Fresh hash32 v0.2.1
102542026-06-16T21:49:11.915Z Fresh unicode-properties v0.1.4
102552026-06-16T21:49:11.915Z Fresh url v2.5.8
102562026-06-16T21:49:11.915Z Fresh publicsuffix v2.3.0
102572026-06-16T21:49:11.915Z Fresh elliptic-curve v0.13.8
102582026-06-16T21:49:11.915Z Fresh rsa v0.9.10
102592026-06-16T21:49:11.915Z Fresh tokio-native-tls v0.3.1
102602026-06-16T21:49:11.915Z Fresh nix v0.31.2
102612026-06-16T21:49:11.915Z Fresh ed25519-dalek v2.2.0
102622026-06-16T21:49:11.915Z Fresh vergen-lib v9.1.0
102632026-06-16T21:49:11.915Z Fresh signal-hook v0.3.18
102642026-06-16T21:49:11.924Z Fresh bzip2 v0.4.4
102652026-06-16T21:49:11.924Z Fresh ref-cast v1.0.25
102662026-06-16T21:49:11.924Z Fresh hashbrown v0.15.5
102672026-06-16T21:49:11.924Z Fresh pin-project v1.1.11
102682026-06-16T21:49:11.924Z Fresh zstd-sys v2.0.16+zstd.1.5.7
102692026-06-16T21:49:11.924Z Fresh fs-err v3.3.0
102702026-06-16T21:49:11.924Z Fresh bumpalo v3.20.2
102712026-06-16T21:49:11.924Z Fresh predicates-core v1.0.10
102722026-06-16T21:49:11.924Z Fresh unicode-bidi v0.3.18
102732026-06-16T21:49:11.924Z Fresh libbz2-rs-sys v0.2.2
102742026-06-16T21:49:11.924Z Fresh olpc-cjson v0.1.4
102752026-06-16T21:49:11.924Z Fresh similar v2.7.0
102762026-06-16T21:49:11.924Z Fresh md-5 v0.10.6
102772026-06-16T21:49:11.924Z Fresh serde_plain v1.0.2
102782026-06-16T21:49:11.924Z Fresh async-recursion v1.1.1
102792026-06-16T21:49:11.924Z Fresh float-cmp v0.10.0
102802026-06-16T21:49:11.925Z Fresh strum_macros v0.27.2
102812026-06-16T21:49:11.925Z Fresh fallible-iterator v0.2.0
102822026-06-16T21:49:11.925Z Fresh normalize-line-endings v0.3.0
102832026-06-16T21:49:11.925Z Fresh difflib v0.4.0
102842026-06-16T21:49:11.925Z Fresh schemars v0.8.22
102852026-06-16T21:49:11.925Z Fresh cookie_store v0.22.1
102862026-06-16T21:49:11.925Z Fresh ecdsa v0.16.9
102872026-06-16T21:49:11.925Z Fresh hyper-tls v0.6.0
102882026-06-16T21:49:11.925Z Fresh vergen v9.1.0
102892026-06-16T21:49:11.925Z Fresh signal-hook-mio v0.2.5
102902026-06-16T21:49:11.925Z Fresh zip v0.6.6
102912026-06-16T21:49:11.925Z Fresh zstd-safe v7.2.4
102922026-06-16T21:49:11.925Z Fresh snafu v0.8.9
102932026-06-16T21:49:11.925Z Fresh zopfli v0.8.3
102942026-06-16T21:49:11.925Z Fresh hickory-proto v0.25.2
102952026-06-16T21:49:11.925Z Fresh heapless v0.7.17
102962026-06-16T21:49:11.925Z Fresh bzip2 v0.6.1
102972026-06-16T21:49:11.925Z Fresh stringprep v0.1.5
102982026-06-16T21:49:11.925Z Fresh jiff v0.2.21
102992026-06-16T21:49:11.925Z Fresh typed-path v0.9.3
103002026-06-16T21:49:11.925Z Fresh predicates v3.1.4
103012026-06-16T21:49:11.926Z Fresh strum v0.27.2
103022026-06-16T21:49:11.926Z Fresh phf_shared v0.13.1
103032026-06-16T21:49:11.926Z Fresh buf-list v1.1.2
103042026-06-16T21:49:11.926Z Fresh fixedbitset v0.5.7
103052026-06-16T21:49:11.926Z Fresh peg-runtime v0.8.5
103062026-06-16T21:49:11.926Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
103072026-06-16T21:49:11.926Z Fresh whoami v2.1.0
103082026-06-16T21:49:11.926Z Fresh is-terminal v0.4.17
103092026-06-16T21:49:11.926Z Fresh crossbeam-channel v0.5.15
103102026-06-16T21:49:11.926Z Fresh thread_local v1.1.9
103112026-06-16T21:49:11.926Z Fresh take_mut v0.2.2
103122026-06-16T21:49:11.926Z Fresh term v1.2.1
103132026-06-16T21:49:11.926Z Fresh structmeta-derive v0.3.0
103142026-06-16T21:49:11.926Z Fresh newtype-uuid-macros v0.1.0
103152026-06-16T21:49:11.934Z Fresh ipnetwork v0.21.1
103162026-06-16T21:49:11.934Z Fresh reqwest v0.13.2
103172026-06-16T21:49:11.934Z Fresh newtype-uuid v1.3.2
103182026-06-16T21:49:11.943Z Fresh serde_with v3.17.0
103192026-06-16T21:49:11.943Z Fresh reqwest v0.12.28
103202026-06-16T21:49:11.943Z Fresh crossterm v0.28.1
103212026-06-16T21:49:11.943Z Fresh zstd v0.13.3
103222026-06-16T21:49:11.943Z Fresh smoltcp v0.9.1
103232026-06-16T21:49:11.943Z Fresh postgres-protocol v0.6.10
103242026-06-16T21:49:11.943Z Fresh phf v0.13.1
103252026-06-16T21:49:11.943Z Fresh petgraph v0.8.3
103262026-06-16T21:49:11.943Z Fresh slog-term v2.9.2
103272026-06-16T21:49:11.943Z Fresh structmeta v0.3.0
103282026-06-16T21:49:11.943Z Fresh match_cfg v0.1.0
103292026-06-16T21:49:11.943Z Fresh slog-json v2.6.1
103302026-06-16T21:49:11.944Z Fresh debug-ignore v1.0.5
103312026-06-16T21:49:11.944Z Fresh rustls-webpki v0.102.8
103322026-06-16T21:49:11.944Z Fresh serde_spanned v1.0.4
103332026-06-16T21:49:11.944Z Fresh toml_datetime v1.0.0+spec-1.1.0
103342026-06-16T21:49:11.944Z Fresh serde_path_to_error v0.1.20
103352026-06-16T21:49:11.944Z Fresh toml_writer v1.0.6+spec-1.1.0
103362026-06-16T21:49:11.944Z Fresh compression-core v0.4.31
103372026-06-16T21:49:11.944Z Fresh async-stream-impl v0.3.6
103382026-06-16T21:49:11.944Z Fresh rustls-pemfile v2.2.0
103392026-06-16T21:49:11.944Z Fresh dropshot_endpoint v0.17.0
103402026-06-16T21:49:11.944Z Fresh waitgroup v0.1.2
103412026-06-16T21:49:11.944Z Fresh hostname v0.4.2
103422026-06-16T21:49:11.944Z Fresh itertools v0.14.0
103432026-06-16T21:49:11.944Z Fresh oxnet v0.1.6
103442026-06-16T21:49:11.944Z Fresh tough v0.22.0
103452026-06-16T21:49:11.944Z Fresh zip v4.6.1
103462026-06-16T21:49:11.944Z Fresh postgres-types v0.2.12
103472026-06-16T21:49:11.944Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
103482026-06-16T21:49:11.944Z Fresh slog-async v2.8.0
103492026-06-16T21:49:11.944Z Fresh hostname v0.3.1
103502026-06-16T21:49:11.944Z Fresh derive-ex v0.1.8
103512026-06-16T21:49:11.944Z Fresh progenitor-client v0.14.0
103522026-06-16T21:49:11.945Z Fresh toml v1.0.6+spec-1.1.0
103532026-06-16T21:49:11.945Z Fresh compression-codecs v0.4.37
103542026-06-16T21:49:11.945Z Fresh async-stream v0.3.6
103552026-06-16T21:49:11.945Z Fresh atomicwrites v0.4.4
103562026-06-16T21:49:11.945Z Fresh regress v0.10.5
103572026-06-16T21:49:11.945Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
103582026-06-16T21:49:11.945Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
103592026-06-16T21:49:11.945Z Fresh macaddr v1.0.1
103602026-06-16T21:49:11.945Z Fresh instant v0.1.13
103612026-06-16T21:49:11.945Z Fresh parse-display-derive v0.10.0
103622026-06-16T21:49:11.945Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
103632026-06-16T21:49:11.945Z Fresh backon v1.6.0
103642026-06-16T21:49:11.950Z Fresh humantime v2.3.0
103652026-06-16T21:49:11.950Z Fresh unicode-width v0.2.0
103662026-06-16T21:49:11.950Z Fresh convert_case v0.4.0
103672026-06-16T21:49:11.950Z Fresh regress v0.11.1
103682026-06-16T21:49:11.950Z Fresh half v2.7.1
103692026-06-16T21:49:11.950Z Fresh ciborium-io v0.2.2
103702026-06-16T21:49:11.950Z Fresh unsafe-libyaml v0.2.11
103712026-06-16T21:49:11.950Z Fresh secrecy v0.10.3
103722026-06-16T21:49:11.951Z Fresh daft v0.1.7
103732026-06-16T21:49:11.951Z Fresh tokio-postgres v0.7.16
103742026-06-16T21:49:11.951Z Fresh slog-bunyan v2.5.0
103752026-06-16T21:49:11.951Z Fresh test-strategy v0.4.5
103762026-06-16T21:49:11.951Z Fresh rustls v0.22.4
103772026-06-16T21:49:11.951Z Fresh async-compression v0.4.41
103782026-06-16T21:49:11.951Z Fresh multer v3.1.0
103792026-06-16T21:49:11.951Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
103802026-06-16T21:49:11.951Z Fresh parse-display v0.10.0
103812026-06-16T21:49:11.951Z Fresh backoff v0.4.0
103822026-06-16T21:49:11.951Z Fresh progenitor-extras v0.2.0
103832026-06-16T21:49:11.951Z Fresh derive_more v0.99.20
103842026-06-16T21:49:11.951Z Fresh ciborium-ll v0.2.2
103852026-06-16T21:49:11.951Z Fresh typify-impl v0.6.2
103862026-06-16T21:49:11.951Z Fresh serde_yaml v0.9.34+deprecated
103872026-06-16T21:49:11.951Z Fresh universal-hash v0.5.1
103882026-06-16T21:49:11.951Z Fresh opaque-debug v0.3.1
103892026-06-16T21:49:11.951Z Fresh indent_write v2.2.0
103902026-06-16T21:49:11.951Z Fresh aead v0.5.2
103912026-06-16T21:49:11.951Z Fresh chacha20 v0.9.1
103922026-06-16T21:49:11.951Z Fresh byte-wrapper v0.1.0
103932026-06-16T21:49:11.952Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
103942026-06-16T21:49:11.952Z Fresh thiserror-impl-no-std v2.0.2
103952026-06-16T21:49:11.952Z Fresh blake2 v0.10.6
103962026-06-16T21:49:11.952Z Fresh password-hash v0.5.0
103972026-06-16T21:49:11.952Z Fresh swrite v0.1.0
103982026-06-16T21:49:11.952Z Fresh camino-tempfile v1.4.1
103992026-06-16T21:49:11.952Z Fresh toml_datetime v0.7.5+spec-1.1.0
104002026-06-16T21:49:11.952Z Fresh glob v0.3.3
104012026-06-16T21:49:11.952Z Fresh crossbeam-deque v0.8.6
104022026-06-16T21:49:11.952Z Fresh iddqd v0.4.2
104032026-06-16T21:49:11.952Z Fresh tokio-rustls v0.25.0
104042026-06-16T21:49:11.952Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
104052026-06-16T21:49:11.952Z Fresh typify-macro v0.6.2
104062026-06-16T21:49:11.952Z Fresh ciborium v0.2.2
104072026-06-16T21:49:11.952Z Fresh poly1305 v0.8.0
104082026-06-16T21:49:11.952Z Fresh thiserror-no-std v2.0.2
104092026-06-16T21:49:11.952Z Fresh argon2 v0.5.3
104102026-06-16T21:49:11.952Z Fresh toml_edit v0.23.10+spec-1.0.0
104112026-06-16T21:49:11.952Z Fresh tabwriter v1.4.1
104122026-06-16T21:49:11.952Z Fresh toml v0.8.23
104132026-06-16T21:49:11.953Z Fresh colored v3.1.1
104142026-06-16T21:49:11.953Z Fresh ingot-macros v0.1.1
104152026-06-16T21:49:11.953Z Fresh hash32 v0.3.1
104162026-06-16T21:49:11.953Z Fresh cobs v0.3.0
104172026-06-16T21:49:11.953Z Fresh unicode-width v0.1.14
104182026-06-16T21:49:11.969Z Fresh proc-macro-crate v1.3.1
104192026-06-16T21:49:11.969Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
104202026-06-16T21:49:11.969Z Fresh foreign-types-macros v0.2.3
104212026-06-16T21:49:11.969Z Fresh cpufeatures v0.3.0
104222026-06-16T21:49:11.969Z Fresh foreign-types-shared v0.3.1
104232026-06-16T21:49:11.969Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
104242026-06-16T21:49:11.969Z Fresh dropshot v0.17.0
104252026-06-16T21:49:11.969Z Fresh typify v0.6.2
104262026-06-16T21:49:11.970Z Fresh crucible-workspace-hack v0.1.0
104272026-06-16T21:49:11.970Z Fresh chacha20poly1305 v0.10.1
104282026-06-16T21:49:11.970Z Fresh vsss-rs v3.3.4
104292026-06-16T21:49:11.970Z Fresh proc-macro-crate v3.4.0
104302026-06-16T21:49:11.970Z Fresh proc-macro-error-attr v1.0.4
104312026-06-16T21:49:11.970Z Fresh ingot-types v0.1.2
104322026-06-16T21:49:11.970Z Fresh postcard v1.1.3
104332026-06-16T21:49:11.970Z Fresh foreign-types v0.5.0
104342026-06-16T21:49:11.970Z Fresh num_enum_derive v0.5.11
104352026-06-16T21:49:11.970Z Fresh chacha20 v0.10.0
104362026-06-16T21:49:11.970Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
104372026-06-16T21:49:11.970Z Fresh cstr-argument v0.1.2
104382026-06-16T21:49:11.970Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
104392026-06-16T21:49:11.970Z Fresh sigpipe v0.1.3
104402026-06-16T21:49:11.970Z Fresh itertools v0.12.1
104412026-06-16T21:49:11.970Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104422026-06-16T21:49:11.970Z Fresh num-derive v0.4.2
104432026-06-16T21:49:11.971Z Fresh num-rational v0.4.2
104442026-06-16T21:49:11.971Z Fresh smf v0.2.3
104452026-06-16T21:49:11.971Z Fresh progenitor-impl v0.14.0
104462026-06-16T21:49:11.971Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
104472026-06-16T21:49:11.971Z Fresh num_enum_derive v0.7.6
104482026-06-16T21:49:11.971Z Fresh proc-macro-error v1.0.4
104492026-06-16T21:49:11.971Z Fresh rayon-core v1.13.0
104502026-06-16T21:49:11.971Z Fresh heapless v0.8.0
104512026-06-16T21:49:11.971Z Fresh ingot v0.1.1
104522026-06-16T21:49:11.971Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
104532026-06-16T21:49:11.971Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
104542026-06-16T21:49:11.971Z Fresh num_enum v0.5.11
104552026-06-16T21:49:11.971Z Fresh rand v0.10.0
104562026-06-16T21:49:11.971Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104572026-06-16T21:49:11.971Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
104582026-06-16T21:49:11.971Z Fresh num-complex v0.4.6
104592026-06-16T21:49:11.971Z Fresh whoami v1.6.1
104602026-06-16T21:49:11.971Z Fresh float-ord v0.3.2
104612026-06-16T21:49:11.971Z Fresh console v0.15.11
104622026-06-16T21:49:11.971Z Fresh derive-where v1.6.0
104632026-06-16T21:49:11.971Z Fresh newline-converter v0.3.0
104642026-06-16T21:49:11.972Z Fresh usdt-macro v0.5.0
104652026-06-16T21:49:11.972Z Fresh usdt-attr-macro v0.5.0
104662026-06-16T21:49:11.972Z Fresh memmap v0.7.0
104672026-06-16T21:49:11.972Z Fresh libsw-core v0.3.2
104682026-06-16T21:49:11.972Z Fresh bytecount v0.6.9
104692026-06-16T21:49:11.972Z Fresh linear-map v1.2.0
104702026-06-16T21:49:11.972Z Fresh progenitor-macro v0.14.0
104712026-06-16T21:49:11.972Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104722026-06-16T21:49:11.972Z Fresh num_enum v0.7.6
104732026-06-16T21:49:11.972Z Fresh rayon v1.11.0
104742026-06-16T21:49:11.972Z Fresh smoltcp v0.11.0
104752026-06-16T21:49:11.972Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
104762026-06-16T21:49:11.972Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
104772026-06-16T21:49:11.972Z Fresh zone_cfg_derive v0.3.1
104782026-06-16T21:49:11.972Z Fresh num v0.4.3
104792026-06-16T21:49:11.972Z Fresh expectorate v1.2.0
104802026-06-16T21:49:11.972Z Fresh usdt v0.5.0
104812026-06-16T21:49:11.972Z Fresh libsw v3.5.0
104822026-06-16T21:49:11.972Z Fresh gethostname v0.5.0
104832026-06-16T21:49:11.972Z Fresh unicode-xid v0.2.6
104842026-06-16T21:49:11.972Z Fresh resolv-conf v0.7.6
104852026-06-16T21:49:11.973Z Fresh unicode-linebreak v0.1.5
104862026-06-16T21:49:11.973Z Fresh smawk v0.3.2
104872026-06-16T21:49:11.973Z Fresh csv-core v0.1.13
104882026-06-16T21:49:11.973Z Fresh linked-hash-map v0.5.6
104892026-06-16T21:49:11.973Z Fresh minimal-lexical v0.2.1
104902026-06-16T21:49:11.973Z Fresh hickory-proto v0.24.4
104912026-06-16T21:49:11.973Z Fresh convert_case v0.10.0
104922026-06-16T21:49:11.973Z Fresh termtree v0.5.1
104932026-06-16T21:49:11.973Z Fresh ar_archive_writer v0.5.1
104942026-06-16T21:49:11.973Z Fresh fd-lock v4.0.4
104952026-06-16T21:49:11.973Z Fresh vte v0.14.1
104962026-06-16T21:49:11.973Z Fresh semver v0.1.20
104972026-06-16T21:49:11.973Z Fresh progenitor v0.14.0
104982026-06-16T21:49:11.973Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104992026-06-16T21:49:11.973Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105002026-06-16T21:49:11.973Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
105012026-06-16T21:49:11.973Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
105022026-06-16T21:49:11.973Z Fresh zone v0.3.1
105032026-06-16T21:49:11.973Z Fresh owo-colors v4.3.0
105042026-06-16T21:49:11.973Z Fresh prettyplease v0.2.37
105052026-06-16T21:49:11.973Z Fresh cancel-safe-futures v0.1.5
105062026-06-16T21:49:11.973Z Fresh tokio-dtrace v0.1.1
105072026-06-16T21:49:11.973Z Fresh lru-cache v0.1.2
105082026-06-16T21:49:11.973Z Fresh csv v1.4.0
105092026-06-16T21:49:11.973Z Fresh nom v7.1.3
105102026-06-16T21:49:11.973Z Fresh derive_more-impl v2.1.1
105112026-06-16T21:49:11.974Z Fresh rustc_version v0.1.7
105122026-06-16T21:49:11.974Z Fresh strip-ansi-escapes v0.2.1
105132026-06-16T21:49:11.974Z Fresh papergrid v0.11.0
105142026-06-16T21:49:11.974Z Fresh tabled_derive v0.7.0
105152026-06-16T21:49:11.974Z Fresh nom v8.0.0
105162026-06-16T21:49:11.974Z Fresh nu-ansi-term v0.50.3
105172026-06-16T21:49:11.974Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105182026-06-16T21:49:11.984Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
105192026-06-16T21:49:11.984Z Fresh oxide-tokio-rt v0.1.4
105202026-06-16T21:49:11.984Z Fresh slog-dtrace v0.3.0
105212026-06-16T21:49:11.984Z Fresh derive_more v2.1.1
105222026-06-16T21:49:11.984Z Fresh hickory-resolver v0.24.4
105232026-06-16T21:49:11.984Z Fresh reedline v0.40.0
105242026-06-16T21:49:11.984Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
105252026-06-16T21:49:11.984Z Fresh tabled v0.15.0
105262026-06-16T21:49:11.984Z Fresh highway v1.3.0
105272026-06-16T21:49:11.984Z Fresh cfg_aliases v0.1.1
105282026-06-16T21:49:11.984Z Fresh display-error-chain v0.2.2
105292026-06-16T21:49:11.984Z Fresh nibble_vec v0.1.0
105302026-06-16T21:49:11.984Z Fresh home v0.5.12
105312026-06-16T21:49:11.984Z Fresh endian-type v0.1.2
105322026-06-16T21:49:11.985Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
105332026-06-16T21:49:11.985Z Fresh textwrap v0.16.2
105342026-06-16T21:49:11.985Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
105352026-06-16T21:49:11.985Z Fresh phf_shared v0.12.1
105362026-06-16T21:49:11.985Z Fresh recursive-proc-macro-impl v0.1.1
105372026-06-16T21:49:11.985Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105382026-06-16T21:49:11.985Z Fresh qorb v0.4.1
105392026-06-16T21:49:11.985Z Fresh crossterm v0.29.0
105402026-06-16T21:49:11.985Z Fresh psm v0.1.30
105412026-06-16T21:49:11.985Z Fresh radix_trie v0.2.1
105422026-06-16T21:49:11.985Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
105432026-06-16T21:49:11.985Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
105442026-06-16T21:49:11.985Z Fresh phf v0.12.1
105452026-06-16T21:49:11.985Z Fresh const_format_proc_macros v0.2.34
105462026-06-16T21:49:11.985Z Fresh peg-macros v0.8.5
105472026-06-16T21:49:11.985Z Fresh sqlparser_derive v0.5.0
105482026-06-16T21:49:11.985Z Fresh winnow v0.6.26
105492026-06-16T21:49:11.985Z Fresh unicode_categories v0.1.1
105502026-06-16T21:49:11.985Z Fresh bcs v0.1.6
105512026-06-16T21:49:11.985Z Fresh base64 v0.21.7
105522026-06-16T21:49:11.986Z Fresh filetime v0.2.27
105532026-06-16T21:49:11.986Z Fresh xattr v1.6.1
105542026-06-16T21:49:11.986Z Fresh headers-core v0.3.0
105552026-06-16T21:49:11.986Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105562026-06-16T21:49:11.986Z Fresh newtype_derive v0.1.6
105572026-06-16T21:49:11.986Z Fresh stacker v0.1.23
105582026-06-16T21:49:11.986Z Fresh sqlformat v0.3.5
105592026-06-16T21:49:11.986Z Fresh const_format v0.2.35
105602026-06-16T21:49:11.986Z Fresh chrono-tz v0.10.4
105612026-06-16T21:49:11.986Z Fresh peg v0.8.5
105622026-06-16T21:49:11.986Z Fresh tar v0.4.45
105632026-06-16T21:49:11.986Z Fresh headers v0.4.1
105642026-06-16T21:49:11.986Z Fresh subprocess v0.2.15
105652026-06-16T21:49:11.986Z Fresh dropshot-api-manager-types v0.7.2
105662026-06-16T21:49:11.986Z Fresh yasna v0.5.2
105672026-06-16T21:49:11.986Z Fresh utf-8 v0.7.6
105682026-06-16T21:49:11.986Z Fresh tagptr v0.2.0
105692026-06-16T21:49:11.986Z Fresh bitfield-struct v0.6.2
105702026-06-16T21:49:11.986Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
105712026-06-16T21:49:11.986Z Fresh xshell-macros v0.2.7
105722026-06-16T21:49:11.986Z Fresh tap v1.0.1
105732026-06-16T21:49:11.986Z Fresh recursive v0.1.1
105742026-06-16T21:49:11.987Z Fresh nix v0.28.0
105752026-06-16T21:49:11.987Z Fresh steno v0.4.1
105762026-06-16T21:49:11.987Z Fresh rcgen v0.12.1
105772026-06-16T21:49:11.987Z Fresh moka v0.12.13
105782026-06-16T21:49:11.987Z Fresh tungstenite v0.21.0
105792026-06-16T21:49:11.987Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
105802026-06-16T21:49:11.987Z Fresh xshell v0.2.7
105812026-06-16T21:49:11.987Z Fresh wyz v0.5.1
105822026-06-16T21:49:11.987Z Fresh zerocopy-derive v0.6.6
105832026-06-16T21:49:11.987Z Fresh funty v2.0.0
105842026-06-16T21:49:11.987Z Fresh crc-catalog v2.4.0
105852026-06-16T21:49:11.987Z Fresh packed_struct_codegen v0.10.1
105862026-06-16T21:49:11.987Z Fresh bitfield-macros v0.19.4
105872026-06-16T21:49:11.987Z Fresh nodrop v0.1.14
105882026-06-16T21:49:11.987Z Fresh hashbrown v0.12.3
105892026-06-16T21:49:11.987Z Fresh maplit v1.0.2
105902026-06-16T21:49:11.987Z Fresh ron v0.8.1
105912026-06-16T21:49:11.987Z Fresh rustyline v14.0.0
105922026-06-16T21:49:11.987Z Fresh sqlparser v0.61.0
105932026-06-16T21:49:11.987Z Fresh hickory-resolver v0.25.2
105942026-06-16T21:49:11.987Z Fresh tokio-tungstenite v0.21.0
105952026-06-16T21:49:11.988Z Fresh libefi-sys v0.1.0
105962026-06-16T21:49:11.988Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
105972026-06-16T21:49:11.988Z Fresh radium v0.7.0
105982026-06-16T21:49:11.988Z Fresh crc v3.4.0
105992026-06-16T21:49:11.988Z Fresh maybe-uninit v2.0.0
106002026-06-16T21:49:11.988Z Fresh zerocopy v0.6.6
106012026-06-16T21:49:11.988Z Fresh array-init v0.0.4
106022026-06-16T21:49:11.988Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
106032026-06-16T21:49:11.988Z Fresh bitfield v0.19.4
106042026-06-16T21:49:11.988Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
106052026-06-16T21:49:11.988Z Fresh hashbrown v0.13.2
106062026-06-16T21:49:11.988Z Fresh crc-any v2.5.0
106072026-06-16T21:49:11.988Z Fresh path-slash v0.1.5
106082026-06-16T21:49:11.988Z Fresh dsl_auto_type v0.2.0
106092026-06-16T21:49:11.988Z Fresh scheduled-thread-pool v0.2.7
106102026-06-16T21:49:11.988Z Fresh diesel_table_macro_syntax v0.3.0
106112026-06-16T21:49:11.988Z Fresh num-derive v0.3.3
106122026-06-16T21:49:11.988Z Fresh proc-macro-error-attr2 v2.0.0
106132026-06-16T21:49:11.988Z Fresh diff v0.1.13
106142026-06-16T21:49:11.988Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
106152026-06-16T21:49:11.988Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
106162026-06-16T21:49:11.988Z Fresh bitvec v1.0.1
106172026-06-16T21:49:11.988Z Fresh smallvec v0.6.14
106182026-06-16T21:49:12.003Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
106192026-06-16T21:49:12.003Z Fresh indexmap v1.9.3
106202026-06-16T21:49:12.003Z Fresh r2d2 v0.8.10
106212026-06-16T21:49:12.011Z Fresh downcast-rs v2.0.2
106222026-06-16T21:49:12.011Z Fresh proc-macro-error2 v2.0.1
106232026-06-16T21:49:12.011Z Fresh libscf-sys v1.1.0
106242026-06-16T21:49:12.011Z Fresh git-stub v1.0.0
106252026-06-16T21:49:12.011Z Fresh dirs-sys-next v0.1.2
106262026-06-16T21:49:12.011Z Fresh unicase v2.9.0
106272026-06-16T21:49:12.011Z Fresh papergrid v0.17.0
106282026-06-16T21:49:12.011Z Fresh testing_table v0.3.0
106292026-06-16T21:49:12.012Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
106302026-06-16T21:49:12.012Z Fresh bit-vec v0.6.3
106312026-06-16T21:49:12.012Z Fresh packed_struct v0.10.1
106322026-06-16T21:49:12.012Z Fresh serde-hex v0.1.0
106332026-06-16T21:49:12.012Z Fresh object v0.30.4
106342026-06-16T21:49:12.012Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
106352026-06-16T21:49:12.012Z Fresh vergen-lib v0.1.6
106362026-06-16T21:49:12.012Z Fresh diesel_derives v2.3.7
106372026-06-16T21:49:12.012Z Fresh git-stub-vcs v0.1.0
106382026-06-16T21:49:12.012Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
106392026-06-16T21:49:12.012Z Fresh dirs-next v2.0.0
106402026-06-16T21:49:12.012Z Fresh tabled_derive v0.11.0
106412026-06-16T21:49:12.012Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
106422026-06-16T21:49:12.012Z Fresh bit-set v0.5.3
106432026-06-16T21:49:12.012Z Fresh itertools v0.10.5
106442026-06-16T21:49:12.012Z Fresh libloading v0.8.9
106452026-06-16T21:49:12.013Z Fresh ena v0.14.4
106462026-06-16T21:49:12.013Z Fresh regex-syntax v0.6.29
106472026-06-16T21:49:12.013Z Fresh cexpr v0.6.0
106482026-06-16T21:49:12.013Z Fresh half v1.8.3
106492026-06-16T21:49:12.013Z Fresh rustc-hash v2.1.1
106502026-06-16T21:49:12.013Z Fresh crc8 v0.1.1
106512026-06-16T21:49:12.013Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
106522026-06-16T21:49:12.013Z Fresh vergen-gitcl v1.0.8
106532026-06-16T21:49:12.013Z Fresh diesel v2.3.7
106542026-06-16T21:49:12.013Z Fresh tabled v0.20.0
106552026-06-16T21:49:12.013Z Fresh crunchy v0.2.4
106562026-06-16T21:49:12.013Z Fresh term v0.7.0
106572026-06-16T21:49:12.013Z Fresh clang-sys v1.8.1
106582026-06-16T21:49:12.013Z Fresh serde_cbor v0.11.2
106592026-06-16T21:49:12.013Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
106602026-06-16T21:49:12.013Z Fresh strum_macros v0.24.3
106612026-06-16T21:49:12.013Z Fresh indoc v1.0.9
106622026-06-16T21:49:12.013Z Fresh quick-xml v0.37.5
106632026-06-16T21:49:12.014Z Fresh oso-derive v0.27.3
106642026-06-16T21:49:12.014Z Fresh impl-trait-for-tuples v0.2.3
106652026-06-16T21:49:12.014Z Fresh openssl-probe v0.1.6
106662026-06-16T21:49:12.014Z Fresh trait-variant v0.1.2
106672026-06-16T21:49:12.014Z Fresh progenitor-impl v0.13.0
106682026-06-16T21:49:12.014Z Fresh primeorder v0.13.6
106692026-06-16T21:49:12.014Z Fresh fxhash v0.2.1
106702026-06-16T21:49:12.015Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
106712026-06-16T21:49:12.015Z Fresh ascii-canvas v3.0.0
106722026-06-16T21:49:12.015Z Fresh tiny-keccak v2.0.2
106732026-06-16T21:49:12.015Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
106742026-06-16T21:49:12.015Z Fresh bindgen v0.71.1
106752026-06-16T21:49:12.015Z Fresh libxml v0.3.3
106762026-06-16T21:49:12.015Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
106772026-06-16T21:49:12.015Z Fresh progenitor-macro v0.13.0
106782026-06-16T21:49:12.015Z Fresh progenitor-client v0.13.0
106792026-06-16T21:49:12.015Z Fresh bb8 v0.8.6
106802026-06-16T21:49:12.015Z Fresh diesel-dtrace v0.5.0
106812026-06-16T21:49:12.015Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
106822026-06-16T21:49:12.015Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
106832026-06-16T21:49:12.015Z Fresh p384 v0.13.1
106842026-06-16T21:49:12.016Z Fresh arc-swap v1.8.2
106852026-06-16T21:49:12.016Z Fresh nonempty v0.12.0
106862026-06-16T21:49:12.016Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
106872026-06-16T21:49:12.016Z Fresh predicates-tree v1.0.13
106882026-06-16T21:49:12.016Z Fresh kstat-rs v0.2.4
106892026-06-16T21:49:12.016Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
106902026-06-16T21:49:12.016Z Fresh lalrpop v0.19.12
106912026-06-16T21:49:12.016Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
106922026-06-16T21:49:12.016Z Fresh async-bb8-diesel v0.2.1
106932026-06-16T21:49:12.016Z Fresh salty v0.3.0
106942026-06-16T21:49:12.016Z Fresh progenitor v0.13.0
106952026-06-16T21:49:12.016Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
106962026-06-16T21:49:12.016Z Fresh slog-scope v4.4.1
106972026-06-16T21:49:12.016Z Fresh ignore v0.4.25
106982026-06-16T21:49:12.016Z Fresh typify-impl v0.4.3
106992026-06-16T21:49:12.016Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
107002026-06-16T21:49:12.016Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
107012026-06-16T21:49:12.016Z Fresh prefix-trie v0.7.0
107022026-06-16T21:49:12.016Z Fresh parse-size v1.1.0
107032026-06-16T21:49:12.017Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107042026-06-16T21:49:12.017Z Fresh corncobs v0.1.4
107052026-06-16T21:49:12.017Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
107062026-06-16T21:49:12.017Z Fresh slog-stdlog v4.1.1
107072026-06-16T21:49:12.017Z Fresh parking_lot_core v0.8.6
107082026-06-16T21:49:12.017Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
107092026-06-16T21:49:12.017Z Fresh typify-macro v0.4.3
107102026-06-16T21:49:12.017Z Fresh globwalk v0.9.1
107112026-06-16T21:49:12.017Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
107122026-06-16T21:49:12.017Z Fresh hickory-server v0.25.2
107132026-06-16T21:49:12.023Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107142026-06-16T21:49:12.023Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107152026-06-16T21:49:12.024Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
107162026-06-16T21:49:12.024Z Fresh secrecy v0.8.0
107172026-06-16T21:49:12.024Z Fresh nanorand v0.7.0
107182026-06-16T21:49:12.041Z Fresh progenitor-client v0.11.2
107192026-06-16T21:49:12.041Z Fresh http-range v0.1.5
107202026-06-16T21:49:12.041Z Fresh void v1.0.2
107212026-06-16T21:49:12.041Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
107222026-06-16T21:49:12.041Z Fresh samael v0.0.19
107232026-06-16T21:49:12.041Z Fresh slog-envlogger v2.2.0
107242026-06-16T21:49:12.041Z Fresh fs-err v2.11.0
107252026-06-16T21:49:12.041Z Fresh parking_lot v0.11.2
107262026-06-16T21:49:12.041Z Fresh camino-tempfile-ext v0.3.3
107272026-06-16T21:49:12.041Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
107282026-06-16T21:49:12.041Z Fresh typify v0.4.3
107292026-06-16T21:49:12.041Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
107302026-06-16T21:49:12.042Z Fresh flume v0.11.1
107312026-06-16T21:49:12.042Z Fresh lzss v0.8.2
107322026-06-16T21:49:12.042Z Fresh tungstenite v0.23.0
107332026-06-16T21:49:12.042Z Fresh nix v0.27.1
107342026-06-16T21:49:12.042Z Fresh rand_seeder v0.4.0
107352026-06-16T21:49:12.042Z Fresh serde_bytes v0.11.19
107362026-06-16T21:49:12.043Z Fresh atty v0.2.14
107372026-06-16T21:49:12.043Z Fresh signal-hook-tokio v0.3.1
107382026-06-16T21:49:12.043Z Fresh assert_matches v1.5.0
107392026-06-16T21:49:12.043Z Fresh polar-core v0.27.3
107402026-06-16T21:49:12.043Z Fresh sled v0.34.7
107412026-06-16T21:49:12.044Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
107422026-06-16T21:49:12.044Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107432026-06-16T21:49:12.044Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
107442026-06-16T21:49:12.044Z Fresh progenitor-impl v0.11.2
107452026-06-16T21:49:12.044Z Fresh tokio-tungstenite v0.23.1
107462026-06-16T21:49:12.044Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
107472026-06-16T21:49:12.044Z Fresh mime_guess v2.0.5
107482026-06-16T21:49:12.044Z Fresh illumos-nvpair-sys v0.2.0
107492026-06-16T21:49:12.044Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
107502026-06-16T21:49:12.044Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
107512026-06-16T21:49:12.044Z Fresh is_ci v1.2.0
107522026-06-16T21:49:12.044Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
107532026-06-16T21:49:12.044Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
107542026-06-16T21:49:12.044Z Fresh yansi v1.0.1
107552026-06-16T21:49:12.044Z Fresh darling_core v0.23.0
107562026-06-16T21:49:12.044Z Fresh oso v0.27.3
107572026-06-16T21:49:12.044Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
107582026-06-16T21:49:12.044Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
107592026-06-16T21:49:12.045Z Fresh progenitor-macro v0.11.2
107602026-06-16T21:49:12.045Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
107612026-06-16T21:49:12.045Z Fresh illumos-nvpair v0.3.0
107622026-06-16T21:49:12.045Z Fresh hyper-staticfile v0.10.1
107632026-06-16T21:49:12.045Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
107642026-06-16T21:49:12.045Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
107652026-06-16T21:49:12.045Z Fresh pretty_assertions v1.4.1
107662026-06-16T21:49:12.045Z Fresh darling_macro v0.23.0
107672026-06-16T21:49:12.045Z Fresh indoc v2.0.7
107682026-06-16T21:49:12.045Z Fresh castaway v0.2.4
107692026-06-16T21:49:12.045Z Fresh gimli v0.32.3
107702026-06-16T21:49:12.045Z Fresh progenitor v0.11.2
107712026-06-16T21:49:12.045Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
107722026-06-16T21:49:12.045Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
107732026-06-16T21:49:12.045Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
107742026-06-16T21:49:12.045Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
107752026-06-16T21:49:12.046Z Fresh darling v0.23.0
107762026-06-16T21:49:12.046Z Fresh libz-sys v1.1.24
107772026-06-16T21:49:12.046Z Fresh compact_str v0.8.1
107782026-06-16T21:49:12.047Z Fresh addr2line v0.25.1
107792026-06-16T21:49:12.047Z Fresh unicode-truncate v1.1.0
107802026-06-16T21:49:12.047Z Fresh console v0.16.2
107812026-06-16T21:49:12.047Z Fresh lru v0.12.5
107822026-06-16T21:49:12.047Z Fresh ordered-float v2.10.1
107832026-06-16T21:49:12.047Z Fresh cassowary v0.3.0
107842026-06-16T21:49:12.047Z Fresh rustc-demangle v0.1.27
107852026-06-16T21:49:12.047Z Fresh unit-prefix v0.5.2
107862026-06-16T21:49:12.047Z Fresh polyval v0.6.2
107872026-06-16T21:49:12.047Z Fresh concurrent-queue v2.5.0
107882026-06-16T21:49:12.047Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
107892026-06-16T21:49:12.047Z Fresh typeid v1.0.3
107902026-06-16T21:49:12.047Z Fresh instability v0.3.11
107912026-06-16T21:49:12.047Z Fresh serde-value v0.7.0
107922026-06-16T21:49:12.048Z Fresh libgit2-sys v0.18.3+1.9.2
107932026-06-16T21:49:12.048Z Fresh indicatif v0.18.4
107942026-06-16T21:49:12.048Z Fresh backtrace v0.3.76
107952026-06-16T21:49:12.048Z Fresh plotters-backend v0.3.7
107962026-06-16T21:49:12.048Z Fresh parking v2.2.1
107972026-06-16T21:49:12.048Z Fresh ghash v0.5.1
107982026-06-16T21:49:12.048Z Fresh supports-color v2.1.0
107992026-06-16T21:49:12.048Z Fresh textwrap v0.15.2
108002026-06-16T21:49:12.048Z Fresh supports-hyperlinks v2.1.0
108012026-06-16T21:49:12.048Z Fresh supports-unicode v2.1.0
108022026-06-16T21:49:12.048Z Fresh hashbrown v0.14.5
108032026-06-16T21:49:12.048Z Fresh ctr v0.9.2
108042026-06-16T21:49:12.048Z Fresh cargo-platform v0.2.0
108052026-06-16T21:49:12.048Z Fresh miette-derive v5.10.0
108062026-06-16T21:49:12.048Z Fresh terminal_size v0.1.17
108072026-06-16T21:49:12.048Z Fresh arrayref v0.3.9
108082026-06-16T21:49:12.048Z Fresh cast v0.3.0
108092026-06-16T21:49:12.048Z Fresh arrayvec v0.7.6
108102026-06-16T21:49:12.048Z Fresh owo-colors v3.5.0
108112026-06-16T21:49:12.048Z Fresh erased-serde v0.4.9
108122026-06-16T21:49:12.049Z Fresh ratatui v0.29.0
108132026-06-16T21:49:12.049Z Fresh git2 v0.20.4
108142026-06-16T21:49:12.049Z Fresh plotters-svg v0.3.7
108152026-06-16T21:49:12.049Z Fresh backtrace-ext v0.2.1
108162026-06-16T21:49:12.049Z Fresh event-listener v5.4.1
108172026-06-16T21:49:12.049Z Fresh shell-words v1.1.1
108182026-06-16T21:49:12.053Z Fresh constant_time_eq v0.4.2
108192026-06-16T21:49:12.053Z Fresh chumsky v0.9.3
108202026-06-16T21:49:12.053Z Fresh criterion-plot v0.6.0
108212026-06-16T21:49:12.053Z Fresh aes-gcm v0.10.3
108222026-06-16T21:49:12.053Z Fresh supports-color v3.0.2
108232026-06-16T21:49:12.053Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
108242026-06-16T21:49:12.053Z Fresh knuffel-derive v3.2.0
108252026-06-16T21:49:12.053Z Fresh ssh-encoding v0.2.0
108262026-06-16T21:49:12.054Z Fresh blowfish v0.9.1
108272026-06-16T21:49:12.054Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
108282026-06-16T21:49:12.054Z Fresh rustls-webpki v0.101.7
108292026-06-16T21:49:12.054Z Fresh sct v0.7.1
108302026-06-16T21:49:12.054Z Fresh tinytemplate v1.2.1
108312026-06-16T21:49:12.054Z Fresh rtoolbox v0.0.3
108322026-06-16T21:49:12.054Z Fresh anes v0.1.6
108332026-06-16T21:49:12.054Z Fresh futures-timer v3.0.3
108342026-06-16T21:49:12.054Z Fresh serde-untagged v0.1.9
108352026-06-16T21:49:12.054Z Fresh event-listener-strategy v0.5.4
108362026-06-16T21:49:12.054Z Fresh plotters v0.3.7
108372026-06-16T21:49:12.054Z Fresh miette v5.10.0
108382026-06-16T21:49:12.054Z Fresh vergen-git2 v9.1.0
108392026-06-16T21:49:12.054Z Fresh oorandom v11.1.5
108402026-06-16T21:49:12.054Z Fresh hex-literal v0.4.1
108412026-06-16T21:49:12.054Z Fresh petname v2.0.2
108422026-06-16T21:49:12.055Z Fresh ssh-cipher v0.2.0
108432026-06-16T21:49:12.055Z Fresh rustls v0.21.12
108442026-06-16T21:49:12.055Z Fresh tui-tree-widget v0.23.1
108452026-06-16T21:49:12.055Z Fresh bcrypt-pbkdf v0.10.0
108462026-06-16T21:49:12.055Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
108472026-06-16T21:49:12.055Z Fresh rpassword v7.4.0
108482026-06-16T21:49:12.055Z Fresh colored v2.2.0
108492026-06-16T21:49:12.055Z Fresh password-hash v0.4.2
108502026-06-16T21:49:12.055Z Fresh sapling-renderdag v0.1.0
108512026-06-16T21:49:12.055Z Fresh sync-ptr v0.1.4
108522026-06-16T21:49:12.055Z Fresh cargo-util-schemas v0.8.2
108532026-06-16T21:49:12.055Z Fresh async-lock v3.4.2
108542026-06-16T21:49:12.055Z Fresh knuffel v3.2.0
108552026-06-16T21:49:12.055Z Fresh criterion v0.7.0
108562026-06-16T21:49:12.055Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
108572026-06-16T21:49:12.056Z Fresh tokio-rustls v0.24.1
108582026-06-16T21:49:12.056Z Fresh ssh-key v0.6.7
108592026-06-16T21:49:12.056Z Fresh pbkdf2 v0.11.0
108602026-06-16T21:49:12.057Z Fresh p521 v0.13.3
108612026-06-16T21:49:12.057Z Fresh p256 v0.13.2
108622026-06-16T21:49:12.057Z Fresh rustls-pemfile v1.0.4
108632026-06-16T21:49:12.057Z Fresh cargo_metadata v0.21.0
108642026-06-16T21:49:12.057Z Fresh async-object-pool v0.2.0
108652026-06-16T21:49:12.057Z Fresh target-lexicon v0.13.3
108662026-06-16T21:49:12.057Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
108672026-06-16T21:49:12.057Z Fresh twox-hash v2.1.2
108682026-06-16T21:49:12.057Z Fresh assert-json-diff v2.0.2
108692026-06-16T21:49:12.057Z Fresh serde_regex v1.1.0
108702026-06-16T21:49:12.057Z Fresh russh-cryptovec v0.7.3
108712026-06-16T21:49:12.057Z Fresh path-tree v0.8.3
108722026-06-16T21:49:12.057Z Fresh stringmetrics v2.2.2
108732026-06-16T21:49:12.057Z Fresh md5 v0.7.0
108742026-06-16T21:49:12.057Z Fresh blake3 v1.8.3
108752026-06-16T21:49:12.057Z Fresh guppy-workspace-hack v0.1.0
108762026-06-16T21:49:12.058Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
108772026-06-16T21:49:12.058Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
108782026-06-16T21:49:12.058Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
108792026-06-16T21:49:12.058Z Fresh cfg-expr v0.20.6
108802026-06-16T21:49:12.058Z Fresh httpmock v0.8.3
108812026-06-16T21:49:12.058Z Fresh russh-keys v0.45.0
108822026-06-16T21:49:12.058Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
108832026-06-16T21:49:12.058Z Fresh httptest v0.16.4
108842026-06-16T21:49:12.058Z Fresh fatfs v0.3.6
108852026-06-16T21:49:12.058Z Fresh num-bigint v0.4.6
108862026-06-16T21:49:12.058Z Fresh des v0.8.1
108872026-06-16T21:49:12.058Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
108882026-06-16T21:49:12.058Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
108892026-06-16T21:49:12.059Z Fresh escape8259 v0.5.3
108902026-06-16T21:49:12.059Z Fresh topological-sort v0.2.2
108912026-06-16T21:49:12.059Z Fresh relative-path v1.9.3
108922026-06-16T21:49:12.059Z Fresh seq-macro v0.3.6
108932026-06-16T21:49:12.059Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
108942026-06-16T21:49:12.059Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
108952026-06-16T21:49:12.059Z Fresh blake2b_simd v1.0.4
108962026-06-16T21:49:12.059Z Fresh target-spec v3.5.7
108972026-06-16T21:49:12.059Z Fresh linkme-impl v0.3.35
108982026-06-16T21:49:12.059Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
108992026-06-16T21:49:12.059Z Fresh target-triple v1.0.0
109002026-06-16T21:49:12.059Z Fresh libtest-mimic v0.8.1
109012026-06-16T21:49:12.059Z Fresh rstest_macros v0.25.0
109022026-06-16T21:49:12.059Z Fresh russh v0.45.0
109032026-06-16T21:49:12.059Z Fresh omicron-zone-package v0.12.2
109042026-06-16T21:49:12.059Z Fresh similar-asserts v1.7.0
109052026-06-16T21:49:12.059Z Fresh fancy-regex v0.14.0
109062026-06-16T21:49:12.059Z Fresh pathdiff v0.2.3
109072026-06-16T21:49:12.059Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
109082026-06-16T21:49:12.060Z Fresh approx v0.5.1
109092026-06-16T21:49:12.060Z Fresh uzers v0.12.2
109102026-06-16T21:49:12.060Z Fresh internet-checksum v0.2.1
109112026-06-16T21:49:12.060Z Fresh termcolor v1.4.1
109122026-06-16T21:49:12.060Z Fresh constant_time_eq v0.3.1
109132026-06-16T21:49:12.060Z Fresh nested v0.1.1
109142026-06-16T21:49:12.060Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
109152026-06-16T21:49:12.060Z Fresh rust-argon2 v2.1.0
109162026-06-16T21:49:12.060Z Fresh assert_cmd v2.1.2
109172026-06-16T21:49:12.060Z Fresh rstest v0.25.0
109182026-06-16T21:49:12.081Z Fresh datatest-stable v0.3.3
109192026-06-16T21:49:12.081Z Fresh guppy v0.17.25
109202026-06-16T21:49:12.081Z Fresh trybuild v1.0.116
109212026-06-16T21:49:12.081Z Fresh linkme v0.3.35
109222026-06-16T21:49:12.081Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
109232026-06-16T21:49:12.081Z Fresh hickory-client v0.25.2
109242026-06-16T21:49:12.081Z Fresh partial-io v0.5.4
109252026-06-16T21:49:12.081Z Fresh tokio-test v0.4.5
109262026-06-16T21:49:12.081Z Fresh rand_distr v0.5.1
109272026-06-16T21:49:12.081Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
109282026-06-16T21:49:12.081Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
109292026-06-16T21:49:12.081Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
109302026-06-16T21:49:12.081Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
109312026-06-16T21:49:12.081Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
109322026-06-16T21:49:12.082Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
109332026-06-16T21:49:12.082Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
109342026-06-16T21:49:12.082Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
109352026-06-16T21:49:12.082Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
109362026-06-16T21:49:12.082Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
109372026-06-16T21:49:12.082Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
109382026-06-16T21:49:12.082Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
109392026-06-16T21:49:12.082Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
109402026-06-16T21:49:12.082Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
109412026-06-16T21:49:12.082Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
109422026-06-16T21:49:12.082Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
109432026-06-16T21:49:12.082Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
109442026-06-16T21:49:12.082Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
109452026-06-16T21:49:12.082Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
109462026-06-16T21:49:12.082Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
109472026-06-16T21:49:12.082Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
109482026-06-16T21:49:12.082Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
109492026-06-16T21:49:12.082Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
109502026-06-16T21:49:12.082Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
109512026-06-16T21:49:12.082Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
109522026-06-16T21:49:12.082Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
109532026-06-16T21:49:12.082Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
109542026-06-16T21:49:12.082Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
109552026-06-16T21:49:12.082Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
109562026-06-16T21:49:12.083Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
109572026-06-16T21:49:12.083Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
109582026-06-16T21:49:12.083Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
109592026-06-16T21:49:12.083Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
109602026-06-16T21:49:12.084Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
109612026-06-16T21:49:12.084Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
109622026-06-16T21:49:12.084Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
109632026-06-16T21:49:12.084Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
109642026-06-16T21:49:12.085Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
109652026-06-16T21:49:12.085Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
109662026-06-16T21:49:12.085Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
109672026-06-16T21:49:12.085Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
109682026-06-16T21:49:12.085Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
109692026-06-16T21:49:12.085Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
109702026-06-16T21:49:12.085Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
109712026-06-16T21:49:12.085Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
109722026-06-16T21:49:12.085Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
109732026-06-16T21:49:12.085Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
109742026-06-16T21:49:12.085Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
109752026-06-16T21:49:12.085Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
109762026-06-16T21:49:12.085Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
109772026-06-16T21:49:12.085Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
109782026-06-16T21:49:12.087Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
109792026-06-16T21:49:12.087Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
109802026-06-16T21:49:12.087Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
109812026-06-16T21:49:12.087Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
109822026-06-16T21:49:12.087Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
109832026-06-16T21:49:12.087Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
109842026-06-16T21:49:12.087Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
109852026-06-16T21:49:12.087Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
109862026-06-16T21:49:12.087Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
109872026-06-16T21:49:12.087Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
109882026-06-16T21:49:12.087Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
109892026-06-16T21:49:12.087Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
109902026-06-16T21:49:12.087Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
109912026-06-16T21:49:12.087Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
109922026-06-16T21:49:12.087Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
109932026-06-16T21:49:12.087Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
109942026-06-16T21:49:12.087Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
109952026-06-16T21:49:12.087Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
109962026-06-16T21:49:12.087Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
109972026-06-16T21:49:12.088Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
109982026-06-16T21:49:12.088Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
109992026-06-16T21:49:12.088Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
110002026-06-16T21:49:12.088Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
110012026-06-16T21:49:12.088Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
110022026-06-16T21:49:12.088Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
110032026-06-16T21:49:12.088Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
110042026-06-16T21:49:12.088Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
110052026-06-16T21:49:12.088Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
110062026-06-16T21:49:12.088Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
110072026-06-16T21:49:12.088Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
110082026-06-16T21:49:12.088Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
110092026-06-16T21:49:12.088Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
110102026-06-16T21:49:12.088Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
110112026-06-16T21:49:12.088Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
110122026-06-16T21:49:12.088Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
110132026-06-16T21:49:12.088Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
110142026-06-16T21:49:12.088Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
110152026-06-16T21:49:12.088Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
110162026-06-16T21:49:12.088Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
110172026-06-16T21:49:12.088Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
110182026-06-16T21:49:12.095Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
110192026-06-16T21:49:12.095Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
110202026-06-16T21:49:12.095Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
110212026-06-16T21:49:12.095Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
110222026-06-16T21:49:12.095Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
110232026-06-16T21:49:12.095Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
110242026-06-16T21:49:12.095Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
110252026-06-16T21:49:12.095Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
110262026-06-16T21:49:12.096Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
110272026-06-16T21:49:12.096Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
110282026-06-16T21:49:12.096Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
110292026-06-16T21:49:12.096Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
110302026-06-16T21:49:12.096Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
110312026-06-16T21:49:12.096Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
110322026-06-16T21:49:12.102Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
110332026-06-16T21:49:12.102Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
110342026-06-16T21:49:12.102Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
110352026-06-16T21:49:12.102Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
110362026-06-16T21:49:12.102Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
110372026-06-16T21:49:12.102Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
110382026-06-16T21:49:12.102Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
110392026-06-16T21:49:12.103Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
110402026-06-16T21:49:12.103Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
110412026-06-16T21:49:12.103Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
110422026-06-16T21:49:12.103Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
110432026-06-16T21:49:12.103Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
110442026-06-16T21:49:12.103Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
110452026-06-16T21:49:12.103Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
110462026-06-16T21:49:12.103Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
110472026-06-16T21:49:12.103Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
110482026-06-16T21:49:12.103Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
110492026-06-16T21:49:12.103Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
110502026-06-16T21:49:12.103Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
110512026-06-16T21:49:12.507Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
110522026-06-16T21:49:12.508Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
110532026-06-16T21:49:12.508Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
110542026-06-16T21:49:12.508Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
110552026-06-16T21:49:12.508Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
110562026-06-16T21:49:12.508Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
110572026-06-16T21:49:12.508Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
110582026-06-16T21:49:12.508Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
110592026-06-16T21:49:12.508Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
110602026-06-16T21:49:12.508Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
110612026-06-16T21:49:12.586Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
110622026-06-16T21:49:12.587Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
110632026-06-16T21:49:12.587Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
110642026-06-16T21:49:12.587Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
110652026-06-16T21:49:12.587Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
110662026-06-16T21:49:12.587Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
110672026-06-16T21:49:12.587Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
110682026-06-16T21:49:12.587Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
110692026-06-16T21:49:12.588Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
110702026-06-16T21:49:12.588Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
110712026-06-16T21:49:12.588Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
110722026-06-16T21:49:12.588Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
110732026-06-16T21:49:12.589Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
110742026-06-16T21:49:12.589Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
110752026-06-16T21:49:12.589Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
110762026-06-16T21:49:12.589Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
110772026-06-16T21:49:12.589Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
110782026-06-16T21:49:12.589Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
110792026-06-16T21:49:12.589Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
110802026-06-16T21:49:12.592Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
110812026-06-16T21:49:12.592Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
110822026-06-16T21:49:12.592Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
110832026-06-16T21:49:12.592Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
110842026-06-16T21:49:12.592Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
110852026-06-16T21:49:12.593Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
110862026-06-16T21:49:12.593Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
110872026-06-16T21:49:12.593Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
110882026-06-16T21:49:12.593Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
110892026-06-16T21:49:12.593Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
110902026-06-16T21:49:12.593Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
110912026-06-16T21:49:12.593Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.37s
110922026-06-16T21:49:12.593Z Doc-tests api_identity
110932026-06-16T21:49:12.593Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b7107ff9999969a2.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110942026-06-16T21:49:12.601Z
110952026-06-16T21:49:12.601Zrunning 0 tests
110962026-06-16T21:49:13.169Z
110972026-06-16T21:49:13.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110982026-06-16T21:49:13.169Z
110992026-06-16T21:49:13.169Z Doc-tests authz_macros
111002026-06-16T21:49:13.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b25d529971e899ac.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111012026-06-16T21:49:13.170Z
111022026-06-16T21:49:13.170Zrunning 7 tests
111032026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
111042026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
111052026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
111062026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
111072026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
111082026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
111092026-06-16T21:49:13.170Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
111102026-06-16T21:49:13.170Z
111112026-06-16T21:49:13.170Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
111122026-06-16T21:49:13.170Z
111132026-06-16T21:49:13.170Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111142026-06-16T21:49:13.233Z Doc-tests bootstore
111152026-06-16T21:49:13.233Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111162026-06-16T21:49:13.233Z
111172026-06-16T21:49:13.233Zrunning 0 tests
111182026-06-16T21:49:13.233Z
111192026-06-16T21:49:13.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202026-06-16T21:49:13.234Z
111212026-06-16T21:49:13.234Z Doc-tests bootstrap_agent_api
111222026-06-16T21:49:13.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b782e55d303c6e16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111232026-06-16T21:49:13.435Z
111242026-06-16T21:49:13.435Zrunning 2 tests
111252026-06-16T21:49:13.435Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
111262026-06-16T21:49:13.435Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
111272026-06-16T21:49:13.435Z
111282026-06-16T21:49:13.435Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111292026-06-16T21:49:13.435Z
111302026-06-16T21:49:13.439Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111312026-06-16T21:49:13.460Z Doc-tests bootstrap_agent_client
111322026-06-16T21:49:13.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0fb96aa3b2857a94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332026-06-16T21:49:13.705Z
111342026-06-16T21:49:13.705Zrunning 0 tests
111352026-06-16T21:49:13.705Z
111362026-06-16T21:49:13.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111372026-06-16T21:49:13.705Z
111382026-06-16T21:49:13.732Z Doc-tests bootstrap_agent_lockstep_api
111392026-06-16T21:49:13.736Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111402026-06-16T21:49:14.349Z
111412026-06-16T21:49:14.349Zrunning 2 tests
111422026-06-16T21:49:14.349Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
111432026-06-16T21:49:14.349Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
111442026-06-16T21:49:14.349Z
111452026-06-16T21:49:14.349Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111462026-06-16T21:49:14.349Z
111472026-06-16T21:49:14.349Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
111482026-06-16T21:49:14.349Z Doc-tests bootstrap_agent_lockstep_client
111492026-06-16T21:49:14.349Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111502026-06-16T21:49:14.734Z
111512026-06-16T21:49:14.734Zrunning 0 tests
111522026-06-16T21:49:14.734Z
111532026-06-16T21:49:14.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111542026-06-16T21:49:14.734Z
111552026-06-16T21:49:14.766Z Doc-tests bootstrap_agent_lockstep_types
111562026-06-16T21:49:14.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111572026-06-16T21:49:15.002Z
111582026-06-16T21:49:15.002Zrunning 0 tests
111592026-06-16T21:49:15.002Z
111602026-06-16T21:49:15.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111612026-06-16T21:49:15.002Z
111622026-06-16T21:49:15.030Z Doc-tests clickana
111632026-06-16T21:49:15.030Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7404b6d0d230d099.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111642026-06-16T21:49:15.238Z
111652026-06-16T21:49:15.238Zrunning 0 tests
111662026-06-16T21:49:15.238Z
111672026-06-16T21:49:15.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111682026-06-16T21:49:15.238Z
111692026-06-16T21:49:15.261Z Doc-tests clickhouse_admin_api
111702026-06-16T21:49:15.261Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-93c5889232e983ac.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111712026-06-16T21:49:15.832Z
111722026-06-16T21:49:15.832Zrunning 6 tests
111732026-06-16T21:49:15.832Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
111742026-06-16T21:49:15.832Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
111752026-06-16T21:49:15.832Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
111762026-06-16T21:49:15.833Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
111772026-06-16T21:49:15.833Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
111782026-06-16T21:49:15.833Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
111792026-06-16T21:49:15.833Z
111802026-06-16T21:49:15.833Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
111812026-06-16T21:49:15.833Z
111822026-06-16T21:49:15.942Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
111832026-06-16T21:49:15.942Z Doc-tests clickhouse_admin_keeper_client
111842026-06-16T21:49:15.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111852026-06-16T21:49:16.237Z
111862026-06-16T21:49:16.237Zrunning 0 tests
111872026-06-16T21:49:16.237Z
111882026-06-16T21:49:16.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111892026-06-16T21:49:16.237Z
111902026-06-16T21:49:16.269Z Doc-tests clickhouse_admin_server_client
111912026-06-16T21:49:16.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111922026-06-16T21:49:16.663Z
111932026-06-16T21:49:16.663Zrunning 0 tests
111942026-06-16T21:49:16.663Z
111952026-06-16T21:49:16.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962026-06-16T21:49:16.663Z
111972026-06-16T21:49:16.695Z Doc-tests clickhouse_admin_single_client
111982026-06-16T21:49:16.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111992026-06-16T21:49:16.896Z
112002026-06-16T21:49:16.897Zrunning 0 tests
112012026-06-16T21:49:16.897Z
112022026-06-16T21:49:16.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112032026-06-16T21:49:16.897Z
112042026-06-16T21:49:16.916Z Doc-tests clickhouse_admin_test_utils
112052026-06-16T21:49:16.916Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112062026-06-16T21:49:17.079Z
112072026-06-16T21:49:17.079Zrunning 0 tests
112082026-06-16T21:49:17.079Z
112092026-06-16T21:49:17.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112102026-06-16T21:49:17.080Z
112112026-06-16T21:49:17.101Z Doc-tests clickhouse_admin_types
112122026-06-16T21:49:17.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112132026-06-16T21:49:17.262Z
112142026-06-16T21:49:17.262Zrunning 0 tests
112152026-06-16T21:49:17.262Z
112162026-06-16T21:49:17.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112172026-06-16T21:49:17.262Z
112182026-06-16T21:49:17.280Z Doc-tests clickhouse_admin_types_versions
112192026-06-16T21:49:17.280Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-5864ae8e659a74be.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112202026-06-16T21:49:18.094Z
112212026-06-16T21:49:18.094Zrunning 1 test
112222026-06-16T21:49:18.094Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
112232026-06-16T21:49:18.095Z
112242026-06-16T21:49:18.095Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252026-06-16T21:49:18.095Z
112262026-06-16T21:49:18.111Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112272026-06-16T21:49:18.125Z Doc-tests cockroach_admin_api
112282026-06-16T21:49:18.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-51512c1c13f2b77a.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112292026-06-16T21:49:18.635Z
112302026-06-16T21:49:18.635Zrunning 2 tests
112312026-06-16T21:49:18.635Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
112322026-06-16T21:49:18.635Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
112332026-06-16T21:49:18.635Z
112342026-06-16T21:49:18.635Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112352026-06-16T21:49:18.635Z
112362026-06-16T21:49:18.646Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112372026-06-16T21:49:18.668Z Doc-tests cockroach_admin_client
112382026-06-16T21:49:18.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112392026-06-16T21:49:18.864Z
112402026-06-16T21:49:18.864Zrunning 0 tests
112412026-06-16T21:49:18.864Z
112422026-06-16T21:49:18.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112432026-06-16T21:49:18.864Z
112442026-06-16T21:49:18.878Z Doc-tests cockroach_admin_types
112452026-06-16T21:49:18.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112462026-06-16T21:49:18.970Z
112472026-06-16T21:49:18.970Zrunning 0 tests
112482026-06-16T21:49:18.971Z
112492026-06-16T21:49:18.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112502026-06-16T21:49:18.971Z
112512026-06-16T21:49:18.983Z Doc-tests cockroach_admin_types_versions
112522026-06-16T21:49:18.983Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112532026-06-16T21:49:19.493Z
112542026-06-16T21:49:19.493Zrunning 1 test
112552026-06-16T21:49:19.493Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
112562026-06-16T21:49:19.493Z
112572026-06-16T21:49:19.493Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112582026-06-16T21:49:19.493Z
112592026-06-16T21:49:19.519Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112602026-06-16T21:49:19.537Z Doc-tests db_macros
112612026-06-16T21:49:19.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-358fd42d5adc3940.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112622026-06-16T21:49:24.436Z
112632026-06-16T21:49:24.436Zrunning 3 tests
112642026-06-16T21:49:24.437Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
112652026-06-16T21:49:24.437Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
112662026-06-16T21:49:24.437Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
112672026-06-16T21:49:24.437Z
112682026-06-16T21:49:24.437Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
112692026-06-16T21:49:24.437Z
112702026-06-16T21:49:24.493Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
112712026-06-16T21:49:24.493Z Doc-tests dev_tools_common
112722026-06-16T21:49:24.493Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7e36af1ea28bddb2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112732026-06-16T21:49:24.493Z
112742026-06-16T21:49:24.493Zrunning 0 tests
112752026-06-16T21:49:24.493Z
112762026-06-16T21:49:24.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112772026-06-16T21:49:24.493Z
112782026-06-16T21:49:24.493Z Doc-tests dns_server
112792026-06-16T21:49:24.493Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112802026-06-16T21:49:24.499Z
112812026-06-16T21:49:24.499Zrunning 0 tests
112822026-06-16T21:49:24.499Z
112832026-06-16T21:49:24.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112842026-06-16T21:49:24.499Z
112852026-06-16T21:49:24.499Z Doc-tests dns_server_api
112862026-06-16T21:49:24.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112872026-06-16T21:49:24.507Z
112882026-06-16T21:49:24.507Zrunning 2 tests
112892026-06-16T21:49:24.508Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
112902026-06-16T21:49:24.508Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
112912026-06-16T21:49:24.508Z
112922026-06-16T21:49:24.508Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112932026-06-16T21:49:24.508Z
112942026-06-16T21:49:24.508Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112952026-06-16T21:49:24.508Z Doc-tests dns_service_client
112962026-06-16T21:49:24.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112972026-06-16T21:49:24.508Z
112982026-06-16T21:49:24.508Zrunning 0 tests
112992026-06-16T21:49:24.508Z
113002026-06-16T21:49:24.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113012026-06-16T21:49:24.508Z
113022026-06-16T21:49:24.515Z Doc-tests end_to_end_tests
113032026-06-16T21:49:24.515Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8a460e1e16fdaeec.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
113042026-06-16T21:49:24.525Z
113052026-06-16T21:49:24.525Zrunning 0 tests
113062026-06-16T21:49:24.525Z
113072026-06-16T21:49:24.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113082026-06-16T21:49:24.525Z
113092026-06-16T21:49:24.525Z Doc-tests ereport_types
113102026-06-16T21:49:24.525Z Running `/home/build/.rustup/toolchains/1.94.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113112026-06-16T21:49:24.527Z
113122026-06-16T21:49:24.527Zrunning 0 tests
113132026-06-16T21:49:24.527Z
113142026-06-16T21:49:24.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113152026-06-16T21:49:24.527Z
113162026-06-16T21:49:24.527Z Doc-tests gateway_api
113172026-06-16T21:49:24.527Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113182026-06-16T21:49:24.529Z
113192026-06-16T21:49:24.530Zrunning 2 tests
113202026-06-16T21:49:24.530Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
113212026-06-16T21:49:24.530Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
113222026-06-16T21:49:24.530Z
113232026-06-16T21:49:24.530Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113242026-06-16T21:49:24.530Z
113252026-06-16T21:49:24.530Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
113262026-06-16T21:49:24.530Z Doc-tests gateway_client
113272026-06-16T21:49:24.530Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113282026-06-16T21:49:24.530Z
113292026-06-16T21:49:24.530Zrunning 0 tests
113302026-06-16T21:49:24.531Z
113312026-06-16T21:49:24.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113322026-06-16T21:49:24.531Z
113332026-06-16T21:49:24.531Z Doc-tests gateway_test_utils
113342026-06-16T21:49:24.531Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113352026-06-16T21:49:24.533Z
113362026-06-16T21:49:24.533Zrunning 0 tests
113372026-06-16T21:49:24.533Z
113382026-06-16T21:49:24.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113392026-06-16T21:49:24.534Z
113402026-06-16T21:49:24.534Z Doc-tests gateway_types
113412026-06-16T21:49:24.534Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
113422026-06-16T21:49:24.534Z
113432026-06-16T21:49:24.534Zrunning 0 tests
113442026-06-16T21:49:24.534Z
113452026-06-16T21:49:24.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113462026-06-16T21:49:24.534Z
113472026-06-16T21:49:24.534Z Doc-tests gateway_types_versions
113482026-06-16T21:49:24.534Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
113492026-06-16T21:49:24.564Z
113502026-06-16T21:49:24.564Zrunning 1 test
113512026-06-16T21:49:24.564Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
113522026-06-16T21:49:24.564Z
113532026-06-16T21:49:24.564Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113542026-06-16T21:49:24.564Z
113552026-06-16T21:49:24.564Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
113562026-06-16T21:49:24.564Z Doc-tests gfss
113572026-06-16T21:49:24.565Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-53a27ea6ba2abd9c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
113582026-06-16T21:49:24.568Z
113592026-06-16T21:49:24.568Zrunning 0 tests
113602026-06-16T21:49:24.568Z
113612026-06-16T21:49:24.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113622026-06-16T21:49:24.568Z
113632026-06-16T21:49:24.568Z Doc-tests illumos_utils
113642026-06-16T21:49:24.568Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-152d187b90494ec8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ab4e8e4274670479.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-951e6d7c8a63331a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
113652026-06-16T21:49:24.916Z
113662026-06-16T21:49:24.916Zrunning 0 tests
113672026-06-16T21:49:24.916Z
113682026-06-16T21:49:24.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-06-16T21:49:24.917Z
113702026-06-16T21:49:24.949Z Doc-tests installinator
113712026-06-16T21:49:24.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b55523c434493be0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
113722026-06-16T21:49:25.335Z
113732026-06-16T21:49:25.335Zrunning 0 tests
113742026-06-16T21:49:25.335Z
113752026-06-16T21:49:25.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113762026-06-16T21:49:25.335Z
113772026-06-16T21:49:25.371Z Doc-tests installinator_api
113782026-06-16T21:49:25.374Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113792026-06-16T21:49:25.898Z
113802026-06-16T21:49:25.898Zrunning 2 tests
113812026-06-16T21:49:25.898Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
113822026-06-16T21:49:25.899Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
113832026-06-16T21:49:25.899Z
113842026-06-16T21:49:25.899Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113852026-06-16T21:49:25.899Z
113862026-06-16T21:49:25.902Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
113872026-06-16T21:49:25.924Z Doc-tests installinator_client
113882026-06-16T21:49:25.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0723b8cfe8cade75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113892026-06-16T21:49:26.210Z
113902026-06-16T21:49:26.210Zrunning 0 tests
113912026-06-16T21:49:26.210Z
113922026-06-16T21:49:26.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113932026-06-16T21:49:26.210Z
113942026-06-16T21:49:26.234Z Doc-tests installinator_common
113952026-06-16T21:49:26.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113962026-06-16T21:49:26.495Z
113972026-06-16T21:49:26.495Zrunning 0 tests
113982026-06-16T21:49:26.495Z
113992026-06-16T21:49:26.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114002026-06-16T21:49:26.495Z
114012026-06-16T21:49:26.526Z Doc-tests installinator_common_versions
114022026-06-16T21:49:26.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e01a3df06a662f4a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114032026-06-16T21:49:26.976Z
114042026-06-16T21:49:26.976Zrunning 1 test
114052026-06-16T21:49:26.976Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
114062026-06-16T21:49:26.977Z
114072026-06-16T21:49:26.977Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114082026-06-16T21:49:26.977Z
114092026-06-16T21:49:26.980Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
114102026-06-16T21:49:26.993Z Doc-tests internal_dns_resolver
114112026-06-16T21:49:26.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-92d98d1df6de3c6e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114122026-06-16T21:49:27.198Z
114132026-06-16T21:49:27.198Zrunning 0 tests
114142026-06-16T21:49:27.198Z
114152026-06-16T21:49:27.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114162026-06-16T21:49:27.198Z
114172026-06-16T21:49:27.224Z Doc-tests internal_dns_types
114182026-06-16T21:49:27.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114192026-06-16T21:49:27.407Z
114202026-06-16T21:49:27.407Zrunning 0 tests
114212026-06-16T21:49:27.407Z
114222026-06-16T21:49:27.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114232026-06-16T21:49:27.407Z
114242026-06-16T21:49:27.429Z Doc-tests internal_dns_types_versions
114252026-06-16T21:49:27.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c3ce93f4432e5e9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114262026-06-16T21:49:28.015Z
114272026-06-16T21:49:28.015Zrunning 1 test
114282026-06-16T21:49:28.015Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
114292026-06-16T21:49:28.015Z
114302026-06-16T21:49:28.015Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114312026-06-16T21:49:28.015Z
114322026-06-16T21:49:28.019Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
114332026-06-16T21:49:28.044Z Doc-tests ipcc
114342026-06-16T21:49:28.047Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1034a81c89142beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114352026-06-16T21:49:28.152Z
114362026-06-16T21:49:28.152Zrunning 0 tests
114372026-06-16T21:49:28.152Z
114382026-06-16T21:49:28.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114392026-06-16T21:49:28.152Z
114402026-06-16T21:49:28.166Z Doc-tests key_manager
114412026-06-16T21:49:28.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114422026-06-16T21:49:28.342Z
114432026-06-16T21:49:28.342Zrunning 0 tests
114442026-06-16T21:49:28.342Z
114452026-06-16T21:49:28.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114462026-06-16T21:49:28.342Z
114472026-06-16T21:49:28.362Z Doc-tests key_manager_types
114482026-06-16T21:49:28.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114492026-06-16T21:49:28.407Z
114502026-06-16T21:49:28.407Zrunning 0 tests
114512026-06-16T21:49:28.407Z
114522026-06-16T21:49:28.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114532026-06-16T21:49:28.407Z
114542026-06-16T21:49:28.415Z Doc-tests live_tests_macros
114552026-06-16T21:49:28.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9465cc6e35819104.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114562026-06-16T21:49:28.829Z
114572026-06-16T21:49:28.829Zrunning 1 test
114582026-06-16T21:49:28.829Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
114592026-06-16T21:49:28.829Z
114602026-06-16T21:49:28.829Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114612026-06-16T21:49:28.830Z
114622026-06-16T21:49:28.833Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
114632026-06-16T21:49:28.844Z Doc-tests nexus_auth
114642026-06-16T21:49:28.847Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b25d529971e899ac.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-896427e7e177f6b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114652026-06-16T21:49:29.456Z
114662026-06-16T21:49:29.456Zrunning 0 tests
114672026-06-16T21:49:29.456Z
114682026-06-16T21:49:29.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-06-16T21:49:29.458Z
114702026-06-16T21:49:29.505Z Doc-tests nexus_background_task_interface
114712026-06-16T21:49:29.505Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-761e4cbc2ab597e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114722026-06-16T21:49:29.564Z
114732026-06-16T21:49:29.564Zrunning 0 tests
114742026-06-16T21:49:29.564Z
114752026-06-16T21:49:29.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114762026-06-16T21:49:29.564Z
114772026-06-16T21:49:29.574Z Doc-tests nexus_client
114782026-06-16T21:49:29.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114792026-06-16T21:49:30.133Z
114802026-06-16T21:49:30.133Zrunning 0 tests
114812026-06-16T21:49:30.133Z
114822026-06-16T21:49:30.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114832026-06-16T21:49:30.133Z
114842026-06-16T21:49:30.175Z Doc-tests nexus_config
114852026-06-16T21:49:30.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114862026-06-16T21:49:30.694Z
114872026-06-16T21:49:30.694Zrunning 0 tests
114882026-06-16T21:49:30.695Z
114892026-06-16T21:49:30.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114902026-06-16T21:49:30.695Z
114912026-06-16T21:49:30.738Z Doc-tests nexus_db_errors
114922026-06-16T21:49:30.738Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfc2b60907f3047d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114932026-06-16T21:49:31.050Z
114942026-06-16T21:49:31.050Zrunning 0 tests
114952026-06-16T21:49:31.050Z
114962026-06-16T21:49:31.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114972026-06-16T21:49:31.050Z
114982026-06-16T21:49:31.084Z Doc-tests nexus_db_fixed_data
114992026-06-16T21:49:31.088Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-896427e7e177f6b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115002026-06-16T21:49:31.361Z
115012026-06-16T21:49:31.361Zrunning 0 tests
115022026-06-16T21:49:31.361Z
115032026-06-16T21:49:31.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115042026-06-16T21:49:31.362Z
115052026-06-16T21:49:31.393Z Doc-tests nexus_db_lookup
115062026-06-16T21:49:31.393Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115072026-06-16T21:49:31.872Z
115082026-06-16T21:49:31.873Zrunning 0 tests
115092026-06-16T21:49:31.873Z
115102026-06-16T21:49:31.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115112026-06-16T21:49:31.873Z
115122026-06-16T21:49:31.916Z Doc-tests nexus_db_model
115132026-06-16T21:49:31.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115142026-06-16T21:49:48.001Z
115152026-06-16T21:49:48.002Zrunning 4 tests
115162026-06-16T21:49:48.019Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
115172026-06-16T21:49:48.023Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
115182026-06-16T21:49:48.023Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
115192026-06-16T21:49:48.023Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
115202026-06-16T21:49:48.023Z
115212026-06-16T21:49:48.023Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
115222026-06-16T21:49:48.023Z
115232026-06-16T21:49:48.055Zall doctests ran in 13.33s; merged doctests compilation took 13.27s
115242026-06-16T21:49:48.170Z Doc-tests nexus_db_queries
115252026-06-16T21:49:48.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-358fd42d5adc3940.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-bda4b19d601fe6a2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-896427e7e177f6b6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
115262026-06-16T21:49:54.755Z
115272026-06-16T21:49:54.755Zrunning 4 tests
115282026-06-16T21:49:54.758Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 66) ... ignored
115292026-06-16T21:49:54.758Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
115302026-06-16T21:49:54.758Ztest nexus/db-queries/src/db/sitrep_guard.rs - db::sitrep_guard::SitrepGuardedResource (line 53) ... ignored
115312026-06-16T21:49:54.761Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
115322026-06-16T21:49:54.761Z
115332026-06-16T21:49:54.761Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
115342026-06-16T21:49:54.762Z
115352026-06-16T21:49:54.773Zall doctests ran in 5.05s; merged doctests compilation took 5.03s
115362026-06-16T21:49:54.880Z Doc-tests nexus_db_schema
115372026-06-16T21:49:54.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-0b76831001ade886.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115382026-06-16T21:49:59.975Z
115392026-06-16T21:49:59.975Zrunning 0 tests
115402026-06-16T21:49:59.975Z
115412026-06-16T21:49:59.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115422026-06-16T21:49:59.975Z
115432026-06-16T21:50:00.190Z Doc-tests nexus_defaults
115442026-06-16T21:50:00.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78d62d6b51f2c19b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115452026-06-16T21:50:00.349Z
115462026-06-16T21:50:00.350Zrunning 0 tests
115472026-06-16T21:50:00.350Z
115482026-06-16T21:50:00.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115492026-06-16T21:50:00.350Z
115502026-06-16T21:50:00.370Z Doc-tests nexus_external_api
115512026-06-16T21:50:00.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115522026-06-16T21:50:01.425Z
115532026-06-16T21:50:01.425Zrunning 2 tests
115542026-06-16T21:50:01.425Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 206) ... ignored
115552026-06-16T21:50:01.425Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 212) ... ignored
115562026-06-16T21:50:01.425Z
115572026-06-16T21:50:01.425Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115582026-06-16T21:50:01.425Z
115592026-06-16T21:50:01.429Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
115602026-06-16T21:50:01.477Z Doc-tests nexus_fm
115612026-06-16T21:50:01.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' --document-private-items -D warnings --error-format human`
115622026-06-16T21:50:01.799Z
115632026-06-16T21:50:01.800Zrunning 0 tests
115642026-06-16T21:50:01.800Z
115652026-06-16T21:50:01.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115662026-06-16T21:50:01.800Z
115672026-06-16T21:50:01.835Z Doc-tests nexus_internal_api
115682026-06-16T21:50:01.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115692026-06-16T21:50:02.541Z
115702026-06-16T21:50:02.541Zrunning 2 tests
115712026-06-16T21:50:02.543Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
115722026-06-16T21:50:02.543Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
115732026-06-16T21:50:02.543Z
115742026-06-16T21:50:02.543Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115752026-06-16T21:50:02.543Z
115762026-06-16T21:50:02.550Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
115772026-06-16T21:50:02.581Z Doc-tests nexus_inventory
115782026-06-16T21:50:02.584Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
115792026-06-16T21:50:02.884Z
115802026-06-16T21:50:02.884Zrunning 0 tests
115812026-06-16T21:50:02.884Z
115822026-06-16T21:50:02.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115832026-06-16T21:50:02.884Z
115842026-06-16T21:50:02.915Z Doc-tests nexus_lockstep_api
115852026-06-16T21:50:02.915Z Running `/home/build/.rustup/toolchains/1.94.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115862026-06-16T21:50:03.607Z
115872026-06-16T21:50:03.607Zrunning 2 tests
115882026-06-16T21:50:03.607Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
115892026-06-16T21:50:03.607Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
115902026-06-16T21:50:03.607Z
115912026-06-16T21:50:03.607Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115922026-06-16T21:50:03.607Z
115932026-06-16T21:50:03.611Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
115942026-06-16T21:50:03.643Z Doc-tests nexus_lockstep_client
115952026-06-16T21:50:03.647Z Running `/home/build/.rustup/toolchains/1.94.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115962026-06-16T21:50:05.477Z
115972026-06-16T21:50:05.477Zrunning 0 tests
115982026-06-16T21:50:05.477Z
115992026-06-16T21:50:05.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116002026-06-16T21:50:05.477Z
116012026-06-16T21:50:05.550Z Doc-tests nexus_macros_common
116022026-06-16T21:50:05.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-42a20ca6eee2f4d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116032026-06-16T21:50:05.598Z
116042026-06-16T21:50:05.598Zrunning 0 tests
116052026-06-16T21:50:05.598Z
116062026-06-16T21:50:05.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116072026-06-16T21:50:05.598Z
116082026-06-16T21:50:05.608Z Doc-tests nexus_metrics_producer_gc
116092026-06-16T21:50:05.608Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6da6d562eb4080b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
116102026-06-16T21:50:05.980Z
116112026-06-16T21:50:05.980Zrunning 0 tests
116122026-06-16T21:50:05.980Z
116132026-06-16T21:50:05.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116142026-06-16T21:50:05.980Z
116152026-06-16T21:50:06.021Z Doc-tests nexus_mgs_updates
116162026-06-16T21:50:06.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116172026-06-16T21:50:06.369Z
116182026-06-16T21:50:06.370Zrunning 0 tests
116192026-06-16T21:50:06.370Z
116202026-06-16T21:50:06.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116212026-06-16T21:50:06.370Z
116222026-06-16T21:50:06.403Z Doc-tests nexus_networking
116232026-06-16T21:50:06.403Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116242026-06-16T21:50:06.788Z
116252026-06-16T21:50:06.788Zrunning 0 tests
116262026-06-16T21:50:06.789Z
116272026-06-16T21:50:06.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116282026-06-16T21:50:06.789Z
116292026-06-16T21:50:06.826Z Doc-tests nexus_reconfigurator_blippy
116302026-06-16T21:50:06.826Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116312026-06-16T21:50:07.105Z
116322026-06-16T21:50:07.105Zrunning 0 tests
116332026-06-16T21:50:07.105Z
116342026-06-16T21:50:07.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116352026-06-16T21:50:07.109Z
116362026-06-16T21:50:07.135Z Doc-tests nexus_reconfigurator_execution
116372026-06-16T21:50:07.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
116382026-06-16T21:50:07.529Z
116392026-06-16T21:50:07.529Zrunning 0 tests
116402026-06-16T21:50:07.529Z
116412026-06-16T21:50:07.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116422026-06-16T21:50:07.529Z
116432026-06-16T21:50:07.567Z Doc-tests nexus_reconfigurator_planning
116442026-06-16T21:50:07.567Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116452026-06-16T21:50:08.038Z
116462026-06-16T21:50:08.038Zrunning 0 tests
116472026-06-16T21:50:08.038Z
116482026-06-16T21:50:08.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116492026-06-16T21:50:08.038Z
116502026-06-16T21:50:08.079Z Doc-tests nexus_reconfigurator_preparation
116512026-06-16T21:50:08.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116522026-06-16T21:50:08.453Z
116532026-06-16T21:50:08.453Zrunning 0 tests
116542026-06-16T21:50:08.453Z
116552026-06-16T21:50:08.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116562026-06-16T21:50:08.453Z
116572026-06-16T21:50:08.493Z Doc-tests nexus_reconfigurator_rendezvous
116582026-06-16T21:50:08.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116592026-06-16T21:50:08.879Z
116602026-06-16T21:50:08.879Zrunning 0 tests
116612026-06-16T21:50:08.879Z
116622026-06-16T21:50:08.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116632026-06-16T21:50:08.879Z
116642026-06-16T21:50:08.919Z Doc-tests nexus_reconfigurator_simulation
116652026-06-16T21:50:08.922Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-794c445c6c43ebc6.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116662026-06-16T21:50:09.273Z
116672026-06-16T21:50:09.273Zrunning 0 tests
116682026-06-16T21:50:09.273Z
116692026-06-16T21:50:09.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116702026-06-16T21:50:09.273Z
116712026-06-16T21:50:09.306Z Doc-tests nexus_saga_recovery
116722026-06-16T21:50:09.310Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
116732026-06-16T21:50:09.608Z
116742026-06-16T21:50:09.609Zrunning 0 tests
116752026-06-16T21:50:09.609Z
116762026-06-16T21:50:09.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116772026-06-16T21:50:09.609Z
116782026-06-16T21:50:09.641Z Doc-tests nexus_test_interface
116792026-06-16T21:50:09.641Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116802026-06-16T21:50:10.011Z
116812026-06-16T21:50:10.011Zrunning 0 tests
116822026-06-16T21:50:10.011Z
116832026-06-16T21:50:10.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116842026-06-16T21:50:10.011Z
116852026-06-16T21:50:10.048Z Doc-tests nexus_test_utils
116862026-06-16T21:50:10.052Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-27379248de89b04e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
116872026-06-16T21:50:10.605Z
116882026-06-16T21:50:10.605Zrunning 0 tests
116892026-06-16T21:50:10.605Z
116902026-06-16T21:50:10.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116912026-06-16T21:50:10.605Z
116922026-06-16T21:50:10.655Z Doc-tests nexus_test_utils_macros
116932026-06-16T21:50:10.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8b755f1702de7a9c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116942026-06-16T21:50:10.705Z
116952026-06-16T21:50:10.705Zrunning 1 test
116962026-06-16T21:50:10.708Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
116972026-06-16T21:50:10.708Z
116982026-06-16T21:50:10.708Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116992026-06-16T21:50:10.708Z
117002026-06-16T21:50:10.712Z Doc-tests nexus_types
117012026-06-16T21:50:10.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117022026-06-16T21:50:21.702Z
117032026-06-16T21:50:21.702Zrunning 4 tests
117042026-06-16T21:50:21.705Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3218) ... ignored
117052026-06-16T21:50:21.705Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3090) ... ignored
117062026-06-16T21:50:21.705Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1959) ... ignored
117072026-06-16T21:50:21.708Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
117082026-06-16T21:50:21.709Z
117092026-06-16T21:50:21.709Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
117102026-06-16T21:50:21.709Z
117112026-06-16T21:50:21.736Zall doctests ran in 9.17s; merged doctests compilation took 9.13s
117122026-06-16T21:50:21.833Z Doc-tests nexus_types_versions
117132026-06-16T21:50:21.833Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117142026-06-16T21:50:24.820Z
117152026-06-16T21:50:24.820Zrunning 1 test
117162026-06-16T21:50:24.820Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
117172026-06-16T21:50:24.820Z
117182026-06-16T21:50:24.820Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117192026-06-16T21:50:24.820Z
117202026-06-16T21:50:24.824Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
117212026-06-16T21:50:24.929Z Doc-tests ntp_admin_api
117222026-06-16T21:50:24.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-db29f3d2a28e8a1f.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117232026-06-16T21:50:25.435Z
117242026-06-16T21:50:25.435Zrunning 2 tests
117252026-06-16T21:50:25.435Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
117262026-06-16T21:50:25.435Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
117272026-06-16T21:50:25.436Z
117282026-06-16T21:50:25.436Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117292026-06-16T21:50:25.436Z
117302026-06-16T21:50:25.439Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
117312026-06-16T21:50:25.459Z Doc-tests ntp_admin_client
117322026-06-16T21:50:25.459Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117332026-06-16T21:50:25.615Z
117342026-06-16T21:50:25.615Zrunning 0 tests
117352026-06-16T21:50:25.615Z
117362026-06-16T21:50:25.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117372026-06-16T21:50:25.615Z
117382026-06-16T21:50:25.635Z Doc-tests ntp_admin_types
117392026-06-16T21:50:25.635Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-6b52a48335e7b6ff.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117402026-06-16T21:50:25.693Z
117412026-06-16T21:50:25.693Zrunning 0 tests
117422026-06-16T21:50:25.693Z
117432026-06-16T21:50:25.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117442026-06-16T21:50:25.693Z
117452026-06-16T21:50:25.702Z Doc-tests ntp_admin_types_versions
117462026-06-16T21:50:25.702Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d3ca7f881b9d107.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117472026-06-16T21:50:26.150Z
117482026-06-16T21:50:26.150Zrunning 1 test
117492026-06-16T21:50:26.151Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
117502026-06-16T21:50:26.151Z
117512026-06-16T21:50:26.151Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117522026-06-16T21:50:26.151Z
117532026-06-16T21:50:26.154Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
117542026-06-16T21:50:26.168Z Doc-tests ntp_admin_v1_client
117552026-06-16T21:50:26.168Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_v1_client --test clients/ntp-admin-v1-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-v1-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-fb4d6c37a3662249.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117562026-06-16T21:50:26.321Z
117572026-06-16T21:50:26.321Zrunning 0 tests
117582026-06-16T21:50:26.321Z
117592026-06-16T21:50:26.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117602026-06-16T21:50:26.321Z
117612026-06-16T21:50:26.340Z Doc-tests omicron_certificates
117622026-06-16T21:50:26.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117632026-06-16T21:50:26.514Z
117642026-06-16T21:50:26.514Zrunning 0 tests
117652026-06-16T21:50:26.514Z
117662026-06-16T21:50:26.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117672026-06-16T21:50:26.514Z
117682026-06-16T21:50:26.536Z Doc-tests omicron_clickhouse_admin
117692026-06-16T21:50:26.536Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-93c5889232e983ac.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-84ab17714625fa8a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-64a0d93a656c3de7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117702026-06-16T21:50:26.873Z
117712026-06-16T21:50:26.873Zrunning 0 tests
117722026-06-16T21:50:26.873Z
117732026-06-16T21:50:26.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117742026-06-16T21:50:26.874Z
117752026-06-16T21:50:26.909Z Doc-tests omicron_cockroach_admin
117762026-06-16T21:50:26.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-51512c1c13f2b77a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2382696e4a674344.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-27379248de89b04e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
117772026-06-16T21:50:27.158Z
117782026-06-16T21:50:27.158Zrunning 0 tests
117792026-06-16T21:50:27.159Z
117802026-06-16T21:50:27.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117812026-06-16T21:50:27.159Z
117822026-06-16T21:50:27.186Z Doc-tests omicron_cockroach_metrics
117832026-06-16T21:50:27.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-278d63a968750dd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117842026-06-16T21:50:29.359Z
117852026-06-16T21:50:29.359Zrunning 1 test
117862026-06-16T21:50:29.362Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
117872026-06-16T21:50:29.363Z
117882026-06-16T21:50:29.363Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117892026-06-16T21:50:29.363Z
117902026-06-16T21:50:29.366Zall doctests ran in 2.01s; merged doctests compilation took 2.00s
117912026-06-16T21:50:29.394Z Doc-tests omicron_common
117922026-06-16T21:50:29.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b7107ff9999969a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
117932026-06-16T21:50:34.357Z
117942026-06-16T21:50:34.357Zrunning 3 tests
117952026-06-16T21:50:34.360Ztest common/src/lib.rs - FileKv (line 36) ... ignored
117962026-06-16T21:50:34.360Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
117972026-06-16T21:50:34.365Ztest common/src/lib.rs - BytesToHexDebug (line 137) ... ok
117982026-06-16T21:50:34.365Z
117992026-06-16T21:50:34.365Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
118002026-06-16T21:50:34.365Z
118012026-06-16T21:50:34.374Zall doctests ran in 4.05s; merged doctests compilation took 4.02s
118022026-06-16T21:50:34.432Z Doc-tests omicron_ddm_admin_client
118032026-06-16T21:50:34.435Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c4058f0fc3307cc9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118042026-06-16T21:50:34.633Z
118052026-06-16T21:50:34.633Zrunning 0 tests
118062026-06-16T21:50:34.633Z
118072026-06-16T21:50:34.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118082026-06-16T21:50:34.633Z
118092026-06-16T21:50:34.659Z Doc-tests omicron_deployment_graph
118102026-06-16T21:50:34.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118112026-06-16T21:50:34.717Z
118122026-06-16T21:50:34.717Zrunning 0 tests
118132026-06-16T21:50:34.717Z
118142026-06-16T21:50:34.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118152026-06-16T21:50:34.717Z
118162026-06-16T21:50:34.727Z Doc-tests omicron_dev_lib
118172026-06-16T21:50:34.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-1ad73d03aee8df5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118182026-06-16T21:50:35.011Z
118192026-06-16T21:50:35.011Zrunning 0 tests
118202026-06-16T21:50:35.011Z
118212026-06-16T21:50:35.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118222026-06-16T21:50:35.011Z
118232026-06-16T21:50:35.042Z Doc-tests omicron_gateway
118242026-06-16T21:50:35.042Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-83649c150c201372.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-218ecf68f9febb55.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c5d7e61ba2cb24e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-78942842854c143d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b42df8bcf7127537.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118252026-06-16T21:50:35.550Z
118262026-06-16T21:50:35.551Zrunning 0 tests
118272026-06-16T21:50:35.551Z
118282026-06-16T21:50:35.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118292026-06-16T21:50:35.551Z
118302026-06-16T21:50:35.594Z Doc-tests omicron_git_version
118312026-06-16T21:50:35.595Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff0b963ace4de88a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118322026-06-16T21:50:35.669Z
118332026-06-16T21:50:35.669Zrunning 0 tests
118342026-06-16T21:50:35.669Z
118352026-06-16T21:50:35.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118362026-06-16T21:50:35.669Z
118372026-06-16T21:50:35.680Z Doc-tests omicron_ledger
118382026-06-16T21:50:35.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118392026-06-16T21:50:35.761Z
118402026-06-16T21:50:35.761Zrunning 0 tests
118412026-06-16T21:50:35.761Z
118422026-06-16T21:50:35.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118432026-06-16T21:50:35.761Z
118442026-06-16T21:50:35.773Z Doc-tests omicron_ls_apis
118452026-06-16T21:50:35.773Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-d0da4794548cb7c6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5fb57334e027f13d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118462026-06-16T21:50:35.941Z
118472026-06-16T21:50:35.942Zrunning 0 tests
118482026-06-16T21:50:35.942Z
118492026-06-16T21:50:35.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118502026-06-16T21:50:35.942Z
118512026-06-16T21:50:35.959Z Doc-tests omicron_nexus
118522026-06-16T21:50:35.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d60e87850b1b0f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8ffb9ee706b2c7e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8993cba4dab4041c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7304db4c9b0f09ea.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5c39f79df355163a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-452ab02fa8b68f64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2fa7252074da71d2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-40413751079527c3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ee75cf5e2d4bf208.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-761e4cbc2ab597e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-55b7e31af1d3f082.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f8e8a7efe7a6218.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74cba45c0b3e2e1b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-15db664af29dc275.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-af3d37af9191e5cf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-a6b5eb0fcc70846e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5f70b290faf2106e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-98dc4e21ab9d3331.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-003b02f1833f0741.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b52f79abcc3f9166.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4a0dc2f2997a6764.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b14a17846fdf86a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0f2b32b0be4c47df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8b755f1702de7a9c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7f703e2deb49f29c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c9a778c9634c0305.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-fc4fbe307f6eeb03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bf9c0a6abcd2d951.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-77ae77b33dcb4128.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-1e266d32da84042c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
118532026-06-16T21:50:44.404Z
118542026-06-16T21:50:44.404Zrunning 6 tests
118552026-06-16T21:50:44.408Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
118562026-06-16T21:50:44.408Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
118572026-06-16T21:50:44.413Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1057) ... ok
118582026-06-16T21:50:44.417Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1027) ... ok
118592026-06-16T21:50:44.417Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 985) ... ok
118602026-06-16T21:50:44.417Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 963) ... ok
118612026-06-16T21:50:44.417Z
118622026-06-16T21:50:44.417Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
118632026-06-16T21:50:44.417Z
118642026-06-16T21:50:44.426Zall doctests ran in 6.34s; merged doctests compilation took 6.31s
118652026-06-16T21:50:44.550Z Doc-tests omicron_ntp_admin
118662026-06-16T21:50:44.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0be53401702763e6.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-db29f3d2a28e8a1f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-6b52a48335e7b6ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9236a768088757f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
118672026-06-16T21:50:44.749Z
118682026-06-16T21:50:44.749Zrunning 1 test
118692026-06-16T21:50:44.753Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
118702026-06-16T21:50:44.753Z
118712026-06-16T21:50:44.753Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118722026-06-16T21:50:44.753Z
118732026-06-16T21:50:44.774Z Doc-tests omicron_package
118742026-06-16T21:50:44.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-9817b45c9fc0e9ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-805ef6e6e944f97c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118752026-06-16T21:50:44.935Z
118762026-06-16T21:50:44.935Zrunning 0 tests
118772026-06-16T21:50:44.935Z
118782026-06-16T21:50:44.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118792026-06-16T21:50:44.935Z
118802026-06-16T21:50:44.953Z Doc-tests omicron_passwords
118812026-06-16T21:50:44.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118822026-06-16T21:50:45.044Z
118832026-06-16T21:50:45.044Zrunning 0 tests
118842026-06-16T21:50:45.044Z
118852026-06-16T21:50:45.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118862026-06-16T21:50:45.045Z
118872026-06-16T21:50:45.056Z Doc-tests omicron_pins
118882026-06-16T21:50:45.056Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-501a992d1e9368e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118892026-06-16T21:50:45.131Z
118902026-06-16T21:50:45.131Zrunning 0 tests
118912026-06-16T21:50:45.131Z
118922026-06-16T21:50:45.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118932026-06-16T21:50:45.131Z
118942026-06-16T21:50:45.141Z Doc-tests omicron_repl_utils
118952026-06-16T21:50:45.144Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118962026-06-16T21:50:45.200Z
118972026-06-16T21:50:45.200Zrunning 0 tests
118982026-06-16T21:50:45.201Z
118992026-06-16T21:50:45.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119002026-06-16T21:50:45.201Z
119012026-06-16T21:50:45.209Z Doc-tests omicron_rpaths
119022026-06-16T21:50:45.209Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9fc8c75be9d63a2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119032026-06-16T21:50:45.250Z
119042026-06-16T21:50:45.250Zrunning 0 tests
119052026-06-16T21:50:45.250Z
119062026-06-16T21:50:45.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119072026-06-16T21:50:45.250Z
119082026-06-16T21:50:45.257Z Doc-tests omicron_sled_agent
119092026-06-16T21:50:45.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b782e55d303c6e16.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-b1da8e0f85e44b9d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5c766f81c7c00ef8.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-daa2032da048ea3e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-110d097c3bc56e8c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8262c0653810d13.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cfbfbe92130af3d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
119102026-06-16T21:50:46.315Z
119112026-06-16T21:50:46.315Zrunning 0 tests
119122026-06-16T21:50:46.315Z
119132026-06-16T21:50:46.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119142026-06-16T21:50:46.315Z
119152026-06-16T21:50:46.385Z Doc-tests omicron_test_utils
119162026-06-16T21:50:46.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e723dff75b2872c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
119172026-06-16T21:50:57.278Z
119182026-06-16T21:50:57.278Zrunning 2 tests
119192026-06-16T21:50:57.293Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
119202026-06-16T21:50:57.296Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
119212026-06-16T21:50:57.296Z
119222026-06-16T21:50:57.296Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
119232026-06-16T21:50:57.296Z
119242026-06-16T21:50:57.323Z
119252026-06-16T21:50:57.323Zrunning 1 test
119262026-06-16T21:50:57.326Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
119272026-06-16T21:50:57.326Z
119282026-06-16T21:50:57.326Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119292026-06-16T21:50:57.326Z
119302026-06-16T21:50:57.326Zall doctests ran in 10.59s; merged doctests compilation took 10.54s
119312026-06-16T21:50:57.372Z Doc-tests omicron_uuid_kinds
119322026-06-16T21:50:57.372Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5e0c4c123d774e6b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
119332026-06-16T21:50:57.505Z
119342026-06-16T21:50:57.505Zrunning 0 tests
119352026-06-16T21:50:57.505Z
119362026-06-16T21:50:57.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119372026-06-16T21:50:57.505Z
119382026-06-16T21:50:57.520Z Doc-tests omicron_workspace_hack
119392026-06-16T21:50:57.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-11383fdaf8b76d07.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4e3f1d4beac2e538.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-bc1042685bce4757.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f77a9e1d23c8b324.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119402026-06-16T21:50:57.564Z
119412026-06-16T21:50:57.564Zrunning 0 tests
119422026-06-16T21:50:57.564Z
119432026-06-16T21:50:57.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119442026-06-16T21:50:57.564Z
119452026-06-16T21:50:57.574Z Doc-tests oxide_client
119462026-06-16T21:50:57.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3b99dc7e591fcb21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cbd5fe1bfc898ca7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119472026-06-16T21:51:02.318Z
119482026-06-16T21:51:02.318Zrunning 317 tests
119492026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
119502026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
119512026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
119522026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
119532026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
119542026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
119552026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
119562026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
119572026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
119582026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
119592026-06-16T21:51:02.319Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
119602026-06-16T21:51:02.320Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
119612026-06-16T21:51:02.320Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
119622026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
119632026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
119642026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
119652026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
119662026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
119672026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
119682026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
119692026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
119702026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
119712026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
119722026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
119732026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
119742026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
119752026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
119762026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
119772026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
119782026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
119792026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
119802026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
119812026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
119822026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
119832026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
119842026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
119852026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
119862026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
119872026-06-16T21:51:02.326Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
119882026-06-16T21:51:02.327Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
119892026-06-16T21:51:02.327Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
119902026-06-16T21:51:02.327Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
119912026-06-16T21:51:02.327Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
119922026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
119932026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
119942026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
119952026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
119962026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
119972026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
119982026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
119992026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
120002026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
120012026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
120022026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
120032026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
120042026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
120052026-06-16T21:51:02.328Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
120062026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
120072026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
120082026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
120092026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
120102026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
120112026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
120122026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
120132026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
120142026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
120152026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
120162026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
120172026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
120182026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
120192026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
120202026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
120212026-06-16T21:51:02.329Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
120222026-06-16T21:51:02.330Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
120232026-06-16T21:51:02.330Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
120242026-06-16T21:51:02.332Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
120252026-06-16T21:51:02.332Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
120262026-06-16T21:51:02.332Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
120272026-06-16T21:51:02.332Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
120282026-06-16T21:51:02.332Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
120292026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
120302026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
120312026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
120322026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
120332026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
120342026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
120352026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
120362026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
120372026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
120382026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
120392026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
120402026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
120412026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
120422026-06-16T21:51:02.333Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
120432026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
120442026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
120452026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
120462026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
120472026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
120482026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
120492026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
120502026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
120512026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
120522026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
120532026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
120542026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
120552026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
120562026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
120572026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
120582026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
120592026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
120602026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
120612026-06-16T21:51:02.334Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
120622026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
120632026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
120642026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
120652026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
120662026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
120672026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
120682026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
120692026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
120702026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
120712026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
120722026-06-16T21:51:02.339Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
120732026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
120742026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
120752026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
120762026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
120772026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
120782026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
120792026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
120802026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
120812026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
120822026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
120832026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
120842026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
120852026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
120862026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
120872026-06-16T21:51:02.340Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
120882026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
120892026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
120902026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
120912026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
120922026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
120932026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
120942026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
120952026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
120962026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
120972026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
120982026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
120992026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
121002026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
121012026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
121022026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
121032026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
121042026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
121052026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
121062026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
121072026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
121082026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
121092026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
121102026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
121112026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
121122026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
121132026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
121142026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
121152026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
121162026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
121172026-06-16T21:51:02.341Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
121182026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
121192026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
121202026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
121212026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
121222026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
121232026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
121242026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
121252026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
121262026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
121272026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
121282026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
121292026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
121302026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
121312026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
121322026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
121332026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
121342026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
121352026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
121362026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
121372026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
121382026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
121392026-06-16T21:51:02.342Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
121402026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
121412026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
121422026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
121432026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
121442026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
121452026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
121462026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
121472026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
121482026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
121492026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
121502026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
121512026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
121522026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
121532026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
121542026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
121552026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
121562026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
121572026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
121582026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
121592026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
121602026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
121612026-06-16T21:51:02.343Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
121622026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
121632026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
121642026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
121652026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
121662026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
121672026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
121682026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
121692026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
121702026-06-16T21:51:02.387Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
121712026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
121722026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
121732026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
121742026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
121752026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
121762026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
121772026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
121782026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
121792026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
121802026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
121812026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
121822026-06-16T21:51:02.388Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
121832026-06-16T21:51:02.389Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
121842026-06-16T21:51:02.389Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
121852026-06-16T21:51:02.389Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
121862026-06-16T21:51:02.389Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
121872026-06-16T21:51:02.389Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
121882026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
121892026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
121902026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
121912026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
121922026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
121932026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
121942026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
121952026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
121962026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
121972026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
121982026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
121992026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
122002026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
122012026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
122022026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
122032026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
122042026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
122052026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
122062026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
122072026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
122082026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
122092026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
122102026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
122112026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
122122026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
122132026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
122142026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
122152026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
122162026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
122172026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
122182026-06-16T21:51:02.390Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
122192026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
122202026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
122212026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
122222026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
122232026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
122242026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
122252026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
122262026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
122272026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
122282026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
122292026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
122302026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
122312026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
122322026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
122332026-06-16T21:51:02.391Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
122342026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
122352026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
122362026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
122372026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
122382026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
122392026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
122402026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
122412026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
122422026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
122432026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
122442026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
122452026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
122462026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
122472026-06-16T21:51:02.392Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
122482026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
122492026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
122502026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
122512026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
122522026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
122532026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
122542026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
122552026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
122562026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
122572026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
122582026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
122592026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
122602026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
122612026-06-16T21:51:02.393Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
122622026-06-16T21:51:02.398Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
122632026-06-16T21:51:02.398Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
122642026-06-16T21:51:02.398Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
122652026-06-16T21:51:02.398Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
122662026-06-16T21:51:02.399Z
122672026-06-16T21:51:02.399Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
122682026-06-16T21:51:02.399Z
122692026-06-16T21:51:02.399Zall doctests ran in 0.61s; merged doctests compilation took 0.60s
122702026-06-16T21:51:02.443Z Doc-tests oximeter
122712026-06-16T21:51:02.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2a3537dc08d09ee4.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-566e135965c5f28f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122722026-06-16T21:51:06.831Z
122732026-06-16T21:51:06.831Zrunning 2 tests
122742026-06-16T21:51:06.836Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
122752026-06-16T21:51:06.836Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
122762026-06-16T21:51:06.836Z
122772026-06-16T21:51:06.836Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122782026-06-16T21:51:06.836Z
122792026-06-16T21:51:06.843Zall doctests ran in 4.20s; merged doctests compilation took 4.18s
122802026-06-16T21:51:06.881Z Doc-tests oximeter_api
122812026-06-16T21:51:06.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122822026-06-16T21:51:07.443Z
122832026-06-16T21:51:07.444Zrunning 2 tests
122842026-06-16T21:51:07.444Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
122852026-06-16T21:51:07.445Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
122862026-06-16T21:51:07.445Z
122872026-06-16T21:51:07.445Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122882026-06-16T21:51:07.445Z
122892026-06-16T21:51:07.451Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
122902026-06-16T21:51:07.455Z Doc-tests oximeter_client
122912026-06-16T21:51:07.455Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122922026-06-16T21:51:07.726Z
122932026-06-16T21:51:07.726Zrunning 0 tests
122942026-06-16T21:51:07.726Z
122952026-06-16T21:51:07.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122962026-06-16T21:51:07.726Z
122972026-06-16T21:51:07.752Z Doc-tests oximeter_collector
122982026-06-16T21:51:07.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7746e3200690de78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4629be2d0b2edaf0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-06bc19ad3072bce7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e639235e49555161.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122992026-06-16T21:51:08.232Z
123002026-06-16T21:51:08.232Zrunning 0 tests
123012026-06-16T21:51:08.232Z
123022026-06-16T21:51:08.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123032026-06-16T21:51:08.232Z
123042026-06-16T21:51:08.266Z Doc-tests oximeter_db
123052026-06-16T21:51:08.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-24865b10a175700d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
123062026-06-16T21:51:09.333Z
123072026-06-16T21:51:09.333Zrunning 3 tests
123082026-06-16T21:51:09.333Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
123092026-06-16T21:51:09.333Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
123102026-06-16T21:51:09.333Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
123112026-06-16T21:51:09.333Z
123122026-06-16T21:51:09.333Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
123132026-06-16T21:51:09.333Z
123142026-06-16T21:51:09.338Z
123152026-06-16T21:51:09.338Zrunning 2 tests
123162026-06-16T21:51:09.338Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
123172026-06-16T21:51:09.339Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
123182026-06-16T21:51:09.339Z
123192026-06-16T21:51:09.339Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123202026-06-16T21:51:09.339Z
123212026-06-16T21:51:09.339Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
123222026-06-16T21:51:09.390Z Doc-tests oximeter_instruments
123232026-06-16T21:51:09.391Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cf2bcc6b00dbc883.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
123242026-06-16T21:51:09.748Z
123252026-06-16T21:51:09.748Zrunning 0 tests
123262026-06-16T21:51:09.748Z
123272026-06-16T21:51:09.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123282026-06-16T21:51:09.748Z
123292026-06-16T21:51:09.777Z Doc-tests oximeter_macro_impl
123302026-06-16T21:51:09.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0db3ae1ae10e90b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123312026-06-16T21:51:09.886Z
123322026-06-16T21:51:09.886Zrunning 0 tests
123332026-06-16T21:51:09.886Z
123342026-06-16T21:51:09.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123352026-06-16T21:51:09.886Z
123362026-06-16T21:51:09.899Z Doc-tests oximeter_producer
123372026-06-16T21:51:09.899Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7d1be8f1dbaa45ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-58dab134f67dc554.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-031c613a71a5fe19.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1127092dfe3cb0f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123382026-06-16T21:51:10.178Z
123392026-06-16T21:51:10.178Zrunning 0 tests
123402026-06-16T21:51:10.178Z
123412026-06-16T21:51:10.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123422026-06-16T21:51:10.178Z
123432026-06-16T21:51:10.213Z Doc-tests oximeter_producer_api
123442026-06-16T21:51:10.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1127092dfe3cb0f1.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123452026-06-16T21:51:10.753Z
123462026-06-16T21:51:10.753Zrunning 2 tests
123472026-06-16T21:51:10.754Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 25) ... ignored
123482026-06-16T21:51:10.754Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 31) ... ignored
123492026-06-16T21:51:10.754Z
123502026-06-16T21:51:10.754Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123512026-06-16T21:51:10.754Z
123522026-06-16T21:51:10.759Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
123532026-06-16T21:51:10.777Z Doc-tests oximeter_schema
123542026-06-16T21:51:10.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2a3537dc08d09ee4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123552026-06-16T21:51:10.991Z
123562026-06-16T21:51:10.991Zrunning 0 tests
123572026-06-16T21:51:10.991Z
123582026-06-16T21:51:10.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123592026-06-16T21:51:10.992Z
123602026-06-16T21:51:11.012Z Doc-tests oximeter_test_utils
123612026-06-16T21:51:11.013Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9c28a5ba943199c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6291a2d1dda3d883.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9318293aecb4367e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123622026-06-16T21:51:11.360Z
123632026-06-16T21:51:11.360Zrunning 0 tests
123642026-06-16T21:51:11.360Z
123652026-06-16T21:51:11.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123662026-06-16T21:51:11.360Z
123672026-06-16T21:51:11.396Z Doc-tests oximeter_timeseries_macro
123682026-06-16T21:51:11.400Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0db3ae1ae10e90b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-447a2e105b08bde3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-566e135965c5f28f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d5780df7a285381e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123692026-06-16T21:51:11.564Z
123702026-06-16T21:51:11.564Zrunning 0 tests
123712026-06-16T21:51:11.564Z
123722026-06-16T21:51:11.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123732026-06-16T21:51:11.564Z
123742026-06-16T21:51:11.579Z Doc-tests oximeter_types
123752026-06-16T21:51:11.579Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-883c3d25adb1e1a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fac193d0f15ba821.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb9beb9b9edc01a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123762026-06-16T21:51:12.210Z
123772026-06-16T21:51:12.210Zrunning 11 tests
123782026-06-16T21:51:12.578Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
123792026-06-16T21:51:12.578Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
123802026-06-16T21:51:16.797Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
123812026-06-16T21:51:17.117Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
123822026-06-16T21:51:17.162Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
123832026-06-16T21:51:17.175Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
123842026-06-16T21:51:17.200Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
123852026-06-16T21:51:17.242Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
123862026-06-16T21:51:17.303Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
123872026-06-16T21:51:17.304Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
123882026-06-16T21:51:21.368Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
123892026-06-16T21:51:21.368Z
123902026-06-16T21:51:21.368Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.16s
123912026-06-16T21:51:21.368Z
123922026-06-16T21:51:21.395Zall doctests ran in 9.62s; merged doctests compilation took 0.47s
123932026-06-16T21:51:21.405Z Doc-tests oximeter_types_versions
123942026-06-16T21:51:21.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b7ba9c39428fe74a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-727f636edaff5f68.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123952026-06-16T21:51:22.200Z
123962026-06-16T21:51:22.200Zrunning 1 test
123972026-06-16T21:51:22.200Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
123982026-06-16T21:51:22.200Z
123992026-06-16T21:51:22.200Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
124002026-06-16T21:51:22.200Z
124012026-06-16T21:51:22.210Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
124022026-06-16T21:51:22.240Z Doc-tests oxlog
124032026-06-16T21:51:22.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124042026-06-16T21:51:22.291Z
124052026-06-16T21:51:22.291Zrunning 0 tests
124062026-06-16T21:51:22.291Z
124072026-06-16T21:51:22.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124082026-06-16T21:51:22.291Z
124092026-06-16T21:51:22.298Z Doc-tests oxql_types
124102026-06-16T21:51:22.298Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-796d031640e63f49.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3815d45d0fe10d90.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124112026-06-16T21:51:22.543Z
124122026-06-16T21:51:22.543Zrunning 0 tests
124132026-06-16T21:51:22.544Z
124142026-06-16T21:51:22.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124152026-06-16T21:51:22.544Z
124162026-06-16T21:51:22.568Z Doc-tests parallel_task_set
124172026-06-16T21:51:22.568Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0db3ae1ae10e90b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124182026-06-16T21:51:22.620Z
124192026-06-16T21:51:22.620Zrunning 0 tests
124202026-06-16T21:51:22.620Z
124212026-06-16T21:51:22.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124222026-06-16T21:51:22.621Z
124232026-06-16T21:51:22.628Z Doc-tests range_requests
124242026-06-16T21:51:22.628Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-3ef85f68d95c6ba0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124252026-06-16T21:51:22.758Z
124262026-06-16T21:51:22.758Zrunning 0 tests
124272026-06-16T21:51:22.758Z
124282026-06-16T21:51:22.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124292026-06-16T21:51:22.758Z
124302026-06-16T21:51:22.774Z Doc-tests reconfigurator_cli
124312026-06-16T21:51:22.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-55e70d0a6c5be3b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8bc60c86219f2528.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c30f739ac4ed8ff5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bf0d367fa8d27881.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-635db80fc03827ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-070af884f151685e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
124322026-06-16T21:51:23.263Z
124332026-06-16T21:51:23.263Zrunning 0 tests
124342026-06-16T21:51:23.263Z
124352026-06-16T21:51:23.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124362026-06-16T21:51:23.263Z
124372026-06-16T21:51:23.305Z Doc-tests repo_depot_api
124382026-06-16T21:51:23.305Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ffb052eb5808a2c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124392026-06-16T21:51:23.829Z
124402026-06-16T21:51:23.829Zrunning 2 tests
124412026-06-16T21:51:23.829Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
124422026-06-16T21:51:23.829Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
124432026-06-16T21:51:23.829Z
124442026-06-16T21:51:23.829Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124452026-06-16T21:51:23.829Z
124462026-06-16T21:51:23.860Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
124472026-06-16T21:51:23.868Z Doc-tests repo_depot_client
124482026-06-16T21:51:23.868Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1670a6056afc7e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124492026-06-16T21:51:23.999Z
124502026-06-16T21:51:23.999Zrunning 0 tests
124512026-06-16T21:51:23.999Z
124522026-06-16T21:51:23.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124532026-06-16T21:51:23.999Z
124542026-06-16T21:51:24.017Z Doc-tests sled_agent_api
124552026-06-16T21:51:24.017Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124562026-06-16T21:51:24.662Z
124572026-06-16T21:51:24.662Zrunning 2 tests
124582026-06-16T21:51:24.662Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 116) ... ignored
124592026-06-16T21:51:24.662Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 122) ... ignored
124602026-06-16T21:51:24.662Z
124612026-06-16T21:51:24.663Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124622026-06-16T21:51:24.663Z
124632026-06-16T21:51:24.703Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
124642026-06-16T21:51:24.709Z Doc-tests sled_agent_client
124652026-06-16T21:51:24.709Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a611776cac8255b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124662026-06-16T21:51:26.282Z
124672026-06-16T21:51:26.282Zrunning 0 tests
124682026-06-16T21:51:26.282Z
124692026-06-16T21:51:26.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124702026-06-16T21:51:26.282Z
124712026-06-16T21:51:26.341Z Doc-tests sled_agent_config_reconciler
124722026-06-16T21:51:26.341Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-072a9434179d27d2.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-fb4d6c37a3662249.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
124732026-06-16T21:51:26.815Z
124742026-06-16T21:51:26.815Zrunning 0 tests
124752026-06-16T21:51:26.815Z
124762026-06-16T21:51:26.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124772026-06-16T21:51:26.815Z
124782026-06-16T21:51:26.854Z Doc-tests sled_agent_early_networking
124792026-06-16T21:51:26.854Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_early_networking --test sled-agent/early-networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/early-networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-499a3ba48072a588.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c10e2fa4c661263e.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-16055a4b316c6133.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6fd206d28d72b520.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124802026-06-16T21:51:27.167Z
124812026-06-16T21:51:27.168Zrunning 0 tests
124822026-06-16T21:51:27.168Z
124832026-06-16T21:51:27.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124842026-06-16T21:51:27.168Z
124852026-06-16T21:51:27.193Z Doc-tests sled_agent_health_monitor
124862026-06-16T21:51:27.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3dea257cef82bfc5.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-76e13bb5c6adf8b5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124872026-06-16T21:51:27.391Z
124882026-06-16T21:51:27.391Zrunning 0 tests
124892026-06-16T21:51:27.400Z
124902026-06-16T21:51:27.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124912026-06-16T21:51:27.400Z
124922026-06-16T21:51:27.429Z Doc-tests sled_agent_measurements
124932026-06-16T21:51:27.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
124942026-06-16T21:51:27.672Z
124952026-06-16T21:51:27.672Zrunning 0 tests
124962026-06-16T21:51:27.673Z
124972026-06-16T21:51:27.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124982026-06-16T21:51:27.673Z
124992026-06-16T21:51:27.700Z Doc-tests sled_agent_rack_setup
125002026-06-16T21:51:27.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3a0cd0f4903179de.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-dd6cef56fdd9549b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-1e6c7a6fa1ebc4e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-d1005103b591a803.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-7c70ebefc0c79aa3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125012026-06-16T21:51:28.079Z
125022026-06-16T21:51:28.079Zrunning 0 tests
125032026-06-16T21:51:28.079Z
125042026-06-16T21:51:28.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125052026-06-16T21:51:28.079Z
125062026-06-16T21:51:28.119Z Doc-tests sled_agent_resolvable_files
125072026-06-16T21:51:28.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125082026-06-16T21:51:28.372Z
125092026-06-16T21:51:28.372Zrunning 0 tests
125102026-06-16T21:51:28.372Z
125112026-06-16T21:51:28.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125122026-06-16T21:51:28.372Z
125132026-06-16T21:51:28.402Z Doc-tests sled_agent_resolvable_files_examples
125142026-06-16T21:51:28.410Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125152026-06-16T21:51:28.606Z
125162026-06-16T21:51:28.606Zrunning 0 tests
125172026-06-16T21:51:28.606Z
125182026-06-16T21:51:28.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125192026-06-16T21:51:28.607Z
125202026-06-16T21:51:28.618Z Doc-tests sled_agent_types
125212026-06-16T21:51:28.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
125222026-06-16T21:51:28.863Z
125232026-06-16T21:51:28.863Zrunning 0 tests
125242026-06-16T21:51:28.863Z
125252026-06-16T21:51:28.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125262026-06-16T21:51:28.863Z
125272026-06-16T21:51:28.887Z Doc-tests sled_agent_types_versions
125282026-06-16T21:51:28.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-78b3463069f1b2dd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a346fd02912865f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bf13cd8ae8dd1fe1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
125292026-06-16T21:51:34.484Z
125302026-06-16T21:51:34.485Zrunning 1 test
125312026-06-16T21:51:34.485Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
125322026-06-16T21:51:34.485Z
125332026-06-16T21:51:34.485Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
125342026-06-16T21:51:34.485Z
125352026-06-16T21:51:34.521Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
125362026-06-16T21:51:34.522Z Doc-tests sled_diagnostics
125372026-06-16T21:51:34.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a30d5470e57956ea.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8cfd2de7189314de.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125382026-06-16T21:51:34.524Z
125392026-06-16T21:51:34.524Zrunning 0 tests
125402026-06-16T21:51:34.525Z
125412026-06-16T21:51:34.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125422026-06-16T21:51:34.525Z
125432026-06-16T21:51:34.525Z Doc-tests sled_hardware
125442026-06-16T21:51:34.525Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
125452026-06-16T21:51:34.525Z
125462026-06-16T21:51:34.525Zrunning 0 tests
125472026-06-16T21:51:34.525Z
125482026-06-16T21:51:34.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125492026-06-16T21:51:34.526Z
125502026-06-16T21:51:34.526Z Doc-tests sled_hardware_types
125512026-06-16T21:51:34.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5e0c4c123d774e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
125522026-06-16T21:51:34.527Z
125532026-06-16T21:51:34.527Zrunning 0 tests
125542026-06-16T21:51:34.527Z
125552026-06-16T21:51:34.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125562026-06-16T21:51:34.527Z
125572026-06-16T21:51:34.527Z Doc-tests sled_storage
125582026-06-16T21:51:34.527Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-00c16ed4fef9957d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
125592026-06-16T21:51:34.528Z
125602026-06-16T21:51:34.528Zrunning 0 tests
125612026-06-16T21:51:34.528Z
125622026-06-16T21:51:34.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125632026-06-16T21:51:34.528Z
125642026-06-16T21:51:34.528Z Doc-tests sp_sim
125652026-06-16T21:51:34.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-5f042b2d3d4eb7d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-788cbea096de19f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125662026-06-16T21:51:34.531Z
125672026-06-16T21:51:34.531Zrunning 0 tests
125682026-06-16T21:51:34.531Z
125692026-06-16T21:51:34.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125702026-06-16T21:51:34.531Z
125712026-06-16T21:51:34.531Z Doc-tests support_bundle_collection
125722026-06-16T21:51:34.531Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-800c2dc10326c80e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-aed764d629792e6a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f018931b39f96500.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-de1e4791cc4f835a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cb29914c4dfdeea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-d14541dcc978c0f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1eaf10232420d1c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1a7a08748aae270d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
125732026-06-16T21:51:34.532Z
125742026-06-16T21:51:34.533Zrunning 0 tests
125752026-06-16T21:51:34.533Z
125762026-06-16T21:51:34.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125772026-06-16T21:51:34.533Z
125782026-06-16T21:51:34.533Z Doc-tests transient_dns_server
125792026-06-16T21:51:34.533Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-57eb122a503b1003.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-17150fd2e0a65400.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-99d44122bb6355b6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125802026-06-16T21:51:34.533Z
125812026-06-16T21:51:34.533Zrunning 0 tests
125822026-06-16T21:51:34.533Z
125832026-06-16T21:51:34.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125842026-06-16T21:51:34.533Z
125852026-06-16T21:51:34.533Z Doc-tests trust_quorum
125862026-06-16T21:51:34.533Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-617bf55e1e9910e3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c4c731db78897b40.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6321d53edfc8270.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4bba8823baf34e8e.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-5b6d2b4e8ddc2431.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8b2892f740629225.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125872026-06-16T21:51:34.535Z
125882026-06-16T21:51:34.535Zrunning 0 tests
125892026-06-16T21:51:34.535Z
125902026-06-16T21:51:34.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125912026-06-16T21:51:34.535Z
125922026-06-16T21:51:34.535Z Doc-tests trust_quorum_protocol
125932026-06-16T21:51:34.535Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-617bf55e1e9910e3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-14aaeceaa36d3e48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
125942026-06-16T21:51:34.536Z
125952026-06-16T21:51:34.536Zrunning 0 tests
125962026-06-16T21:51:34.536Z
125972026-06-16T21:51:34.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125982026-06-16T21:51:34.537Z
125992026-06-16T21:51:34.537Z Doc-tests trust_quorum_test_utils
126002026-06-16T21:51:34.537Z Running `/home/build/.rustup/toolchains/1.94.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14aaeceaa36d3e48.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e3739794ee8aef0c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-416d683a964ea731.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126012026-06-16T21:51:34.538Z
126022026-06-16T21:51:34.538Zrunning 0 tests
126032026-06-16T21:51:34.538Z
126042026-06-16T21:51:34.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126052026-06-16T21:51:34.539Z
126062026-06-16T21:51:34.539Z Doc-tests trust_quorum_types
126072026-06-16T21:51:34.539Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0db3ae1ae10e90b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7e268972b8e65973.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126082026-06-16T21:51:34.539Z
126092026-06-16T21:51:34.539Zrunning 0 tests
126102026-06-16T21:51:34.539Z
126112026-06-16T21:51:34.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126122026-06-16T21:51:34.540Z
126132026-06-16T21:51:34.540Z Doc-tests trust_quorum_types_versions
126142026-06-16T21:51:34.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-5e0c4c123d774e6b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8744c6426b8429e2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3b8c888c5bfc6096.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8aff3ee62690952f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
126152026-06-16T21:51:34.780Z
126162026-06-16T21:51:34.780Zrunning 1 test
126172026-06-16T21:51:34.780Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
126182026-06-16T21:51:34.780Z
126192026-06-16T21:51:34.780Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
126202026-06-16T21:51:34.780Z
126212026-06-16T21:51:34.783Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
126222026-06-16T21:51:34.805Z Doc-tests typed_rng
126232026-06-16T21:51:34.806Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2e3aba47f6c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-265f4873d3ab505a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126242026-06-16T21:51:34.876Z
126252026-06-16T21:51:34.876Zrunning 0 tests
126262026-06-16T21:51:34.876Z
126272026-06-16T21:51:34.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126282026-06-16T21:51:34.876Z
126292026-06-16T21:51:34.886Z Doc-tests update_common
126302026-06-16T21:51:34.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-371ec41d8e6a128c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126312026-06-16T21:51:35.117Z
126322026-06-16T21:51:35.117Zrunning 0 tests
126332026-06-16T21:51:35.117Z
126342026-06-16T21:51:35.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126352026-06-16T21:51:35.117Z
126362026-06-16T21:51:35.143Z Doc-tests update_engine
126372026-06-16T21:51:35.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126382026-06-16T21:51:36.464Z
126392026-06-16T21:51:36.464Zrunning 4 tests
126402026-06-16T21:51:36.468Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
126412026-06-16T21:51:36.468Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
126422026-06-16T21:51:36.468Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
126432026-06-16T21:51:36.468Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
126442026-06-16T21:51:36.468Z
126452026-06-16T21:51:36.468Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
126462026-06-16T21:51:36.468Z
126472026-06-16T21:51:36.471Zall doctests ran in 1.05s; merged doctests compilation took 1.04s
126482026-06-16T21:51:36.499Z Doc-tests wicket
126492026-06-16T21:51:36.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126502026-06-16T21:51:37.046Z
126512026-06-16T21:51:37.046Zrunning 0 tests
126522026-06-16T21:51:37.046Z
126532026-06-16T21:51:37.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126542026-06-16T21:51:37.046Z
126552026-06-16T21:51:37.088Z Doc-tests wicket_common
126562026-06-16T21:51:37.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126572026-06-16T21:51:37.516Z
126582026-06-16T21:51:37.516Zrunning 0 tests
126592026-06-16T21:51:37.516Z
126602026-06-16T21:51:37.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126612026-06-16T21:51:37.516Z
126622026-06-16T21:51:37.552Z Doc-tests wicket_dbg
126632026-06-16T21:51:37.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f29a8b0f61957002.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126642026-06-16T21:51:37.832Z
126652026-06-16T21:51:37.832Zrunning 0 tests
126662026-06-16T21:51:37.832Z
126672026-06-16T21:51:37.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126682026-06-16T21:51:37.833Z
126692026-06-16T21:51:37.863Z Doc-tests wicketd
126702026-06-16T21:51:37.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0fb96aa3b2857a94.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c08e17be8fda92b6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-922076c964c0dd34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e03054057009a166.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5a3ea186e5bb0ff9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-18b712ab0fee290a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b55523c434493be0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e052200ff3a6ab87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0723b8cfe8cade75.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f770f5d2883c4965.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-79e08938a28cad0d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5f1fb73691505e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e5684adad719bb5d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24d025169658bc1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e305a95ff60e1d9f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4b5c8f6565598f37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-1d4630ea8cedac53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-49d532771f45b0e3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-08d6105b63d3be58.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9193b5adf814ffe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45eb1e552ac283bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a0ac11e3c28c5ec9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b97de2f4886500aa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e5d7070bf85b39bd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126712026-06-16T21:51:38.332Z
126722026-06-16T21:51:38.332Zrunning 0 tests
126732026-06-16T21:51:38.332Z
126742026-06-16T21:51:38.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126752026-06-16T21:51:38.333Z
126762026-06-16T21:51:38.373Z Doc-tests wicketd_api
126772026-06-16T21:51:38.374Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-de5711112040f31d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f75c0ace8bed3b41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c45a2185260f1a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-ab80ef598c12e3bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cdac15e0f6b1f397.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126782026-06-16T21:51:39.051Z
126792026-06-16T21:51:39.052Zrunning 2 tests
126802026-06-16T21:51:39.052Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
126812026-06-16T21:51:39.052Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
126822026-06-16T21:51:39.052Z
126832026-06-16T21:51:39.052Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
126842026-06-16T21:51:39.052Z
126852026-06-16T21:51:39.056Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
126862026-06-16T21:51:39.087Z Doc-tests wicketd_client
126872026-06-16T21:51:39.087Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-2c5a5c593c3a4ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-296617ace0b4170b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c2206fde765aa15e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6baae100ef1d87db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-72e07dc41e676915.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59faa8697f67fd0a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126882026-06-16T21:51:40.306Z
126892026-06-16T21:51:40.306Zrunning 0 tests
126902026-06-16T21:51:40.306Z
126912026-06-16T21:51:40.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126922026-06-16T21:51:40.306Z
126932026-06-16T21:51:40.358Z Doc-tests xtask_downloader
126942026-06-16T21:51:40.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a92df692fbe35147.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-4c41d5195c138f63.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126952026-06-16T21:51:40.486Z
126962026-06-16T21:51:40.486Zrunning 1 test
126972026-06-16T21:51:40.490Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
126982026-06-16T21:51:40.490Z
126992026-06-16T21:51:40.490Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
127002026-06-16T21:51:40.490Z
127012026-06-16T21:51:40.502Z Doc-tests zfs_test_harness
127022026-06-16T21:51:40.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-adc309b3af311373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f451434feb876732.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32293c90ae71ccdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-9997b11ae267813b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127032026-06-16T21:51:40.722Z
127042026-06-16T21:51:40.723Zrunning 0 tests
127052026-06-16T21:51:40.723Z
127062026-06-16T21:51:40.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127072026-06-16T21:51:40.723Z
127082026-06-16T21:51:40.747Z Doc-tests zone_setup
127092026-06-16T21:51:40.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fb0130f54e622161.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5fcaf5aa5c3b6509.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3b92a9e99f134b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e31306fc65225014.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a0db3ae1ae10e90b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e3773e608600c655.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4574b602994affed.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0412eefc2e6bd2a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-a55b60b3847dde7c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127102026-06-16T21:51:40.944Z
127112026-06-16T21:51:40.944Zrunning 0 tests
127122026-06-16T21:51:40.945Z
127132026-06-16T21:51:40.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127142026-06-16T21:51:40.945Z
127152026-06-16T21:51:41.044Z
127162026-06-16T21:51:41.044Zreal 2:30.447479954
127172026-06-16T21:51:41.044Zuser 1:56.768161376
127182026-06-16T21:51:41.044Zsys 57.793417959
127192026-06-16T21:51:41.048Ztrap 0.014325183
127202026-06-16T21:51:41.049Ztflt 0.786591886
127212026-06-16T21:51:41.049Zdflt 0.554625000
127222026-06-16T21:51:41.049Zkflt 0.000041560
127232026-06-16T21:51:41.049Zlock 7:03.359290772
127242026-06-16T21:51:41.049Zslp 14:10.422468433
127252026-06-16T21:51:41.049Zlat 0.344476698
127262026-06-16T21:51:41.049Zstop 3.961267206
127272026-06-16T21:51:41.049Z+ banner 'check schema migration cleanup'
127282026-06-16T21:51:41.049Z
127292026-06-16T21:51:41.049Z #### # # ###### #### # # #### #### # # ######
127302026-06-16T21:51:41.049Z # # # # # # # # # # # # # # #
127312026-06-16T21:51:41.049Z # ###### ##### # #### #### # ###### #####
127322026-06-16T21:51:41.051Z # # # # # # # # # # # #
127332026-06-16T21:51:41.051Z # # # # # # # # # # # # # # # #
127342026-06-16T21:51:41.051Z #### # # ###### #### # # #### #### # # ######
127352026-06-16T21:51:41.051Z
127362026-06-16T21:51:41.051Z+ ptime -m cargo xtask schema old-migrations
127372026-06-16T21:51:41.633Z Compiling libc v0.2.185
127382026-06-16T21:51:41.634Z Compiling serde v1.0.228
127392026-06-16T21:51:41.638Z Compiling serde_core v1.0.228
127402026-06-16T21:51:41.638Z Compiling rustix v1.1.3
127412026-06-16T21:51:41.638Z Compiling serde_json v1.0.149
127422026-06-16T21:51:41.638Z Compiling bitflags v2.11.0
127432026-06-16T21:51:41.725Z Compiling smallvec v1.15.1
127442026-06-16T21:51:41.811Z Compiling num-traits v0.2.19
127452026-06-16T21:51:41.814Z Compiling indexmap v2.14.0
127462026-06-16T21:51:41.814Z Compiling usdt-impl v0.5.0
127472026-06-16T21:51:41.815Z Compiling syn v1.0.109
127482026-06-16T21:51:41.865Z Compiling log v0.4.29
127492026-06-16T21:51:41.869Z Compiling getrandom v0.4.1
127502026-06-16T21:51:41.899Z Compiling percent-encoding v2.3.2
127512026-06-16T21:51:41.913Z Compiling syn v2.0.117
127522026-06-16T21:51:41.945Z Compiling fs-err v3.3.0
127532026-06-16T21:51:41.959Z Compiling anyhow v1.0.102
127542026-06-16T21:51:41.978Z Compiling once_cell v1.21.3
127552026-06-16T21:51:41.982Z Compiling heck v0.4.1
127562026-06-16T21:51:42.048Z Compiling form_urlencoded v1.2.2
127572026-06-16T21:51:42.553Z Compiling errno v0.3.14
127582026-06-16T21:51:42.553Z Compiling thread-id v4.2.2
127592026-06-16T21:51:42.559Z Compiling memmap v0.7.0
127602026-06-16T21:51:42.880Z Compiling ordered-float v2.10.1
127612026-06-16T21:51:43.350Z Compiling proc-macro-error v1.0.4
127622026-06-16T21:51:43.492Z Compiling terminal_size v0.4.3
127632026-06-16T21:51:43.492Z Compiling tempfile v3.25.0
127642026-06-16T21:51:43.613Z Compiling clap_builder v4.6.0
127652026-06-16T21:51:43.613Z Compiling textwrap v0.16.2
127662026-06-16T21:51:43.702Z Compiling camino-tempfile v1.4.1
127672026-06-16T21:51:43.717Z Compiling tabled_derive v0.7.0
127682026-06-16T21:51:44.375Z Compiling synstructure v0.13.2
127692026-06-16T21:51:44.375Z Compiling pest_generator v2.8.6
127702026-06-16T21:51:44.523Z Compiling tabled v0.15.0
127712026-06-16T21:51:44.893Z Compiling serde_derive v1.0.228
127722026-06-16T21:51:44.893Z Compiling zerofrom-derive v0.1.6
127732026-06-16T21:51:44.893Z Compiling yoke-derive v0.8.1
127742026-06-16T21:51:44.897Z Compiling zerovec-derive v0.11.2
127752026-06-16T21:51:44.897Z Compiling displaydoc v0.2.5
127762026-06-16T21:51:44.897Z Compiling thiserror-impl v1.0.69
127772026-06-16T21:51:44.897Z Compiling zerocopy-derive v0.7.35
127782026-06-16T21:51:44.897Z Compiling scroll_derive v0.12.1
127792026-06-16T21:51:44.897Z Compiling thiserror-impl v2.0.18
127802026-06-16T21:51:44.897Z Compiling clap_derive v4.6.1
127812026-06-16T21:51:44.971Z Compiling pest_derive v2.8.6
127822026-06-16T21:51:45.817Z Compiling scroll v0.12.0
127832026-06-16T21:51:45.821Z Compiling zerocopy v0.7.35
127842026-06-16T21:51:46.028Z Compiling thiserror v1.0.69
127852026-06-16T21:51:46.042Z Compiling goblin v0.8.2
127862026-06-16T21:51:46.135Z Compiling dtrace-parser v0.2.0
127872026-06-16T21:51:46.149Z Compiling thiserror v2.0.18
127882026-06-16T21:51:46.165Z Compiling zerofrom v0.1.6
127892026-06-16T21:51:46.274Z Compiling yoke v0.8.1
127902026-06-16T21:51:46.438Z Compiling zerovec v0.11.5
127912026-06-16T21:51:46.438Z Compiling zerotrie v0.2.3
127922026-06-16T21:51:46.465Z Compiling clap v4.6.1
127932026-06-16T21:51:46.850Z Compiling tinystr v0.8.2
127942026-06-16T21:51:46.850Z Compiling potential_utf v0.1.4
127952026-06-16T21:51:46.976Z Compiling icu_collections v2.1.1
127962026-06-16T21:51:47.018Z Compiling icu_locale_core v2.1.1
127972026-06-16T21:51:47.507Z Compiling serde_spanned v0.6.9
127982026-06-16T21:51:47.507Z Compiling toml_datetime v0.6.11
127992026-06-16T21:51:47.507Z Compiling serde-value v0.7.0
128002026-06-16T21:51:47.511Z Compiling cargo-platform v0.2.0
128012026-06-16T21:51:47.511Z Compiling macaddr v1.0.1
128022026-06-16T21:51:47.521Z Compiling dof v0.3.0
128032026-06-16T21:51:47.525Z Compiling serde_tokenstream v0.2.3
128042026-06-16T21:51:47.576Z Compiling icu_provider v2.1.1
128052026-06-16T21:51:47.728Z Compiling toml_edit v0.22.27
128062026-06-16T21:51:47.831Z Compiling icu_properties v2.1.2
128072026-06-16T21:51:47.832Z Compiling icu_normalizer v2.1.1
128082026-06-16T21:51:48.295Z Compiling usdt-attr-macro v0.5.0
128092026-06-16T21:51:48.295Z Compiling usdt-macro v0.5.0
128102026-06-16T21:51:48.636Z Compiling idna_adapter v1.2.1
128112026-06-16T21:51:48.758Z Compiling idna v1.1.0
128122026-06-16T21:51:48.989Z Compiling toml v0.8.23
128132026-06-16T21:51:49.038Z Compiling url v2.5.8
128142026-06-16T21:51:49.069Z Compiling usdt v0.5.0
128152026-06-16T21:51:49.339Z Compiling cargo_toml v0.21.0
128162026-06-16T21:51:49.459Z Compiling cargo-util-schemas v0.8.2
128172026-06-16T21:51:50.271Z Compiling cargo_metadata v0.21.0
128182026-06-16T21:51:51.213Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
128192026-06-16T21:51:53.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s
128202026-06-16T21:51:53.930Z Running `target/debug/xtask schema old-migrations`
128212026-06-16T21:51:54.881Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
128222026-06-16T21:51:55.062Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
128232026-06-16T21:51:55.062Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
128242026-06-16T21:51:55.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
128252026-06-16T21:51:55.610Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
128262026-06-16T21:51:55.610Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
128272026-06-16T21:52:02.648Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
128282026-06-16T21:52:02.648Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
128292026-06-16T21:52:03.465Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
128302026-06-16T21:52:03.467Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
128312026-06-16T21:52:03.470Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
128322026-06-16T21:52:03.470Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
128332026-06-16T21:52:11.905Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
128342026-06-16T21:52:19.709Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
128352026-06-16T21:52:21.331Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
128362026-06-16T21:52:55.012Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
128372026-06-16T21:53:06.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
128382026-06-16T21:53:06.755Z Running `target/debug/schema old-migrations`
128392026-06-16T21:53:06.819ZIdentifying old migrations that can be removed
128402026-06-16T21:53:06.925ZBase schema version: 148.0.0
128412026-06-16T21:53:06.928ZOK: No old migrations found
128422026-06-16T21:53:06.932Z
128432026-06-16T21:53:06.932Zreal 1:25.876568439
128442026-06-16T21:53:06.932Zuser 2:49.048860719
128452026-06-16T21:53:06.932Zsys 32.116813195
128462026-06-16T21:53:06.932Ztrap 0.024035191
128472026-06-16T21:53:06.932Ztflt 0.615726177
128482026-06-16T21:53:06.932Zdflt 2.474959304
128492026-06-16T21:53:06.932Zkflt 0.000057110
128502026-06-16T21:53:06.932Zlock 11:02.642772659
128512026-06-16T21:53:06.932Zslp 5:52.596861401
128522026-06-16T21:53:06.932Zlat 0.376117829
128532026-06-16T21:53:06.932Zstop 22.433080028
128542026-06-16T21:53:06.932Z+ [[ illumos == \i\l\l\u\m\o\s ]]
128552026-06-16T21:53:06.932Z+ banner live-test
128562026-06-16T21:53:06.935Z
128572026-06-16T21:53:06.935Z # # # # ###### ##### ###### #### #####
128582026-06-16T21:53:06.935Z # # # # # # # # #
128592026-06-16T21:53:06.935Z # # # # ##### ##### # ##### #### #
128602026-06-16T21:53:06.935Z # # # # # # # # #
128612026-06-16T21:53:06.935Z # # # # # # # # # #
128622026-06-16T21:53:06.935Z ###### # ## ###### # ###### #### #
128632026-06-16T21:53:06.935Z
128642026-06-16T21:53:06.935Z+ ptime -m cargo xtask live-tests
128652026-06-16T21:53:07.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
128662026-06-16T21:53:07.528Z Running `target/debug/xtask live-tests`
128672026-06-16T21:53:07.571Zusing temporary directory: /var/tmp/omicron_tmp/.tmpXsD5pG
128682026-06-16T21:53:07.571Zwill create archive file: /var/tmp/omicron_tmp/.tmpXsD5pG/live-tests-archive/omicron-live-tests.tar.zst
128692026-06-16T21:53:07.571Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
128702026-06-16T21:53:07.571Z
128712026-06-16T21:53:07.574Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpXsD5pG/live-tests-archive/omicron-live-tests.tar.zst"
128722026-06-16T21:53:09.586Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
128732026-06-16T21:53:09.718Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
128742026-06-16T21:53:09.765Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
128752026-06-16T21:53:09.768Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
128762026-06-16T21:53:09.768Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
128772026-06-16T21:53:09.768Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
128782026-06-16T21:53:09.844Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
128792026-06-16T21:53:09.847Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
128802026-06-16T21:53:09.863Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
128812026-06-16T21:53:09.866Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
128822026-06-16T21:53:09.866Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
128832026-06-16T21:53:09.883Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
128842026-06-16T21:53:10.866Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
128852026-06-16T21:53:11.554Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
128862026-06-16T21:53:15.243Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
128872026-06-16T21:53:15.243Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
128882026-06-16T21:53:16.239Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
128892026-06-16T21:53:46.564Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
128902026-06-16T21:53:47.124Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
128912026-06-16T21:53:49.393Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
128922026-06-16T21:53:49.968Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
128932026-06-16T21:54:16.910Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
128942026-06-16T21:54:23.979Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
128952026-06-16T21:54:47.116Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 38s
128962026-06-16T21:54:47.333Zinfo: experimental features enabled: setup-scripts, benchmarks
128972026-06-16T21:54:47.338Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpXsD5pG/live-tests-archive/omicron-live-tests.tar.zst
128982026-06-16T21:54:48.064Z Archived 434 files to /var/tmp/omicron_tmp/.tmpXsD5pG/live-tests-archive/omicron-live-tests.tar.zst in 0.73s
128992026-06-16T21:54:48.149Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpXsD5pG/live-tests-archive\""
129002026-06-16T21:54:48.159Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpXsD5pG" "live-tests-archive"
129012026-06-16T21:54:48.361Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
129022026-06-16T21:54:48.361Zcreated:
129032026-06-16T21:54:48.361ZTo use this:
129042026-06-16T21:54:48.361Z
129052026-06-16T21:54:48.361Z1. Copy the tarball to the switch zone in a deployed Omicron system.
129062026-06-16T21:54:48.361Z
129072026-06-16T21:54:48.364Z e.g., scp \
129082026-06-16T21:54:48.364Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
129092026-06-16T21:54:48.364Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
129102026-06-16T21:54:48.364Z
129112026-06-16T21:54:48.364Z2. Copy the `cargo-nextest` binary to the same place.
129122026-06-16T21:54:48.364Z
129132026-06-16T21:54:48.364Z e.g., scp \
129142026-06-16T21:54:48.364Z $(which cargo-nextest) \
129152026-06-16T21:54:48.364Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
129162026-06-16T21:54:48.364Z
129172026-06-16T21:54:48.364Z3. From the switch zone on that system, unpack the tarball with:
129182026-06-16T21:54:48.364Z
129192026-06-16T21:54:48.365Z tar xzf live-tests-archive.tgz
129202026-06-16T21:54:48.365Z
129212026-06-16T21:54:48.365Z4. From the switch zone on that system, run tests with:
129222026-06-16T21:54:48.365Z
129232026-06-16T21:54:48.365Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
129242026-06-16T21:54:48.365Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
129252026-06-16T21:54:48.365Z --workspace-remap live-tests-archive
129262026-06-16T21:54:48.365Z
129272026-06-16T21:54:48.365Z
129282026-06-16T21:54:48.365Zreal 1:41.424608536
129292026-06-16T21:54:48.365Zuser 2:44.485448183
129302026-06-16T21:54:48.365Zsys 28.270399497
129312026-06-16T21:54:48.365Ztrap 0.022817137
129322026-06-16T21:54:48.365Ztflt 0.269349411
129332026-06-16T21:54:48.365Zdflt 1.558920439
129342026-06-16T21:54:48.365Zkflt 0.000022000
129352026-06-16T21:54:48.365Zlock 12:45.197016956
129362026-06-16T21:54:48.365Zslp 10:17.662978542
129372026-06-16T21:54:48.365Zlat 0.242188313
129382026-06-16T21:54:48.365Zstop 5.433788169
129392026-06-16T21:54:48.365Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
129402026-06-16T21:54:48.368Z+ unset TMPDIR
129412026-06-16T21:54:48.368Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
129422026-06-16T21:54:48.368Zfiles in /var/tmp/omicron_tmp (none expected on success):
129432026-06-16T21:54:48.368Z+ find /var/tmp/omicron_tmp -ls
129442026-06-16T21:54:48.372Z135453 46 drwxr-xr-x 2 build build 2 Jun 16 21:54 /var/tmp/omicron_tmp
129452026-06-16T21:54:48.372Z+ rmdir /var/tmp/omicron_tmp
129462026-06-16T21:54:48.375Zprocess exited: duration 2138604 ms, exit code 0
 
129472026-06-16T21:54:48.387Zfound 6 output files
129482026-06-16T21:54:48.387Zuploading: /work/cargo-build-analysis.jsonl (1017895 bytes)
129492026-06-16T21:54:49.407Zuploaded: /work/cargo-build-analysis.jsonl
129502026-06-16T21:54:49.407Zuploading: /work/environment.json (108 bytes)
129512026-06-16T21:54:50.419Zuploaded: /work/environment.json
129522026-06-16T21:54:50.421Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (581285 bytes)
129532026-06-16T21:54:51.437Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
129542026-06-16T21:54:51.437Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (289268736 bytes)
129552026-06-16T21:54:55.702Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
129562026-06-16T21:54:55.702Zuploading: /tmp/nextest-run-archive.zip (2895462 bytes)
129572026-06-16T21:54:56.742Zuploaded: /tmp/nextest-run-archive.zip
129582026-06-16T21:54:56.742Zuploading: /tmp/nextest-chrome-trace.json (3703827 bytes)
129592026-06-16T21:54:57.776Zuploaded: /tmp/nextest-chrome-trace.json